Martin Roth has uploaded this change for review.

View Change

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=Building aleena with the updated AMDFWTool and a 0-byte secure OS
file works correctly

Signed-off-by: Martin Roth <martinroth@chromium.org>
Change-Id: Iabb0632eef88170dde45dea2e2e15b54b3a06f7b
---
M src/mainboard/google/kahlee/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/31890/1
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig
index 1c46625..fe29870 100644
--- a/src/mainboard/google/kahlee/Kconfig
+++ b/src/mainboard/google/kahlee/Kconfig
@@ -141,4 +141,8 @@
depends on USE_OEM_BIN
default ""

+# Don't use AMD's Secure OS
+config USE_PSPSCUREOS
+ def_bool n
+
endif # BOARD_GOOGLE_BASEBOARD_KAHLEE

To view, visit change 31890. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iabb0632eef88170dde45dea2e2e15b54b3a06f7b
Gerrit-Change-Number: 31890
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth@google.com>
Gerrit-MessageType: newchange