mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
committed by
Stefan Reinauer
parent
fe82df644b
commit
c619e7c4a1
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user