Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
d18c9f04e2725513a314446d4ddc18e10e19cdbe
/
src
/
fw
/
biostables.c
d18c9f0
smbios: Move smbios parsing logic from smbios.c to biostables.c.
by Kevin O'Connor
· 9 years ago
836b4d8
acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.
by Kevin O'Connor
· 9 years ago
e916182
Minor - fix some typos in comments.
by Kevin O'Connor
· 10 years ago
ff5f792
biostables: support looking up RSDP
by Michael S. Tsirkin
· 10 years ago
5a7545c
Move fw/acpi.h to std/acpi.h.
by Kevin O'Connor
· 10 years ago
3d0dfe1
Move fw/mptable.h to std/mptable.h.
by Kevin O'Connor
· 10 years ago
b37a528
Move fw/smbios.h to std/smbios.h.
by Kevin O'Connor
· 10 years ago
c5e06fb
Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.
by Kevin O'Connor
· 10 years ago
2d2fa31
Move function definitions for output.c from util.h to new file output.h.
by Kevin O'Connor
· 10 years ago
9dea590
Move malloc code from pmm.c to new files malloc.c and malloc.h.
by Kevin O'Connor
· 10 years ago
fa9c66a
Rename util.c to string.c and introduce string.h.
by Kevin O'Connor
· 10 years ago
ccee6e8
Move code cenetered around firmware initialization to src/fw/
by Kevin O'Connor
· 10 years ago
[Renamed from src/biostables.c]
5d369d8
Move code centered around specific hardware devices to src/hw/
by Kevin O'Connor
· 10 years ago
38b24db
Export copy_smbios() from biostables.c
by David Woodhouse
· 11 years ago
bfa02cd
Minor - Replace PirOffset with PirAddr.
by Kevin O'Connor
· 11 years ago
4d053eb
Minor - collect biostable copy code into new func copy_table().
by Kevin O'Connor
· 11 years ago
83012de
Use coreboot smbios table if found.
by Kevin O'Connor
· 12 years ago
ee2bc46
Correct fseg allocation for SMBIOS tables.
by Ian Campbell
· 12 years ago
74c7878
Add support for use as Xen HVM BIOS.
by Ian Campbell
· 12 years ago
1442c31
Move support for copying out BIOS tables into its own file.
by Ian Campbell
· 12 years ago