index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fw
/
smbios.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbios: Use integer signature instead of string signature
Kevin O'Connor
2015-04-10
1
-1
/
+1
*
SMBIOS: Check for aggregate tables & entry point in fw_cfg
Gabriel L. Somlo
2014-05-06
1
-1
/
+1
*
Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c.
Kevin O'Connor
2014-04-07
1
-0
/
+1
*
Use biostables.c for copying bios tables even when generating them.
Kevin O'Connor
2014-04-07
1
-21
/
+16
*
smbios: Move smbios parsing logic from smbios.c to biostables.c.
Kevin O'Connor
2014-04-07
1
-70
/
+0
*
smbios: Default all values to zero.
Kevin O'Connor
2014-03-20
1
-0
/
+1
*
smbios: catch zero-length strings
Gerd Hoffmann
2014-01-22
1
-3
/
+7
*
Move fw/smbios.h to std/smbios.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-3
/
+4
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-0
/
+649