From dba3f846f0978812d081245d9e636cd434978067 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 17 Mar 2006 22:48:23 +0000 Subject: - sc520 updates. move PAR setup to mainboard auto.c - some ts5300 code. Let's push this upstream for now. - fix a typo in device.c git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2211 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/amd/sc520/raminit.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/cpu/amd/sc520') diff --git a/src/cpu/amd/sc520/raminit.c b/src/cpu/amd/sc520/raminit.c index 21a786de00..9a914956dc 100644 --- a/src/cpu/amd/sc520/raminit.c +++ b/src/cpu/amd/sc520/raminit.c @@ -83,11 +83,15 @@ setupsc520(void){ sp = (unsigned short *)0xfffef040; *sp = 0; + // moved to auto.c by stepan + setup_pars(); +#if 0 /* as per the book: */ /* PAR register setup */ /* set up the PAR registers as they are on the MSM586SEG */ par = (unsigned long *) 0xfffef088; + /* NOTE: move this to mainboard.c ASAP */ #if 1 @@ -111,7 +115,7 @@ setupsc520(void){ par += 15; #endif *par++ = 0x8a020200; /*PAR15: BOOTCS:code:nocache:write:Base 0x2000000, size 0x80000:*/ - +#endif /* CPCSF register */ -- cgit v1.2.3