1. 99eee16 Center bootsplash on bigger framebuffers by Nico Huber · 1 year ago
  2. a9dd3c3 lib/version: Move board identification strings by Kyösti Mälkki · 1 year, 7 months ago
  3. 2710df7 treewide: stop calling custom TPM log "TCPA" by Sergii Dmytruk · 1 year, 8 months ago
  4. 9a9b277 coreboot_tables: Make existing alignment conventions more explicit by Julius Werner · 1 year, 8 months ago
  5. 8c740b0 lib/coreboot_table: Rename lb_fill_pcie by Arthur Heymans · 1 year, 8 months ago
  6. 9948c52 lib/coreboot_table: Simplify API to set up lb_serial by Arthur Heymans · 1 year, 9 months ago
  7. ea1e366 coreboot_tables: Drop uart PCI addr by Arthur Heymans · 1 year, 9 months ago
  8. d16c2aa coreboot_tables: Add PCIe info to coreboot table by Jianjun Wang · 2 years, 4 months ago
  9. 93a195c lib: Remove unused <stdlib.h> and use <types.h> when appropriate by Elyes HAOUAS · 2 years, 7 months ago
  10. f509b61 lib/coreboot_table.c: Use align macro by Arthur Heymans · 2 years, 3 months ago
  11. b2537bd coreboot_tables: Replace 'struct lb_uint64' with lb_uint64_t by Jianjun Wang · 2 years, 3 months ago
  12. 2e7e2d9 coreboot_tables.c: Expose the ACPI RSDP by Arthur Heymans · 2 years, 4 months ago
  13. a62b418 coreboot tables: Add type-c port info to coreboot table by Nick Vaccaro · 2 years, 10 months ago
  14. bda86bd nvs: Add Chrome OS NVS (CNVS) information to coreboot tables by Furquan Shaikh · 3 years, 1 month ago
  15. 32aabf2 lib/coreboot_table.c: Remove unnecessary CPP use by Arthur Heymans · 3 years, 3 months ago
  16. 0972871 coreboot_tables: Print strapping IDs when adding them to coreboot table by Julius Werner · 3 years, 4 months ago
  17. e0f058f coreboot_table: Use precision when printing lb_gpio name by Julius Werner · 3 years, 6 months ago
  18. 6412076 coreboot_table: Move VBOOT_VBNV support by Kyösti Mälkki · 3 years, 5 months ago
  19. 07bce4b coreboot_table: Convert some CONFIG(CHROMEOS) preprocessor by Kyösti Mälkki · 3 years, 7 months ago
  20. 563c860 coreboot_table: Drop <vboot/misc.h> include by Kyösti Mälkki · 3 years, 5 months ago
  21. 2c626f3 coreboot_table: Convert some CONFIG(CHROMEOS) preprocessor by Kyösti Mälkki · 3 years, 7 months ago
  22. b3a411c sb,soc/intel: Drop unnecessary headers by Kyösti Mälkki · 3 years, 7 months ago
  23. 39d6927 drivers/tpm: Implement full PPI by Patrick Rudolph · 3 years, 10 months ago
  24. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 4 months ago
  25. 1e37c9c cbfs: Add metadata cache by Julius Werner · 4 years, 7 months ago
  26. e1a7a26 lib/libpayload: Replace strapping_ids with new board configuration entry by Tim Wawrzynczak · 3 years, 9 months ago
  27. bc744f5 drivers/smmstore: Implement SMMSTORE version 2 by Patrick Rudolph · 4 years, 3 months ago
  28. b8899ef lib/coreboot_table: Add Intel FSP version to coreboot table by Johnny Lin · 4 years, 2 months ago
  29. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  30. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 2 months ago
  31. 118a9c7 src/lib: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  32. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  33. 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 4 years, 5 months ago
  34. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 7 months ago
  35. 63b9700 lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table by Yu-Ping Wu · 4 years, 8 months ago
  36. a2962da security/vboot: Remove struct vboot_working_data by Yu-Ping Wu · 4 years, 8 months ago
  37. fe338e2 cbfs: switch to region_device for location APIs by Aaron Durbin · 4 years, 8 months ago
  38. ea54457 security/vboot: Remove buffer_size from struct vboot_working_data by Yu-Ping Wu · 4 years, 8 months ago
  39. b33a2b0 fmap: Add get_fmap_flash_offset() by Furquan Shaikh · 4 years, 10 months ago
  40. 6d787c2 lib/fmap: Cache FMAP in cbmem by Patrick Rudolph · 4 years, 10 months ago
  41. c544a85 lib/coreboot_table: Show splashscreen in lb_table_init by Johanna Schander · 5 years ago
  42. 452aaae vboot: deprecate vboot_handoff structure by Joel Kitching · 5 years ago
  43. 68999a8 commonlib: fix typo LB_TAB_* (instead of LB_TAG_*) by Patrick Georgi · 5 years ago
  44. ddf2bc5 coreboot_tables: pass the early_mmc_wake_hw status to payload by Bora Guvendik · 6 years ago
  45. 8d0f599 vboot: make vboot workbuf available to payload by Joel Kitching · 5 years ago
  46. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  47. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  48. 44cff7a cbtable: remove chromeos_acpi from cbtable by Joel Kitching · 6 years ago
  49. 75b1f76 cbmem: rename vdat to chromeos_acpi by Joel Kitching · 6 years ago
  50. fa1f6ff util/cbmem: Add cbmem TCPA log support by Philipp Deppenwiese · 6 years ago
  51. a8fa251 write_tables: return a pointer to the table by Ronald G. Minnich · 6 years ago
  52. 965955e lib/coreboot_table.c: Remove unneeded include by Elyes HAOUAS · 6 years ago
  53. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  54. 4677f6b lib/bootmem: tightly couple bootmem_init to bootmem_write_memory_table by Aaron Durbin · 6 years ago
  55. dc5d24c coreboot_table: Print GPIO state correctly for lb_gpios by Julius Werner · 6 years ago
  56. 96ed92d boardid: Add helpers to read sku_id strapping into coreboot tables by Julius Werner · 7 years ago
  57. 4ec3d9d boardid: Switch from Kconfig to weak functions by Julius Werner · 7 years ago
  58. e2f17f7 boardid: Minor clean up and standardization by Julius Werner · 7 years ago
  59. ec47734 Kconfig: Remove BOARD_ID_MANUAL option by Julius Werner · 7 years ago
  60. fea2429 security/vboot: Move vboot2 to security kconfig section by Philipp Deppenwiese · 7 years ago
  61. 1bf55b4 src/lib: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  62. 13bc5e5 lib/coreboot_tables: Zero framebuffer structure by Duncan Laurie · 7 years ago
  63. ce768f3 lib/coreboot_tables: Remove weak fill_lb_framebuffer() by Nico Huber · 7 years ago
  64. bdb5c8f coreboot_tables: specify clear interface for lb_framebuffer() by Aaron Durbin · 7 years ago
  65. 7340217 src/lib: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  66. 45fde70 src/lib: Add space before ( by Lee Leahy · 7 years ago
  67. 2f919ec src/lib: Remove braces for single statements by Lee Leahy · 7 years ago
  68. b2d834a src/lib: Fix space between type, * and variable name by Lee Leahy · 7 years ago
  69. d638ef4 src/lib: Remove spaces after ( and before ) by Lee Leahy · 7 years ago
  70. 23bb036 lb_tables: make lb_mainboard and lb_strings record sizes 64-bit aligned by Ronald G. Minnich · 7 years ago
  71. c0a823c drivers/spi: ensure SPI flash is boot device for coreboot tables by Aaron Durbin · 8 years ago
  72. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago
  73. f92a98c coreboot_tables: Extend serial port description by Lee Leahy · 8 years ago
  74. a6e9051 lib/coreboot_table: use the architecture dependent table size by Aaron Durbin · 8 years ago
  75. a4db050 lib: add common write_tables() implementation by Aaron Durbin · 8 years ago
  76. 5481c96 lib/coreboot_table: add architecture hooks for adding tables by Aaron Durbin · 8 years ago
  77. 8984af8 lib: add helper for constructing coreboot forwarding table by Aaron Durbin · 8 years ago
  78. dcee908 arch/x86: remove low coreboot table support by Aaron Durbin · 8 years ago
  79. 60eb2c2 arch: only print cbmem entries in one place by Aaron Durbin · 8 years ago
  80. c445b4f chromeos: Simplify fill_lb_gpios even further by Julius Werner · 8 years ago
  81. f6ada1c lib/coreboot_table: add function to allow arch code to add records by Aaron Durbin · 8 years ago
  82. 3cbf8d9 chromeos: Remove CONFIG_VBNV_SIZE variable by Duncan Laurie · 8 years ago
  83. b15a0d0 vendorcode/google/chromeos: Cache VPD data into CBMEM by Hung-Te Lin · 9 years ago
  84. 1ca2d86 cbmem: add coreboot table records for each cbmem entry by Aaron Durbin · 9 years ago
  85. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  86. 246115e coreboot: make lb_framebuffer a weak function by robbie zhang · 9 years ago
  87. 0859991 Revert "coreboot_table: don't add CMOS checksum twice." by Nico Huber · 9 years ago
  88. fb5d5b1 cbtable: describe boot media by Patrick Georgi · 9 years ago
  89. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  90. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  91. 1124cec chromeos: remove VBOOT2_VERIFY_FIRMWARE option by Aaron Durbin · 9 years ago
  92. d06258c build system: add manual board id support by Stefan Reinauer · 9 years ago
  93. 9dccf1c uart: pass register width in the coreboot table by Vadim Bendebury · 10 years ago
  94. a5aac76 drivers/spi: Pass flash parameters from coreboot to payload by Dan Ehrenberg · 10 years ago
  95. efb546d ramoops: Add support for passing ramoops region through cb tables. by Furquan Shaikh · 10 years ago
  96. 627b3bd cbtables: Add RAM config information by David Hendricks · 10 years ago
  97. dd94b5f chromeos: move VPD MAC address retrieval function by Vadim Bendebury · 10 years ago
  98. 274ef41 vpd: retrieve mac addresses and pass them to bootloader by Vadim Bendebury · 10 years ago
  99. 86b0c8b chromeos: Add WiFi calibration CBMEM entry pointer to coreboot table by Vadim Bendebury · 10 years ago
  100. 79cac09 vboot2: translate shared data to hand off to depthcharge by Daisuke Nojiri · 10 years ago