Hi Tom,

Here is another sunxi pull-req for v2015.10, highlights:

-Bug fixes and cleanups to the spl nand support which was merged at the
 beginning of the v2015.10 cycle
-Add support for a few new boards
-Misc fixes

The following changes since commit f875bbb49111c308b90b9ca74d1b79f69498b278:

  ARM: dts: uniphier: add ProXstream2 and PH1-LD6b SoC/board support 
(2015-08-31 00:29:23 +0900)

are available in the git repository at:

  http://git.denx.de/u-boot-sunxi.git master

for you to fetch changes up to fa5e102019e28a5936e52d6aa9f5624cf1744a35:

  sunxi: increase SYS_MONITOR_LEN (2015-08-31 16:03:05 +0200)

----------------------------------------------------------------
Boris Brezillon (2):
      sunxi_nand_spl: clear status flags in SPL implementation
      sunxi: increase SYS_MONITOR_LEN

Chen-Yu Tsai (1):
      sunxi: Enable non-secure access to RTC on sun6i (A31s)

Hans de Goede (26):
      sunxi: axp221: Allow specifying dcdc2 voltage via Kconfig
      sunxi: Add support for gt90h-v4 tablets
      sunxi: musb: Drop no longer accurate comment in Kconfig help text
      sunxi: Drop LCD_MODE from A13-OLinuxIno defconfigs
      sunxi: Add CONFIG_MMC0_CD_PIN to various boards
      sunxi_nand_spl: Fix CONFIG_SPL_NAND_SUNXI handling
      sunxi_nand_spl: Drop unnecessary temp buf
      sunxi_nand_spl: We only need to reset the nand chip once
      sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome mode
      sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when 
necessary
      sunxi_nand_spl: Make sure the DMA controller is enabled
      sunxi_nand_spl: Turn off clocks when we're done with the nand
      sunxi_nand_spl: Add proper cache flusing
      sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / 
_off
      sunxi_nand_spl: Add support for sun4i and sun5i SoCs
      sunxi_nand_spl: Properly config page-size in the nand ctl register
      sunxi_nand_spl: Parametrize lowlevel read functions
      sunxi_nand_spl: Auto detect nand configuration parameters
      sunxi_nand_spl: Add support for backup boot partitions
      sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXI
      sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_END
      mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through Kconfig
      sunxi: Ampe_A76_defconfig: Add otg id pin configuration
      sunxi: Add inet97fv2_defconfig
      sunxi: Add inet98v_rev2 defconfig and dts file
      sunxi: Fix MAINTAINERS board sorting

Marcus Cooper (1):
      sunxi: Add support for the Olimex A20 EVB

Yousong Zhou (1):
      sunxi: mmc: set transfer timeout according to byte_cnt.

 arch/arm/cpu/armv7/sunxi/Makefile         |   1 +
 arch/arm/cpu/armv7/sunxi/board.c          |   5 +
 arch/arm/cpu/armv7/sunxi/tzpc.c           |  18 ++
 arch/arm/dts/Makefile                     |   3 +
 arch/arm/dts/sun5i-a13-inet-98v-rev2.dts  | 236 ++++++++++++++++++++++++++
 arch/arm/dts/sun7i-a20-olimex-som-evb.dts | 244 +++++++++++++++++++++++++++
 arch/arm/dts/sun8i-a23-gt90h-v4.dts       | 145 ++++++++++++++++
 arch/arm/include/asm/arch-sunxi/tzpc.h    |  23 +++
 board/sunxi/Kconfig                       |   1 +
 board/sunxi/MAINTAINERS                   |  10 +-
 board/sunxi/board.c                       |  34 ++--
 configs/A10-OLinuXino-Lime_defconfig      |   1 +
 configs/A13-OLinuXinoM_defconfig          |   2 +-
 configs/A13-OLinuXino_defconfig           |   2 +-
 configs/A20-OLinuXino-Lime_defconfig      |   1 +
 configs/A20-Olimex-SOM-EVB_defconfig      |  16 ++
 configs/Ampe_A76_defconfig                |   1 +
 configs/Cubieboard_defconfig              |   1 +
 configs/Cubietruck_defconfig              |   1 +
 configs/gt90h_v4_defconfig                |  26 +++
 configs/inet97fv2_defconfig               |  20 +++
 configs/inet98v_rev2_defconfig            |  22 +++
 drivers/mmc/sunxi_mmc.c                   |   6 +-
 drivers/mtd/nand/Kconfig                  |  57 ++-----
 drivers/mtd/nand/Makefile                 |   2 +-
 drivers/mtd/nand/sunxi_nand_spl.c         | 268 +++++++++++++++++-------------
 drivers/power/Kconfig                     |   9 +
 drivers/usb/musb-new/Kconfig              |   4 +-
 include/configs/sunxi-common.h            |  12 +-
 29 files changed, 990 insertions(+), 181 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/sunxi/tzpc.c
 create mode 100644 arch/arm/dts/sun5i-a13-inet-98v-rev2.dts
 create mode 100644 arch/arm/dts/sun7i-a20-olimex-som-evb.dts
 create mode 100644 arch/arm/dts/sun8i-a23-gt90h-v4.dts
 create mode 100644 arch/arm/include/asm/arch-sunxi/tzpc.h
 create mode 100644 configs/A20-Olimex-SOM-EVB_defconfig
 create mode 100644 configs/gt90h_v4_defconfig
 create mode 100644 configs/inet97fv2_defconfig
 create mode 100644 configs/inet98v_rev2_defconfig

Regards,

Hans
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to