From 09abb879a41a087023b37e6f9a6a2c7172688446 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 13 Mar 2019 12:40:47 -0600 Subject: mainboard/google/kahlee: Don't use AMD's secure OS Disable the use of AMD's Secure OS through the Kconfig option. BUG=chromium:903833 TEST=Build google/aleena, verify types 02, 0c, 0d are removed from PSP directory table Signed-off-by: Martin Roth Change-Id: Iabb0632eef88170dde45dea2e2e15b54b3a06f7b Reviewed-on: https://review.coreboot.org/c/coreboot/+/31890 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Richard Spiegel --- src/mainboard/google/kahlee/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard') diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index 1c466256a5..921f1be69a 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -141,4 +141,8 @@ config OEM_BIN_FILE depends on USE_OEM_BIN default "" +# Don't use AMD's Secure OS +config USE_PSPSECUREOS + def_bool n + endif # BOARD_GOOGLE_BASEBOARD_KAHLEE -- cgit v1.2.3