aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/hvmloader/Makefile
Commit message (Expand)AuthorAgeFilesLines
* tools: allow user to specify a system seabios binaryFabio Fantoni2013-09-091-1/+5
* hvmloader: drop the ovmf32 support and rename ovmf64 -> ovmf.Attilio Rao2012-02-291-13/+6
* hvmloader: Add OVMF UEFI support and directly use itAttilio Rao2012-02-231-1/+22
* firmware: Introduce CONFIG_ROMBIOS and CONFIG_SEABIOS optionsJulian Pidancet2012-02-131-13/+19
* hvmloader: Move option ROM loading into a separate optionnal fileJulian Pidancet2012-02-131-1/+1
* firmware: Use mkhex from hvmloader directory for etherboot ROMsJulian Pidancet2012-02-131-3/+6
* hvmloader: Only compile 32bitbios_support.c when rombios is enabledJulian Pidancet2012-02-131-2/+2
* Clone and build Seabios by default2012-01-241-0/+1
* hvmloader: Add 'ctype' infrastructurePaul Durrant2011-11-301-1/+1
* tools: Revert seabios and upstream qemu build changesIan Jackson2011-09-141-1/+0
* Clone and build Seabios by defaultStefano Stabellini2011-09-131-0/+1
* hvmloader: add code to generate a $PIR table.Ian Campbell2011-06-011-1/+1
* hvmloader: setup PCI bus in a common function again.Ian Campbell2011-06-011-1/+1
* tools: support SeaBIOS. Use by default when upstream qemu is configured.Ian Campbell2011-04-201-2/+15
* hvmloader: Fix build dependency (rombios.o depends on roms.inc)Keir Fraser2011-04-181-15/+17
* tools: hvmloader: add bios_config data structureIan Campbell2011-04-121-1/+13
* tools: hvmloader: Define $(OBJS) directly instead of via $(SRCS)Ian Campbell2011-04-121-5/+4
* tools: hvmloader: rename roms.h to roms.incIan Campbell2011-04-121-7/+10
* tools: hvmloader: refactor Makefile to move ROM filenames into variables.Ian Campbell2011-04-121-6/+22
* tools: hvmloader: split e820 support into its own code module.Ian Campbell2011-04-121-0/+1
* tools: consistently use $(CFLAGS_xeninclude) instead of open coding.Ian Campbell2011-03-211-1/+1
* tools: remove unnecessary uses of -I.Ian Campbell2011-03-211-1/+1
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
* hvmloader: Add a xenbus frontend so it can read values from xenstoreKeir Fraser2010-07-091-1/+1
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-121-1/+3
* hvm: Remove extboot from virtual firmware.Keir Fraser2008-09-291-3/+1
* hvmloader: Debug build incorporates HVM environment tests which mustKeir Fraser2008-08-211-0/+3
* firmware: Fix build dependencies.Keir Fraser2008-07-311-4/+4
* x86, hvm: Lots of MTRR/PAT emulation cleanup.Keir Fraser2008-04-161-2/+3
* hvmloader: Framework for multiprocessor initialisation.Keir Fraser2008-04-151-1/+1
* x86 firmware: Consolidate firmware common build rules.Keir Fraser2008-04-021-10/+2
* hvmloader: Fix parallel build.Keir Fraser2008-04-021-1/+2
* hvmloader: Properly implement some more SMBIOS fields.Keir Fraser2008-04-011-5/+10
* tools build: Fix build after subdir rules cleanups.Keir Fraser2008-03-251-2/+2
* tools/firmware: Use generic subdirs rules.Keir Fraser2008-03-251-7/+4
* x86 vmx: Remove vmxassist.Keir Fraser2008-02-061-2/+1
* Fix hvmloader makefile dependencies, and do not recurse intoKeir Fraser2008-02-021-1/+1
* hvm: Etherboot for E100 NICKeir Fraser2008-01-311-1/+1
* firmware: Use new path to xen public headers.Keir Fraser2008-01-281-1/+2
* hvm: Extboot support for XenKeir Fraser2008-01-171-0/+1
* tools: Avoid -nostdlib argument to $(LD).Keir Fraser2007-11-131-1/+1
* solaris: Fix Solaris tools build.Keir Fraser2007-11-021-3/+1
* [HVM] Store Etherboot ROM as hexdump, not binaryTim Deegan2007-08-061-2/+2
* This patch adds a 32bit gateway to the Bochs BIOS. The 32 bit code iskaf24@localhost.localdomain2007-01-261-1/+1
* [HVM] Add Etherboot option ROM, for network-booting HVM guests.Tim Deegan2006-12-201-1/+2
* [HVMLOADER] Clean up makefile, change TPM detection.kfraser@localhost.localdomain2006-11-291-5/+3
* [HVMLOADER] Fix CFLAGS.kfraser@localhost.localdomain2006-11-291-4/+1
* [HVMLOADER][ACPI] Move SSDT initialisation to acpi/ dir.kfraser@localhost.localdomain2006-11-281-2/+2
* [HVM] Dynamically build ACPI-table data block.kaf24@localhost.localdomain2006-11-261-5/+7
* [HVMLOADEr] Reserve MMIO 0xa0000 to 0xc0000 in ACPI dsdt.kfraser@localhost.localdomain2006-11-171-4/+2