aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/hvmloader/smbios.c
Commit message (Expand)AuthorAgeFilesLines
* hvmloader/smbios: Change strncpy to memcpy for anchor stringsAndrew Cooper2013-09-271-4/+4
* hvmloader/smbios: Correctly count the number of tables writtenAndrew Cooper2013-08-301-1/+2
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* HVM firmware passthrough SMBIOS processingRoss Philipson2013-01-101-25/+316
* hvmloader: Allow default response to be specified to xenstore_read().Keir Fraser2011-07-251-19/+7
* hvmloader: Formatting cleanups.Keir Fraser2011-07-251-17/+23
* hvmloader: allow the possibility to allocate the size of smbios tableIan Campbell2011-06-011-19/+23
* hvmloader: smbios: allow the entry point data structure to be located separat...Ian Campbell2011-06-011-12/+10
* tools: hvmloader: pass SMBIOS location as a runtime parameter.Ian Campbell2011-04-121-8/+7
* tools: hvmloader: split e820 support into its own code module.Ian Campbell2011-04-121-1/+0
* hvmloader: customize the SMBIOS strings based on xenstore keysKeir Fraser2010-07-091-12/+78
* hvmloader: Advertise ECC memory in SMBIOS tables.Keir Fraser2009-11-251-1/+1
* hvmloader: Fix get_memsize() to cast high_mem_pgend to 64 bits.Keir Fraser2009-07-241-1/+2
* hvmloader: Fix SMBIOS memory device length boundary condition.Keir Fraser2009-01-121-2/+3
* hvmloader: Reserve BIOS memory and VGA memory at top of 4GB memory hole.Keir Fraser2009-01-081-15/+5
* hvmloader: Simplify access to hvm_info_table.Keir Fraser2009-01-081-1/+1
* rombios: Allow option ROMs to extend up to 0xEA000.Keir Fraser2009-01-061-2/+2
* hvmloader: smbios support for large memory guestsKeir Fraser2008-10-091-27/+40
* hvmloader: Lay out memory a bit differently -Keir Fraser2008-05-211-3/+4
* hvmloader: Properly implement some more SMBIOS fields.Keir Fraser2008-04-011-16/+41
* hvmloader: Clarify relationship between xen_domain_handle_t and SMBIOS uuid f...kfraser@localhost.localdomain2007-08-241-2/+2
* hvmloader: Avoid bogus use of NULL pointer.kfraser@localhost.localdomain2007-07-311-1/+1
* hvm: e820 public header cleanup.Keir Fraser2007-06-101-2/+3
* hvmloader: Place SMBIOS tables at 0xE9000. Previous location was lowerkfraser@localhost.localdomain2007-04-261-7/+7
* General hvmloader cleanups and write memory fields of CMOS withKeir Fraser2007-03-161-31/+15
* [HVM] Move PCI and PCI-ISA bridge setup to hvmloader.kfraser@localhost.localdomain2006-11-221-367/+378
* [HVMLOADER] Remove an unused variable from an SMBIOS function.kfraser@localhost.localdomain2006-10-121-1/+0
* [HVMLOADER] Fix SMBIOS table code. One of the string lengths is incorrectly c...kaf24@firebug.cl.cam.ac.uk2006-10-041-1/+1
* [HVMLOADER] Clean up SMBIOS table-length computations.kfraser@localhost.localdomain2006-10-021-94/+52
* [HVM] [SMBIOS] Duplicate UUID into serial number in SMBIOS tables.kaf24@localhost.localdomain2006-08-281-3/+9
* Add code to generate SMBIOS tables to hvmloader.kfraser@localhost.localdomain2006-08-141-0/+606