nb/intel/haswell: Add native raminit scaffolding
commit1c9a8d8083f04090a5caedfbb05c32d61b035897
authorAngel Pons <th3fanbus@gmail.com>
Fri, 6 May 2022 22:26:10 +0000 (7 00:26 +0200)
committerFelix Held <felix-coreboot@felixheld.de>
Fri, 16 Dec 2022 17:19:07 +0000 (16 17:19 +0000)
tree8df5c95021d23c2950ae81f56f94ceca2075079e
parent49509189dc13d467ac2ec2a63b75e30d5f93c9a7
nb/intel/haswell: Add native raminit scaffolding

Implement some scaffolding for Haswell native raminit, like bootmode
selection, handling of MRC cache and CPU detection.

Change-Id: Icd96649fa045ea7f0f32ae9bfe1e60498d93975b
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64182
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
src/northbridge/intel/haswell/native_raminit/Makefile.inc
src/northbridge/intel/haswell/native_raminit/raminit_main.c [new file with mode: 0644]
src/northbridge/intel/haswell/native_raminit/raminit_native.c
src/northbridge/intel/haswell/native_raminit/raminit_native.h [new file with mode: 0644]