1. 4677f6b lib/bootmem: tightly couple bootmem_init to bootmem_write_memory_table by Aaron Durbin · 6 years ago
  2. dc5d24c coreboot_table: Print GPIO state correctly for lb_gpios by Julius Werner · 6 years ago
  3. 96ed92d boardid: Add helpers to read sku_id strapping into coreboot tables by Julius Werner · 7 years ago
  4. 4ec3d9d boardid: Switch from Kconfig to weak functions by Julius Werner · 7 years ago
  5. e2f17f7 boardid: Minor clean up and standardization by Julius Werner · 7 years ago
  6. ec47734 Kconfig: Remove BOARD_ID_MANUAL option by Julius Werner · 7 years ago
  7. fea2429 security/vboot: Move vboot2 to security kconfig section by Philipp Deppenwiese · 7 years ago
  8. 1bf55b4 src/lib: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  9. 13bc5e5 lib/coreboot_tables: Zero framebuffer structure by Duncan Laurie · 7 years ago
  10. ce768f3 lib/coreboot_tables: Remove weak fill_lb_framebuffer() by Nico Huber · 7 years ago
  11. bdb5c8f coreboot_tables: specify clear interface for lb_framebuffer() by Aaron Durbin · 7 years ago
  12. 7340217 src/lib: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  13. 45fde70 src/lib: Add space before ( by Lee Leahy · 7 years ago
  14. 2f919ec src/lib: Remove braces for single statements by Lee Leahy · 7 years ago
  15. b2d834a src/lib: Fix space between type, * and variable name by Lee Leahy · 7 years ago
  16. d638ef4 src/lib: Remove spaces after ( and before ) by Lee Leahy · 7 years ago
  17. 23bb036 lb_tables: make lb_mainboard and lb_strings record sizes 64-bit aligned by Ronald G. Minnich · 8 years ago
  18. c0a823c drivers/spi: ensure SPI flash is boot device for coreboot tables by Aaron Durbin · 8 years ago
  19. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago
  20. f92a98c coreboot_tables: Extend serial port description by Lee Leahy · 8 years ago
  21. a6e9051 lib/coreboot_table: use the architecture dependent table size by Aaron Durbin · 8 years ago
  22. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  23. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  24. 8984af8 lib: add helper for constructing coreboot forwarding table by Aaron Durbin · 8 years ago
  25. dcee908 arch/x86: remove low coreboot table support by Aaron Durbin · 8 years ago
  26. 60eb2c2 arch: only print cbmem entries in one place by Aaron Durbin · 8 years ago
  27. c445b4f chromeos: Simplify fill_lb_gpios even further by Julius Werner · 8 years ago
  28. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 9 years ago
  29. 3cbf8d9 chromeos: Remove CONFIG_VBNV_SIZE variable by Duncan Laurie · 9 years ago
  30. b15a0d0 vendorcode/google/chromeos: Cache VPD data into CBMEM by Hung-Te Lin · 9 years ago
  31. 1ca2d86 cbmem: add coreboot table records for each cbmem entry by Aaron Durbin · 9 years ago
  32. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  33. 246115e coreboot: make lb_framebuffer a weak function by robbie zhang · 9 years ago
  34. 0859991 Revert "coreboot_table: don't add CMOS checksum twice." by Nico Huber · 9 years ago
  35. fb5d5b1 cbtable: describe boot media by Patrick Georgi · 9 years ago
  36. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  37. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  38. 1124cec chromeos: remove VBOOT2_VERIFY_FIRMWARE option by Aaron Durbin · 9 years ago
  39. d06258c build system: add manual board id support by Stefan Reinauer · 9 years ago
  40. 9dccf1c uart: pass register width in the coreboot table by Vadim Bendebury · 10 years ago
  41. a5aac76 drivers/spi: Pass flash parameters from coreboot to payload by Dan Ehrenberg · 10 years ago
  42. efb546d ramoops: Add support for passing ramoops region through cb tables. by Furquan Shaikh · 10 years ago
  43. 627b3bd cbtables: Add RAM config information by David Hendricks · 10 years ago
  44. dd94b5f chromeos: move VPD MAC address retrieval function by Vadim Bendebury · 10 years ago
  45. 274ef41 vpd: retrieve mac addresses and pass them to bootloader by Vadim Bendebury · 10 years ago
  46. 86b0c8b chromeos: Add WiFi calibration CBMEM entry pointer to coreboot table by Vadim Bendebury · 10 years ago
  47. 79cac09 vboot2: translate shared data to hand off to depthcharge by Daisuke Nojiri · 10 years ago
  48. b0c302f Publish the board ID value in coreboot table, when configured by Vadim Bendebury · 10 years ago
  49. 510d1bd build.h: remove variable for the builduser, -hostname and -domain by Alexander Couzens · 9 years ago
  50. 6ead253 Export board-status info. by Vladimir Serbinenko · 10 years ago
  51. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago
  52. b8fad3d arm: libpayload: Add cache coherent DMA memory definition and management by Julius Werner · 11 years ago
  53. 1f5487a coreboot_tables: reduce redundant data structures by Julius Werner · 11 years ago
  54. 5c4b848 ChromeOS boards: Always build code for bootmode straps by Kyösti Mälkki · 10 years ago
  55. 99ac98f Introduce stage-specific architecture for coreboot by Furquan Shaikh · 10 years ago
  56. 6578475 ChromeOS: Use common fill_lb_gpio() by Kyösti Mälkki · 11 years ago
  57. afa7b13 uart: Redefine Kconfig options by Kyösti Mälkki · 11 years ago
  58. bbf6f3d console uart: Fill coreboot table entries by Kyösti Mälkki · 10 years ago
  59. ab94bbf usbdebug: Move Kconfig under drivers/usb by Kyösti Mälkki · 10 years ago
  60. 1d7541f console: Fix includes by Kyösti Mälkki · 11 years ago
  61. 2d5cec6 coreboot: remove unused get_lb_mem() function by Aaron Durbin · 10 years ago
  62. 4904802 coreboot: introduce notion of bootmem for memory map at boot by Aaron Durbin · 11 years ago
  63. 4337020 Remove CACHE_ROM. by Vladimir Serbinenko · 11 years ago
  64. 16e899b cbmem: Export ACPI GNVS cbmem pointer in coreboot table by Duncan Laurie · 11 years ago
  65. e660651 coreboot_table: don't add CMOS checksum twice. by Vladimir Serbinenko · 11 years ago
  66. 0af61b6 lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content by Vladimir Serbinenko · 11 years ago
  67. 5ae3175 Drop obsolete CONSOLE_LOGBUF by Stefan Reinauer · 11 years ago
  68. 617f853 lib/coreboot_table: set type and size of framebuffer tag after fill_lb_framebuffer by Vladimir Serbinenko · 11 years ago
  69. e1ea802 CBMEM tables: Remove references to global high_tables_base by Kyösti Mälkki · 11 years ago
  70. cbf2bd7 lib: Fix spelling by Martin Roth · 11 years ago
  71. 642b1db7 Eliminate use of pointers in coreboot table by Stefan Reinauer · 11 years ago
  72. bc07f5d x86: add rom cache variable MTRR index to tables by Aaron Durbin · 11 years ago
  73. 28adb6e coreboot table: use memrange library by Aaron Durbin · 11 years ago
  74. cf4a3f4 Revert "coreboot table: use memrange library" by Aaron Durbin · 11 years ago
  75. 56075ea coreboot table: use memrange library by Aaron Durbin · 11 years ago
  76. 3e4e303 Unify coreboot table generation by Stefan Reinauer · 11 years ago[Renamed (92%) from src/arch/x86/boot/coreboot_table.c]
  77. dd32a31 coreboot: add vboot_handoff to coreboot tables by Aaron Durbin · 11 years ago
  78. dd4a6d2 coreboot: dynamic cbmem requirement by Aaron Durbin · 11 years ago
  79. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  80. cddcc80 coreboot: introduce romstage_handoff structure by Aaron Durbin · 12 years ago
  81. 69efaa0 Google Link: Add remaining code to support native graphics by Ronald G. Minnich · 11 years ago
  82. f7fa218 x86: improve lb_cleanup_memory_ranges by Aaron Durbin · 12 years ago
  83. fd611f9 Drop CONFIG_WRITE_HIGH_TABLES by Stefan Reinauer · 11 years ago
  84. 6fe0cab Extend CBFS to support arbitrary ROM source media. by Hung-Te Lin · 12 years ago
  85. b8ad224 cbmem: replace pointer type by uint64_t by Stefan Reinauer · 12 years ago
  86. fb8632a oprom: Ensure that mode information is valid before putting it in the tables. by Gabe Black · 12 years ago
  87. 4c29d7f Do not allow modifying memory table directly by Kyösti Mälkki · 12 years ago
  88. 1c5071d Drop HAVE_MAINBOARD_RESOURCES by Kyösti Mälkki · 12 years ago
  89. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  90. 0e672b5 coreboot_table.c: Add missing include files by Stefan Reinauer · 12 years ago
  91. 31324c6 Fill out ChromeOS specific coreboot table extensions by Stefan Reinauer · 12 years ago
  92. 22c0468 Refactor publishing CBMEM addresses through coreboot table. by Vadim Bendebury · 13 years ago
  93. 2e43867 Add timestamp table pointer to the coreboot table. by Vadim Bendebury · 13 years ago
  94. 32829ca If the memory mapped UART isn't present, leave it out of the cb tables. by Gabe Black · 13 years ago
  95. 66ecdc5 Fix compilation when USE_OPTION_TABLE is not defined. by Duncan Laurie · 13 years ago
  96. 0523989 Fix coreboot table size calculations. by Vadim Bendebury · 13 years ago
  97. c75bfde Clean up use of CONFIG_ variables in coreboot_table.c by Stefan Reinauer · 13 years ago
  98. d1bc331 Extend coreboot table entry for serial ports by Stefan Reinauer · 13 years ago
  99. 513eb5a Prevent build breakage without consoles enabled by Stefan Reinauer · 13 years ago
  100. c1efb90 refactor vesa mode setting code and bootsplash code by Stefan Reinauer · 13 years ago