Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-48
Creator: Ronald G. Minnich <rminnich@lanl.gov> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1964 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -47,26 +47,13 @@ static inline int spd_read_byte(unsigned device, unsigned address)
|
||||
|
||||
static void main(unsigned long bist)
|
||||
{
|
||||
/*
|
||||
static const struct mem_controller memctrl[] = {
|
||||
{
|
||||
.d0 = PCI_DEV(0, 0, 0),
|
||||
.channel0 = { (0xa<<3)|0, 0 },
|
||||
},
|
||||
};
|
||||
*/
|
||||
|
||||
/*
|
||||
if (bist == 0) {
|
||||
early_mtrr_init();
|
||||
}
|
||||
*/
|
||||
setupsc520();
|
||||
uart_init();
|
||||
console_init();
|
||||
// while(1)
|
||||
// while(1)
|
||||
print_err("HI THERE!\r\n");
|
||||
sizemem();
|
||||
// sizemem();
|
||||
// staticmem();
|
||||
print_err("STATIC MEM DONE\r\n");
|
||||
|
||||
|
Reference in New Issue
Block a user