1. d87e4b3 stage_cache: Add rmodule params in metadata by Kyösti Mälkki · 7 years ago
  2. 3fd259c postcar: Add cbmem_stage_cache by Kyösti Mälkki · 7 years ago
  3. dfdea2a lib/cbmem: provide optional cbmem top initialization hook by Aaron Durbin · 7 years ago
  4. 403fdbc lib/cbmem: use globals for non CAR global migration platforms by Aaron Durbin · 7 years ago
  5. fb53242 lib/cbmem: remove cbmem_region_used() by Aaron Durbin · 7 years ago
  6. 33e5790 lib/imd_cbmem: remove unused #include by Aaron Durbin · 7 years ago
  7. d46b8d5 lib/imd_cbmem: remove unused funciton by Aaron Durbin · 7 years ago
  8. f1778ce lib/program.ld: Guard .id section placement by Nico Huber · 7 years ago
  9. 806ea08b timestamp: Apply factor to recorded stamps by Kyösti Mälkki · 7 years ago
  10. 5ce0fe1 Port cmos.default handling to C environment bootblock by Nico Huber · 7 years ago
  11. 1d5e240 src/lib: Fix checkpatch warning: no spaces at the start of a line by Martin Roth · 7 years ago
  12. 467a87a Fix files with multiple newlines at the end. by Martin Roth · 7 years ago
  13. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  14. 1bf55b4 src/lib: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  15. 5f9c673 lib/spd_bin: Use proper I2C addresses by Nico Huber · 7 years ago
  16. 13bc5e5 lib/coreboot_tables: Zero framebuffer structure by Duncan Laurie · 7 years ago
  17. 08f9359 cr50: process uninitialized values gracefully by Vadim Bendebury · 7 years ago
  18. ab37e9a Add support for Undefined Behavior Sanitizer by Ryan Salsamendi · 7 years ago
  19. fce582f cbmem_console: Fix undefined behavior by Ryan Salsamendi · 7 years ago
  20. 01f9aa5 Consolidate reset API, add generic reset_prepare mechanism by Julius Werner · 7 years ago
  21. a26f9da lib/spd_bin: Print out correct SMBus SPD address in dump_spd_info by Furquan Shaikh · 7 years ago
  22. e18e642 src: change coreboot to lowercase by Martin Roth · 7 years ago
  23. ce768f3 lib/coreboot_tables: Remove weak fill_lb_framebuffer() by Nico Huber · 7 years ago
  24. 6d8266b Kconfig: Add choice of framebuffer mode by Nico Huber · 7 years ago
  25. 3db7653 lib/edid: Split out fill_lb_framebuffer() by Nico Huber · 7 years ago
  26. dd82edc lib/spd_bin: make SMBus SPD addresses an input by Aaron Durbin · 7 years ago
  27. d906bb6 cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logs by Julius Werner · 7 years ago
  28. bdb5c8f coreboot_tables: specify clear interface for lb_framebuffer() by Aaron Durbin · 7 years ago
  29. dbe8161 lib/edid: Save the display ASCII string by Arthur Heymans · 7 years ago
  30. 8c5884e lib/edid.c: Differentiate between absent and non-conformant EDID by Arthur Heymans · 7 years ago
  31. a459a8a lib/edid.c: Allow use of when not NGI by Arthur Heymans · 7 years ago
  32. a915cea cbmem_console: Document known reimpementations of console structure/API by Julius Werner · 7 years ago
  33. ee049fa drivers/i2c/tpm: use iobuf library for marshaling commands by Aaron Durbin · 7 years ago
  34. d67c687 Turn CBMEM console into a ring buffer that can persist across reboots by Julius Werner · 8 years ago
  35. d24dbf9 src/lib/jpeg: Fix missing closing brace by Youness Alaoui · 7 years ago
  36. e91d170 Remove libverstage as separate library and source file class by Julius Werner · 7 years ago
  37. 58c3938 vboot: Move remaining features out of vendorcode/google/chromeos by Julius Werner · 8 years ago
  38. 84b2978 chromeos: Remove old MOCK_TPM references by Julius Werner · 8 years ago
  39. 021ec28 cr50: add unmarshaling of vendor commands and process 'enable_update' by Vadim Bendebury · 7 years ago
  40. 36984d8 src/lib: Clean up general issues found by checkpatch.pl by Lee Leahy · 7 years ago
  41. 491c5b6 src/lib: Move assignment out of if condition by Lee Leahy · 7 years ago
  42. f59a75c src/lib: Remove semicolon from end of macro by Lee Leahy · 7 years ago
  43. 3e1cab4 src/lib: Remove unnecessary code by Lee Leahy · 7 years ago
  44. 696ced6 src/lib: Move asmlinkage before type by Lee Leahy · 7 years ago
  45. 342f8d6 src/lib: Fix brace positions by Lee Leahy · 7 years ago
  46. 7340217 src/lib: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  47. 35af5c4 src/lib: Fix spacing by Lee Leahy · 7 years ago
  48. e20a319 src/lib: Use tabs instead of spaces by Lee Leahy · 7 years ago
  49. 38768c3 src/lib: Remove space between function name and ( by Lee Leahy · 7 years ago
  50. b6ee0f9 src/lib: Move trailing statements to next line by Lee Leahy · 7 years ago
  51. eeb7737 vboot/tpm2: enable nvmem commits on cr50 when writing firmware secdata by Aaron Durbin · 7 years ago
  52. 06f12f9 lib/tpm2_marshaling: fix in correct buffer space semantics by Aaron Durbin · 7 years ago
  53. 45fde70 src/lib: Add space before ( by Lee Leahy · 7 years ago
  54. 2f919ec src/lib: Remove braces for single statements by Lee Leahy · 7 years ago
  55. b2d834a src/lib: Fix space between type, * and variable name by Lee Leahy · 7 years ago
  56. 75b8599 src/lib: Add "int" following "unsigned" by Lee Leahy · 7 years ago
  57. d638ef4 src/lib: Remove spaces after ( and before ) by Lee Leahy · 7 years ago
  58. 0e3c59e ddr3 spd: move accessor code into lib/spd_bin.c by Patrick Georgi · 8 years ago
  59. d09dc6b cbmem_console: Remove "buffer_" prefix from all structure fields by Julius Werner · 8 years ago
  60. 8e4bb31 src/lib: Update Makefile to keep build/spd.bin rule private by Martin Roth · 8 years ago
  61. 23bb036 lb_tables: make lb_mainboard and lb_strings record sizes 64-bit aligned by Ronald G. Minnich · 8 years ago
  62. f56c778 google/chromeos: disable platform hierarchy on resume for TPM2 by Aaron Durbin · 8 years ago
  63. 49342cd arch/x86: fix cmos post logging in non romcc bootblock by Aaron Durbin · 8 years ago
  64. b8a5736 lib/spd_bin: Check return code & remove dead code by Naresh G Solanki · 8 years ago
  65. 7ce1a75 pc80: Move set_boot_successful() by Kyösti Mälkki · 8 years ago
  66. 2a7708a cbfs: Add API to locate a file from specific region by Pratik Prajapati · 8 years ago
  67. 16bd267 bootstate: add arch specific hook at coreboot exit by Aaron Durbin · 8 years ago
  68. cd0bc98 lib: add region file support by Aaron Durbin · 8 years ago
  69. 30c64be lib/compute_ip_checksum: mark data buffer as const by Aaron Durbin · 8 years ago
  70. 00563bf lib: Add time stamp when starting to finalize chips by Paul Menzel · 8 years ago
  71. b4afe3c lib/nhlt: add support for setting the oem_revision by Aaron Durbin · 8 years ago
  72. afe8aee lib: put romstage_handoff implementation in own compilation unit by Aaron Durbin · 8 years ago
  73. 6c191d8 romstage_handoff: add helper to determine resume status by Aaron Durbin · 8 years ago
  74. 335781a lib: Add library to handle SPD data in CBFS or DIMM by Naresh G Solanki · 8 years ago
  75. c83239e Hook up libhwbase in ramstage by Nico Huber · 8 years ago
  76. de01136 intel post-car: Increase stacktop alignment by Kyösti Mälkki · 8 years ago
  77. af8ae93 vboot: TPM2 - report attempts to re-create NVRAM spaces by Vadim Bendebury · 8 years ago
  78. 289ee8f lib/tpm2: do not create all NVRAM spaces with the same set of attributes by Vadim Bendebury · 8 years ago
  79. 8b5d04e lib/tlcl: Ensure tlcl library is initialized only once by Furquan Shaikh · 8 years ago
  80. fb81474 TPM: Add TPM driver files to romstage by Furquan Shaikh · 8 years ago
  81. 9d6f365 ACPI S3: Remove HIGH_MEMORY_SAVE where possible by Kyösti Mälkki · 8 years ago
  82. 19652e6 quick_ram_check: Remove reference to RAMBASE by Kyösti Mälkki · 8 years ago
  83. e0ed902 Add option to use Ada code in ramstage by Nico Huber · 8 years ago
  84. 8cd723b lib/prog_loaders: use common ramstage_cache_invalid() by Aaron Durbin · 8 years ago
  85. 9a2790e lib/program.ld: add .sdata sections by Aaron Durbin · 8 years ago
  86. 135eae9 soc/intel/apollolake: Implement stage cache to improve resume time by Brandon Breitenstein · 8 years ago
  87. 7ae73fc arm64: Use 'payload' format for ATF instead of 'stage' by Simon Glass · 8 years ago
  88. cc3365a TPM2: Fill in empty tlcl_resume function in TPM2 tlcl by Furquan Shaikh · 8 years ago
  89. 78c6386 selfboot: Move the usable-RAM check into a function by Simon Glass · 8 years ago
  90. 1e9a914 arch/x86,lib: make cbmem console work in postcar stage by Aaron Durbin · 8 years ago
  91. be5492a Add minimal GNAT run time system (RTS) by Nico Huber · 9 years ago
  92. 994a4a1 edid: Fix a function signature by Nico Huber · 8 years ago
  93. 7fbdad8 lib: Enable hexdump in verstage by Duncan Laurie · 8 years ago
  94. cbc0416 src/lib: Fix checkpatch warnings by Stefan Reinauer · 8 years ago
  95. 4a56076 tpm2: Fix tlcl and marshaling code for CAR usage by Duncan Laurie · 8 years ago
  96. f706020 Provide CAR decoration for tpm2 statics by Victor Prupis · 8 years ago
  97. 3c814b2 cbmem: Always maintain backing store struct in a global on non-x86 by Julius Werner · 8 years ago
  98. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  99. 85b1aad memlayout: Ensure TIMESTAMP() region is big enough to avoid BUG() by Julius Werner · 8 years ago
  100. bccaab8 lib/fmap: provide RW region device support by Aaron Durbin · 8 years ago