1. 7e7a4df lib: remove assets infrastructure by Aaron Durbin · 9 years ago
  2. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  3. b29bd27b cbfs: Fix typo in cbfs_prog_stage_load() by Julius Werner · 9 years ago
  4. a8aef3a cbfs_spi: Initialize spi_flash when initializing cbfs_cache by Mary Ruthven · 9 years ago
  5. f82e8ab cbfs_spi: enable CBFS access in early romstage by Mary Ruthven · 9 years ago
  6. f5fd4c9 lib/timestamp.c: only log "Timestamp table full" once by Ben Gardner · 9 years ago
  7. b50d8fb hexdump: Fix output if length is not a multiple of 16 by Ben Gardner · 9 years ago
  8. b15a0d0 vendorcode/google/chromeos: Cache VPD data into CBMEM by Hung-Te Lin · 9 years ago
  9. bca67fb edid: Don't half parse (and wrongly print) more detailed timings by Douglas Anderson · 9 years ago
  10. 78e226cf edid: Use a better mode for 640x480 by Douglas Anderson · 9 years ago
  11. 9fa0760 edid: Don't set standard timings as supported if they're not by Douglas Anderson · 9 years ago
  12. 14dd370 edid: Remove useless parameter from detailed_cvt_descriptor() by Douglas Anderson · 9 years ago
  13. 7dcf9d5 arm64: tegra132: tegra210: Remove old arm64/stage_entry.S by Julius Werner · 9 years ago
  14. 86fc11d arm/arm64: Generalize bootblock C entry point by Julius Werner · 9 years ago
  15. 85810cc edid: add hdmi_monitor_detected in data struct edid by Yakir Yang · 9 years ago
  16. 8c8e2b7 arm64: remove secmon by Aaron Durbin · 9 years ago
  17. 3bfd7cc drivers/pc80: Rework normal / fallback selector code by Timothy Pearson · 9 years ago
  18. 1ca2d86 cbmem: add coreboot table records for each cbmem entry by Aaron Durbin · 9 years ago
  19. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  20. 246179a jpeg: add jpeg_fetch_size() by Patrick Georgi · 9 years ago
  21. aeb2e15 boot_device: add call to boot_device_init() by Aaron Durbin · 9 years ago
  22. 246115e coreboot: make lb_framebuffer a weak function by robbie zhang · 9 years ago
  23. 478575c lib/stack: Add stack overrun detection by Timothy Pearson · 9 years ago
  24. 0859991 Revert "coreboot_table: don't add CMOS checksum twice." by Nico Huber · 9 years ago
  25. 2ea2555 bootblock: Link timestamp.c only with EARLY_CBMEM_INIT by Paul Menzel · 9 years ago
  26. 75c51d9 x86: add standalone verstage support by Aaron Durbin · 9 years ago
  27. ed253c8 cbfs: don't load x86 programs over the top of read-only media by Aaron Durbin · 9 years ago
  28. 079fb3f cbmem console: make verstage first class citizen by Aaron Durbin · 9 years ago
  29. 551cff0 Derive lvds_dual_channel from EDID timings. by Vladimir Serbinenko · 9 years ago
  30. c824c26 lib/gcov-glue.c: Define macro `COVERAGE_MAGIC` and use it by Paul Menzel · 9 years ago
  31. 37a5d15 cbfs: add struct cbfsf by Aaron Durbin · 9 years ago
  32. 9cc8e92 program.ld: terminate ALIGN statement by Patrick Georgi · 9 years ago
  33. 9796f60 coreboot: move TS_END_ROMSTAGE to one spot by Aaron Durbin · 9 years ago
  34. d972f78 linking: link bootblock.elf with .data and .bss sections again by Aaron Durbin · 9 years ago
  35. dc9f5cd coreboot: introduce commonlib by Aaron Durbin · 9 years ago
  36. 52a9260 linking: Repair special treatments for non-x86 bootblocks by Julius Werner · 9 years ago
  37. 83bc0db x86: link ramstage the same way regardless of RELOCATABLE_RAMSTAGE by Aaron Durbin · 9 years ago
  38. d4dd44c linking: add and use LDFLAGS_common by Aaron Durbin · 9 years ago
  39. dde7629 rmodule: use program.ld for linking by Aaron Durbin · 9 years ago
  40. e5bad5c verstage: use common program.ld for linking by Aaron Durbin · 9 years ago
  41. 14714e1 x86: link romstage like the other architectures by Aaron Durbin · 9 years ago
  42. b2a6262 linking: move romstage and bootblock to use program.ld by Aaron Durbin · 9 years ago
  43. 4de29d4 linking: lay the groundwork for a unified linking approach by Aaron Durbin · 9 years ago
  44. 4460703 Drop "See file CREDITS..." comment by Stefan Reinauer · 9 years ago
  45. 0375815 symbols: add '_' to pci_drivers and cpu_drivers symbols by Aaron Durbin · 9 years ago
  46. bc98cc6 bootmode: add display_init_required() by Aaron Durbin · 9 years ago
  47. c49014e timestamp: add tick frequency to exported table by Aaron Durbin · 9 years ago
  48. bedbdc4 edid: fix know_modes timing error by Yakir Yang · 9 years ago
  49. e205410 edid: add function to manually specify mode by David Hendricks · 9 years ago
  50. 40e89b4 edid: Memset output earlier in decode_edid() by David Hendricks · 9 years ago
  51. 7dbf9c6 edid: Use edid_mode struct to reduce redundancy by David Hendricks · 9 years ago
  52. a3b898a edid: Clean-up the edid struct by David Hendricks · 9 years ago
  53. 54546c9 stage_cache: make prog const in stage_cache_add() by Aaron Durbin · 9 years ago
  54. 1fa5274 Only apply libgcc workaround on x86-32 by Stefan Reinauer · 9 years ago
  55. 8d8799a arm, arm64, mips: Add rough static stack size checks with -Wstack-usage by Julius Werner · 10 years ago
  56. 4d3e4c4 cbfs: hardcode file alignment by Patrick Georgi · 9 years ago
  57. 2a983bd timestamps: clarify in ramstage when not to reinit the cache by Aaron Durbin · 9 years ago
  58. fb5d5b1 cbtable: describe boot media by Patrick Georgi · 9 years ago
  59. 977587a fmap: publish find_fmap_directory() by Patrick Georgi · 9 years ago
  60. 9952690 fmap: Introduce new function to derive fmap name from offset/size by Patrick Georgi · 9 years ago
  61. c4e49f6 Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() by Martin Roth · 9 years ago
  62. bd1499d timestamps: don't drop ramstage timestamps with EARLY_CBMEM_INIT by Aaron Durbin · 9 years ago
  63. 1936f6c timestamp: add generic cache region by Aaron Durbin · 9 years ago
  64. d808687 lzma: Return correct amount of decompressed bytes by Julius Werner · 9 years ago
  65. 6a02b3b linker scripts: Fix symbol handling for pre-RAM cbmem console by Patrick Georgi · 9 years ago
  66. e1b8327 lib: add delay.c to bootblock if I2C_TPM driver is enabled by Patrick Georgi · 9 years ago
  67. a518151 hardwaremain: Move init_timer() call to before console init by Duncan Laurie · 9 years ago
  68. eec2db4 prog_loader: Play nice with gc-sections by Stefan Reinauer · 9 years ago
  69. 42e6856 stage_cache: use cbmem init hooks by Aaron Durbin · 9 years ago
  70. 41607a4 cbmem: add indicator to hooks if cbmem is being recovered by Aaron Durbin · 9 years ago
  71. 4fbac46 cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API by Kyösti Mälkki · 9 years ago
  72. 7a8a4ab lib: Unify log2() and related functions by Julius Werner · 9 years ago
  73. ac12c66c assets: abstract away the firmware assets used for booting by Aaron Durbin · 9 years ago
  74. 6a452ef prog_loading: add region_device representing memory by Aaron Durbin · 9 years ago
  75. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  76. 41652a9 Remove leftover smi_get_tseg_base by Vladimir Serbinenko · 9 years ago
  77. 0424c95 fmap: new API using region_device by Aaron Durbin · 9 years ago
  78. c6588c5 coreboot: introduce boot_device by Aaron Durbin · 9 years ago
  79. 7138ee4 cbmem: remove cbmem_set_top() by Aaron Durbin · 9 years ago
  80. 1de648e CBMEM console: Fix buffer without EARLY_CBMEM_INIT by Kyösti Mälkki · 9 years ago
  81. e034417 timestamp: Fix collection without EARLY_CBMEM_INIT by Kyösti Mälkki · 9 years ago
  82. e1fb052 CBMEM: Fix S3 resume path without EARLY_CBMEM_INIT by Kyösti Mälkki · 9 years ago
  83. aadf2b8 consoles: remove unused infrastructure by Aaron Durbin · 9 years ago
  84. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  85. eec8dfb build system: use archives, not linker action to shorten command lines by Patrick Georgi · 9 years ago
  86. e645bca regions: add more helpers by Aaron Durbin · 9 years ago
  87. e62cf52 regions: add mmap helper device by Aaron Durbin · 9 years ago
  88. b419c1a8 regions: add memory region device support by Aaron Durbin · 9 years ago
  89. 127525c coreboot: add memory pool infrastructure by Aaron Durbin · 9 years ago
  90. 5d5f4b3 coreboot: add region infrastructure by Aaron Durbin · 9 years ago
  91. 2591e93 secmon: allow for serial console by Aaron Durbin · 9 years ago
  92. fd6fb26 verstage: provide support for serial console by Aaron Durbin · 9 years ago
  93. 522149c cbmem: Add initial allocation support by Lee Leahy · 9 years ago
  94. 17200ad vboot: inject vboot loader for stage loading by Aaron Durbin · 9 years ago
  95. 01562b6 imd: don't recover on limit == 0 by Aaron Durbin · 9 years ago
  96. 9bb90cd secmon: Add some missing files by Patrick Georgi · 9 years ago
  97. 7aafe53 timestamp: fix incremental linking error for !HAVE_MONOTONIC_TIMER by Aaron Durbin · 9 years ago
  98. 9e80e27 timestamp: provide weak default implementation of timestamp_get by Aaron Durbin · 9 years ago
  99. ae1fcc3 vboot: add cbfs_core by Aaron Durbin · 9 years ago
  100. 2daadf8 timestamp: refine boot CPU test by Aaron Durbin · 9 years ago