From 5ac928dd145aa8e5526af61ca525765b02919070 Mon Sep 17 00:00:00 2001 From: Rob Barnes Date: Tue, 7 Jul 2020 16:16:12 -0600 Subject: soc/amd/picasso: Always load and run display oprom The kernel requires the display oprom is loaded and ran in order for the kernel to not panic. Therefore, select the correct settings such that normal mode works for Chrome OS. BUG=b:160560510 TEST=Boot Trembyle in developer mode and normal mode Change-Id: Ia6bcc99f8880a45818f959a957660c2c43b1bfdf Signed-off-by: Rob Barnes Reviewed-on: https://review.coreboot.org/c/coreboot/+/43257 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/soc/amd/picasso/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index 4d07af6525..87d8c51b47 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -340,6 +340,8 @@ config ACPI_BERT_SIZE config CHROMEOS select CHROMEOS_RAMOOPS_DYNAMIC + select ALWAYS_LOAD_OPROM + select ALWAYS_RUN_OPROM config RO_REGION_ONLY string -- cgit v1.2.3