sparc64 code

git-svn-id: svn://coreboot.org/openbios/openbios-devel@64 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Stefan Reinauer
2006-06-11 11:03:45 +00:00
parent ca836bfae7
commit 32d646833b
2 changed files with 27 additions and 15 deletions

View File

@@ -31,6 +31,14 @@ void arch_nvram_get()
int arch_nvram_size;
void setup_timers()
{
}
void udelay()
{
}
static void init_memory(void)
{
@@ -51,6 +59,16 @@ arch_init( void )
void setup_timers(void);
modules_init();
#ifdef CONFIG_DRIVER_PCI
ob_pci_init();
#endif
#ifdef CONFIG_DRIVER_IDE
setup_timers();
ob_ide_init();
#endif
#ifdef CONFIG_DRIVER_FLOPPY
ob_floppy_init();
#endif
#ifdef CONFIG_DEBUG_CONSOLE_VIDEO
init_video();
#endif