From 31f81a6de1515df2eebcf6e1b1afd545fc7a2714 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 7 Oct 2009 14:36:16 +0000 Subject: Enable full ROM access on AMD CS5530(A) (needed for CBFS). Signed-off-by: Uwe Hermann Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4731 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/eaglelion/5bcm/auto.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/eaglelion') diff --git a/src/mainboard/eaglelion/5bcm/auto.c b/src/mainboard/eaglelion/5bcm/auto.c index 4d34ab1190..8ab87ac823 100644 --- a/src/mainboard/eaglelion/5bcm/auto.c +++ b/src/mainboard/eaglelion/5bcm/auto.c @@ -14,6 +14,7 @@ #include "superio/nsc/pc97317/pc97317_early_serial.c" //#include "northbridge/intel/i440bx/raminit.h" #include "cpu/x86/bist.h" +#include "southbridge/amd/cs5530/cs5530_enable_rom.c" #define SERIAL_DEV PNP_DEV(0x2e, PC97317_SP1) @@ -30,6 +31,8 @@ static void main(unsigned long bist) /* Halt if there was a built in self test failure */ report_bist_failure(bist); + cs5530_enable_rom(); + sdram_init(); /* Check all of memory */ -- cgit v1.2.3