aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/rombios
Commit message (Expand)AuthorAgeFilesLines
...
* 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-298-96/+112
* 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
* tools: Declare functions static where they should be, and provideKeir Fraser2008-07-153-14/+8
* 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
* hvmloader: Build with -Werror.Keir Fraser2008-04-091-1/+1
* x86 firmware: Consolidate firmware common build rules.Keir Fraser2008-04-022-14/+2
* tools build: Fix build after subdir rules cleanups.Keir Fraser2008-03-252-8/+5
* tools/firmware: Use generic subdirs rules.Keir Fraser2008-03-252-13/+9
* 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
* Fix some build system error handling.Keir Fraser2007-12-201-1/+1
* Fix non-portable grep usage. Solaris doesn't have -q option.Keir Fraser2007-11-131-1/+1
* hvm: Clean up firmware compilation warnings.Keir Fraser2007-10-261-1/+1
* hvm: TCGBIOS fixesKeir Fraser2007-10-174-32/+62
* hvm: Improve tcgbios code for finding ACPI RSDP.Keir Fraser2007-09-261-15/+28
* firmware: fix romimage generation for *bsdKeir Fraser2007-09-262-2/+2
* 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
* tools: Clean up usage of const type qualifier.kfraser@localhost.localdomain2007-06-121-1/+1
* hvmloader: Place SMBIOS tables at 0xE9000. Previous location was lowerkfraser@localhost.localdomain2007-04-261-5/+7
* hvm rombios: No need for SS prefix when EA base is %bp.kfraser@localhost.localdomain2007-04-241-4/+2
* hvm rombios: Do not screw around with the PIT in the BIOS 32-bitkfraser@localhost.localdomain2007-04-241-51/+11
* hvm rombios: Fix int15, func 0x86 (udelay).kfraser@localhost.localdomain2007-04-241-5/+2
* hvmloader: Fix ROMBIOS highmem relocation. Only SHF_ALLOC sectionsKeir Fraser2007-04-192-13/+1
* hvmloader: Simplify e820_malloc() interface and improveKeir Fraser2007-04-191-1/+1
* rombios: Simplify memory-size bios calls and derive all results fromkfraser@localhost.localdomain2007-03-161-162/+70
* TCGBIOS fixes and cleanups.kfraser@localhost.localdomain2007-03-153-59/+36
* [HVM] Remove debugging printout of BIOS boot vectorTim Deegan2007-03-121-3/+2
* [HVM] Disallow soft resets in the BIOS.Tim Deegan2007-03-071-36/+64
* Remap PCI-ISA IRQ 6 to IRQ 7. Disable LPT1 by default and remove itskfraser@localhost.localdomain2007-02-261-162/+24
* Disable GCC stack protector for ROMBIOS.kfraser@localhost.localdomain2007-02-152-0/+4
* [TPM] Set tcpa calls in the rombios and other fixes.kfraser@localhost.localdomain2007-02-064-29/+65
* Older versions of as86 (<=0.16.0) require macro arguments to be bracketed.kaf24@localhost.localdomain2007-01-301-19/+19
* Fix firmware compile on Solaris.kaf24@localhost.localdomain2007-01-282-2/+2
* [HVM] Fix some BIOS build warnings.kaf24@localhost.localdomain2007-01-263-4/+2
* [TCGBIOS] Fix some makefile issues.kaf24@localhost.localdomain2007-01-262-18/+16
* Remove the test functions from HVM highmem 32-bit BIOS.kaf24@localhost.localdomain2007-01-264-115/+15
* [HVM] Add TCG BIOS extensions to the high memory area along withkaf24@localhost.localdomain2007-01-2614-12/+2907
* This patch adds a 32bit gateway to the Bochs BIOS. The 32 bit code iskaf24@localhost.localdomain2007-01-2610-2/+766
* [HVM] Add expansion-ROM boot support again.Tim Deegan2007-01-081-161/+292
* [HVM] Sync the base memory reported by ROMBIOS with the e820 map.Tim Deegan2007-01-051-0/+7