aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware
Commit message (Expand)AuthorAgeFilesLines
* [HVM] Move ACPI timer to HV, which is the last platform timer in Qemu.kfraser@localhost.localdomain2006-10-251-4/+5
* [VMXASSIST] Some reports that macros do not get picked up by CPPkaf24@firebug.cl.cam.ac.uk2006-10-192-2/+2
* [HVM][VMX] Use CPUID instruction virtualization to workaround VMXAssist 4G li...kfraser@localhost.localdomain2006-10-193-12/+58
* Replace test-gcc-flag with Linux-style cc-option.kfraser@localhost.localdomain2006-10-182-6/+6
* Clean up linker flag definitions.kfraser@localhost.localdomain2006-10-182-4/+3
* Clean up duplication of 'install' macros in the Makefiles.kfraser@localhost.localdomain2006-10-172-4/+4
* Include resources for PV xen-platform device in ACPI DSDT.kfraser@localhost.localdomain2006-10-122-266/+270
* [HVMLOADER] Remove an unused variable from an SMBIOS function.kfraser@localhost.localdomain2006-10-121-1/+0
* [HVMLOADER] Fix SMBIOS table code. One of the string lengths is incorrectly c...kaf24@firebug.cl.cam.ac.uk2006-10-041-1/+1
* [HVMLOADER] Clean up SMBIOS table-length computations.kfraser@localhost.localdomain2006-10-022-97/+55
* [HVM] Add RDMSR/WRMSR instruction emulation to VMXAssist decoderkaf24@firebug.cl.cam.ac.uk2006-09-301-0/+18
* [VMXASSIST] Fix data32/addr32 instruction decode issue.kfraser@localhost.localdomain2006-09-291-2/+4
* [VMXASSIST] Cast to pointer type via long to avoid compilekfraser@localhost.localdomain2006-09-271-5/+5
* [VMXASSIST] Small fix to virt-to-phys translation.kaf24@firebug.cl.cam.ac.uk2006-09-261-1/+1
* [VMXASSIST] Fix virt-to-phys translation routine.kfraser@localhost.localdomain2006-09-251-23/+12
* Fix vmxassist to boot Vista.Steven Hand2006-09-222-16/+64
* [HVM] [SMBIOS] Duplicate UUID into serial number in SMBIOS tables.kaf24@localhost.localdomain2006-08-283-3/+73
* [HVM] Fixes to the ACPI table definition.kfraser@localhost.localdomain2006-08-242-280/+241
* [HVM] Fix SMBIOS entry point copy destination.kaf24@localhost.localdomain2006-08-191-1/+1
* [HVM] Fix the APM BIOS to ensure that interrupts are enabled when itkfraser@localhost.localdomain2006-08-181-0/+3
* [VMX] Fix vmxassist for booting Vista.kfraser@localhost.localdomain2006-08-151-11/+92
* [VMX] Fix VMX ap boot.kfraser@localhost.localdomain2006-08-151-2/+3
* [HVM] Fix roms.h to depend on acpi data.kfraser@localhost.localdomain2006-08-141-1/+1
* [VMXASSIST] Fix linker script to define start/end section labelskfraser@localhost.localdomain2006-08-141-6/+6
* Pick up SMBIOS entry point in the ROMBIOS.kfraser@localhost.localdomain2006-08-141-0/+45
* Add code to generate SMBIOS tables to hvmloader.kfraser@localhost.localdomain2006-08-145-4/+832
* Add utilities needed for SMBIOS generation to hvmloader.kfraser@localhost.localdomain2006-08-143-9/+92
* [HVMLOADER] Include xen.h for __HYPERVISOR* constants.kfraser@localhost.localdomain2006-08-141-0/+2
* [XEN] Clean up e820 definitions. Define shared set in hvm public dir.kaf24@localhost.localdomain2006-08-132-21/+7
* [HVM] Remove unused apic_enabled field from hvm_info_table.kfraser@localhost.localdomain2006-08-101-3/+6
* [qemu] Move acpi to devfn 2, so that it matches the fadt.chris@kneesaa.uk.xensource.com2006-08-091-2/+1
* [HVMLOADER] Only install hvmloader if it is built.kaf24@firebug.cl.cam.ac.uk2006-08-081-1/+1
* [HVMLOADER] HVM loader initialises hypercall shim and useskfraser@localhost.localdomain2006-08-048-62/+368
* [hvm firmware] Update hvm acpi dsdt table.chris@kneesaa.uk.xensource.com2006-08-042-363/+385
* [VMXASSIST] Fix GDTR accesses when paging mode enabled.kfraser@localhost.localdomain2006-08-021-3/+28
* [HVM][SVM] Change the calling convention for SVM VMMCALLs sokfraser@localhost.localdomain2006-08-011-5/+5
* [VMXASSIST] Include all rodata sections into text section.chris@kneesaa.uk.xensource.com2006-07-101-2/+1
* [HVM][Firmware] Make the creation of MP tables more dynamickaf24@firebug.cl.cam.ac.uk2006-06-286-39/+469
* [HVM] ACPI support patch 3 of 4: ACPI _PRT table.kaf24@firebug.cl.cam.ac.uk2006-06-172-137/+495
* [HVM] ACPI support patch 1 of 4: main components.kaf24@firebug.cl.cam.ac.uk2006-06-175-220/+212
* [HVM][DM] Cleaner way of clearing VGA memory on mode changes (thanks tokaf24@firebug.cl.cam.ac.uk2006-06-071-0/+46
* [HVMLOADER] Revert to uniprocessor MPS table in rombios.kaf24@firebug.cl.cam.ac.uk2006-06-072-4/+4
* [VMXASSIST] Extensions to vmxassist to handle additional mode switch cases.kaf24@firebug.cl.cam.ac.uk2006-06-051-0/+65
* [HVMLOADER] Default to 8-way SMP rombios.kaf24@firebug.cl.cam.ac.uk2006-05-312-4/+4
* Explicitly use sh to run mkhexcl349@firebug.cl.cam.ac.uk2006-05-301-5/+5
* Add rudimentary ACPI support which allows a fully virtualized domainkaf24@firebug.cl.cam.ac.uk2006-05-153-147/+156
* Trivial patch to fix x86_64 builds in which XEN_TARGET_ARCHkaf24@firebug.cl.cam.ac.uk2006-04-142-2/+2
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-106-2/+19
* This patch fixes several issues related to vmxassist:kaf24@firebug.cl.cam.ac.uk2006-04-015-46/+63
* Fix makefiles for hvmloader and vmxassist for FC5 on x86_64kaf24@firebug.cl.cam.ac.uk2006-04-012-4/+4