aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/hvmloader
Commit message (Expand)AuthorAgeFilesLines
* 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
* hvmloader: Fix e820_collapse() to not lose E820 entries.kfraser@localhost.localdomain2007-04-241-3/+3
* hvmloader: Fix ROMBIOS highmem relocation. Only SHF_ALLOC sectionsKeir Fraser2007-04-193-69/+98
* hvmloader: Simplify e820_malloc() interface and improveKeir Fraser2007-04-194-44/+56
* hvmloader: Tiny comment clarification.Keir Fraser2007-04-191-1/+1
* hvmloader: More simplification of highmem bios relocation code.Keir Fraser2007-03-162-66/+48
* General hvmloader cleanups and write memory fields of CMOS withKeir Fraser2007-03-166-118/+141
* hvmloader: Simplify 32bit-bios relocator.kfraser@localhost.localdomain2007-03-151-7/+6
* hvm: Add a revision 1 FADT in ACPI, and link the original revision-4kfraser@localhost.localdomain2007-03-142-1/+67
* AMD HVM: Fix enter-realmode stub to initialise 32-bit GPRs.kfraser@localhost.localdomain2007-03-141-5/+11