aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/rombios
Commit message (Expand)AuthorAgeFilesLines
* 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
* rombios: remove sdtint.h dependencyRoger Pau Monne2012-05-011-1/+4
* hvmloader: reinstate datastructure shared with DSDT in SeaBIOS case.Ian Campbell2011-06-031-10/+3
* tools: hvmloader: split scratch and hypercall addressing from ROMBIOS low heap.Ian Campbell2011-04-122-5/+6
* tools: hvmloader: pass SMBIOS location as a runtime parameter.Ian Campbell2011-04-121-1/+2
* tools: hvmloader: split e820 support into its own code module.Ian Campbell2011-04-123-1/+22
* tools: hvmloader: move ROMBIOS configuration into tools/firmware/rombios/Ian Campbell2011-04-123-2/+41
* tools: consistently use $(CFLAGS_xeninclude) instead of open coding.Ian Campbell2011-03-212-2/+2
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-173-3/+3
* Update my email address to long-term stable address.Keir Fraser2011-01-071-1/+1
* rombios: use explicit SS prefix for calculated on-stack array accesses.Keir Fraser2010-07-081-2/+2
* rombios: move the stack to 0x9e000 and protect it with an e820 entryKeir Fraser2010-07-081-8/+8
* rombios: wait 30s after a failed bootKeir Fraser2010-07-081-15/+6
* rombios: fix implicit assumption that DS == SSKeir Fraser2010-07-061-7/+5
* rombios: pause for a keypress after a failed bootKeir Fraser2010-07-061-1/+21
* 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
* rombios: compute checksum for roms bigger than a segmentKeir Fraser2009-06-041-6/+28
* rombios: fix trying to boot from next deviceKeir Fraser2009-05-271-2/+2
* hvmloader: ROMBIOS must POST in big real mode, since it supports PMM,Keir Fraser2009-03-311-2/+2
* Disable xen platform PCI device when xen_platform_pci=0 is specifiedKeir Fraser2009-03-181-12/+2
* rombios: __STRING() is Linux-specificKeir Fraser2009-03-121-1/+4
* 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-235-54/+24
* 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
* rombios: remove unnecessary function calls.Keir Fraser2009-01-151-8/+3
* rombios: Protect the ax register before calling the TCG BIOS extensions funct...Keir Fraser2009-01-151-0/+2
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-123-2/+9
* rombios: Get rid of annoying delay at F12 boot menu.Keir Fraser2009-01-061-48/+46
* rombios: Allow option ROMs to extend up to 0xEA000.Keir Fraser2009-01-061-24/+20
* rombios: Do not initialise PCI devices after hvmloader.Keir Fraser2009-01-061-2/+2
* rombios: disable DEBUG_ROMBIOS by default.Keir Fraser2008-12-291-1/+1
* rombios: pass BDF correctly during option ROM scanKeir Fraser2008-12-291-2/+0
* rombios: enabling option ROM write access during initialisation.Keir Fraser2008-12-291-1/+4
* rombios: Update to Bochs latestKeir Fraser2008-12-182-1484/+2109
* rombios: fix references to EBDAKeir Fraser2008-12-151-26/+35
* rombios: fix rom_scan (ja->jmp)Keir Fraser2008-12-111-1/+1
* rombios: support BCVKeir Fraser2008-12-091-0/+24
* hvmloader: Pass BDF to PCI option ROMs.Keir Fraser2008-11-241-4/+19
* rombios: fix int13h for floppy diskKeir Fraser2008-10-301-2/+2
* firmware: Fix build dependencies.Keir Fraser2008-07-312-4/+6
* firmware: Fix CFLAGS -I directives.Keir Fraser2008-07-302-2/+2