aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware
Commit message (Expand)AuthorAgeFilesLines
...
* hvmloader: allow the possibility to allocate the size of smbios tableIan Campbell2011-06-013-22/+25
* hvmloader: further support for SeaBIOSIan Campbell2011-06-012-6/+97
* hvmloader: smbios: allow the entry point data structure to be located separat...Ian Campbell2011-06-013-15/+14
* hvmloader: allow create_mp_tables() to allocate the tableIan Campbell2011-06-011-1/+16
* hvmloader: return MPFPS from create_mp_tables()Ian Campbell2011-06-012-10/+11
* hvmloader: refactor BIOS info setupIan Campbell2011-06-014-11/+37
* hvmloader: Add a simple "scratch allocator"Ian Campbell2011-06-016-2/+30
* hvmloader: make SMBIOS initialisation more general.Ian Campbell2011-06-014-18/+13
* hvmloader: make ACPI initialisation hook more general.Ian Campbell2011-06-014-10/+8
* hvmloader: call SMP setup from common code again.Ian Campbell2011-06-014-8/+1
* hvmloader: setup APICs in a common function again.Ian Campbell2011-06-014-21/+17
* hvmloader: setup PCI bus in a common function again.Ian Campbell2011-06-017-252/+272
* hvmloader: enable PCI_COMMAND_IO on primary VGA deviceIan Campbell2011-06-011-0/+23
* hvmloader: allow per-BIOS decision on loading option ROMSIan Campbell2011-06-015-37/+42
* hvmloader: always include HPET tablePaolo Bonzini2011-05-201-7/+5
* tools: support SeaBIOS. Use by default when upstream qemu is configured.Ian Campbell2011-04-205-2/+105
* tools: hvmloader: attempt to SHUTDOWN_crash on BUGKeir Fraser2011-04-182-6/+18
* hvmloader: Fix _start-relative calculation of hypercall page address.Keir Fraser2011-04-182-2/+4
* hvmloader: Fix build dependency (rombios.o depends on roms.inc)Keir Fraser2011-04-181-15/+17
* tools: hvmloader: select BIOS through xenstore.Ian Campbell2011-04-121-1/+21
* tools: hvmloader: Refactor MP table setup into struct bios_configIan Campbell2011-04-125-55/+63
* tools: hvmloader: Refactor ACPI table setup into struct bios_configIan Campbell2011-04-123-3/+8
* tools: hvmloader: Refactor VM86 and E820 setup into struct bios_configIan Campbell2011-04-123-24/+36
* tools: hvmloader: refactor highbios and bios_info setup into struct bios_configIan Campbell2011-04-125-16/+33
* tools: hvmloader: Refactor APIC, PCI and SMP setup into struct bios_configIan Campbell2011-04-123-232/+249
* tools: hvmloader: add bios_config data structureIan Campbell2011-04-124-20/+136
* 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-122-8/+12
* tools: hvmloader: remove rombios_sz, just use sizeof(rombios)Ian Campbell2011-04-121-9/+5
* tools: hvmloader: refactor Makefile to move ROM filenames into variables.Ian Campbell2011-04-121-6/+22
* tools: hvmloader: split scratch and hypercall addressing from ROMBIOS low heap.Ian Campbell2011-04-123-5/+9
* tools: hvmloader: pass option ROM end address around as a parameter.Ian Campbell2011-04-121-6/+13
* tools: hvmloader: pass SMBIOS location as a runtime parameter.Ian Campbell2011-04-124-11/+15
* tools: hvmloader: pass ACPI_PHYSICAL_ADDRESS as a runtime parameter.Ian Campbell2011-04-123-11/+12
* tools: hvmloader: split e820 support into its own code module.Ian Campbell2011-04-1211-130/+173
* tools: hvmloader: move ROMBIOS configuration into tools/firmware/rombios/Ian Campbell2011-04-124-35/+43
* tools: consistently use $(CFLAGS_xeninclude) instead of open coding.Ian Campbell2011-03-214-5/+5
* tools: remove unnecessary uses of -I.Ian Campbell2011-03-212-2/+2
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-177-7/+7
* hvmloader: Fixes to printf() implementation.Keir Fraser2011-01-141-16/+27
* Update my email address to long-term stable address.Keir Fraser2011-01-074-4/+4
* etherboot: Download ipxe from XEN_EXTFILES_URLKeir Fraser2010-12-101-6/+11
* hvmloader: Fix 22383:cba667fb80cf iterating over defns 0..255Keir Fraser2010-11-101-4/+2
* hvmloader: fix off-by-one-bit error when initialising PCI devicesKeir Fraser2010-11-101-3/+3
* hvmloader: Fix acpi static tables for new ACPI ioports location.Keir Fraser2010-11-092-9/+9
* firmware, qemu: Change ACPI IO values to match QEMU BIOSAnthony Perard2010-11-092-6/+17
* hvmloader: Fix e820 printing routine -- addresses are 64-bitKeir Fraser2010-11-091-5/+9
* hvmloader: Use ipxe 1.0.0 final rather than a release candidate.Keir Fraser2010-11-081-1/+1
* hvmloader: Replace gPXE with iPXE for ethernet boot ROMKeir Fraser2010-11-041-7/+7
* hvmloader: Configure gPXE to use serial consoleKeir Fraser2010-10-291-0/+3