Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PCR documentation usage changes for coreboot 4.8.1 and newer versions #42

Merged
merged 2 commits into from
Aug 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ The actual assignment needs to be updated in the code; there are outstanding iss
[SMM reloc](https://github.com/osresearch/heads/issues/13)
) that need to be resolved as well. Until then this is a rough draft of how Heads uses the TPM PCRs.

0: Boot block
0: Nothing for the moment

1: ROM stage
1: Nothing for the moment

2: RAM stage (and MRC? this should be separate)
2: Boot block, ROM stage, RAM stage, Heads linux kernel and initrd

3: Heads Linux kernel and initrd
3: Nothing for the moment

4: Boot mode (0 during `/init`, then `recovery` or `normal-boot`)

Expand Down