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