1. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  2. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  3. 112c886 sunxi: set PIO voltage to hardware-detected value on startup on H6 by Icenowy Zheng · Wed Apr 24 13:44:12 2019 +0800
  4. b01dc98 sunxi: Fix pll1 clock calculation by Stefan Mavrodiev · Wed Jul 31 16:15:52 2019 +0300
  5. 370245e sunxi: H6: DRAM: Add support for half DQ by Jernej Skrabec · Fri Aug 23 19:24:04 2019 +0200
  6. 4c62b7f arm: sunxi: Enable SPI/SPI-FLASH support for A64 by Jagan Teki · Wed Oct 16 18:08:26 2019 +0530
  7. 213c297 sunxi: H6: Enable USB for existing boards by Andre Przywara · Sun Jun 23 15:09:50 2019 +0100
  8. fed1d2f sunxi: H6: Add DDR3 DRAM delay values by Jernej Skrabec · Mon Jul 15 02:27:09 2019 +0100
  9. 75d38d0 sunxi: H6: Add DDR3-1333 timings by Andre Przywara · Mon Jul 15 02:27:08 2019 +0100
  10. c78a47a sunxi: H6: Add DDR3 support to DRAM controller driver by Andre Przywara · Mon Jul 15 02:27:07 2019 +0100
  11. 1c7a751 sunxi: H6: move LPDDR3 timing definition into separate file by Andre Przywara · Mon Jul 15 02:27:06 2019 +0100
  12. 595475e sunxi: H6: DRAM: follow recommended PHY init algorithm by Andre Przywara · Mon Jul 15 02:27:05 2019 +0100
  13. de5d61f sunxi: H6: DRAM: avoid memcpy() on MMIO registers by Andre Przywara · Mon Jul 15 02:27:04 2019 +0100
  14. b70fa39 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Mon May 20 13:53:51 2019 -0400
  15. 3344544 arm: sunxi: h6: fix reset using r_wdog by Clément Péron · Wed Apr 17 19:41:05 2019 +0200
  16. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  17. c498154 arm: sunxi: Enable DM_MMC and DM_SCSI by Jagan Teki · Fri Apr 12 16:48:25 2019 +0530
  18. 946e9db sunxi: Allow booting from 128KB SD/eMMC offset by Andre Przywara · Sun Dec 16 02:04:58 2018 +0000
  19. d6c5cfc arm: sunxi: Enable DRAM ODT by default on H3/H5 by Paul Kocialkowski · Thu Mar 14 11:36:16 2019 +0100
  20. 4d492a3 arm: sunxi: Set the default DRAM ZQ value to 3881979 on H3/H5 by Paul Kocialkowski · Thu Mar 14 11:36:15 2019 +0100
  21. 70373ca arm: sunxi: Allow per-platform DRAM ZQ configuration on sun8i by Paul Kocialkowski · Thu Mar 14 11:36:14 2019 +0100
  22. 3a489dc sunxi: dram_sun8i: Fix A33 memory initialization by Michael Trimarchi · Mon Mar 18 15:17:45 2019 +0530
  23. 6d1eb7d arm: sunxi: Enable DM_MMC on required SoCs by Jagan Teki · Tue Apr 09 01:57:54 2019 +0530
  24. 72d6068 arm: sunxi: Enable DM_MMC by Jagan Teki · Tue Jan 29 15:54:15 2019 +0000
  25. fa2ca7c sunxi: pmic_bus: Decrease boot time by not writing duplicate data by Olliver Schinagl · Wed Nov 21 20:05:26 2018 +0200
  26. 7ed2367 sunxi: Fix memory 2-rank initialization for a33 cpu by Michael Trimarchi · Wed Oct 31 20:03:16 2018 +0100
  27. a4e8dd9 sunxi-mmc: use new mode on both controllers on A64 by Vasily Khoruzhick · Fri Nov 09 20:41:46 2018 -0800
  28. b198e2c sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH option by Vasily Khoruzhick · Fri Nov 09 20:41:44 2018 -0800
  29. 05e7220 sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCD by Icenowy Zheng · Sun Oct 28 14:26:12 2018 -0700
  30. 6f4c344 sun50i: A64: add support for R_I2C controller by Vasily Khoruzhick · Mon Nov 05 20:24:30 2018 -0800
  31. 14170a4 sunxi: add Kconfig option for the maximum accessible DRAM by Icenowy Zheng · Thu Oct 25 17:23:06 2018 +0800
  32. 9bc6bec sunxi: map DRAM part with 3G size by Icenowy Zheng · Thu Oct 25 17:23:05 2018 +0800
  33. 2a269d3 sunxi: disable Pine A64 model detection code on other boards by Icenowy Zheng · Thu Oct 25 17:23:02 2018 +0800
  34. cb9325d sunxi: Fix typos of spelling Allwinner by Priit Laes · Tue Oct 23 20:20:28 2018 +0300
  35. ac2ed96 sunxi: fix DRAM gate/reset sequence of H6 by Icenowy Zheng · Sat Oct 06 23:23:32 2018 +0800
  36. 4572cb5 sunxi: A64: fix default DRAM_ODT_EN symbol by Andre Przywara · Mon Aug 13 16:40:08 2018 +0530
  37. 0c01b96 sunxi: add support for Allwinner H6 SoC by Icenowy Zheng · Sat Jul 21 16:20:31 2018 +0800
  38. 4e287f6 sunxi: add DRAM support to H6 by Icenowy Zheng · Mon Jul 23 06:13:34 2018 +0800
  39. a78bb07 sunxi: add UART0 setup for H6 by Icenowy Zheng · Sat Jul 21 16:20:28 2018 +0800
  40. 5a76cdd sunxi: use sun6i-style watchdog for H6 by Icenowy Zheng · Sat Jul 21 16:20:27 2018 +0800
  41. d1fa87d sunxi: add clock code for H6 by Icenowy Zheng · Sat Jul 21 16:20:26 2018 +0800
  42. bb769d6 sunxi: change RMR64's RVBAR address for H6 by Icenowy Zheng · Sat Jul 21 16:20:22 2018 +0800
  43. 5e6dd27 sunxi: change SUNXI_HIGH_SRAM option to SUNXI_SRAM_ADDRESS by Icenowy Zheng · Sat Jul 21 16:20:20 2018 +0800
  44. 1a6575b dm: sunxi: Use DM for MMC and SATA on all A10 boards by Adam Sampson · Sat Jun 30 01:02:29 2018 +0100
  45. 52a5ccb Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Tue Jul 03 23:09:34 2018 -0400
  46. d1de0bb arm: timer: sunxi: add Allwinner timer erratum workaround by Andre Przywara · Wed Jun 27 01:42:53 2018 +0100
  47. 194d1a1 ARM: sunxi: remove empty #ifdef/endif block by Chris Packham · Mon Jun 04 21:45:23 2018 +1200
  48. 1f03161 sunxi: Drop legacy usb_phy.c by Jagan Teki · Fri May 25 15:32:17 2018 +0530
  49. 137fc75 usb: sunxi: Switch to use generic-phy by Jagan Teki · Mon May 07 13:03:38 2018 +0530
  50. 81b1a67 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · Thu Apr 26 18:21:26 2018 +0530
  51. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  52. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  53. 270a6f6 sunxi: Add DRAM_SUN8I_A83T kconfig entry by Jagan Teki · Wed Jan 10 16:20:26 2018 +0530
  54. e624d4c sunxi: Add DRAM_SUN8I_A33 kconfig entry by Jagan Teki · Wed Jan 10 16:17:39 2018 +0530
  55. 318e4e5 sunxi: Add DRAM_SUN8I_A23 kconfig entry by Jagan Teki · Wed Jan 10 16:15:14 2018 +0530
  56. 6aa7f71 sunxi: Add DRAM_SUN9I kconfig entry by Jagan Teki · Sat Mar 17 00:18:01 2018 +0530
  57. 3994b1e sunxi: Add DRAM_SUN4I kconfig entry by Jagan Teki · Wed Jan 10 16:03:34 2018 +0530
  58. 68d0f5f sunxi: add DRAM_SUN6I kconfig by Jagan Teki · Sat Mar 17 00:16:36 2018 +0530
  59. feb2927 sunxi: Add AXP_PMIC_BUS kconfig entry by Jagan Teki · Wed Feb 14 22:28:30 2018 +0530
  60. f35767b sunxi: Add SUN8I_RSB kconfig entry by Jagan Teki · Thu Jan 11 13:23:52 2018 +0530
  61. 11f33e1 sunxi: Use SUN6I_PRCM if used by Jagan Teki · Thu Jan 11 13:23:02 2018 +0530
  62. 59ea287 sunxi: Add SUN6I_P2WI kconfig entry by Jagan Teki · Thu Jan 11 13:21:58 2018 +0530
  63. 932f5e0 sunxi: Add SUN6I_PRCM kconfig entry by Jagan Teki · Thu Jan 11 13:21:15 2018 +0530
  64. e69ba98 Convert all of CONFIG_CONS_INDEX to Kconfig by Tom Rini · Tue Mar 06 19:02:27 2018 -0500
  65. 4e159f8 arm: sunxi: Move spl spi sunxi code to mach-sunxi by Jagan Teki · Tue Feb 06 22:42:56 2018 +0530
  66. 7c88d10 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · Sat Feb 03 08:29:52 2018 +0100
  67. 2e915b4 sunxi: set the default CPUx frequency of H5 to 816MHz by Icenowy Zheng · Tue Oct 31 07:36:28 2017 +0800
  68. 2f0b6e5 sunxi: video: add LCD support to DE2 driver by Vasily Khoruzhick · Thu Oct 26 21:51:52 2017 -0700
  69. 82576de sunxi: setup simplefb for Allwinner DE2 by Icenowy Zheng · Thu Oct 26 11:14:47 2017 +0800
  70. 60e4b8f video: add an option for video simplefb via DT by Icenowy Zheng · Thu Oct 26 11:14:46 2017 +0800
  71. 1fa956f sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI by Icenowy Zheng · Thu Oct 26 11:14:44 2017 +0800
  72. 53bba76 sunxi: usb_phy: invert the USB phy_ctl condition by Maxime Ripard · Wed Aug 23 13:31:08 2017 +0200
  73. 1941be8 arm: sunxi: Move spl_boot_device in a separate function by Maxime Ripard · Wed Aug 23 10:06:30 2017 +0200
  74. 4799a1a sunxi: Enable MMC new mode for A83T by Maxime Ripard · Wed Aug 23 12:03:42 2017 +0200
  75. 2e4d4de Merge git://git.denx.de/u-boot-sunxi by Tom Rini · Wed Aug 16 18:12:35 2017 -0400
  76. 87551f1 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · Thu Aug 03 12:21:59 2017 -0600
  77. 2d6a0cc spl: add hierarchical defaults for SPL_LDSCRIPT by Philipp Tomsich · Thu Aug 03 23:23:55 2017 +0200
  78. 883b3c0 sunxi: switch PRCM to non-secure on H3/H5 SoCs by Icenowy Zheng · Thu Jul 20 14:00:32 2017 +0800
  79. 73c18b4 Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig by Simon Glass · Sun Jul 23 21:19:39 2017 -0600
  80. eb4766e sunxi: add LPDDR3 timing from stock boot0 by Icenowy Zheng · Sat Jun 03 17:10:24 2017 +0800
  81. 3c1b9f1 sunxi: add LPDDR3 DRAM type support for DesignWare-like DRAM controller by Icenowy Zheng · Sat Jun 03 17:10:23 2017 +0800
  82. b54209f sunxi: enable DRAM initialization and SPL for V3s SoC by Icenowy Zheng · Sat Jun 03 17:10:22 2017 +0800
  83. fe05217 sunxi: add support for V3s DRAM controller by Icenowy Zheng · Sat Jun 03 17:10:21 2017 +0800
  84. e270a58 sunxi: add support for the DDR2 in V3s SoC by Icenowy Zheng · Sat Jun 03 17:10:20 2017 +0800
  85. 8804877 sunxi: enable dual rank detection in DesignWare-like DRAM code by Icenowy Zheng · Sat Jun 03 17:10:19 2017 +0800
  86. f09b48e sunxi: Add selective DRAM type and timing by Icenowy Zheng · Sat Jun 03 17:10:18 2017 +0800
  87. 2002035 sunxi: add bank detection code to H3 DRAM initialization code by Icenowy Zheng · Sat Jun 03 17:10:17 2017 +0800
  88. b260751 sunxi: add option for 16-bit DW DRAM controller by Icenowy Zheng · Sat Jun 03 17:10:16 2017 +0800
  89. 4323a8f sunxi: Rename bus-width related macros in H3 DRAM code by Icenowy Zheng · Sat Jun 03 17:10:15 2017 +0800
  90. ca0bc02 sunxi: makes an invisible option for H3-like DRAM controllers by Icenowy Zheng · Sat Jun 03 17:10:14 2017 +0800
  91. d836216 sunxi: enable automatic FIT build for 64-bit SoCs by Andre Przywara · Wed Apr 26 01:32:48 2017 +0100
  92. 3279661 sunxi: add clock configuration of R40 sata by Icenowy Zheng · Mon May 01 14:31:56 2017 +0800
  93. 8e5e1ea ARM: sunxi: use imply instead of bare default y in Kconfig by Masahiro Yamada · Fri Apr 28 19:42:19 2017 +0900
  94. 4976a22 ARM: sunxi: move board/sunxi/Kconfig to arch/arm/mach-sunxi/Kconfig by Masahiro Yamada · Fri Apr 28 19:42:18 2017 +0900
  95. 9220d50 sunxi: i2c: Add support for DM I2C by Jernej Skrabec · Thu Apr 27 00:03:36 2017 +0200
  96. 52e6188 sunxi: add basic V3s support by Icenowy Zheng · Sat Apr 08 15:30:12 2017 +0800
  97. 9b4ca92 sunxi: Add clock support for DE2/HDMI/TCON on newer SoCs by Jernej Skrabec · Mon Mar 27 19:22:31 2017 +0200
  98. 143ef79 sunxi: Use H3/A64 DRAM initialization code for R40 by Chen-Yu Tsai · Thu Dec 01 19:09:57 2016 +0800
  99. 5eddcbb sunxi: Set PLL lock enable bits for R40 by Chen-Yu Tsai · Wed Nov 30 16:54:34 2016 +0800
  100. 84f3bb4 sunxi: Fix watchdog reset function for R40 by Chen-Yu Tsai · Wed Nov 30 16:27:14 2016 +0800