aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-2129-29/+29
* trivial: Optimize printnumFrediano Ziglio2013-02-151-14/+6
* tools: Update to SeaBIOS 1.7.1Ian Campbell2013-01-171-2/+19
* hvmloader: Allocate 3 pages for Intel GPU OpRegion passthrough.Keir Fraser2013-01-103-3/+5
* HVM firmware passthrough ACPI processingRoss Philipson2013-01-101-1/+53
* HVM firmware passthrough SMBIOS processingRoss Philipson2013-01-102-25/+363
* autoconf: check for wget and ftpRoger Pau Monne2012-10-301-1/+1
* hvmloader: Reserve FE700000-FE800000 in physical memory map for guest use.Keir Fraser2012-10-252-11/+22
* hvmloader: Add 64 bits big bar supportXiantao Zhang2012-10-014-25/+80
* hvmloader: Do not zero the wallclock fields in shared-info.Keir Fraser2012-09-141-1/+5
* hvm: Remove VM genearation ID device and incr_generationid from build_info.Paul Durrant2012-08-221-25/+0
* etherboot: Build fixes for gcc 4.7.Keir Fraser2012-08-154-0/+92
* tools: pass EXTRA_CFLAGS via environmentOlaf Hering2012-06-071-0/+1
* vgabios: Make Windows 8 support greater resolutionsFrediano Ziglio2012-05-071-3/+3
* vgabios: Check if mode is currently supported as vesa specificationsFrediano Ziglio2012-05-071-0/+12
* vgabios: Reduce stack usage getting mode informationsFrediano Ziglio2012-05-071-8/+5
* vgabios: Report mode not supported getting mode informationsFrediano Ziglio2012-05-071-2/+2
* vgabios: Fix size computation overflowFrediano Ziglio2012-05-071-2/+28
* rombios: remove sdtint.h dependencyRoger Pau Monne2012-05-011-1/+4
* tools/firmware: pass PYTHON as an env var to sub-makes in this subtreeChristoph Egger2012-04-251-1/+1
* Fetch the OVMF repository from specific git mirror and enable itAttilio Rao2012-03-222-0/+48
* tools: Add explicit clean rule for SeaBIOSIan Campbell2012-03-141-0/+5
* hvmloader: drop the ovmf32 support and rename ovmf64 -> ovmf.Attilio Rao2012-02-294-52/+18
* hvmloader: Add OVMF UEFI support and directly use itAttilio Rao2012-02-234-1/+179
* firmware: Introduce CONFIG_ROMBIOS and CONFIG_SEABIOS optionsJulian Pidancet2012-02-132-21/+29
* hvmloader: Move option ROM loading into a separate optionnal fileJulian Pidancet2012-02-137-228/+259
* firmware: Use mkhex from hvmloader directory for etherboot ROMsJulian Pidancet2012-02-133-15/+9
* hvmloader: Allow the mkhex command to take several file argumentsJulian Pidancet2012-02-131-1/+2
* hvmloader: Only compile 32bitbios_support.c when rombios is enabledJulian Pidancet2012-02-131-2/+2
* Clone and build Seabios by default2012-01-243-2/+93
* ipxe: remove tarball on cleanIan Campbell2012-01-051-1/+1
* ipxe: update to upstream versionRoger Pau Monne2011-12-205-167/+11
* hvmloader: Re-name xenstore key used to save VM generation ID buffer address.Paul Durrant2011-12-181-1/+1
* tools/firmware: remove "_PS0/3" MethodXudong Hao2011-12-051-10/+0
* hvmloader: Change VM Generation Id Device HID.Paul Durrant2011-12-021-1/+1
* hvmloader: Write address of VM generation id buffer into xenstorePaul Durrant2011-11-301-0/+6
* hvmloader: Add xenstore-write supportPaul Durrant2011-11-302-16/+65
* hvmloader: Add snprintf()Paul Durrant2011-11-302-13/+60
* hvmloader: Allocate an 8 byte buffer to contain the VM generation idPaul Durrant2011-11-303-0/+92
* hvmloader: Add 'ctype' infrastructurePaul Durrant2011-11-305-3/+58
* hvmloader: Add an ACPI device exposing a package called ADDR,Paul Durrant2011-11-302-1/+28
* hvmloader: Intel GPU passthrough, reverse OpRegionJean Guyader2011-11-244-4/+45
* hvmloader: Fix memory relocation loop.Keir Fraser2011-11-212-13/+18
* hvmloader: Change memory relocation loop when overlap with PCI holeJean Guyader2011-11-181-6/+14
* hvmloader: Add configuration options to selectively disable S3 and S4 ACPI po...Paul Durrant2011-11-185-20/+89
* hvmloader: Move acpi_enabled out of hvm_info_table into xenstorePaul Durrant2011-11-181-1/+4
* hvmloader: Move acpi_info structure out from low memory.Keir Fraser2011-11-146-54/+24
* hvmloader: Load DSDT table from parameterAnthony PERARD2011-10-284-20/+44
* hvmloader/acpi/dsdt: Fix PCI hotplug with the new qemu-xen.Anthony PERARD2011-10-282-60/+127
* hvmloader: In mk_dsdt, Use __attribute__ format.Anthony PERARD2011-10-281-1/+2