Define the ISA io base according machine type.

Signed-off-by: Laurent Vivier <Laurent@lvivier.info> 
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/openbios/openbios-devel@254 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Laurent Vivier
2008-11-24 12:19:05 +00:00
committed by Stefan Reinauer
parent fe82df644b
commit c619e7c4a1
7 changed files with 72 additions and 29 deletions

View File

@@ -56,9 +56,13 @@ unexpected_excep( int vector )
;
}
uint32_t isa_io_base;
void
entry( void )
{
isa_io_base = 0x80000000;
printk("\n");
printk("=============================================================\n");
printk("OpenBIOS %s [%s]\n", OPENBIOS_RELEASE, OPENBIOS_BUILD_DATE );