Move the bootinfo loader into libopenbios, refactoring and adding the new CONFIG_LOADER_BOOTINFO as appropriate.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@723 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-04-02 09:18:51 +00:00
committed by Mark Cave-Ayland
parent 7fdf25e044
commit de891e0244
14 changed files with 291 additions and 219 deletions

View File

@@ -1,7 +1,7 @@
<build>
<library name="packages" type="static" target="target">
<object source="bootinfo-loader.c" condition="PPC"/>
<object source="bootinfo-loader.c" condition="LOADER_BOOTINFO"/>
<object source="cmdline.c" condition="CMDLINE"/>
<object source="deblocker.c" condition="DEBLOCKER"/>
<object source="disk-label.c" condition="DISK_LABEL"/>