mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Create a brand new ELF loader based upon arch/*/elfload.c and libopenbios/elfload.c combined together in libopenbios. This means
that each arch no longer needs its own ELF loader implementation. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@710 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
6dd0574272
commit
1264ad95d2
@@ -9,6 +9,10 @@
|
||||
<object source="elf_info.c" condition="SPARC32"/>
|
||||
<object source="elf_info.c" condition="SPARC64"/>
|
||||
<object source="elf_info.c" condition="PPC"/>
|
||||
<object source="elf_load.c" condition="X86"/>
|
||||
<object source="elf_load.c" condition="SPARC32"/>
|
||||
<object source="elf_load.c" condition="SPARC64"/>
|
||||
<object source="elf_load.c" condition="AMD64"/>
|
||||
<object source="font_8x8.c" condition="FONT_8X8"/>
|
||||
<object source="font_8x16.c" condition="FONT_8X16"/>
|
||||
<object source="ipchecksum.c"/>
|
||||
|
||||
Reference in New Issue
Block a user