Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43399 )
Change subject: security/intel/bootguard/Kconfig: Select FSP CAR when Boot Guard is enabled ......................................................................
security/intel/bootguard/Kconfig: Select FSP CAR when Boot Guard is enabled
For the time being we do not have a working open-source CAR setup when Boot Guard is enabled on the platform. Rely on the FSP CAR for now until we implement a working open solution.
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: I60d04ccae7fd837e6207f384644544130e8dd590 --- M src/security/intel/bootguard/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/43399/1
diff --git a/src/security/intel/bootguard/Kconfig b/src/security/intel/bootguard/Kconfig index d1d6c3c..6b0b27d 100644 --- a/src/security/intel/bootguard/Kconfig +++ b/src/security/intel/bootguard/Kconfig @@ -3,6 +3,7 @@ config INTEL_BOOTGUARD bool "Intel Boot Guard" depends on CPU_INTEL_FIRMWARE_INTERFACE_TABLE + select FSP_CAR default n
if INTEL_BOOTGUARD