1. bbf6f3d console uart: Fill coreboot table entries by Kyösti Mälkki · 10 years ago
  2. ab94bbf usbdebug: Move Kconfig under drivers/usb by Kyösti Mälkki · 10 years ago
  3. 1d7541f console: Fix includes by Kyösti Mälkki · 11 years ago
  4. 2d5cec6 coreboot: remove unused get_lb_mem() function by Aaron Durbin · 10 years ago
  5. 4904802 coreboot: introduce notion of bootmem for memory map at boot by Aaron Durbin · 11 years ago
  6. 4337020 Remove CACHE_ROM. by Vladimir Serbinenko · 11 years ago
  7. 16e899b cbmem: Export ACPI GNVS cbmem pointer in coreboot table by Duncan Laurie · 11 years ago
  8. e660651 coreboot_table: don't add CMOS checksum twice. by Vladimir Serbinenko · 11 years ago
  9. 0af61b6 lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content by Vladimir Serbinenko · 11 years ago
  10. 5ae3175 Drop obsolete CONSOLE_LOGBUF by Stefan Reinauer · 11 years ago
  11. 617f853 lib/coreboot_table: set type and size of framebuffer tag after fill_lb_framebuffer by Vladimir Serbinenko · 11 years ago
  12. e1ea802 CBMEM tables: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  13. cbf2bd7 lib: Fix spelling by Martin Roth · 11 years ago
  14. 642b1db7 Eliminate use of pointers in coreboot table by Stefan Reinauer · 11 years ago
  15. bc07f5d x86: add rom cache variable MTRR index to tables by Aaron Durbin · 11 years ago
  16. 28adb6e coreboot table: use memrange library by Aaron Durbin · 11 years ago
  17. cf4a3f4 Revert "coreboot table: use memrange library" by Aaron Durbin · 11 years ago
  18. 56075ea coreboot table: use memrange library by Aaron Durbin · 11 years ago
  19. 3e4e303 Unify coreboot table generation by Stefan Reinauer · 11 years ago[Renamed (92%) from src/arch/x86/boot/coreboot_table.c]
  20. dd32a31 coreboot: add vboot_handoff to coreboot tables by Aaron Durbin · 11 years ago
  21. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  22. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  23. cddcc80 coreboot: introduce romstage_handoff structure by Aaron Durbin · 12 years ago
  24. 69efaa0 Google Link: Add remaining code to support native graphics by Ronald G. Minnich · 11 years ago
  25. f7fa218 x86: improve lb_cleanup_memory_ranges by Aaron Durbin · 12 years ago
  26. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  27. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  28. b8ad224 cbmem: replace pointer type by uint64_t by Stefan Reinauer · 12 years ago
  29. fb8632a oprom: Ensure that mode information is valid before putting it in the tables. by Gabe Black · 12 years ago
  30. 4c29d7f Do not allow modifying memory table directly by Kyösti Mälkki · 12 years ago
  31. 1c5071d Drop HAVE_MAINBOARD_RESOURCES by Kyösti Mälkki · 12 years ago
  32. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  33. 0e672b5 coreboot_table.c: Add missing include files by Stefan Reinauer · 12 years ago
  34. 31324c6 Fill out ChromeOS specific coreboot table extensions by Stefan Reinauer · 12 years ago
  35. 22c0468 Refactor publishing CBMEM addresses through coreboot table. by Vadim Bendebury · 13 years ago
  36. 2e43867 Add timestamp table pointer to the coreboot table. by Vadim Bendebury · 13 years ago
  37. 32829ca If the memory mapped UART isn't present, leave it out of the cb tables. by Gabe Black · 13 years ago
  38. 66ecdc5 Fix compilation when USE_OPTION_TABLE is not defined. by Duncan Laurie · 13 years ago
  39. 0523989 Fix coreboot table size calculations. by Vadim Bendebury · 13 years ago
  40. c75bfde Clean up use of CONFIG_ variables in coreboot_table.c by Stefan Reinauer · 13 years ago
  41. d1bc331 Extend coreboot table entry for serial ports by Stefan Reinauer · 13 years ago
  42. 513eb5a Prevent build breakage without consoles enabled by Stefan Reinauer · 13 years ago
  43. c1efb90 refactor vesa mode setting code and bootsplash code by Stefan Reinauer · 13 years ago
  44. 4885daa Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an by Stefan Reinauer · 13 years ago
  45. 1d888a9 some ifdef --> if fixes by Stefan Reinauer · 13 years ago
  46. 40e42a8 fix coreboot compilation without serial console enabled. by Stefan Reinauer · 13 years ago
  47. 679d38b This patch fixes an 'write_tables: coreboot table didn't fit (f0221)' issue. by Josef Kellermann · 14 years ago
  48. a3eb534 ... And fix the other compile time issues in cmos_layout.bin support by Patrick Georgi · 14 years ago
  49. cef3b89 Report if cmos_layout.bin can't be found when it should. by Patrick Georgi · 14 years ago
  50. 2447937 Move option table (cmos.layout's binary representation) by Patrick Georgi · 14 years ago
  51. 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/coreboot_table.c]
  52. abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 14 years ago
  53. e0a000c Add support for reserved regions to resources and coreboot tables. by Myles Watson · 14 years ago
  54. eb50c7d Re-integrate "USE_OPTION_TABLE" code. by Edwin Beasant · 14 years ago
  55. 7e00a44 also rename the config option. by Stefan Reinauer · 14 years ago
  56. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  57. 8e726b7 Don't include option_table.h every time we include mc146818rtc.h, that was a by Stefan Reinauer · 14 years ago
  58. b5828d7 This patch drops the coreboot CMOS checksum ranges from Kconfig because by Stefan Reinauer · 14 years ago
  59. c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
  60. 2549d52 fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled. by Stefan Reinauer · 14 years ago
  61. de3206a This is a general cleanup patch by Stefan Reinauer · 14 years ago
  62. d650e99 YABEL update by Stefan Reinauer · 14 years ago
  63. e377857 * fix crt0s/ldscripts paths to fix out of tree build. by Stefan Reinauer · 15 years ago
  64. 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 15 years ago
  65. 2d892f1 Get rid of the ugly warning the right way. by Myles Watson · 15 years ago
  66. 339722e Revert my too-hasty commit. by Myles Watson · 15 years ago
  67. 8f84813 Silence an ugly-looking warning. Two casts were not enough, so just don't cast by Myles Watson · 15 years ago
  68. ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 15 years ago
  69. b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 15 years ago
  70. b883d4c Make all those locally used functions static instead of exporting them. (triv) by Stefan Reinauer · 15 years ago
  71. b657a3c This fixes a couple of issues with older Linux kernels (that expect an XSDT as by Stefan Reinauer · 15 years ago
  72. 0867062 This patch unifies the use of config options in v2 to all start with CONFIG_ by Stefan Reinauer · 15 years ago
  73. bab4f92 Clean up acpi table writing code, and don't rely by Patrick Georgi · 15 years ago
  74. fa12b67 Remove warnings from compilation of the s2892 with and without CBFS. by Myles Watson · 15 years ago
  75. bccaafc add_mainboard_resources is necessary for some boards (eg. kontron), but by Patrick Georgi · 15 years ago
  76. 16cdbb2 Eliminate various issues brought up by scan-build. by Patrick Georgi · 15 years ago
  77. df77f34 (trivial) fix some warnings by Stefan Reinauer · 15 years ago
  78. efab4ba This patch adds "high coreboot table support" to coreboot version 2. by Stefan Reinauer · 15 years ago
  79. c4ddbff Remove some warnings, mainly from format strings which didn't match the by Myles Watson · 16 years ago
  80. 045c348 Move mainboard specific changes to the coreboot memory table into the by Stefan Reinauer · 16 years ago
  81. 2ee6779 The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of by Carl-Daniel Hailfinger · 16 years ago
  82. 06755e4 Patch for AMD RS690 chipset. by Michael Xie · 16 years ago
  83. 96e3022 This patch fixes the kernel EBDA mislocation problem. Thank you, Yinghai. by Roman Kononov · 16 years ago
  84. c2e8fd4 Adds a field to the serial port descriptor about the configured line speed. by Patrick Georgi · 16 years ago
  85. 3bbf2ff Add a new record type "console" for lbtable, and insert one record by Patrick Georgi · 17 years ago
  86. 8c2a0c1 This patch adds a new record type for lbtable to provide information by Patrick Georgi · 17 years ago
  87. ca374d4 rename linuxbios_* files, too. by Stefan Reinauer · 17 years ago[Renamed (99%) from src/arch/i386/boot/linuxbios_table.c]
  88. f8ee180 Rename almost all occurences of LinuxBIOS to coreboot. by Stefan Reinauer · 17 years ago
  89. 0dff6e3 fix a whole bunch of warnings. (trivial) by Stefan Reinauer · 17 years ago
  90. 47cb7c7 next part of YhLu's large patch. I am not sure whether the tables.c by Yinghai Lu · 17 years ago
  91. ba43064 Trivial patch: by Stefan Reinauer · 17 years ago
  92. 57e700f great check-in message: by Roman Kononov · 18 years ago
  93. 4f1cb23 move mptable to 960k to 1M https://openbios.org/roundup/linuxbios/issue55 by Stefan Reinauer · 18 years ago
  94. 4bd0de0 add cmos checksum range to linuxbios table by Stefan Reinauer · 19 years ago
  95. 0d304c1 comment and unify lb_uint64 handling as discussed on the mailinglist by Stefan Reinauer · 19 years ago
  96. ec01aa9 - Fix the definition of the linuxbios table so all of the compilers by Eric Biederman · 20 years ago
  97. a9e632c - First stab at getting the ppc ports building and working. by Eric Biederman · 20 years ago
  98. f8a2ddd - To reduce confuse rename the parts of linuxbios bios that run from by Eric Biederman · 20 years ago
  99. 6e53f50 sizeram removal/conversion. by Eric Biederman · 20 years ago
  100. b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 20 years ago