1. 0770f25 rtc: add config flag to denote rtc API availability by Patrick Georgi · 9 years ago
  2. ed84a8f rockchip/rk3288: Fix operator precedence error in LPDDR init by Julius Werner · 9 years ago
  3. 97db1fb soc: select generic gpio lib on (almost) all non-x86 SOCs by Stefan Reinauer · 9 years ago
  4. 97ab425 rockchip/rk3288: Fix SPI clock divisor calculation by Julius Werner · 9 years ago
  5. 9418476 arm(64): Manually clean up the mess left by write32() transition by Julius Werner · 10 years ago
  6. 2f37bd6 arm(64): Globally replace writel(v, a) with write32(a, v) by Julius Werner · 10 years ago
  7. d21a329 arm(64): Replace write32() and friends with writel() by Julius Werner · 10 years ago
  8. 3704e69 rk3288: disable rk808 DCDC_UV_ACT_REG restart converter function by huang lin · 10 years ago
  9. 5c8aacf rockchip: configure lpddr odt properly by Derek Basehore · 10 years ago
  10. 8cc3a2a rk3288: support single channel ddr by jinkun.hong · 10 years ago
  11. cdf92ea rk3288: Disable ramstage compression by default by Julius Werner · 10 years ago
  12. 7f70ad6 rk3288: Add software I2C support by Julius Werner · 10 years ago
  13. 105f5b7 chromeos: Provide common watchdog reboot support by Julius Werner · 10 years ago
  14. 731bfef chromeos: Move memlayout.h/symbols.h into common directory by Julius Werner · 10 years ago
  15. 9dccf1c uart: pass register width in the coreboot table by Vadim Bendebury · 10 years ago
  16. ee28c86 rk3288: detect sdram size at runtime by huang lin · 10 years ago
  17. 249f9cc rk3288: Handle framebuffer through memlayout, not the resource system by Julius Werner · 10 years ago
  18. 1c78009 rk3288: Add a config variable hack to skip display init by David Hendricks · 10 years ago
  19. b7641cc veyron: Activate Winbond SPI driver by Julius Werner · 10 years ago
  20. c14e426 rk3288: support edp HPD function by huang lin · 10 years ago
  21. 75f431a rk3288: set the rk808 BUCK default inductor current to max value by huang lin · 10 years ago
  22. 129b5fa rk3288: Fix failing LPDDR3 reboot test by jinkun.hong · 10 years ago
  23. d4a227b rk3288: Fix failing DDR3 reboot test by jinkun.hong · 10 years ago
  24. c16ba0a rk3288: send correct EDID buffer size by huang lin · 10 years ago
  25. 3c4951e rk808: Implement RTC driver by David Hendricks · 10 years ago
  26. 4d24421 veyron_*: Move PMIC_BUS to a Kconfig variable by David Hendricks · 10 years ago
  27. 33df495 rk3288: Implement support for CRYPTO module and use it in vboot hashing by Julius Werner · 10 years ago
  28. 3cbf02c veyron_*: Use common CBFS wrapper by David Hendricks · 10 years ago
  29. d462d3c veyron: Move backlight gpio control to mainboard.c by huang lin · 10 years ago
  30. 2460a55 veyron: Trigger hard reset (via GPIO) if last reboot was caused by watchdog by Julius Werner · 10 years ago
  31. dbfa9d5 veyron: Turn off SD card power in romstage by Julius Werner · 10 years ago
  32. 13cee14 rk3288: implement spi_crop_chunk() by Patrick Georgi · 9 years ago
  33. b863425 rk3288: Fix memlayout to allow a little more bootblock space by Julius Werner · 10 years ago
  34. b5995b5 rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGE by Julius Werner · 10 years ago
  35. 44cf870 timer: Reestablish init_timer(), consolidate timer initialization calls by Julius Werner · 10 years ago
  36. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  37. 8d978a8 rk3288/exynos5250/exynos5420: Consolidate timer files by Julius Werner · 10 years ago
  38. e244986 rk3288: Increase PD_BUS_ACLK (SRAM clock) to improve boot speed by Julius Werner · 10 years ago
  39. df5bf2b rk3288: Move UART initialization to bootblock_mainboard_early_init() by Julius Werner · 10 years ago
  40. a512e11 arm: Redesign mainboard and SoC hooks for bootblock by Julius Werner · 10 years ago
  41. 8188ab7 rk3288: Increase the delay after DDR reset de-assert to 10us. by Dailunxue · 10 years ago
  42. 2e2288d rk3288: reset edp after edp clock source select by huang lin · 10 years ago
  43. 40f558e rockchip: support display by huang lin · 10 years ago
  44. ef639b2 veyron: Change VCC10_LCD_PWREN_H to allowed maximum of 2.5V by Julius Werner · 10 years ago
  45. 742fc8d vboot: move vboot files to designated directory by Daisuke Nojiri · 10 years ago
  46. 7a89d85 rk3288: Adjust CBFS header and ROM offsets by Julius Werner · 10 years ago
  47. 335d9f1 rk3288: don't log LAST_TSHUT bit by huang lin · 10 years ago
  48. d1bdef0 rk3288: slowly raise to max cpu voltage to prevent overshoot by huang lin · 10 years ago
  49. eaa9c45 gpio: Extend common GPIO header, simplify function names by Julius Werner · 10 years ago
  50. c1a9dfe soc: Use DEVICE_NOOP macro formalism over static stub func by Edward O'Callaghan · 9 years ago
  51. e5e3630 timer: Add generic udelay() implementation by Aaron Durbin · 10 years ago
  52. 94e4d81 console: fix Kconfig uses by Patrick Georgi · 9 years ago
  53. 7a453eb rk3288: Change all SoC headers to <soc/headername.h> system by Julius Werner · 10 years ago
  54. a97bd5a rk3288: support tsadc by huang lin · 10 years ago
  55. dae15a6 rk3288: Add early SRAM mapping by Julius Werner · 10 years ago
  56. f8dcdea rk3288: Fix some PLL divisors and improve clock code by Julius Werner · 10 years ago
  57. 558614d rk3288: Re-write spi_xfer() to support full duplex by David Hendricks · 10 years ago
  58. a48ca84 kconfig: drop intermittend forwarder files by Stefan Reinauer · 9 years ago
  59. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  60. 015f0ae Add predefined __ROMSTAGE__ and __RAMSTAGE__ macros by Julius Werner · 10 years ago
  61. 08884e3 rk3288: set cpu frequency up to 1.8GHz by huang lin · 10 years ago
  62. 8affee5 rk3288: guarantee i2c low period more than 1.3us by huang lin · 10 years ago
  63. b6092b7 veyron_pinky/rk3288: Use KHz, MHz and GHz constants by Julius Werner · 10 years ago
  64. 9dceb0e rk3288: Replace SPI fifo_size with constant by David Hendricks · 10 years ago
  65. b4ff291 rk3288: Pass SPI bus speed in as parameter to init function by David Hendricks · 10 years ago
  66. 3b63161 pinky: Move some init to mainboard bootblock by David Hendricks · 10 years ago
  67. 7e9ffbc rk3288/pinky: Move uart address to mainboard Kconfig by David Hendricks · 10 years ago
  68. 77a9ebd6 rk3288: remove duplicated #define `PERI_ACLK_DIV_SHIFT` by Aaron Durbin · 9 years ago
  69. 3e9ea16 coreboot: rk3288: add new ddr config and support ddr3 freq up to 800mhz by jinkun.hong · 10 years ago
  70. bfdd732 rockchip: support pwm regulator by huang lin · 10 years ago
  71. bbcffd9 rockchip: support i2c clock setting by huang lin · 10 years ago
  72. 8f3883d veyron_pinky: Add rev2 support, clean up mainboard.c by Julius Werner · 10 years ago
  73. 5c2988c veyron: select rw romstage using vboot2 by Daisuke Nojiri · 10 years ago
  74. e35e2e7 rk3288: Add GPIO() macro by Julius Werner · 10 years ago
  75. 5c8b034 rk3288: Add missing #include and use uniform types by David Hendricks · 10 years ago
  76. a32a9d1 rk3288: switch to stopwatch API by Aaron Durbin · 10 years ago
  77. 51de5a8 rk3288: sync i2c driver with depthcharge by Daisuke Nojiri · 10 years ago
  78. 7a757c9 veyron_pinky: Move PMIC driver into SoC directory by Julius Werner · 10 years ago
  79. 19420c1 veyron: Fix file permissions by Julius Werner · 10 years ago
  80. 739df1b rk3288: update romstage & mainboard by huang lin · 10 years ago
  81. 82ba4d0 rk3288: add cpu and chip by huang lin · 10 years ago
  82. c33ce35 rk3288: add ddr driver by Jinkun Hong · 10 years ago
  83. d5fb66e rk3288: add gpio by huang lin · 10 years ago
  84. 441a578 rk3288: add i2c by huang lin · 10 years ago
  85. 817e455 add make_idb.py & update bootblock by huang lin · 10 years ago
  86. 7333e1f rk3288: add media by huang lin · 10 years ago
  87. 5a9b8f6 rk3288: add iomux operation by huang lin · 10 years ago
  88. 630c86d rk3288: add spi by huang lin · 10 years ago
  89. 503d121 rk3288: add clock module by jinkun.hong · 10 years ago
  90. 5179419 rockchip/rk3288: Fix whitespace by Kyösti Mälkki · 9 years ago
  91. ac490b8 coreboot: rk3288: Add a stub implementation of the rk3288 SOC by jinkun.hong · 10 years ago