1. 243c614 lib: add base64 decoder by Vadim Bendebury · 9 years ago
  2. ee426cf google/veyron_*: Increase SPI flash frequency to 24.75MHz by Julius Werner · 9 years ago
  3. 2fdc61a google/urara: use board ID information to set up hardware by Ionela Voinescu · 9 years ago
  4. 97ab425 rockchip/rk3288: Fix SPI clock divisor calculation by Julius Werner · 9 years ago
  5. 37b7a66 chromeec: Support accessing memmap data over port 62/66 by Shawn Nematbakhsh · 9 years ago
  6. 235f922 chromeec: Update ec_commands.h from EC repository by Shawn Nematbakhsh · 9 years ago
  7. 900059a arch/arm64: allow floating-point registers access by Yen Lin · 9 years ago
  8. f7c5c61 google/rush_ryu: add serialno from vpd by Stephen Barber · 9 years ago
  9. b396a66 vpd: populate coreboot table with serialno by Stephen Barber · 9 years ago
  10. 30773d2 vboot2: provide config option to clear dev mode state on recovery by Vadim Bendebury · 9 years ago
  11. bab5fde vboot2: ignore physical dev switch in case virtual mode is configured by Vadim Bendebury · 9 years ago
  12. 5e94e4f google/veyron_*: add ELPIDA F8132A3MA and FA232A2MA sdram by jinkun.hong · 9 years ago
  13. a612fc1 arm64: provide icache_invalidate_all() by Aaron Durbin · 9 years ago
  14. b419149 elog: Eliminate CONFIG_ELOG_FULL_THRESHOLD and CONFIG_ELOG_SHRINK_SIZE by Sol Boucher · 9 years ago
  15. 15b4580 google/veyron_*: update sdram-ddr3-samsung-4GB.inc by jinkun.hong · 9 years ago
  16. 8eb99d0 rockchip/rk3288: use bl_en instead lcd_bl to fill_lb_gpio by huang lin · 9 years ago
  17. fe4253c vboot: when configured, pass the wipeout request to vboot by Vadim Bendebury · 9 years ago
  18. b16a6c4 qualcomm/ipq806x: report versions of RPM and DDR init components by Vadim Bendebury · 9 years ago
  19. 116da27 qualcomm/ipq806x: add board id value for SP5 by Vadim Bendebury · 9 years ago
  20. 5a2e23e google/urara: retrieve board ID from a CBFS file by Vadim Bendebury · 9 years ago
  21. 73dd7b6 broadcom/cygnus: add timestamps in pre-ram stages by Daisuke Nojiri · 9 years ago
  22. 99d3956 google/purin: add DMA coherent region by Daisuke Nojiri · 9 years ago
  23. d5f551a broadcom/cygnus: Initialize dram in romstage. by Icarus Chau · 9 years ago
  24. 1abb600 broadcom/cygnus: Fix missing writel->write32 transformation by Patrick Georgi · 9 years ago
  25. b048432 cygnus: add QSPI driver by Corneliu Doban · 9 years ago
  26. 82a7bc4 veyron: add new SDRAM configuration with ram-code 1101b by ZhengShunQian · 9 years ago
  27. 823f607 pistachio: Remove 50% DDR bandwidth restriction by Ionela Voinescu · 9 years ago
  28. 51ad6ac pistachio: Decrease DDR ODT from 75R to 50R by Ionela Voinescu · 9 years ago
  29. 59074ff pistachio: clean DDR2 initialization code by Ionela Voinescu · 9 years ago
  30. 5a2718c storm: print uber-sbl information by Vadim Bendebury · 9 years ago
  31. be7124e armv7: preserve bootblock invocation parameter by Vadim Bendebury · 9 years ago
  32. 90fe582 ipq808x: add uber sbl parameter definitions by Vadim Bendebury · 9 years ago
  33. d99e082 urara: I2C clock and MFIO setup function for all interfaces by Ionela Voinescu · 9 years ago
  34. 38063b0 pistachio: add clock setup for all I2C interfaces by Ionela Voinescu · 9 years ago
  35. 9ff8f6f Unify byte order macros and clrsetbits by Julius Werner · 9 years ago
  36. 9418476 arm(64): Manually clean up the mess left by write32() transition by Julius Werner · 9 years ago
  37. 2f37bd6 arm(64): Globally replace writel(v, a) with write32(a, v) by Julius Werner · 9 years ago
  38. 1f60f97 arm(64): Change write32() argument order to match x86 by Julius Werner · 9 years ago
  39. d21a329 arm(64): Replace write32() and friends with writel() by Julius Werner · 9 years ago
  40. 24f9476 romstage_handoff: Fix for changing CBMEM structure by Duncan Laurie · 9 years ago
  41. ebdef9f veyron_{brain,danger}: Specify vboot romstage and ramstage indices by David Hendricks · 9 years ago
  42. 3704e69 rk3288: disable rk808 DCDC_UV_ACT_REG restart converter function by huang lin · 9 years ago
  43. 19ee156 veyron: The ODT function is disabled for LPDDR3 by jinkun.hong · 9 years ago
  44. c447f43 veyron: Sync up SDRAM configurations by Julius Werner · 9 years ago
  45. 5c8aacf rockchip: configure lpddr odt properly by Derek Basehore · 9 years ago
  46. 9eb6f61 cbfs: Print absolute offsets of loaded files by Vadim Bendebury · 9 years ago
  47. 5792e3b veyron_jerry: support K4B8G1646Q-4GB and H5TC8G63XXX-4GB ddr3 by jinkun.hong · 9 years ago
  48. dbdd066 x86: Allow builds without ACPI tables by Lee Leahy · 9 years ago
  49. 54cc8ba ipq806x: i2c: stop transfer as soon as an error is reported by Sourabh Banerjee · 9 years ago
  50. f36cffc ipq806x: i2c: write function fixed to avoid spurious success by Sourabh Banerjee · 9 years ago
  51. ef4e87b arch/mips: simplify cache operations by Ionela Voinescu · 9 years ago
  52. 8cc3a2a rk3288: support single channel ddr by jinkun.hong · 9 years ago
  53. b8936ad urara: Identity map DRAM/SRAM by Andrew Bresticker · 9 years ago
  54. 3537e95 mips: Allow memory to be identity mapped in the TLB by Andrew Bresticker · 9 years ago
  55. df4081e broadwell: Clear USB3.0 PORTSC status bits in sleep_prepare. by Todd Broch · 9 years ago
  56. 46d3ac1 broadwell: indent xhci code by Patrick Georgi · 9 years ago
  57. 1e6b591 broadwell: Skip pre-graphics delay in resume path by Duncan Laurie · 10 years ago
  58. b2deb22 broadwell: Implement Recovery Button by Ryan Lin · 10 years ago
  59. f92edfe Arrange CBMEM table entries' IDs alphanumerically by Vadim Bendebury · 10 years ago
  60. dfd441d urara: add config of SPI bus and correct selection of winbond flash by Ionela Voinescu · 10 years ago
  61. 8549797 imgtec/pistachio: Add spi_crop_chunk() by Patrick Georgi · 9 years ago
  62. 4038a7f gigabyte/ga-b75m-d3v: Add GIGABYTE GA-B75M-D3V mainboard by Damien Zammit · 9 years ago
  63. 31ca97c southbridge/intel/bd82x6x: Add LPC id 0x1e49 for B75 chipset by Damien Zammit · 9 years ago
  64. bcff3bd mainboard/lenovo/t430s,t530,x230:enable usb3, set xhci overcurrent mapping by Nicolas Reinecke · 9 years ago
  65. 59aef5c southbrige/intel/bd82x6x: add XHCI overcurrent map config by Nicolas Reinecke · 9 years ago
  66. 01368ed Kconfig: rename CONSOLE_SERIAL_UART to DRIVERS_UART by Patrick Georgi · 9 years ago
  67. c047b10 purin: add ns16550 driver by Daisuke Nojiri · 10 years ago
  68. 3a2ac88 console: copy ns16550 driver from u-boot by Daisuke Nojiri · 9 years ago
  69. 76e3303 chromeos: vboot2: Add TPM PCR extension support by Julius Werner · 10 years ago
  70. 5aecacc vboot2 workbuf alignment is now 16 bytes, not 8 by Bill Richardson · 10 years ago
  71. cdf92ea rk3288: Disable ramstage compression by default by Julius Werner · 10 years ago
  72. 0b29a7b southbrige/intel/bd82x6x: XHCI replace magic values by Nicolas Reinecke · 9 years ago
  73. 7effaa4 riscv: use new-style CBFS header lookup by Patrick Georgi · 9 years ago
  74. 42001a7 vboot2: provide path for booting using alternative CBFS instances by Vadim Bendebury · 10 years ago
  75. 3c90365 vboot2: Implement new vb2ex_hwcrypto API by Julius Werner · 10 years ago
  76. 23727ca vboot: make vboot2_verify_firmware return by Daisuke Nojiri · 10 years ago
  77. 7c25640 ipq806x: initialize UART even when console is not enabled by Vadim Bendebury · 10 years ago
  78. b67b715 ipq806x: uart: replace hardware accessors by Vadim Bendebury · 10 years ago
  79. ab7586f broadwell: Set C9/C10 vccmin by Duncan Laurie · 9 years ago
  80. aafdddf broadwell: Disable XHCI compliance mode entry by Duncan Laurie · 9 years ago
  81. 2f2a5e5 panther: Fix pointer related errors in LAN code by Furquan Shaikh · 10 years ago
  82. 14ecb54 soc/intel/common: Add common reset code by Lee Leahy · 9 years ago
  83. a32b6b9 soc/intel/common: Add function to protect MRC cache by Duncan Laurie · 10 years ago
  84. 1006b10 broadwell: add ROM stage pre console init call back by Wenkai Du · 10 years ago
  85. 139e106 kconfig: automatically include mainboards by Stefan Reinauer · 9 years ago
  86. e5d5942 cygnus: enable mmu by Daisuke Nojiri · 9 years ago
  87. 128de62 cygnus: configure memlayout by Daisuke Nojiri · 9 years ago
  88. fcfd989 cygnus: add timer functions by Daisuke Nojiri · 9 years ago
  89. 352135e urara: Define UART used for serial console by David Hendricks · 10 years ago
  90. b116a1a pistachio: Move console UART to a Kconfig variable by David Hendricks · 10 years ago
  91. d82e0cf Fix non-x86 __PRE_RAM__ assertions and add FATAL_ASSERTS Kconfig option by Julius Werner · 9 years ago
  92. f0d038f flash: use two bytes of device ID to identify stmicro chips by Daisuke Nojiri · 9 years ago
  93. 7dcc48b storm: Add STM flash support by Vadim Bendebury · 9 years ago
  94. 3b1c238 qualcomm/ipq806x: add spi_crop_chunk() by Patrick Georgi · 9 years ago
  95. e5fd1c9 spi: allow inclusion of Micronix and STM drivers in bootblock by Vadim Bendebury · 9 years ago
  96. fc08b76 armv7: set CBFS header to zero by Vadim Bendebury · 10 years ago
  97. d6aaca9 pistachio: add DDR2 initialization code by Ionela Voinescu · 10 years ago
  98. b7be358 ryu: Add support for EVT board with ID BASE3(1,1) by Furquan Shaikh · 9 years ago
  99. 4e158bc armv7: work around hang in bootblock startup code by Daisuke Nojiri · 9 years ago
  100. f61809a storm: handle dual purpose recovery button by Vadim Bendebury · 9 years ago