aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/hvmloader/acpi/build.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "hvmloader: always include HPET table"Jan Beulich2013-07-081-5/+7
* Revert "/home/jbeulich/tmp/commit.txt"Jan Beulich2013-07-081-7/+5
* /home/jbeulich/tmp/commit.txtJan Beulich2013-07-081-5/+7
* genid: Update Windows generation IDFrediano Ziglio2013-02-211-15/+34
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* HVM firmware passthrough ACPI processingRoss Philipson2013-01-101-1/+53
* hvmloader: Re-name xenstore key used to save VM generation ID buffer address.Paul Durrant2011-12-181-1/+1
* hvmloader: Write address of VM generation id buffer into xenstorePaul Durrant2011-11-301-0/+6
* hvmloader: Allocate an 8 byte buffer to contain the VM generation idPaul Durrant2011-11-301-0/+19
* hvmloader: Add an ACPI device exposing a package called ADDR,Paul Durrant2011-11-301-0/+1
* hvmloader: Add configuration options to selectively disable S3 and S4 ACPI po...Paul Durrant2011-11-181-0/+22
* hvmloader: Move acpi_info structure out from low memory.Keir Fraser2011-11-141-1/+4
* hvmloader: Load DSDT table from parameterAnthony PERARD2011-10-281-17/+14
* hvmloader: Add the WAET since Microsoft are demanding it for Windows 8Andrew Cooper2011-10-141-0/+22
* hvmloader: Don't set hpet->header.length twiceAndrew Cooper2011-10-141-2/+1
* hvmloader: don't clear acpi_info after filling in some fieldsIan Campbell2011-09-131-1/+2
* hvmloader: reinstate datastructure shared with DSDT in SeaBIOS case.Ian Campbell2011-06-031-10/+32
* hvmloader: allocate ACPI tables as we goIan Campbell2011-06-031-78/+72
* hvmloader: always include HPET tablePaolo Bonzini2011-05-201-7/+5
* tools: hvmloader: pass ACPI_PHYSICAL_ADDRESS as a runtime parameter.Ian Campbell2011-04-121-9/+10
* hvmloader: Fix parallel build of ACPI tables.Keir Fraser2010-02-121-6/+6
* hvmloader: Build a compatibility DSDT with only 15 processor objects.Keir Fraser2010-02-111-5/+27
* hvmloader: Remove checked-in ready-compiled SSDT_PM and SSDT_TPM.Keir Fraser2010-02-111-6/+6
* HVM vcpu add/remove: parse 'vcpu_avail' to firmware and set up madtKeir Fraser2009-12-141-2/+4
* HVM vcpu add/remove: setup dsdt infrastructure by mk_dsdt.c for vcpu add/removeKeir Fraser2009-12-141-2/+7
* rombios: Indirect through 32-bit jump table from within the 32-bit bios.Keir Fraser2009-01-231-41/+0
* hvmloader: Dynamically size the PCI hole.Keir Fraser2009-01-091-2/+2
* hvmloader: Reserve BIOS memory and VGA memory at top of 4GB memory hole.Keir Fraser2009-01-081-4/+5
* hvmloader: Simplify access to hvm_info_table.Keir Fraser2009-01-081-2/+2
* hvm: Battery Management virtual firmware and toolstack changesKeir Fraser2008-10-141-0/+13
* hvm: Use main memory for video memory.Keir Fraser2008-08-271-2/+2
* hvmloader: Load ACPI tables outside BIOS area, so they are writable byKeir Fraser2008-07-291-4/+37
* hvmloader, rombios: Make use of new rom-lock facility in ioemu platform device.Keir Fraser2008-07-111-6/+2
* x86, hvm: Lots of MTRR/PAT emulation cleanup.Keir Fraser2008-04-161-2/+2
* hvmloader/acpi: Simplify Processor Object definitions.Keir Fraser2008-02-251-78/+0
* x86 hvm: Allow HPET to be configured as a per-domain config option.Keir Fraser2008-02-111-3/+15
* hvmloader: Expand iomem allocation pool to 0xf0000000-0xfc000000.Keir Fraser2008-01-221-1/+1
* hvm: Allow PCI high-memory resource to be decided by hvmloader atKeir Fraser2008-01-211-2/+6
* hvm: Clean up firmware compilation warnings.Keir Fraser2007-10-261-1/+1
* hvmloader: ACPI DSDT dynamically indicates presence of COM1/COM2 portskfraser@localhost.localdomain2007-09-111-4/+36
* hvmloader: Simplify e820_malloc() interface and improveKeir Fraser2007-04-191-2/+1
* General hvmloader cleanups and write memory fields of CMOS withKeir Fraser2007-03-161-1/+0
* hvm: Add a revision 1 FADT in ACPI, and link the original revision-4kfraser@localhost.localdomain2007-03-141-1/+21
* hvmloader: Avoid compile warnings char vs. unsigned char.kfraser@localhost.localdomain2007-03-131-12/+14
* hvm: Processor Objects require unique IDs.kfraser@localhost.localdomain2007-02-161-0/+3
* hvm: Dynamically generate the correct number of ACPI Processor Objectskfraser@localhost.localdomain2007-02-161-0/+74
* hvm: Fix acpi processor id in MADT LAPIC entries.kfraser@localhost.localdomain2007-02-151-1/+3
* [HVM] Change VCPU->LAPIC_ID mapping so that VCPU0 has ID0.kaf24@localhost.localdomain2006-12-311-1/+1
* [HVM] Rationalise OEM and Creator IDs and Table Revisions.kaf24@localhost.localdomain2006-12-301-10/+9
* [HVM] Route ISA IRQ 0 to IOAPIC GSI 2, just like 99% of native systems.kaf24@localhost.localdomain2006-12-261-6/+18