From: Simon Glass Date: Mon, 15 Mar 2021 04:25:52 +0000 (+1300) Subject: x86: apl: Use read-only SPL and new of-platdata X-Git-Tag: v2021.10~246^2~4^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98ed0ae2cc12d4e7f5895673264f99de2e28317e;p=platform%2Fkernel%2Fu-boot.git x86: apl: Use read-only SPL and new of-platdata With Apollo Lake, SPL is placed in read-only memory. Set this new option so that OF_PLATDATA_INST can be used. Signed-off-by: Simon Glass Signed-off-by: Simon Glass --- diff --git a/arch/x86/cpu/apollolake/Kconfig b/arch/x86/cpu/apollolake/Kconfig index 590fe31..b3ce053 100644 --- a/arch/x86/cpu/apollolake/Kconfig +++ b/arch/x86/cpu/apollolake/Kconfig @@ -21,6 +21,8 @@ config INTEL_APOLLOLAKE select INTEL_GMA_SWSMISCI select ACPI_GNVS_EXTERNAL select TPL_OF_PLATDATA_PARENT + select TPL_OF_PLATDATA_INST + select TPL_READ_ONLY imply ENABLE_MRC_CACHE imply AHCI_PCI imply SCSI