Fixes for SONE
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1224 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
4398d1e5a9
commit
fc76dcf0d0
3 changed files with 5 additions and 3 deletions
|
|
@ -220,7 +220,7 @@ northbridge via/vt8601 "vt8601"
|
|||
# pci 0:11.6
|
||||
# pci 0:12.0
|
||||
register "enable_usb" = "0"
|
||||
register "enable_native_ide" = "1"
|
||||
register "enable_native_ide" = "0"
|
||||
register "enable_com_ports" = "1"
|
||||
register "enable_keyboard" = "0"
|
||||
register "enable_nvram" = "1"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
#include "arch/i386/lib/console.c"
|
||||
#include "ram/ramtest.c"
|
||||
#include "northbridge/via/vt8601/raminit.h"
|
||||
#include "cpu/p6/earlymtrr.c"
|
||||
/*
|
||||
*/
|
||||
void udelay(int usecs)
|
||||
|
|
@ -135,4 +136,5 @@ static void main(void)
|
|||
ram_check(check_addrs[i].lo, check_addrs[i].hi);
|
||||
}
|
||||
#endif
|
||||
early_mtrr_init();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue