aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/iei/nova4899r
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-07 14:36:16 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-07 14:36:16 +0000
commit31f81a6de1515df2eebcf6e1b1afd545fc7a2714 (patch)
tree3ab6e3da26b92933db7a5625c5df46845270415e /src/mainboard/iei/nova4899r
parentfdfaada706037287c74e2541a6151f16d93b9be1 (diff)
Enable full ROM access on AMD CS5530(A) (needed for CBFS).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4731 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/iei/nova4899r')
-rw-r--r--src/mainboard/iei/nova4899r/auto.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/iei/nova4899r/auto.c b/src/mainboard/iei/nova4899r/auto.c
index bcae6732a6..1ad2dec664 100644
--- a/src/mainboard/iei/nova4899r/auto.c
+++ b/src/mainboard/iei/nova4899r/auto.c
@@ -30,6 +30,7 @@
#include "arch/i386/lib/console.c"
#include "lib/ramtest.c"
#include "superio/winbond/w83977tf/w83977tf_early_serial.c"
+#include "southbridge/amd/cs5530/cs5530_enable_rom.c"
#include "cpu/x86/bist.h"
#define SERIAL_DEV PNP_DEV(0x3f0, W83977TF_SP1)
@@ -46,6 +47,8 @@ static void main(unsigned long bist)
/* Halt if there was a built in self test failure. */
report_bist_failure(bist);
+ cs5530_enable_rom();
+
/* Initialize RAM. */
sdram_init();