Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
976aedc9
Commit
976aedc9
authored
Jul 05, 2021
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Jul 05, 2021
Browse files
Merge "style(measured boot): fix incorrect indentation" into integration
parents
9fa5db4d
ef65c9c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/measured_boot/event_log.c
View file @
976aedc9
...
...
@@ -58,26 +58,25 @@ static const id_event_headers_t id_event_header = {
};
static
const
event2_header_t
locality_event_header
=
{
/*
* All EV_NO_ACTION events SHALL set
* TCG_PCR_EVENT2.pcrIndex = 0, unless otherwise specified
*/
.
pcr_index
=
PCR_0
,
/*
* All EV_NO_ACTION events SHALL set
* TCG_PCR_EVENT2.pcrIndex = 0, unless otherwise specified
*/
.
pcr_index
=
PCR_0
,
/*
* All EV_NO_ACTION events SHALL set
* TCG_PCR_EVENT2.eventType = 03h
*/
.
event_type
=
EV_NO_ACTION
,
/*
* All EV_NO_ACTION events SHALL set
* TCG_PCR_EVENT2.eventType = 03h
*/
.
event_type
=
EV_NO_ACTION
,
/*
* All EV_NO_ACTION events SHALL set
* TCG_PCR_EVENT2.digests to all
* 0x00's for each allocated Hash algorithm
*/
.
digests
=
{
.
count
=
HASH_ALG_COUNT
}
/*
* All EV_NO_ACTION events SHALL set TCG_PCR_EVENT2.digests to all
* 0x00's for each allocated Hash algorithm
*/
.
digests
=
{
.
count
=
HASH_ALG_COUNT
}
};
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment