Jon Murphy has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/75874?usp=email )
Change subject: mb/google/kahlee: Enable secure OS ......................................................................
mb/google/kahlee: Enable secure OS
Secure OS was disabled on Grunt devices to mitigate potential security risks. However, this prevents users from using an alternate OS. Enable secure os upstream to allows users to use Windows, and ensure that it is still disabled in the chromium repo.
BUG=b:287630343 TEST=Builds with secure OS included.
Change-Id: I213aebc41cae300ecee8c01fc5c7687f7e7f5ee3 Signed-off-by: Jon Murphy jpmurphy@google.com --- M src/mainboard/google/kahlee/Kconfig 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/75874/1
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index 8c8486e..0dc36f3 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -145,8 +145,4 @@
endif
-# Don't use AMD's Secure OS -config USE_PSPSECUREOS - def_bool n - endif # BOARD_GOOGLE_BASEBOARD_KAHLEE