Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
9d3c06336ec443b6763c92f929013afcfce70c4a
/
src
/
fw
/
biostables.c
9d3c063
smbios: Use integer signature instead of string signature
by Kevin O'Connor
· 7 years ago
a217de9
acpi: remove PORT_ACPI_PM_BASE constant
by Gerd Hoffmann
· 8 years ago
d85c22e
SMBIOS: Check for aggregate tables & entry point in fw_cfg
by Gabriel L. Somlo
· 8 years ago
413d1c3
Factor out smbios table walking from display_uuid to smbios_next().
by Kevin O'Connor
· 8 years ago
028f348
Minor - replace some tab characters that slipped into the code.
by Kevin O'Connor
· 8 years ago
3bd2dc6
Use biostables.c for copying bios tables even when generating them.
by Kevin O'Connor
· 8 years ago
19646a4
Move PirAddr definition from pirtable.c to biostables.c.
by Kevin O'Connor
· 8 years ago
d18c9f0
smbios: Move smbios parsing logic from smbios.c to biostables.c.
by Kevin O'Connor
· 8 years ago
836b4d8
acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.
by Kevin O'Connor
· 8 years ago
e916182
Minor - fix some typos in comments.
by Kevin O'Connor
· 8 years ago
ff5f792
biostables: support looking up RSDP
by Michael S. Tsirkin
· 9 years ago
5a7545c
Move fw/acpi.h to std/acpi.h.
by Kevin O'Connor
· 9 years ago
3d0dfe1
Move fw/mptable.h to std/mptable.h.
by Kevin O'Connor
· 9 years ago
b37a528
Move fw/smbios.h to std/smbios.h.
by Kevin O'Connor
· 9 years ago
c5e06fb
Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.
by Kevin O'Connor
· 9 years ago
2d2fa31
Move function definitions for output.c from util.h to new file output.h.
by Kevin O'Connor
· 9 years ago
9dea590
Move malloc code from pmm.c to new files malloc.c and malloc.h.
by Kevin O'Connor
· 9 years ago
fa9c66a
Rename util.c to string.c and introduce string.h.
by Kevin O'Connor
· 9 years ago
ccee6e8
Move code cenetered around firmware initialization to src/fw/
by Kevin O'Connor
· 9 years ago
[Renamed from src/biostables.c]
5d369d8
Move code centered around specific hardware devices to src/hw/
by Kevin O'Connor
· 9 years ago
38b24db
Export copy_smbios() from biostables.c
by David Woodhouse
· 9 years ago
bfa02cd
Minor - Replace PirOffset with PirAddr.
by Kevin O'Connor
· 10 years ago
4d053eb
Minor - collect biostable copy code into new func copy_table().
by Kevin O'Connor
· 10 years ago
83012de
Use coreboot smbios table if found.
by Kevin O'Connor
· 11 years ago
ee2bc46
Correct fseg allocation for SMBIOS tables.
by Ian Campbell
· 11 years ago
74c7878
Add support for use as Xen HVM BIOS.
by Ian Campbell
· 11 years ago
1442c31
Move support for copying out BIOS tables into its own file.
by Ian Campbell
· 11 years ago