1. 18ea2d3 baytrail: Change all SoC headers to <soc/headername.h> system by Julius Werner · 10 years ago
  2. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  3. 828e0e8 build system: run linker scripts through the preprocessor by Patrick Georgi · 9 years ago
  4. 56b8309 build system: rename __BOOT_BLOCK__ and __VER_STAGE__ by Patrick Georgi · 9 years ago
  5. 9f5a5c5 Add table driven way to add platform specific reg_script routines by Lee Leahy · 10 years ago
  6. 460703b rmodule: use struct prog while loading rmodules by Aaron Durbin · 9 years ago
  7. ce9efe0 program loading: unify on struct prog by Aaron Durbin · 9 years ago
  8. b3847e6 program loading: add prog_run() function by Aaron Durbin · 9 years ago
  9. 3948e53 program loading: introduce struct prog by Aaron Durbin · 9 years ago
  10. 274ef41 vpd: retrieve mac addresses and pass them to bootloader by Vadim Bendebury · 10 years ago
  11. 86b0c8b chromeos: Add WiFi calibration CBMEM entry pointer to coreboot table by Vadim Bendebury · 10 years ago
  12. 2a567ee cbfs: more accurate size check for simple buffer mapping by Daisuke Nojiri · 10 years ago
  13. 67514a7 cbfs: remove cbfs_core.h includes by Aaron Durbin · 9 years ago
  14. 6e76fff program loading: provide one cache maintenance callback by Aaron Durbin · 9 years ago
  15. ebf2ed4 payload loading: remove passing of struct payload by Aaron Durbin · 9 years ago
  16. fcfdff8 loading: move ramstage cache function declarations by Aaron Durbin · 9 years ago
  17. 5b9384c cbfs: remove run_address() by Aaron Durbin · 9 years ago
  18. abde3b5 arm64: Add support for secure monitor by Furquan Shaikh · 10 years ago
  19. 00903e5 cbfs/rmodule: add architecture specific operations at stage load by Ionela Voinescu · 10 years ago
  20. a88c919 cbfs: support concurrent media channels properly by Vadim Bendebury · 10 years ago
  21. 573e211 fix how to interpret board id read from gpios by Daisuke Nojiri · 10 years ago
  22. 3760272 Restore name of the function reading tertiary GPIO states by Vadim Bendebury · 10 years ago
  23. 12d45b2 cbfs: expose init_backing_media() by Aaron Durbin · 9 years ago
  24. 3589017 vboot2: load decompressed stage directly to load address by Daisuke Nojiri · 10 years ago
  25. 79cac09 vboot2: translate shared data to hand off to depthcharge by Daisuke Nojiri · 10 years ago
  26. 5799097 vboot2: read secdata and nvdata by Daisuke Nojiri · 10 years ago
  27. b0c302f Publish the board ID value in coreboot table, when configured by Vadim Bendebury · 10 years ago
  28. 9c9c336 Generalize revision number calculation function by Vadim Bendebury · 10 years ago
  29. ad5a909 ramstage: remove rela_time use by Aaron Durbin · 10 years ago
  30. 0a0fc3b cbfs: change 1 message level to WARNING if cbfs can't find specific data by Kane Chen · 10 years ago
  31. d1b0e87 loaders: add run_romstage() function to bootblock by Aaron Durbin · 9 years ago
  32. 04654a2 loaders: add program_loading.h header file by Aaron Durbin · 9 years ago
  33. 3486d1f verstage should include the CBFS SPI wrapper, when configured by Vadim Bendebury · 10 years ago
  34. 9ef9d85 bootstate: use structure pointers for scheduling callbacks by Aaron Durbin · 9 years ago
  35. f69a99d coreboot: x86: enable gc-sections by Aaron Durbin · 9 years ago
  36. 4472408 lib: Add Kconfig option to enable/disable auto fallback control by Timothy Pearson · 9 years ago
  37. dbe0df1 Add and consistently use wrapper macro for romstage static variables by Julius Werner · 10 years ago
  38. 510d1bd build.h: remove variable for the builduser, -hostname and -domain by Alexander Couzens · 9 years ago
  39. 2c4aab3 coreboot: fix munged license text by Aaron Durbin · 9 years ago
  40. 196ee2b coreboot memrange: Two changes for zero size or empty memrange by Furquan Shaikh · 10 years ago
  41. 73307e0 Add stage information to coreboot banner by Stefan Reinauer · 9 years ago
  42. bde6d30 x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer by Kevin Paul Herbert · 10 years ago
  43. 0490f74 TPM: Fix whitespace by Kyösti Mälkki · 9 years ago
  44. c522fc8 drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot by Timothy Pearson · 10 years ago
  45. ae98e83 CBMEM: Always use DYNAMIC_CBMEM by Kyösti Mälkki · 10 years ago
  46. 2fb6b40 CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INIT by Kyösti Mälkki · 10 years ago
  47. 02aebb6 CBMEM: Change some types to uintptr_t by Kyösti Mälkki · 10 years ago
  48. 91fac61 CBMEM: Tidy up CAR migration by Kyösti Mälkki · 10 years ago
  49. 8659e40 CBMEM console: Fix and enhance pre-RAM support by Kyösti Mälkki · 10 years ago
  50. 4d10750 CBMEM: Add timestamp_reinit() by Kyösti Mälkki · 10 years ago
  51. 0a11a61 CBMEM: Move cbmemc_reinit() by Kyösti Mälkki · 10 years ago
  52. e455425 CBMEM console: Fix CAR migration step by Kyösti Mälkki · 10 years ago
  53. 823edda CBMEM: Implement cbmem_run_init_hooks() stub by Kyösti Mälkki · 10 years ago
  54. ae9cd01 rmodule: Correct the typecast with proper parenthesis by Furquan Shaikh · 10 years ago
  55. efb5cde vboot2: copy tlcl from vboot_reference as a preparation for vboot2 integration by Daisuke Nojiri · 10 years ago
  56. bcc1d42 vboot2: implement select_firmware for pre-romstage verification by Daisuke Nojiri · 10 years ago
  57. 7a3c349 rmodule: Fix 64-bit related typecast errors by Furquan Shaikh · 10 years ago
  58. b3e0202 cbfs: add cbfs_read() by Aaron Durbin · 10 years ago
  59. b312b7f cbfs: add cbfs_locate_file() by Aaron Durbin · 10 years ago
  60. 560c643 Primitive memory test by David Hendricks · 10 years ago
  61. d686522 misc: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  62. de53bdf CBMEM: Rename utility file by Kyösti Mälkki · 10 years ago
  63. 5f066b2 doxygen fixes: change @var to @param var by Martin Roth · 10 years ago
  64. 3a6550d timestamps: Switch from tsc_t to uint64_t by Stefan Reinauer · 11 years ago
  65. 9e208bc Print segment clean up information only when required. by Vadim Bendebury · 10 years ago
  66. 6a3f92f ipq8064: SOC UART driver belongs in the SOC directory by Vadim Bendebury · 10 years ago
  67. adcb095 Provide a common CBFS wrapper for SPI storage by Vadim Bendebury · 10 years ago
  68. 8b143c5 cbmem: use a single id to name mapping table by Vadim Bendebury · 10 years ago
  69. 87acccc CBMEM: Always build for x86 romstage by Kyösti Mälkki · 10 years ago
  70. 8b12a28 edid: fill reserved bits fields in cb_framebuffer by Patrick Georgi · 10 years ago
  71. c7c0267 RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cache by Kyösti Mälkki · 10 years ago
  72. 09915c1 lib/edid.c: Fix mismatch between format string and variable type by Alexandru Gagniuc · 10 years ago
  73. 9d0ae59 lib/edid.c: Use 'hh' instead of 'h' length modifier in printk by Alexandru Gagniuc · 10 years ago
  74. 4213b97 edid: initialize has_valid_detailed_blocks as 1 by Vince Hsu · 10 years ago
  75. 1c8ee21 edid: Change static variables to auto variables. by Hung-Te Lin · 10 years ago
  76. be71ee5d edid: remove float use by Patrick Georgi · 10 years ago
  77. 71b2145 CBMEM console: Fix boards with BROKEN_CAR_MIGRATE by Kyösti Mälkki · 10 years ago
  78. f72f9e7 x86: provide symmetry between arm for cache_sync_instructions() by Aaron Durbin · 10 years ago
  79. d343624 aarch64: Fix 64-bit pointer related casts by Marcelo Povoa · 10 years ago
  80. b713d93 edid: fill reserved bits fields in cb_framebuffer by Patrick Georgi · 10 years ago
  81. 63956e6 ipq8064: prepare UART driver for use in coreboot by Vadim Bendebury · 10 years ago
  82. fc5dc1c RISCV: get RISCV to build again by Ronald G. Minnich · 10 years ago
  83. 6d0cba7 gcc.c: Test for gcc, not for non-clang by Patrick Georgi · 10 years ago
  84. 1b2f2a0 Introduce halt() by Patrick Georgi · 10 years ago
  85. 6ead253 Export board-status info. by Vladimir Serbinenko · 10 years ago
  86. 9594893 build system: unify linker use across gcc and clang by Patrick Georgi · 10 years ago
  87. 3ce96bd build system: use a single variable name for compiler runtimes by Patrick Georgi · 10 years ago
  88. c36af7b Replace includes of build.h with version.h by Kyösti Mälkki · 10 years ago
  89. cd31afd lib/lzma.c: Use header over .c include by Edward O'Callaghan · 10 years ago
  90. cdabc88 lib/cbfs: Use linker symbols over .c include in cbfs.c by Edward O'Callaghan · 10 years ago
  91. 5b5db87 src/lib/Makefile.inc: Allow rmodules to link under Clang by Edward O'Callaghan · 10 years ago
  92. 9cb5a3a src/lib/rmodule.ld: DISCARD (.note|.note.*) sections by Edward O'Callaghan · 10 years ago
  93. 129e2f3 lib/malloc.c: Remove pre-proc guard around include by Edward O'Callaghan · 10 years ago
  94. 4b90b79 cbmem: Fix 64-bit pointer related casts in dynamic_cbmem.c by Marcelo Povoa · 10 years ago
  95. 0b4e8df reg_script: include in romstage by Isaac Christensen · 10 years ago
  96. 7b14f08 ACPI: Allocate S3 resume backup in CBMEM earlier by Kyösti Mälkki · 10 years ago
  97. ff178be lib/cbfs: more cleanup for 32/64 issues by Ronald G. Minnich · 10 years ago
  98. f33d270 cbmem: 64/32 cleanup by Ronald G. Minnich · 10 years ago
  99. 822bc65 ACPI: Remove CONFIG_GENERATE_ACPI_TABLES by Vladimir Serbinenko · 11 years ago
  100. 076c317 edid: Relax EDID 1.3 requirements. by Hung-Te Lin · 10 years ago