- 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
This commit is contained in:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user