1. 37ccb2c arch/x86 & commonlib: Add macros for postcodes used in x86/tables by Martin Roth · 1 year, 8 months ago
  2. 5684941 x86: Zero SMBIOS region before writing tables by Jonathon Hall · 2 years ago
  3. 0c94985 arch/x86/tables.c: Increase MAX_SMBIOS_SIZE by Arthur Heymans · 2 years, 3 months ago
  4. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  5. 3b9be63 arch/x86: Increase MAX_SMBIOS_SIZE by Tim Wawrzynczak · 2 years, 9 months ago
  6. ebddada src: Remove unused 'include <bootstate.h>' by Elyes HAOUAS · 4 years, 2 months ago
  7. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  8. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  9. f02bf35 arch/x86/tables: Move max ACPI table size to Kconfig by Duncan Laurie · 4 years, 4 months ago
  10. 11f0079 src/arch/x86: Convert to SPDX license header by Patrick Georgi · 4 years, 4 months ago
  11. 8b7cd43 arch/x86: Remove EARLY_EBDA_INIT support by Arthur Heymans · 4 years, 9 months ago
  12. 20bbd81 AUTHORS: Move src/arch/x86 copyrights into AUTHORS file by Martin Roth · 4 years, 11 months ago
  13. e2d152c arch: Add missing #include <commonlib/helpers.h> by Elyes HAOUAS · 5 years ago
  14. 0f6b51b arch/x86/tables: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  15. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  16. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  17. bb7424f arch/x86/tables.c: Avoid static analysis error for unused value by Richard Spiegel · 6 years ago
  18. 9ab9db0 lib/bootmem: Introduce custom bootmem tags by Patrick Rudolph · 6 years ago
  19. 2d65d20 arch/x86: Restore forwarding table on resume for non EARLY_EBDA_INIT by Furquan Shaikh · 7 years ago
  20. f46a9a0 arch/x86: restore forwarding table on resume for EARLY_EBDA_INIT by Aaron Durbin · 7 years ago
  21. 6f80ccc arch/x86: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  22. 024b13d arch/x86: Fix space issues detected by checkpatch by Lee Leahy · 7 years ago
  23. 9c7c6f7 arch/x86: Fix issues with braces detected by checkpatch by Lee Leahy · 7 years ago
  24. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  25. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  26. d4afa93 lib/bootmem: allow architecture specific bootmem ranges by Aaron Durbin · 8 years ago
  27. dcee908 arch/x86: remove low coreboot table support by Aaron Durbin · 8 years ago
  28. 86cbfa0 arch/x86: clean up write_tables() by Aaron Durbin · 8 years ago
  29. 60eb2c2 arch: only print cbmem entries in one place by Aaron Durbin · 8 years ago
  30. a0546da arch: use Kconfig variable for coreboot table size by Aaron Durbin · 8 years ago
  31. e369010 arch/x86: Indent using tabs not spaces by Martin Roth · 9 years ago
  32. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  33. 6cb3a59 x86: flatten hierarchy by Stefan Reinauer · 9 years ago 4.1 4.1[Renamed from src/arch/x86/boot/tables.c]
  34. 351fefc ACPI: slic support by Vladimir Serbinenko · 10 years ago
  35. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  36. ddea942 arch/x86/boot/tables.c: Remove unused variable assignment to `rom_table_end` by Paul Menzel · 10 years ago
  37. ae98e83 CBMEM: Always use DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  38. 823edda CBMEM: Implement cbmem_run_init_hooks() stub by Kyösti Mälkki · 10 years ago
  39. bae775a arch/x86: Declare GDT symbols and move_gdt() by Kyösti Mälkki · 10 years ago
  40. 7b14f08 ACPI: Allocate S3 resume backup in CBMEM earlier by Kyösti Mälkki · 10 years ago
  41. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago
  42. 802c910 Increase space for ACPI tables when using dynamic CBMEM by Stefan Reinauer · 10 years ago
  43. 2ca2afe ACPI S3 support: Add acpi_s3_resume_allowed() by Kyösti Mälkki · 10 years ago
  44. 3f7ad7b coreboot: don't return struct lb_memory * from write_tables() by Aaron Durbin · 10 years ago
  45. 2657e84 Multiboot: remove multiboot tables generation. by Vladimir Serbinenko · 11 years ago
  46. 5b35300 CBMEM: Drop cbmem_base_check() by Kyösti Mälkki · 11 years ago
  47. e1ea802 CBMEM tables: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  48. 1ae305e CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base by Kyösti Mälkki · 11 years ago
  49. 3e32cc0 AMD Kabini: Add northbridge AGESA wrapper (new AMD processor) by Siyuan Wang · 11 years ago
  50. 7b5f8ef arch: Fix spelling by Martin Roth · 11 years ago
  51. 5a767fd x86: dynamic cbmem: fix acpi reservations by Aaron Durbin · 11 years ago
  52. 3e4e303 Unify coreboot table generation by Stefan Reinauer · 11 years ago
  53. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  54. 8e4a355 coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE by Aaron Durbin · 11 years ago
  55. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  56. 2c08f6a AGESA F15 wrapper for Trinity by zbao · 12 years ago
  57. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  58. 6870f0c Make creation of CBMEM_ID_RESUME_SCRATCH depending on Agesa by Stefan Reinauer · 12 years ago
  59. f722373 S3 code in coreboot public folder. by zbao · 12 years ago
  60. 294edb2 Increase size of the coreboot table area by Stefan Reinauer · 13 years ago
  61. 164bcfd Add automatic SMBIOS table generation by Sven Schnelle · 13 years ago
  62. 8677a23 After this has been brought up many times before, rename src/arch/i386 to by Stefan Reinauer · 14 years ago[Renamed from src/arch/i386/boot/tables.c]
  63. bcaea14 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUME == 1 getting rid of ugly define in romstage.c by Rudolf Marek · 14 years ago
  64. 6b56e43 Generate multiboot tables from coreboot tables. by Juhana Helovuo · 14 years ago
  65. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  66. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  67. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  68. 5817078 Create lib.h for homeless prototypes. by Myles Watson · 15 years ago
  69. 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 15 years ago
  70. ea92185 Add few missing prototypes, and remove few unused (thus lonelly) variables. by Maciej Pijanka · 15 years ago
  71. 3b31402 by Stefan Reinauer · 15 years ago
  72. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  73. b657a3c This fixes a couple of issues with older Linux kernels (that expect an XSDT as by Stefan Reinauer · 15 years ago
  74. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  75. bab4f92 Clean up acpi table writing code, and don't rely by Patrick Georgi · 15 years ago
  76. af7da72 encapsule mbi initialization in write_multiboot_table, where it belongs. (very by Stefan Reinauer · 15 years ago
  77. f2152ec Major cleanup of i386 tables.c: by Stefan Reinauer · 15 years ago
  78. 8f047de Make ACPI with low and high tables work again. The RSDP contained a by Patrick Georgi · 15 years ago
  79. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  80. 1b04403 Only add ACPI tables if ACPI is enabled for the board. by Patrick Georgi · 15 years ago
  81. 2d0b93b by Ward Vandewege · 15 years ago
  82. cec6dc4 Change the behaviour of the ACPI generating code so it only by Patrick Georgi · 15 years ago
  83. f96c2d9 fix warnings, shadowed declarations and style guide violations (all trivial) by Stefan Reinauer · 15 years ago
  84. df77f34 (trivial) fix some warnings by Stefan Reinauer · 15 years ago
  85. efab4ba This patch adds "high coreboot table support" to coreboot version 2. by Stefan Reinauer · 15 years ago
  86. 47e42e5 Fix HIGH_TABLES introduced error when compiling without MP table by Myles Watson · 15 years ago
  87. 8dcd50b fix a bunch of cast and type warnings and don't call the apic "nvram", that by Stefan Reinauer · 15 years ago
  88. 3c7f46b Generic approach of putting BIOS tables at the end of memory by Stefan Reinauer · 15 years ago
  89. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 15 years ago
  90. 81af3d4 [PATCH] coreboot-v2: Add multiboot support by Robert Millan · 16 years ago
  91. 96e3022 This patch fixes the kernel EBDA mislocation problem. Thank you, Yinghai. by Roman Kononov · 16 years ago
  92. ca374d4 rename linuxbios_* files, too. by Stefan Reinauer · 16 years ago
  93. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 16 years ago
  94. 0dff6e3 fix a whole bunch of warnings. (trivial) by Stefan Reinauer · 17 years ago
  95. 47cb7c7 next part of YhLu's large patch. I am not sure whether the tables.c by Yinghai Lu · 17 years ago
  96. 87f194d this code is for writing the mp table, so only execute it when by Stefan Reinauer · 18 years ago
  97. 4f1cb23 move mptable to 960k to 1M https://openbios.org/roundup/linuxbios/issue55 by Stefan Reinauer · 18 years ago
  98. d94e1d6 Relocate the GDT to reserved memory, so it won't get clobbered by elfboot(), etc. by Steven J. Magnani · 19 years ago
  99. 043b409 Undoing all HDAMA commits from LNXI from r2005->2003 by Jason Schildt · 19 years ago
  100. 6e44b42 - Merge from linuxbios-lnxi (Linux Networx repository) up to public tree. by Jason Schildt · 19 years ago