aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/hvmloader
Commit message (Expand)AuthorAgeFilesLines
* firmware: Fix build dependencies.Keir Fraser2008-07-311-4/+4
* hvmloader: Load ACPI tables outside BIOS area, so they are writable byKeir Fraser2008-07-294-12/+42
* tools: Declare functions static where they should be, and provideKeir Fraser2008-07-154-17/+15
* hvmloader, rombios: Make use of new rom-lock facility in ioemu platform device.Keir Fraser2008-07-113-6/+32
* hvmloader: Set up any Intel ICH for legacy IDE.Keir Fraser2008-06-271-4/+6
* hvmloader: No need to map shared_info page into the legacy VGA MMIOKeir Fraser2008-05-281-10/+2
* hvmloader: Fix pci_setup() to not skip BAR remapping for virtual VGA devices.Keir Fraser2008-05-221-39/+35
* hvmloader: Lay out memory a bit differently -Keir Fraser2008-05-213-15/+22
* hvm: rombios interface for HVM S3Keir Fraser2008-05-202-512/+524
* x86, hvm: Lots of MTRR/PAT emulation cleanup.Keir Fraser2008-04-166-9/+112
* hvmloader: Explicitly revert to text section after declaring bss fields.Keir Fraser2008-04-152-0/+2
* hvmloader: Framework for multiprocessor initialisation.Keir Fraser2008-04-154-2/+138
* hvmloader: Small cleanups.Keir Fraser2008-04-143-23/+33
* hvmloader: Fix build with gcc 4.1 and later.Keir Fraser2008-04-101-3/+3
* hvmloader: Fix parsing Etherboot roms to avoid an infinite loop.Keir Fraser2008-04-091-18/+19
* hvmloader: Parse Etherboot option ROMs the conventional way.Keir Fraser2008-04-022-21/+104
* x86 firmware: Consolidate firmware common build rules.Keir Fraser2008-04-022-20/+4
* hvmloader: Fix parallel build.Keir Fraser2008-04-021-1/+2
* hvmloader: Properly implement some more SMBIOS fields.Keir Fraser2008-04-015-23/+152
* hvm acpi: Restrict to 15 Processor objects.Keir Fraser2008-03-252-537/+540
* 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
* hvmloader/acpi: Simplify Processor Object definitions.Keir Fraser2008-02-253-594/+563
* Enable HVM guest VT-d device hotplug via a simple ACPI hotplug device model.Keir Fraser2008-02-153-7/+180
* hvm acpi: Expose \_S4 ACPI object, allowing suspend-to-disk.Keir Fraser2008-02-152-454/+463
* x86 hvm: Allow HPET to be configured as a per-domain config option.Keir Fraser2008-02-113-449/+473
* hvmloader: Remove dead function check_amd().Keir Fraser2008-02-061-14/+0
* x86 vmx: Remove vmxassist.Keir Fraser2008-02-063-30/+2
* Fix hvmloader makefile dependencies, and do not recurse intoKeir Fraser2008-02-021-1/+1
* hvm: Etherboot for E100 NICKeir Fraser2008-01-312-23/+48
* firmware: Use new path to xen public headers.Keir Fraser2008-01-283-3/+4
* Add BINDIR. Use it.Keir Fraser2008-01-221-1/+1
* hvmloader: Expand iomem allocation pool to 0xf0000000-0xfc000000.Keir Fraser2008-01-222-10/+25
* hvmloader: Assign PCI resources in descending order of size for better packing.Keir Fraser2008-01-221-30/+62
* hvm: Allow PCI high-memory resource to be decided by hvmloader atKeir Fraser2008-01-213-443/+471
* hvm: Extboot support for XenKeir Fraser2008-01-173-0/+20
* x86, hvm: Config option to allow vmxassist to be disabled.Keir Fraser2007-11-241-2/+11
* tools: Avoid -nostdlib argument to $(LD).Keir Fraser2007-11-131-1/+1
* solaris: Fix Solaris tools build.Keir Fraser2007-11-023-32/+3
* hvm: Clean up firmware compilation warnings.Keir Fraser2007-10-261-1/+1
* firmware: fix romimage generation for *bsdKeir Fraser2007-09-261-1/+1
* hvmloader: ACPI DSDT dynamically indicates presence of COM1/COM2 portskfraser@localhost.localdomain2007-09-113-431/+509
* hvmloader: Clarify relationship between xen_domain_handle_t and SMBIOS uuid f...kfraser@localhost.localdomain2007-08-242-2/+3
* [HVM] Store Etherboot ROM as hexdump, not binaryTim Deegan2007-08-061-2/+2
* hvmloader: Avoid bogus use of NULL pointer.kfraser@localhost.localdomain2007-07-311-1/+1
* hvm: Re-introduce LPT1 device in ACPI tables.kfraser@localhost.localdomain2007-07-114-18/+40
* tools: Clean up usage of const type qualifier.kfraser@localhost.localdomain2007-06-121-1/+1
* hvm: e820 public header cleanup.Keir Fraser2007-06-105-17/+38
* hvm: Fix ACPI shutdown, broken by my previous changeset.Keir Fraser2007-05-122-7/+7
* hvmloader: Place SMBIOS tables at 0xE9000. Previous location was lowerkfraser@localhost.localdomain2007-04-268-67/+63