From 9fdd557f56064987a78abeefb7773136eb505461 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 6 May 2022 21:12:14 +0200 Subject: nb/intel/haswell: Introduce option to not use MRC.bin Introduce the `USE_NATIVE_RAMINIT` Kconfig option, which should allow booting coreboot on Haswell mainboards without the need of the closed source MRC.bin. For now, this option does not work at all; the needed magic will be implemented in subsequent commits. Add a config file to make sure the newly-introduced option gets build-tested. Change-Id: I46c77586f9b5771624082e07c60c205e578edd8e Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/64176 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Eric Lai --- configs/config.asrock_b85m_pro4.native_raminit | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 configs/config.asrock_b85m_pro4.native_raminit (limited to 'configs') diff --git a/configs/config.asrock_b85m_pro4.native_raminit b/configs/config.asrock_b85m_pro4.native_raminit new file mode 100644 index 000000000000..2de538926fc2 --- /dev/null +++ b/configs/config.asrock_b85m_pro4.native_raminit @@ -0,0 +1,5 @@ +# Configuration used to build-test native raminit +CONFIG_VENDOR_ASROCK=y +CONFIG_BOARD_ASROCK_B85M_PRO4=y +CONFIG_USE_NATIVE_RAMINIT=y +CONFIG_DEBUG_RAM_SETUP=y -- cgit v1.2.3