mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
IDE fixes for PPC (Laurent Vivier)
git-svn-id: svn://coreboot.org/openbios/openbios-devel@292 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#include "relocate.h"
|
||||
|
||||
void boot(void);
|
||||
void ob_ide_init(void);
|
||||
|
||||
static char intdict[256 * 1024];
|
||||
|
||||
@@ -42,7 +41,7 @@ arch_init( void )
|
||||
modules_init();
|
||||
#ifdef CONFIG_DRIVER_IDE
|
||||
setup_timers();
|
||||
ob_ide_init();
|
||||
ob_ide_init("/pci/pci-ata", 0x1f0, 0x3f4, 0x170, 0x374);
|
||||
#endif
|
||||
device_end();
|
||||
bind_func("platform-boot", boot );
|
||||
|
||||
Reference in New Issue
Block a user