Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33010
Change subject: nb/intel/pineview: Use MTRR as a proxy for proper reset ......................................................................
nb/intel/pineview: Use MTRR as a proxy for proper reset
On reset this platform can sometimes hang. This also fixes pineview mainboards not building due to the symbol 'check_mtrr' lacking.
Change-Id: I61fe77113004ea664522bda549240a33e3742a98 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/northbridge/intel/pineview/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/33010/1
diff --git a/src/northbridge/intel/pineview/Makefile.inc b/src/northbridge/intel/pineview/Makefile.inc index c72fe3e..989a5ae 100644 --- a/src/northbridge/intel/pineview/Makefile.inc +++ b/src/northbridge/intel/pineview/Makefile.inc @@ -16,6 +16,7 @@
ifeq ($(CONFIG_NORTHBRIDGE_INTEL_PINEVIEW),y)
+bootblock-y += ../../x86/early_reset.S bootblock-y += bootblock.c
ramstage-y += ram_calc.c