1. 6bfabce cbfs: look for CBFS header in a predefined place by Vadim Bendebury · 10 years ago
  2. 9dccf1c uart: pass register width in the coreboot table by Vadim Bendebury · 9 years ago
  3. a5aac76 drivers/spi: Pass flash parameters from coreboot to payload by Dan Ehrenberg · 9 years ago
  4. f9b49e8 Add delay before reading GPIOs in gpio_base2_value() by David Hendricks · 9 years ago
  5. a43db19 arm: Fix checkstack() to use correct stack size by Julius Werner · 10 years ago
  6. a7d9244 timestamps: You can never have enough of them! by Julius Werner · 10 years ago
  7. 44cf870 timer: Reestablish init_timer(), consolidate timer initialization calls by Julius Werner · 10 years ago
  8. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  9. 144c228 vboot: Include vb2_api.h, instead of lower-level vboot2 header files by Randall Spangler · 10 years ago
  10. efb546d ramoops: Add support for passing ramoops region through cb tables. by Furquan Shaikh · 10 years ago
  11. 627b3bd cbtables: Add RAM config information by David Hendricks · 10 years ago
  12. 6fab365 gpio: compile gpio.c at all stages by David Hendricks · 10 years ago
  13. 3b11de8 gpio: decouple tristate gpio support from board ID by David Hendricks · 10 years ago
  14. 21db62e gpio: add a function to read GPIO array as base-2 value by David Hendricks · 10 years ago
  15. 3fc6368 gpio: cosmetic changes to tristate_gpios.c by David Hendricks · 10 years ago
  16. 886d29b gpio: Remove non-ternary tristate mode, make ternaries easier by Julius Werner · 10 years ago
  17. eaa9c45 gpio: Extend common GPIO header, simplify function names by Julius Werner · 10 years ago
  18. dd94b5f chromeos: move VPD MAC address retrieval function by Vadim Bendebury · 10 years ago
  19. e5e3630 timer: Add generic udelay() implementation by Aaron Durbin · 10 years ago
  20. 7ca6522 rmodule: remove cbmem_entry usage by Aaron Durbin · 9 years ago
  21. b0d8f5e hardwaremain: explicitly call cbmem_initialize() early by Aaron Durbin · 9 years ago
  22. 8c5e4d9 cbfs: Enforce media->map() result checking, improve error messages by Julius Werner · 10 years ago
  23. 04de971 rmodules: fix linking by Aaron Durbin · 9 years ago
  24. 18ea2d3 baytrail: Change all SoC headers to <soc/headername.h> system by Julius Werner · 10 years ago
  25. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  26. 828e0e8 build system: run linker scripts through the preprocessor by Patrick Georgi · 9 years ago
  27. 56b8309 build system: rename __BOOT_BLOCK__ and __VER_STAGE__ by Patrick Georgi · 9 years ago
  28. 9f5a5c5 Add table driven way to add platform specific reg_script routines by Lee Leahy · 10 years ago
  29. 460703b rmodule: use struct prog while loading rmodules by Aaron Durbin · 9 years ago
  30. ce9efe0 program loading: unify on struct prog by Aaron Durbin · 9 years ago
  31. b3847e6 program loading: add prog_run() function by Aaron Durbin · 9 years ago
  32. 3948e53 program loading: introduce struct prog by Aaron Durbin · 9 years ago
  33. 274ef41 vpd: retrieve mac addresses and pass them to bootloader by Vadim Bendebury · 10 years ago
  34. 86b0c8b chromeos: Add WiFi calibration CBMEM entry pointer to coreboot table by Vadim Bendebury · 10 years ago
  35. 2a567ee cbfs: more accurate size check for simple buffer mapping by Daisuke Nojiri · 10 years ago
  36. 67514a7 cbfs: remove cbfs_core.h includes by Aaron Durbin · 9 years ago
  37. 6e76fff program loading: provide one cache maintenance callback by Aaron Durbin · 9 years ago
  38. ebf2ed4 payload loading: remove passing of struct payload by Aaron Durbin · 9 years ago
  39. fcfdff8 loading: move ramstage cache function declarations by Aaron Durbin · 9 years ago
  40. 5b9384c cbfs: remove run_address() by Aaron Durbin · 9 years ago
  41. abde3b5 arm64: Add support for secure monitor by Furquan Shaikh · 10 years ago
  42. 00903e5 cbfs/rmodule: add architecture specific operations at stage load by Ionela Voinescu · 9 years ago
  43. a88c919 cbfs: support concurrent media channels properly by Vadim Bendebury · 10 years ago
  44. 573e211 fix how to interpret board id read from gpios by Daisuke Nojiri · 10 years ago
  45. 3760272 Restore name of the function reading tertiary GPIO states by Vadim Bendebury · 10 years ago
  46. 12d45b2 cbfs: expose init_backing_media() by Aaron Durbin · 9 years ago
  47. 3589017 vboot2: load decompressed stage directly to load address by Daisuke Nojiri · 10 years ago
  48. 79cac09 vboot2: translate shared data to hand off to depthcharge by Daisuke Nojiri · 10 years ago
  49. 5799097 vboot2: read secdata and nvdata by Daisuke Nojiri · 10 years ago
  50. b0c302f Publish the board ID value in coreboot table, when configured by Vadim Bendebury · 10 years ago
  51. 9c9c336 Generalize revision number calculation function by Vadim Bendebury · 10 years ago
  52. ad5a909 ramstage: remove rela_time use by Aaron Durbin · 10 years ago
  53. 0a0fc3b cbfs: change 1 message level to WARNING if cbfs can't find specific data by Kane Chen · 10 years ago
  54. d1b0e87 loaders: add run_romstage() function to bootblock by Aaron Durbin · 9 years ago
  55. 04654a2 loaders: add program_loading.h header file by Aaron Durbin · 9 years ago
  56. 3486d1f verstage should include the CBFS SPI wrapper, when configured by Vadim Bendebury · 10 years ago
  57. 9ef9d85 bootstate: use structure pointers for scheduling callbacks by Aaron Durbin · 9 years ago
  58. f69a99d coreboot: x86: enable gc-sections by Aaron Durbin · 9 years ago
  59. 4472408 lib: Add Kconfig option to enable/disable auto fallback control by Timothy Pearson · 9 years ago
  60. dbe0df1 Add and consistently use wrapper macro for romstage static variables by Julius Werner · 10 years ago
  61. 510d1bd build.h: remove variable for the builduser, -hostname and -domain by Alexander Couzens · 9 years ago
  62. 2c4aab3 coreboot: fix munged license text by Aaron Durbin · 9 years ago
  63. 196ee2b coreboot memrange: Two changes for zero size or empty memrange by Furquan Shaikh · 10 years ago
  64. 73307e0 Add stage information to coreboot banner by Stefan Reinauer · 9 years ago
  65. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  66. 0490f74 TPM: Fix whitespace by Kyösti Mälkki · 9 years ago
  67. c522fc8 drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot by Timothy Pearson · 9 years ago
  68. ae98e83 CBMEM: Always use DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  69. 2fb6b40 CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INIT by Kyösti Mälkki · 10 years ago
  70. 02aebb6 CBMEM: Change some types to uintptr_t by Kyösti Mälkki · 10 years ago
  71. 91fac61 CBMEM: Tidy up CAR migration by Kyösti Mälkki · 10 years ago
  72. 8659e40 CBMEM console: Fix and enhance pre-RAM support by Kyösti Mälkki · 10 years ago
  73. 4d10750 CBMEM: Add timestamp_reinit() by Kyösti Mälkki · 10 years ago
  74. 0a11a61 CBMEM: Move cbmemc_reinit() by Kyösti Mälkki · 10 years ago
  75. e455425 CBMEM console: Fix CAR migration step by Kyösti Mälkki · 10 years ago
  76. 823edda CBMEM: Implement cbmem_run_init_hooks() stub by Kyösti Mälkki · 10 years ago
  77. ae9cd01 rmodule: Correct the typecast with proper parenthesis by Furquan Shaikh · 10 years ago
  78. efb5cde vboot2: copy tlcl from vboot_reference as a preparation for vboot2 integration by Daisuke Nojiri · 10 years ago
  79. bcc1d42 vboot2: implement select_firmware for pre-romstage verification by Daisuke Nojiri · 10 years ago
  80. 7a3c349 rmodule: Fix 64-bit related typecast errors by Furquan Shaikh · 10 years ago
  81. b3e0202 cbfs: add cbfs_read() by Aaron Durbin · 10 years ago
  82. b312b7f cbfs: add cbfs_locate_file() by Aaron Durbin · 10 years ago
  83. 560c643 Primitive memory test by David Hendricks · 10 years ago
  84. d686522 misc: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 9 years ago
  85. de53bdf CBMEM: Rename utility file by Kyösti Mälkki · 10 years ago
  86. 5f066b2 doxygen fixes: change @var to @param var by Martin Roth · 9 years ago
  87. 3a6550d timestamps: Switch from tsc_t to uint64_t by Stefan Reinauer · 11 years ago
  88. 9e208bc Print segment clean up information only when required. by Vadim Bendebury · 10 years ago
  89. 6a3f92f ipq8064: SOC UART driver belongs in the SOC directory by Vadim Bendebury · 10 years ago
  90. adcb095 Provide a common CBFS wrapper for SPI storage by Vadim Bendebury · 10 years ago
  91. 8b143c5 cbmem: use a single id to name mapping table by Vadim Bendebury · 10 years ago
  92. 87acccc CBMEM: Always build for x86 romstage by Kyösti Mälkki · 10 years ago
  93. 8b12a28 edid: fill reserved bits fields in cb_framebuffer by Patrick Georgi · 10 years ago
  94. c7c0267 RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cache by Kyösti Mälkki · 10 years ago
  95. 09915c1 lib/edid.c: Fix mismatch between format string and variable type by Alexandru Gagniuc · 10 years ago
  96. 9d0ae59 lib/edid.c: Use 'hh' instead of 'h' length modifier in printk by Alexandru Gagniuc · 10 years ago
  97. 4213b97 edid: initialize has_valid_detailed_blocks as 1 by Vince Hsu · 10 years ago
  98. 1c8ee21 edid: Change static variables to auto variables. by Hung-Te Lin · 10 years ago
  99. be71ee5d edid: remove float use by Patrick Georgi · 10 years ago
  100. 71b2145 CBMEM console: Fix boards with BROKEN_CAR_MIGRATE by Kyösti Mälkki · 10 years ago