diff options
author | Pablo Stebler <pablo@stebler.xyz> | 2020-09-18 10:32:22 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-09-23 20:58:28 +0000 |
commit | 9ac91d220f18377825aac8889e99b2cf078e4afc (patch) | |
tree | f8449ee6a4bbaaabba80577ab682046b320367f6 /util/intelmetool/msr.h | |
parent | ca128a0eb42dfc41c80aef9659dae06274dd65b3 (diff) |
util/intelmetool: Fix the BootGuard dump feature
Read the correct bits for measured and verified boot, print information
about some other bits.
Signed-off-by: Pablo Stebler <pablo@stebler.xyz>
Change-Id: Ie79d6da33032aee94d716bf0698b5501bbc424fa
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45516
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'util/intelmetool/msr.h')
-rw-r--r-- | util/intelmetool/msr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/intelmetool/msr.h b/util/intelmetool/msr.h index 44008d50c6..952b0c0a24 100644 --- a/util/intelmetool/msr.h +++ b/util/intelmetool/msr.h @@ -13,5 +13,5 @@ typedef struct { unsigned int ecx; } regs_t; -extern int msr_bootguard(uint64_t *msr, int debug); +extern int msr_bootguard(uint64_t *msr); #endif |