aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware
Commit message (Expand)AuthorAgeFilesLines
* tools: update to SeaBIOS 1.7.3.1Ian Campbell2013-10-161-1/+8
* hvmloader/smbios: Change strncpy to memcpy for anchor stringsAndrew Cooper2013-09-271-4/+4
* tools: allow user to specify a system seabios binaryFabio Fantoni2013-09-092-1/+7
* hvmloader: fix SeaBIOS interfaceJan Beulich2013-09-054-7/+7
* hvmloader/smbios: Correctly count the number of tables writtenAndrew Cooper2013-08-301-1/+2
* rombios/debug: Reduce verbosity of rombiosAndrew Cooper2013-08-081-1/+2
* rombios/ata Remove another needless trap from the int 0x13 hotpathAndrew Cooper2013-08-081-19/+13
* rombios/ata: Reading this status register has no relevant side effectsAndrew Cooper2013-08-081-1/+0
* rombios/ata: Do not wait for BSY to be setAndrew Cooper2013-08-081-2/+2
* rombios/keyboard: Don't needlessly poll the status registerAndrew Cooper2013-08-081-2/+2
* 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
* libxl,hvmloader: Don't relocate memory for MMIO holeGeorge Dunlap2013-06-241-2/+47
* hvmloader: Remove minimum size for BARs to relocate to 64-bit spaceGeorge Dunlap2013-06-242-4/+2
* hvmloader: Load large devices into high MMIO space as neededGeorge Dunlap2013-06-241-1/+7
* hvmloader: Correct bug in low mmio region accountingGeorge Dunlap2013-06-241-5/+15
* hvmloader: Fix check for needing a 64-bit barGeorge Dunlap2013-06-241-1/+1
* hvmloader: Set up highmem resouce appropriately if there is no RAM above 4GGeorge Dunlap2013-06-241-1/+12
* hvmloader: Make the printfs more informativeGeorge Dunlap2013-06-241-2/+11
* hvmloader: Remove all 64-bit print argumentsGeorge Dunlap2013-06-242-4/+9
* x86/HVM: RTC code must be in line with WAET flags passed by hvmloaderJan Beulich2013-05-211-4/+8
* tools/firmware: Fix ovmf build with gcc version different from 4.4fantonifabio@tiscali.it2013-03-251-1/+1
* genid: Introduce again Windows generation ID deviceFrediano Ziglio2013-02-211-0/+25
* genid: Update Windows generation IDFrediano Ziglio2013-02-211-15/+34
* 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