aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware
Commit message (Expand)AuthorAgeFilesLines
* hvmloader: Replace unportable usage of GNU head with portable awk.Keir Fraser2010-02-221-1/+2
* hvmloader: fix vgatype detecting issueKeir Fraser2010-02-221-1/+2
* hvmloader: Fix an ACPI asl bug.Keir Fraser2010-02-151-1/+1
* Vcpu hotplug: Move ACPI processor from \_PR to \_SBKeir Fraser2010-02-151-7/+7
* hvmloader: Fix parallel build of ACPI tables.Keir Fraser2010-02-122-19/+20
* hvmloader: Fix comment style in ssdt_tpm.aslKeir Fraser2010-02-121-17/+19
* hvmloader: Build a compatibility DSDT with only 15 processor objects.Keir Fraser2010-02-113-19/+44
* hvmloader: Remove checked-in ready-compiled SSDT_PM and SSDT_TPM.Keir Fraser2010-02-114-238/+11
* hvmloader: Do not leave compiled DSDT checked in to tree.Keir Fraser2010-02-111-11046/+0
* hvmloader: Fix CPU hotplug notify handler in ACPI DSDT.Keir Fraser2010-02-033-8858/+8813
* hvm: Add ACPI fixed sleep buttonKeir Fraser2010-01-201-1/+1
* hvmloader: mp table fixKeir Fraser2009-12-301-1/+1
* hvmloader: Fix Windows XP standby with cirrus VGAKeir Fraser2009-12-282-10974/+10999
* hvmloader: Only mark LTP1 present in ACPI DSDT if parport really is there.Keir Fraser2009-12-246-10937/+10956
* HVM vcpu add/remove: parse 'vcpu_avail' to firmware and set up madtKeir Fraser2009-12-143-5/+9
* HVM vcpu add/remove: setup dsdt infrastructure by mk_dsdt.c for vcpu add/removeKeir Fraser2009-12-147-7793/+11186
* hvmloader: Fix bug in 20510:749b5d46e7a9 (GPE notifications)Keir Fraser2009-12-012-315/+315
* build: Execute mk_dsdt with pathKeir Fraser2009-11-271-1/+1
* hvmloader: Auto-generate IRQ routing tables in ACPI DSDT.Keir Fraser2009-11-263-8259/+7789
* hvmloader: Auto-generate the lengthy pattern-based sections of ACPI DSDT.Keir Fraser2009-11-264-16476/+6986
* hvmloader: Advertise ECC memory in SMBIOS tables.Keir Fraser2009-11-251-1/+1
* rombios: don't busy-wait for keystrokesKeir Fraser2009-11-231-1/+1
* Extend the max vcpu number for HVM guest.Keir Fraser2009-10-291-37/+10
* x86 hvm: Guests should scan CPUID range 40000000-4000ff00 for Xen leaves.Keir Fraser2009-09-161-1/+1
* x86 passthru:: graphics passthroughKeir Fraser2009-09-011-2/+9
* hvmloader: Regression tests need 16MB to run. Check for this.Keir Fraser2009-08-061-0/+6
* hvmloader: Fix get_memsize() to cast high_mem_pgend to 64 bits.Keir Fraser2009-07-241-1/+2
* hvmloader: Add new test for MSR_SHADOW_GS_BASE validity after SWAPGS instruct...Keir Fraser2009-07-164-18/+109
* x86 hvm: Allow delivery of legacy 8259 interrupts to VCPUs != 0.Keir Fraser2009-07-012-23/+29
* hvmloader: pass-through: multi-function PCI hot-plugKeir Fraser2009-06-272-1032/+15633
* tools: don't require hardcoded firmware path in guest config fileKeir Fraser2009-06-231-1/+1
* rombios: compute checksum for roms bigger than a segmentKeir Fraser2009-06-041-6/+28
* hvmloader: Scan for gpxe-capable NICs until one is found.Keir Fraser2009-06-031-3/+4
* rombios: fix trying to boot from next deviceKeir Fraser2009-05-271-2/+2
* hvm: add ACPI power button for HVMKeir Fraser2009-04-021-1/+1
* hvmloader: ROMBIOS must POST in big real mode, since it supports PMM,Keir Fraser2009-03-312-4/+4
* hvmloader acpi: Reserve ioport ranges for expanded PHPKeir Fraser2009-03-312-245/+272
* build system cleanup - get rid of some hardcoded pathsKeir Fraser2009-03-191-2/+1
* Disable xen platform PCI device when xen_platform_pci=0 is specifiedKeir Fraser2009-03-183-34/+3
* hvmloader: Allow any unused PCI device to be used for PCI hotplugKeir Fraser2009-03-172-88/+2006
* rombios: __STRING() is Linux-specificKeir Fraser2009-03-121-1/+4
* hvmloader acpi: Describe PIRQ routing for all 32 PCI devices on bus 0.Keir Fraser2009-03-092-516/+925
* hvmloader: Make build fail if packages required to build hvmloader not presentKeir Fraser2009-03-021-6/+6
* rombios: fix int15/86h (wait for microseconds)Keir Fraser2009-02-121-7/+8
* rombios: fix pointer argument to PMMKeir Fraser2009-01-261-8/+24
* rombios: fix wrong stack segment return in 32-bit gatewayKeir Fraser2009-01-261-1/+1
* rombios: Indirect through 32-bit jump table from within the 32-bit bios.Keir Fraser2009-01-2313-145/+92
* hvm bios: add PMM (a memory manager during POST)Keir Fraser2009-01-234-2/+565
* rombios: Simplify 32-bit gateway interface definitions.Keir Fraser2009-01-227-254/+46
* rombios: Simplify 32-bit gateway and avoid need for EBDA space.Keir Fraser2009-01-223-349/+109