aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/hvmloader/32bitbios_support.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* hvmloader: add missing emacs local variables.Ian Campbell2011-06-081-0/+10
* hvmloader: reduce minimum allocation alignment from 1024 bytes to 16.Ian Campbell2011-06-031-1/+1
* tools: hvmloader: refactor highbios and bios_info setup into struct bios_configIan Campbell2011-04-121-1/+1
* rombios: Indirect through 32-bit jump table from within the 32-bit bios.Keir Fraser2009-01-231-24/+6
* hvmloader: Reserve BIOS memory and VGA memory at top of 4GB memory hole.Keir Fraser2009-01-081-1/+1
* hvm: Use main memory for video memory.Keir Fraser2008-08-271-1/+1
* hvmloader: Fix ROMBIOS highmem relocation. Only SHF_ALLOC sectionsKeir Fraser2007-04-191-64/+91
* hvmloader: Simplify e820_malloc() interface and improveKeir Fraser2007-04-191-5/+1
* hvmloader: More simplification of highmem bios relocation code.Keir Fraser2007-03-161-65/+47
* General hvmloader cleanups and write memory fields of CMOS withKeir Fraser2007-03-161-63/+53
* hvmloader: Simplify 32bit-bios relocator.kfraser@localhost.localdomain2007-03-151-7/+6
* Fix firmware compile on Solaris.kaf24@localhost.localdomain2007-01-281-1/+6
* This patch adds a 32bit gateway to the Bochs BIOS. The 32 bit code iskaf24@localhost.localdomain2007-01-261-0/+169