nb/intel/haswell: Introduce option to not use MRC.bin
commit9fdd557f56064987a78abeefb7773136eb505461
authorAngel Pons <th3fanbus@gmail.com>
Fri, 6 May 2022 19:12:14 +0000 (6 21:12 +0200)
committerFelix Held <felix-coreboot@felixheld.de>
Mon, 12 Dec 2022 13:39:21 +0000 (12 13:39 +0000)
tree9d717cdd387f591edca8c70229e024a30599304b
parentf7571c43f8d0e53cc1fb18757206b1024f9ac88b
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64176
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
configs/config.asrock_b85m_pro4.native_raminit [new file with mode: 0644]
src/northbridge/intel/haswell/Kconfig
src/northbridge/intel/haswell/Makefile.inc
src/northbridge/intel/haswell/native_raminit/Makefile.inc [new file with mode: 0644]
src/northbridge/intel/haswell/native_raminit/raminit_native.c [new file with mode: 0644]