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:
arch import user (historical)
2005-07-06 17:16:19 +00:00
parent 897c78bd15
commit 9a796d1ffb
2 changed files with 93 additions and 302 deletions

View File

@@ -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");