1. e51478b x86: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  2. 52c62ac x86: all firmware tables must be paragraph aligned by Heinrich Schuchardt · 11 months ago
  3. 1c5aab8 smbios: copy QEMU tables by Heinrich Schuchardt · 11 months ago
  4. 1a2e02f bloblist: Adjust API to align in powers of 2 by Simon Glass · 11 months ago
  5. 5083488 Record the position of the SMBIOS tables by Simon Glass · 1 year, 2 months ago
  6. 6a32489 x86: Record the start and end of the tables by Simon Glass · 1 year, 4 months ago
  7. 8856d61 x86: Refactor table-writing code a little by Simon Glass · 1 year, 4 months ago
  8. c193d9b smbios: error handling for invalid addresses by Heinrich Schuchardt · 3 years, 6 months ago
  9. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  10. d2cb7a2 x86: Allow putting some tables in the bloblist by Simon Glass · 4 years, 1 month ago
  11. f36e4c7 x86: Use if instead of #ifdef in write_tables() by Simon Glass · 4 years, 1 month ago
  12. 38e498c x86: Allow writing tables to fail by Simon Glass · 4 years, 1 month ago
  13. b336a2b x86: Add debugging to table writing by Simon Glass · 4 years, 4 months ago
  14. 776cc20 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 8 months ago
  15. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  16. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  17. 42fd8c1 x86: Use unsigned long for address in table generation by Simon Glass · 8 years ago
  18. 1f3f035 x86: Correct a build warning in x86 tables by Simon Glass · 8 years ago
  19. e824cf3 smbios: Allow compilation on 64bit systems by Alexander Graf · 8 years ago
  20. 4b6dddc x86: Move smbios generation into arch independent directory by Alexander Graf · 8 years ago
  21. 1befb38 x86: Move table csum into separate file by Alexander Graf · 8 years ago
  22. 644a767 x86: Use high_table_malloc() for tables passing to SeaBIOS by Bin Meng · 9 years ago
  23. 5cb0f0d x86: Fix build warning in tables.c when CONFIG_SEABIOS by Bin Meng · 9 years ago
  24. 3cf2371 x86: Support booting SeaBIOS by Bin Meng · 9 years ago
  25. ff94c21 x86: Support writing configuration tables in high area by Bin Meng · 9 years ago
  26. ef4d0a5 x86: Simplify codes in write_tables() by Bin Meng · 9 years ago
  27. 897e1dc x86: Use a macro for ROM table alignment by Bin Meng · 9 years ago
  28. a5221b5 x86: Change to use start/end address pair in write_tables() by Bin Meng · 9 years ago
  29. 721e992 x86: Add SMBIOS table support by Bin Meng · 9 years ago
  30. 867bcb6 x86: Generate a valid ACPI table by Saket Sinha · 9 years ago
  31. 07545d8 x86: Generate a valid MultiProcessor (MP) table by Bin Meng · 9 years ago
  32. 7f5df8d x86: Add MultiProcessor (MP) table APIs by Bin Meng · 9 years ago
  33. 6388e35 x86: Add support for the Simple Firmware Interface (SFI) by Simon Glass · 10 years ago
  34. cc4c8ac x86: Correct the typo in write_tables() by Bin Meng · 10 years ago
  35. 5e2400e x86: Write configuration tables in last_stage_init() by Bin Meng · 10 years ago