aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/rombios/rombios.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tools: hvmloader: move ROMBIOS configuration into tools/firmware/rombios/Ian Campbell2011-04-121-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
* Disable xen platform PCI device when xen_platform_pci=0 is specifiedKeir Fraser2009-03-181-12/+2
* 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: Indirect through 32-bit jump table from within the 32-bit bios.Keir Fraser2009-01-231-22/+6
* hvm bios: add PMM (a memory manager during POST)Keir Fraser2009-01-231-1/+32
* rombios: Simplify 32-bit gateway interface definitions.Keir Fraser2009-01-221-1/+4
* rombios: Simplify 32-bit gateway and avoid need for EBDA space.Keir Fraser2009-01-221-3/+1
* rombios: Protect the ax register before calling the TCG BIOS extensions funct...Keir Fraser2009-01-151-0/+2
* 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: 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-181-1484/+2039
* 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
* rombios: Simplify and clarify POST code a little.Keir Fraser2008-07-301-57/+9
* rombios: Remove dead code.Keir Fraser2008-07-291-27/+0
* rombios: Obtain S3 wake vector from >1MB.Keir Fraser2008-07-291-14/+15
* rombios: Narrow window where BIOS area is writable, and ensure itKeir Fraser2008-07-291-7/+13
* rombios: S3 resume data must be in EBDA.Keir Fraser2008-07-241-26/+22
* hvmloader, rombios: Make use of new rom-lock facility in ioemu platform device.Keir Fraser2008-07-111-0/+24
* hvm rombios: Move function calls out of 'post' function sectionKeir Fraser2008-06-271-12/+23
* rombios: S3 resume fixes.Keir Fraser2008-06-021-18/+27
* rombios: Remove annoying 3-second boot delay waiting for user to hitKeir Fraser2008-05-231-20/+6
* hvm: rombios interface for HVM S3Keir Fraser2008-05-201-0/+91
* hvm bios: Fix EDD pointer in int 13h, fn 48h BIOS call return bufferKeir Fraser2008-03-171-1/+1
* hvm, x86: Add QEMU BIOS menu for choosing boot device.Keir Fraser2008-01-151-1/+226
* x86, hvm, rombios: INT13 LBA48 support for disks bigger than 128GB.Keir Fraser2007-12-271-19/+44
* hvm: TCGBIOS fixesKeir Fraser2007-10-171-10/+17
* hvm: Add rombios decoding of F11/F12 scancodes in support forkfraser@localhost.localdomain2007-08-291-3/+8
* hvm: Re-introduce LPT1 device in ACPI tables.kfraser@localhost.localdomain2007-07-111-24/+24
* [HVM] ROMBIOS: reboot when we see Ctrl+Alt+DelTim Deegan2007-07-061-0/+4