aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/hvmloader
Commit message (Expand)AuthorAgeFilesLines
...
* hvmloader: Load DSDT table from parameterAnthony PERARD2011-10-284-20/+44
* hvmloader/acpi/dsdt: Fix PCI hotplug with the new qemu-xen.Anthony PERARD2011-10-282-60/+127
* hvmloader: In mk_dsdt, Use __attribute__ format.Anthony PERARD2011-10-281-1/+2
* hvmloader/acpi/dsdt: Move IO port range reservationAnthony PERARD2011-10-282-14/+13
* hvmloader/acpi: Introduce --maxcpu option to mk_dsdtAnthony PERARD2011-10-282-8/+47
* hvmloader: Add the WAET since Microsoft are demanding it for Windows 8Andrew Cooper2011-10-143-0/+52
* hvmloader: Don't set hpet->header.length twiceAndrew Cooper2011-10-141-2/+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: don't clear acpi_info after filling in some fieldsIan Campbell2011-09-131-1/+2
* hvmloader: relicense hvmloader xenbus implementation under moreIan Campbell2011-08-101-11/+19
* hvmloader: Move init_vm86_tss() back into common code.Keir Fraser2011-08-094-24/+20
* hvmloader: Enable SCI in QEMU has it disabled.Keir Fraser2011-07-283-1/+26
* hvmloader: Allow default response to be specified to xenstore_read().Keir Fraser2011-07-254-31/+27
* hvmloader: Formatting cleanups.Keir Fraser2011-07-258-46/+56
* hvmloader: Replace bios_relocate hook with bios_load hookKeir Fraser2011-07-254-13/+18
* hvmloader: Declare get_hvm_info_table/get_shared_info as const funcs.Keir Fraser2011-07-231-2/+1
* hvmloader: Remove bogus and unused RESERVED_MEMSIZE decl.Keir Fraser2011-07-231-2/+2
* hvmloader: New functions mem_hole_alloc() and mem_hole_populate_ram().Keir Fraser2011-07-232-18/+39
* hvmloader: Switch to absolute addressing for calling hypercall stubs.Keir Fraser2011-07-201-68/+69
* hvmloader: Remove hard tabs from source files.Keir Fraser2011-07-206-267/+267
* hvmloader: add missing emacs local variables.Ian Campbell2011-06-0818-0/+179
* hvmloader: reduce unnecessary e820 reservations for SeaBIOSIan Campbell2011-06-085-25/+77
* hvmloader: reinstate datastructure shared with DSDT in SeaBIOS case.Ian Campbell2011-06-035-36/+43
* hvmloader: allocate ACPI tables as we goIan Campbell2011-06-031-78/+72
* hvmloader: removed unused/incorrect define.Ian Campbell2011-06-031-5/+0
* hvmloader: reduce minimum allocation alignment from 1024 bytes to 16.Ian Campbell2011-06-032-7/+7
* hvmloader: add code to generate a $PIR table.Ian Campbell2011-06-018-4/+145
* 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