Add extra phase before memory init.

Rename sdram_init to memory_init
NOTE: need to test sandpoint and ep boards!


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1603 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson
2004-06-05 14:54:46 +00:00
parent 8ce104f487
commit ab8ff84402
7 changed files with 39 additions and 15 deletions

View File

@@ -31,11 +31,16 @@
void
board_init(void)
{
}
void
board_init2(void)
{
/*
* Enable UART
*/
uart8250_init(TTYS0_BASE, TTYS0_DIV, TTYS0_LCS);
printk_info("briQ board initialized...\n");
printk_info("briQ initialized...\n");
}