aboutsummaryrefslogtreecommitdiff
path: root/src/fw/biostables.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-08smbios: avoid integer overflow when adding SMBIOS type 0 tableDaniel P. Berrangé1-4/+10
2020-05-15acpi: add dsdt parserGerd Hoffmann1-0/+1
2020-05-15acpi: add xsdt supportGerd Hoffmann1-10/+30
2016-11-27acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()Kevin O'Connor1-9/+9
2016-01-15biostables: Support SMBIOS 2.6+ UUID formatCole Robinson1-11/+36
2015-10-24biostables: Minor - fix incorrect indentationKevin O'Connor1-1/+1
2015-10-15memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor1-5/+5
2015-08-04mptable: Don't create mptable if it is very largeKevin O'Connor1-0/+5
2015-04-10smbios: Use integer signature instead of string signatureKevin O'Connor1-1/+1
2014-05-20acpi: remove PORT_ACPI_PM_BASE constantGerd Hoffmann1-0/+1
2014-05-06SMBIOS: Check for aggregate tables & entry point in fw_cfgGabriel L. Somlo1-0/+135
2014-04-12Factor out smbios table walking from display_uuid to smbios_next().Kevin O'Connor1-62/+46
2014-04-11Minor - replace some tab characters that slipped into the code.Kevin O'Connor1-1/+1
2014-04-07Use biostables.c for copying bios tables even when generating them.Kevin O'Connor1-3/+6
2014-04-07Move PirAddr definition from pirtable.c to biostables.c.Kevin O'Connor1-0/+2
2014-04-07smbios: Move smbios parsing logic from smbios.c to biostables.c.Kevin O'Connor1-0/+71
2014-04-07acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.Kevin O'Connor1-14/+132
2014-04-05Minor - fix some typos in comments.Kevin O'Connor1-1/+1
2013-11-06biostables: support looking up RSDPMichael S. Tsirkin1-7/+34
2013-09-18Move fw/acpi.h to std/acpi.h.Kevin O'Connor1-1/+1
2013-09-18Move fw/mptable.h to std/mptable.h.Kevin O'Connor1-1/+1
2013-09-18Move fw/smbios.h to std/smbios.h.Kevin O'Connor1-1/+1
2013-09-18Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.Kevin O'Connor1-1/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-2/+3
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-0/+117