firmware: Move firmware code into core/bios.c
authorMatt Fleming <matt.fleming@intel.com>
Thu, 26 Jan 2012 12:57:11 +0000 (12:57 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 2 Feb 2012 16:11:32 +0000 (16:11 +0000)
commit13aff40f7b7a9644568c6144c3893c77d62492bd
tree994dd0a0e904859659e5cfebfe6a2e9d301729e8
parentedcfbdfdfcdcc62a46c8d4be50434486b0f6c0f7
firmware: Move firmware code into core/bios.c

The EFI application really shouldn't be including code for the BIOS
firmware implementation, so move it to core/bios.c and explicitly
ignore core/bios.o when building the EFI application.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
core/bios.c [moved from com32/lib/syslinux/firmware.c with 99% similarity]
efi/Makefile
mk/lib.mk