Christopher Meis has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55514 )
Change subject: src/cpu/x86 - Add BootGuard support for ACM MSR register ......................................................................
src/cpu/x86 - Add BootGuard support for ACM MSR register
Includes cpu/intel/mrs.h when using BootGuard
Change-Id: Id325706eea47ca552bd9628028b5cea55c5ea042 Signed-off-by: Christopher Meis christopher.meis@9elements.com --- M src/cpu/x86/entry16.S 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/55514/1
diff --git a/src/cpu/x86/entry16.S b/src/cpu/x86/entry16.S index 147906f..af00a73 100644 --- a/src/cpu/x86/entry16.S +++ b/src/cpu/x86/entry16.S @@ -115,7 +115,7 @@ subw %ax, %bx lgdtl %cs:(%bx)
-#if CONFIG(INTEL_CBNT_SUPPORT) +#if CONFIG(INTEL_CBNT_SUPPORT) || CONFIG(INTEL_BG_SUPPORT) #include <cpu/intel/msr.h> movl $MSR_BOOT_GUARD_SACM_INFO, %ecx rdmsr