diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-10-03 16:30:37 +0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-11-06 12:24:57 +0100 |
commit | 4a02768fbbd33e263122bf5deb54382de56c1cfe (patch) | |
tree | dcafd7c08ae88bf3cfb740b2051cd6677f79bd33 /Makefile | |
parent | ff5f7921d904dd2ddbaded3941643da8ba5fa9aa (diff) | |
download | seabios-4a02768fbbd33e263122bf5deb54382de56c1cfe.tar.gz |
romfile_loader: utility to patch in-memory ROM files
Add ability for a ROM file to point to
it's image in memory. When file is in memory,
add utility that can patch it, storing
pointers to one file within another file.
This is not a lot of code: together with the follow-up patch to load
ACPI tables from ROM, it's about 1K extra.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ SRC32FLAT=$(SRCBOTH) post.c memmap.c malloc.c pmm.c romfile.c optionroms.c \ hw/ahci.c hw/usb-hub.c \ fw/coreboot.c fw/lzmadecode.c fw/csm.c fw/biostables.c \ fw/paravirt.c fw/shadow.c fw/pciinit.c fw/smm.c fw/mtrr.c fw/xen.c \ - fw/acpi.c fw/mptable.c fw/pirtable.c fw/smbios.c + fw/acpi.c fw/mptable.c fw/pirtable.c fw/smbios.c fw/romfile_loader.c SRC32SEG=string.c output.c pcibios.c apm.c stacks.c hw/pci.c DIRS=src src/hw src/fw vgasrc |