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:
Blue Swirl
2008-12-20 14:48:40 +00:00
parent 5766c8fb3a
commit edafcf6e86
18 changed files with 388 additions and 72 deletions

View File

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