aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-06-01 11:00:29 +0100
committerKevin O'Connor <kevin@koconnor.net>2011-06-13 07:57:03 -0400
commit74c78786719b202557d4f177bd290ddd98e979fe (patch)
tree5518c906c2ddaa6f9b50d5f26da077a9972fda3b /Makefile
parent1442c31529b951d4a2b90bdcf1adbd32d1ceffa8 (diff)
downloadseabios-hppa-74c78786719b202557d4f177bd290ddd98e979fe.zip
seabios-hppa-74c78786719b202557d4f177bd290ddd98e979fe.tar.gz
seabios-hppa-74c78786719b202557d4f177bd290ddd98e979fe.tar.bz2
Add support for use as Xen HVM BIOS.
SeaBIOS is called by Xen's hvmloader which does the basic platform setup (PCI, APIC, etc) and provides the various BIOS tables. Therefore avoid re-doing that setup and copy out the tables as necessary. A simple data structure is defined to pass the addresses of these tables. This patch also establishes the basic infrastructure to make hypercalls, although it currently only uses it to query the hypervisor version. Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07ba2d0..05bcee3 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ SRC16=$(SRCBOTH) system.c disk.c font.c
SRC32FLAT=$(SRCBOTH) post.c shadow.c memmap.c coreboot.c boot.c \
acpi.c smm.c mptable.c smbios.c pciinit.c optionroms.c mtrr.c \
lzmadecode.c bootsplash.c jpeg.c usb-hub.c paravirt.c dev-i440fx.c \
- pci_region.c biostables.c
+ pci_region.c biostables.c xen.c
SRC32SEG=util.c output.c pci.c pcibios.c apm.c stacks.c
cc-option = $(shell if test -z "`$(1) $(2) -S -o /dev/null -xc \