mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Include the /packages/elf-loader module for SPARC64 which is required by the Fcode contained within the Milax ramdisk.
git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@658 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
<object source="font_8x16.c" condition="FONT_8X16"/>
|
||||
<object source="ofmem_common.c" condition="OFMEM"/>
|
||||
<object source="elf-loader.c" condition="PPC"/>
|
||||
<object source="elf-loader.c" condition="SPARC64"/>
|
||||
<object source="xcoff-loader.c" condition="PPC"/>
|
||||
<object source="bootinfo-loader.c" condition="PPC"/>
|
||||
</library>
|
||||
|
||||
@@ -47,4 +47,7 @@ modules_init( void )
|
||||
xcoff_loader_init();
|
||||
bootinfo_loader_init();
|
||||
#endif
|
||||
#ifdef CONFIG_SPARC64
|
||||
elf_loader_init();
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user