1. e034417 timestamp: Fix collection without EARLY_CBMEM_INIT by Kyösti Mälkki · 9 years ago
  2. e1fb052 CBMEM: Fix S3 resume path without EARLY_CBMEM_INIT by Kyösti Mälkki · 9 years ago
  3. aadf2b8 consoles: remove unused infrastructure by Aaron Durbin · 9 years ago
  4. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  5. eec8dfb build system: use archives, not linker action to shorten command lines by Patrick Georgi · 9 years ago
  6. e645bca regions: add more helpers by Aaron Durbin · 9 years ago
  7. e62cf52 regions: add mmap helper device by Aaron Durbin · 9 years ago
  8. b419c1a8 regions: add memory region device support by Aaron Durbin · 9 years ago
  9. 127525c coreboot: add memory pool infrastructure by Aaron Durbin · 9 years ago
  10. 5d5f4b3 coreboot: add region infrastructure by Aaron Durbin · 9 years ago
  11. 2591e93 secmon: allow for serial console by Aaron Durbin · 9 years ago
  12. fd6fb26 verstage: provide support for serial console by Aaron Durbin · 9 years ago
  13. 522149c cbmem: Add initial allocation support by Lee Leahy · 9 years ago
  14. 17200ad vboot: inject vboot loader for stage loading by Aaron Durbin · 9 years ago
  15. 01562b6 imd: don't recover on limit == 0 by Aaron Durbin · 9 years ago
  16. 9bb90cd secmon: Add some missing files by Patrick Georgi · 9 years ago
  17. 7aafe53 timestamp: fix incremental linking error for !HAVE_MONOTONIC_TIMER by Aaron Durbin · 9 years ago
  18. 9e80e27 timestamp: provide weak default implementation of timestamp_get by Aaron Durbin · 9 years ago
  19. ae1fcc3 vboot: add cbfs_core by Aaron Durbin · 9 years ago
  20. 2daadf8 timestamp: refine boot CPU test by Aaron Durbin · 9 years ago
  21. d914412 cbfs: make cbfs_load_prog_stage_by_offset() public by Aaron Durbin · 9 years ago
  22. 27ef602 vboot: split class in library and stage by Patrick Georgi · 9 years ago
  23. 5e8286b program loading: add optional is_loader_active() callback by Aaron Durbin · 9 years ago
  24. 1124cec chromeos: remove VBOOT2_VERIFY_FIRMWARE option by Aaron Durbin · 9 years ago
  25. 8b17404 lib: When used, add timestamp.c to bootblock and verstage, too by Patrick Georgi · 9 years ago
  26. 6e20e2f cbmem: add and use a function to dump console buffer by Vadim Bendebury · 9 years ago
  27. 5bdbd00 lib/tlcl: Provide mock implementation by Yen Lin · 9 years ago
  28. be34797 ramstage: don't drop cbmem console by Aaron Durbin · 9 years ago
  29. d70bf7c cbmem_console: fix it for x86 by Aaron Durbin · 9 years ago
  30. 58decc5 memlayout: Make sure preram_cbmem_console symbols exist by Patrick Georgi · 9 years ago
  31. 0dff57d cbmem: switch over to imd-based cbmem by Aaron Durbin · 9 years ago
  32. bd74a4b coreboot: common stage cache by Aaron Durbin · 9 years ago
  33. cac5050 coreboot: tiered imd by Aaron Durbin · 9 years ago
  34. 20686d8 coreboot: add imd library by Aaron Durbin · 9 years ago
  35. 69cb2c2 coreboot: add a place to choose romstage loader by Aaron Durbin · 9 years ago
  36. d06258c build system: add manual board id support by Stefan Reinauer · 9 years ago
  37. 243c614 lib: add base64 decoder by Vadim Bendebury · 9 years ago
  38. 9ff8f6f Unify byte order macros and clrsetbits by Julius Werner · 9 years ago
  39. 9eb6f61 cbfs: Print absolute offsets of loaded files by Vadim Bendebury · 9 years ago
  40. 76e3303 chromeos: vboot2: Add TPM PCR extension support by Julius Werner · 10 years ago
  41. 6bfabce cbfs: look for CBFS header in a predefined place by Vadim Bendebury · 10 years ago
  42. 9dccf1c uart: pass register width in the coreboot table by Vadim Bendebury · 10 years ago
  43. a5aac76 drivers/spi: Pass flash parameters from coreboot to payload by Dan Ehrenberg · 10 years ago
  44. f9b49e8 Add delay before reading GPIOs in gpio_base2_value() by David Hendricks · 10 years ago
  45. a43db19 arm: Fix checkstack() to use correct stack size by Julius Werner · 10 years ago
  46. a7d9244 timestamps: You can never have enough of them! by Julius Werner · 10 years ago
  47. 44cf870 timer: Reestablish init_timer(), consolidate timer initialization calls by Julius Werner · 10 years ago
  48. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  49. 144c228 vboot: Include vb2_api.h, instead of lower-level vboot2 header files by Randall Spangler · 10 years ago
  50. efb546d ramoops: Add support for passing ramoops region through cb tables. by Furquan Shaikh · 10 years ago
  51. 627b3bd cbtables: Add RAM config information by David Hendricks · 10 years ago
  52. 6fab365 gpio: compile gpio.c at all stages by David Hendricks · 10 years ago
  53. 3b11de8 gpio: decouple tristate gpio support from board ID by David Hendricks · 10 years ago
  54. 21db62e gpio: add a function to read GPIO array as base-2 value by David Hendricks · 10 years ago
  55. 3fc6368 gpio: cosmetic changes to tristate_gpios.c by David Hendricks · 10 years ago
  56. 886d29b gpio: Remove non-ternary tristate mode, make ternaries easier by Julius Werner · 10 years ago
  57. eaa9c45 gpio: Extend common GPIO header, simplify function names by Julius Werner · 10 years ago
  58. dd94b5f chromeos: move VPD MAC address retrieval function by Vadim Bendebury · 10 years ago
  59. e5e3630 timer: Add generic udelay() implementation by Aaron Durbin · 10 years ago
  60. 7ca6522 rmodule: remove cbmem_entry usage by Aaron Durbin · 9 years ago
  61. b0d8f5e hardwaremain: explicitly call cbmem_initialize() early by Aaron Durbin · 9 years ago
  62. 8c5e4d9 cbfs: Enforce media->map() result checking, improve error messages by Julius Werner · 10 years ago
  63. 04de971 rmodules: fix linking by Aaron Durbin · 9 years ago
  64. 18ea2d3 baytrail: Change all SoC headers to <soc/headername.h> system by Julius Werner · 10 years ago
  65. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  66. 828e0e8 build system: run linker scripts through the preprocessor by Patrick Georgi · 9 years ago
  67. 56b8309 build system: rename __BOOT_BLOCK__ and __VER_STAGE__ by Patrick Georgi · 9 years ago
  68. 9f5a5c5 Add table driven way to add platform specific reg_script routines by Lee Leahy · 10 years ago
  69. 460703b rmodule: use struct prog while loading rmodules by Aaron Durbin · 9 years ago
  70. ce9efe0 program loading: unify on struct prog by Aaron Durbin · 9 years ago
  71. b3847e6 program loading: add prog_run() function by Aaron Durbin · 9 years ago
  72. 3948e53 program loading: introduce struct prog by Aaron Durbin · 9 years ago
  73. 274ef41 vpd: retrieve mac addresses and pass them to bootloader by Vadim Bendebury · 10 years ago
  74. 86b0c8b chromeos: Add WiFi calibration CBMEM entry pointer to coreboot table by Vadim Bendebury · 10 years ago
  75. 2a567ee cbfs: more accurate size check for simple buffer mapping by Daisuke Nojiri · 10 years ago
  76. 67514a7 cbfs: remove cbfs_core.h includes by Aaron Durbin · 9 years ago
  77. 6e76fff program loading: provide one cache maintenance callback by Aaron Durbin · 9 years ago
  78. ebf2ed4 payload loading: remove passing of struct payload by Aaron Durbin · 9 years ago
  79. fcfdff8 loading: move ramstage cache function declarations by Aaron Durbin · 9 years ago
  80. 5b9384c cbfs: remove run_address() by Aaron Durbin · 9 years ago
  81. abde3b5 arm64: Add support for secure monitor by Furquan Shaikh · 10 years ago
  82. 00903e5 cbfs/rmodule: add architecture specific operations at stage load by Ionela Voinescu · 10 years ago
  83. a88c919 cbfs: support concurrent media channels properly by Vadim Bendebury · 10 years ago
  84. 573e211 fix how to interpret board id read from gpios by Daisuke Nojiri · 10 years ago
  85. 3760272 Restore name of the function reading tertiary GPIO states by Vadim Bendebury · 10 years ago
  86. 12d45b2 cbfs: expose init_backing_media() by Aaron Durbin · 9 years ago
  87. 3589017 vboot2: load decompressed stage directly to load address by Daisuke Nojiri · 10 years ago
  88. 79cac09 vboot2: translate shared data to hand off to depthcharge by Daisuke Nojiri · 10 years ago
  89. 5799097 vboot2: read secdata and nvdata by Daisuke Nojiri · 10 years ago
  90. b0c302f Publish the board ID value in coreboot table, when configured by Vadim Bendebury · 10 years ago
  91. 9c9c336 Generalize revision number calculation function by Vadim Bendebury · 10 years ago
  92. ad5a909 ramstage: remove rela_time use by Aaron Durbin · 10 years ago
  93. 0a0fc3b cbfs: change 1 message level to WARNING if cbfs can't find specific data by Kane Chen · 10 years ago
  94. d1b0e87 loaders: add run_romstage() function to bootblock by Aaron Durbin · 9 years ago
  95. 04654a2 loaders: add program_loading.h header file by Aaron Durbin · 9 years ago
  96. 3486d1f verstage should include the CBFS SPI wrapper, when configured by Vadim Bendebury · 10 years ago
  97. 9ef9d85 bootstate: use structure pointers for scheduling callbacks by Aaron Durbin · 9 years ago
  98. f69a99d coreboot: x86: enable gc-sections by Aaron Durbin · 9 years ago
  99. 4472408 lib: Add Kconfig option to enable/disable auto fallback control by Timothy Pearson · 9 years ago
  100. dbe0df1 Add and consistently use wrapper macro for romstage static variables by Julius Werner · 10 years ago