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
/
biostables.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbios: Support SMBIOS 3.0 entry point at smbios_romfile_setup()
Eduardo Habkost
2021-12-18
1
-3
/
+30
*
smbios: Support SMBIOS 3.0 entry point at copy_table()
Eduardo Habkost
2021-12-18
1
-0
/
+1
*
smbios: copy_smbios_30() function
Eduardo Habkost
2021-12-18
1
-2
/
+34
*
smbios: Make smbios_build_tables() ready for 64-bit tables
Eduardo Habkost
2021-12-18
1
-3
/
+13
*
smbios: Make some smbios_build_tables() arguments optional
Eduardo Habkost
2021-12-18
1
-2
/
+6
*
smbios: smbios_21_setup_entry_point() function
Eduardo Habkost
2021-12-18
1
-13
/
+20
*
smbios: Make smbios_build_tables() more generic
Eduardo Habkost
2021-12-18
1
-13
/
+19
*
smbios: Extract SMBIOS table building code to separate function
Eduardo Habkost
2021-12-18
1
-20
/
+34
*
smbios: Use smbios_next() at smbios_romfile_setup()
Eduardo Habkost
2021-12-18
1
-3
/
+4
*
smbios: Make SMBios21Addr variable static
Eduardo Habkost
2021-12-18
1
-1
/
+1
*
smbios: smbios_major_version()/smbios_minor_version() helpers
Eduardo Habkost
2021-12-18
1
-3
/
+21
*
smbios: Use smbios_get_tables()/smbios_next() at display_uuid()
Eduardo Habkost
2021-12-18
1
-2
/
+4
*
smbios: smbios_get_tables() function
Eduardo Habkost
2021-12-18
1
-0
/
+9
*
smbios: Generic smbios_next() function
Eduardo Habkost
2021-12-18
1
-4
/
+12
*
smbios: Rename code specific for SMBIOS 2.1 entry points
Eduardo Habkost
2021-12-18
1
-18
/
+18
*
biostables: copy_fseg_table() function
Eduardo Habkost
2021-12-18
1
-24
/
+16
*
smbios: avoid integer overflow when adding SMBIOS type 0 table
Daniel P. Berrangé
2020-09-08
1
-4
/
+10
*
acpi: add dsdt parser
Gerd Hoffmann
2020-05-15
1
-0
/
+1
*
acpi: add xsdt support
Gerd Hoffmann
2020-05-15
1
-10
/
+30
*
acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()
Kevin O'Connor
2016-11-27
1
-9
/
+9
*
biostables: Support SMBIOS 2.6+ UUID format
Cole Robinson
2016-01-15
1
-11
/
+36
*
biostables: Minor - fix incorrect indentation
Kevin O'Connor
2015-10-24
1
-1
/
+1
*
memmap: Introduce SYMBOL() macro to access linker script symbols
Kevin O'Connor
2015-10-15
1
-5
/
+5
*
mptable: Don't create mptable if it is very large
Kevin O'Connor
2015-08-04
1
-0
/
+5
*
smbios: Use integer signature instead of string signature
Kevin O'Connor
2015-04-10
1
-1
/
+1
*
acpi: remove PORT_ACPI_PM_BASE constant
Gerd Hoffmann
2014-05-20
1
-0
/
+1
*
SMBIOS: Check for aggregate tables & entry point in fw_cfg
Gabriel L. Somlo
2014-05-06
1
-0
/
+135
*
Factor out smbios table walking from display_uuid to smbios_next().
Kevin O'Connor
2014-04-12
1
-62
/
+46
*
Minor - replace some tab characters that slipped into the code.
Kevin O'Connor
2014-04-11
1
-1
/
+1
*
Use biostables.c for copying bios tables even when generating them.
Kevin O'Connor
2014-04-07
1
-3
/
+6
*
Move PirAddr definition from pirtable.c to biostables.c.
Kevin O'Connor
2014-04-07
1
-0
/
+2
*
smbios: Move smbios parsing logic from smbios.c to biostables.c.
Kevin O'Connor
2014-04-07
1
-0
/
+71
*
acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.
Kevin O'Connor
2014-04-07
1
-14
/
+132
*
Minor - fix some typos in comments.
Kevin O'Connor
2014-04-05
1
-1
/
+1
*
biostables: support looking up RSDP
Michael S. Tsirkin
2013-11-06
1
-7
/
+34
*
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move fw/mptable.h to std/mptable.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move fw/smbios.h to std/smbios.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move pirtable definitions from hw/pci.h to std/pirtable.h and util.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
-2
/
+3
*
Move malloc code from pmm.c to new files malloc.c and malloc.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
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-0
/
+117