1. 07215aa soc/intel/apollolake: Update FSP UPD header files for SIC 1.1.3 by Brandon Breitenstein · 8 years ago
  2. 4dfe130 driver/intel/fsp2.0: Add External stage cache region helper by Rizwan Qureshi · 8 years ago
  3. 3156934 soc/intel/apollolake: Gather microcode revision by John Zhao · 8 years ago
  4. 62d1313 fsp_broadwell_de: Refactor code for SPI debug messages by Werner Zeh · 8 years ago
  5. 9912310 soc/intel/skylake: Include Kabylake specific IGD Device IDs by Barnali Sarkar · 8 years ago
  6. fe34939 nyan-blaze: Correct indentation for sdram configs by Paul Kocialkowski · 8 years ago
  7. c3d7427 mainboard/google/reef: set SLP_S3_L assertion width to 28ms by Aaron Durbin · 8 years ago
  8. 41a3fa6 soc/intel/apollolake: add option for SLP_S3_L assertion width by Aaron Durbin · 8 years ago
  9. a1e3924 arch/riscv: Add missing "break;" by Jonathan Neuschäfer · 8 years ago
  10. dbf3067 src/arch: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  11. cbe7464c src/cpu: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  12. 3f4aece soc/intel/apollolake: Add CQOS CAR implementation by Andrey Petrov · 8 years ago
  13. 7f72c9b soc/intel/apollolake: Update stage link addresses for 768 KiB cache by Andrey Petrov · 8 years ago
  14. 0dde291 soc/intel/apollolake: Handle CAR sizes other than 1 MiB by Andrey Petrov · 8 years ago
  15. 7c8d74c src/cpu: Remove unnecessary whitespace before "\n" by Elyes HAOUAS · 8 years ago
  16. 2078e75 src/arch: Capitalize CPU and ACPI by Elyes HAOUAS · 8 years ago
  17. f772f9c src/device: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  18. 11fc801 src/include: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  19. a1ac10f src/device: Remove unnecessary whitespace before newline by Elyes HAOUAS · 8 years ago
  20. 70d79a4 src/southbridge: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  21. 03b040b src/soc: Remove unnecessary whitespace before "\n" and "\t" by Elyes HAOUAS · 8 years ago
  22. eb131f3 rockchip/rk3399: Enable ramstage compression, shuffle around memlayout by Julius Werner · 8 years ago
  23. 329031f gru: Make SDRAM parameters individual struct files in CBFS by Julius Werner · 8 years ago
  24. 3c814b2 cbmem: Always maintain backing store struct in a global on non-x86 by Julius Werner · 8 years ago
  25. f975e55 cbfs: Add "struct" file type and associated helpers by Julius Werner · 8 years ago
  26. 71885a4 commonlib: cbfs: Add CBFS attribute support by Julius Werner · 8 years ago
  27. 2a1847e lenovo/x200,t400: enable C4 cpu low power state by Arthur Heymans · 8 years ago
  28. 6e5421d sb/amd/sb700: Add option to increase SPI speed to 33MHz by Timothy Pearson · 8 years ago
  29. 3b0e761 soc/intel/apollolake: Enable ELOG by Brandon Breitenstein · 8 years ago
  30. de9fed4 intel/common: Clear wake status bits before sleep by Shaunak Saha · 8 years ago
  31. d6bb549 intel/apollolake: Add power management utility function by Shaunak Saha · 8 years ago
  32. f7ce40b vboot: consolidate google_chromeec_early_init() calls by Aaron Durbin · 8 years ago
  33. 7038596 soc/intel/skylake: Bump up bootblock size to 48K by Furquan Shaikh · 8 years ago
  34. a6914d2 soc/intel/skylake: align chromium Chrome OS config by Aaron Durbin · 8 years ago
  35. dde0738 google/reef: Tune eMMC DLL settings for reef evt by Chiranjeevi Rapolu · 8 years ago
  36. 67e4df8 drivers/spi: remove unconditional RW boot device initialization by Aaron Durbin · 8 years ago
  37. 93f34e1 soc/intel/apollolake: Add ASL methods for eMMC by Vaibhav Shankar · 8 years ago
  38. 1b5581c vboot/vbnv_flash: fix return value check for rdev_writeat() by Aaron Durbin · 8 years ago
  39. a73a803 vboot/vboot_common: actually provide a writable region_device by Aaron Durbin · 8 years ago
  40. f643d66 arch/riscv: Add functions to read/write memory on behalf of supervisor/user mode by Jonathan Neuschäfer · 8 years ago
  41. cafb10c arch/riscv: Map the kernel space into RAM (2GiB+) by Jonathan Neuschäfer · 8 years ago
  42. 857e33e arch/riscv: Implement the SBI again by Jonathan Neuschäfer · 8 years ago
  43. 3965a52 arch/riscv: Enable U-mode/S-mode counters (stime, etc.) by Jonathan Neuschäfer · 8 years ago
  44. b6648cd arch/riscv: Fix unaligned memory access emulation by Jonathan Neuschäfer · 8 years ago
  45. 85b1aad memlayout: Ensure TIMESTAMP() region is big enough to avoid BUG() by Julius Werner · 8 years ago
  46. d9ff75f arch/riscv: Delegate exceptions to supervisor mode if appropriate by Jonathan Neuschäfer · 8 years ago
  47. 538e446 arch/riscv: Print the page table structure after construction by Jonathan Neuschäfer · 8 years ago
  48. e53e488c src/mainboard: Remove unnecessary whitespace before "\n" by Elyes HAOUAS · 8 years ago
  49. 0638b60 arch/arm & arm64: Remove unnecessary whitespace before "\n" by Elyes HAOUAS · 8 years ago
  50. 7f9df96 src/southbridge: Remove unnecessary whitespace before "\n" and "\t" by Elyes HAOUAS · 8 years ago
  51. d6e9686 src/cpu: Capitalize CPU, APIC and IOAPIC typo fix by Elyes HAOUAS · 8 years ago
  52. 3842498 src/northbridge: Remove unnecessary whitespace before "\n" and "\t" by Elyes HAOUAS · 8 years ago
  53. ccf78f0 src/include: Capitalize APIC and SMM by Elyes HAOUAS · 8 years ago
  54. 7378d92 emulation/qemu-i440fx: add cmos.default file by Antonello Dettori · 8 years ago
  55. 6f23374 soc/intel/apollolake: Use CONFIG_NHLT_DMIC_2CH_16B for dmic by Saurabh Satija · 8 years ago
  56. 904dd30 nvramcui: refactor code by Antonello Dettori · 8 years ago
  57. df76f89 drivers/spi: be sure to call spi_init() before spi_flash_probe() by Aaron Durbin · 8 years ago
  58. 7931c6a mb/asus/kgpe-d16: Add TPM support by Timothy Pearson · 8 years ago
  59. 1bc2b0b util/scripts: Support cygwin in ucode conversion tool by Marshall Dawson · 8 years ago
  60. 6444426 mb/asus/[kgpe-d16|kcma-d8]: Fix whitespace errors in devicetree.cb by Timothy Pearson · 8 years ago
  61. 5a85951 3rdparty/blobs: Update to get AGESA binary for pcengines/apu2 by Martin Roth · 8 years ago
  62. 97e0a65 intel/skylake: Do not halt in poweroff if in SMM by Furquan Shaikh · 8 years ago
  63. 63e424c google/chromeec: Ensure data is ready before reading it by Furquan Shaikh · 8 years ago
  64. 3828e55 intel/apollolake: Do not halt in poweroff if in SMM by Furquan Shaikh · 8 years ago
  65. 200f11e intel/apollolake: Fix typo in gpi_status_get by Furquan Shaikh · 8 years ago
  66. 986c658 google/reef: Save DIMM info from SMBIOS memory HOB by Ravi Sarawadi · 8 years ago
  67. 15f6f3a soc/intel/apollolake: Save DIMM info from SMBIOS memory HOB by Ravi Sarawadi · 8 years ago
  68. 98e0ee6 drivers/intel/fsp2_0: Add SMBIOS memory HOB support by Ravi Sarawadi · 8 years ago
  69. ba2b63a rockchip/rk3399 & gru/kevin: support sdram 933MHz on kevin by Lin Huang · 8 years ago
  70. b18a666 vboot/vbnv_flash: make I/O connection agnostic by Aaron Durbin · 8 years ago
  71. 5bb9e93 vboot: provide RW region device support by Aaron Durbin · 8 years ago
  72. d10f9d5 drivers/elog: use region_device for NV storage by Aaron Durbin · 8 years ago
  73. bccaab8 lib/fmap: provide RW region device support by Aaron Durbin · 8 years ago
  74. e4cc8cd soc/intel/skylake: use SPI flash boot_device_rw() for ealy stages by Aaron Durbin · 8 years ago
  75. 7b2c781 soc/intel/apollolake: use SPI flash boot_device_rw() for ealy stages by Aaron Durbin · 8 years ago
  76. 6f11559 drivers/spi: provide optional implementation of boot_device_rw() by Aaron Durbin · 8 years ago
  77. 5180dd2 drivers/spi: include SPI flash modules for all stages by Aaron Durbin · 8 years ago
  78. c0a823c drivers/spi: ensure SPI flash is boot device for coreboot tables by Aaron Durbin · 8 years ago
  79. 2e03fbc util/lint: Add a tool to verify a single newline at the end of files by Martin Roth · 8 years ago
  80. 5861b58 qemu-riscv: Remove obsolete CSR - send_ipi by Martin Roth · 8 years ago
  81. 67d487e soc/intel/skylake: make SPI support early stages by Aaron Durbin · 8 years ago
  82. 1ad9f94 soc/intel/apollolake: make SPI support early stages by Aaron Durbin · 8 years ago
  83. 504b8f2 lib/cbfs_spi: provide boot_device_rw() support by Aaron Durbin · 8 years ago
  84. dcbccd6 lib/boot_device: add RW boot device construct by Aaron Durbin · 8 years ago
  85. e8e118d Kconfig: introduce writable boot device notion by Aaron Durbin · 8 years ago
  86. 3326f15 drivers/spi: move cbfs_spi.c location by Aaron Durbin · 8 years ago
  87. 16c173f Kconfig: separate memory mapped boot device from SPI by Aaron Durbin · 8 years ago
  88. d3d77be google/reef: Configure NFC gpios correctly before entering sleep by Furquan Shaikh · 8 years ago
  89. cb6096d intel/apollolake: Skip ITSS configuration in SMM by Furquan Shaikh · 8 years ago
  90. 82bd0c3 bd82x6x/pch: move global variables to static variables in functions by Felix Held · 8 years ago
  91. 8dc20bb tpm2: Fixed typo by Robert Foss · 8 years ago
  92. a7fa5dd pc80/mc146818rtc.h: Replace leftover macro token by Antonello Dettori · 8 years ago
  93. 08e842c Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS by Aaron Durbin · 8 years ago
  94. 240853b intel/amenia: Update eMMC DLL settings by Bora Guvendik · 8 years ago
  95. 3ad6356 soc/intel/skylake: Correct Cache as ram size by Rizwan Qureshi · 8 years ago
  96. ecd9a94 soc/intel/skylake: Move bootblock specific code from skylake/romstage by Naresh G Solanki · 8 years ago
  97. cf73c13 skylake: Do FspTempRamInit only for FSP1.1 & tidy up PCH early init by Rizwan Qureshi · 8 years ago
  98. 4a36c4e Kconfig: lay groundwork for not assuming SPI flash boot device by Aaron Durbin · 8 years ago
  99. 2d97cb1 util/docker: Update docker files for coreboot-sdk & jenkins builders by Martin Roth · 8 years ago
  100. f75d1df util/docker: Add docker files for coreboot-sdk & jenkins builders by Martin Roth · 8 years ago