Hi Tom,

Here is a (the final?) sunxi pull-req for v2015.10, highlights:

-Misc fixes / tweaks
-Add support for 2 new boards

The following changes since commit 1f8836396de8215b7f460616926052b32597bb29:

  Prepare v2015.10-rc4 (2015-09-28 16:57:42 -0400)

are available in the git repository at:

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

for you to fetch changes up to 46f166caad48ed38f6ccc0c2fc6d1828d15dacb2:

  sunxi: Add generic defconfigs for A33 Q8 tablets with 1024x600 / 800x480 LCD 
(2015-09-29 11:50:44 +0200)

----------------------------------------------------------------
Bernhard Nortmann (4):
      sunxi: move SPL-related definitions to platform-specific include
      sunxi: (mksunxiboot) signature to indicate "sunxi" SPL variant
      sunxi: retrieve FEL-provided values to environment variables
      sunxi: add "fel" boot target

Hans de Goede (7):
      sunxi: Rename A10s-Wobo-i5_defconfig to Wobo_i5_defconfig
      sunxi: sunxi-common.h cleanup
      sunxi: Tweak various memory addresses
      sunxi: Simplify spl board_init_f function
      sunxi_nand_spl: Be smarter about where to look for backup u-boot.bin
      sunxi: mmc: Fix clk-delay settings
      sunxi: Add generic defconfigs for A33 Q8 tablets with 1024x600 / 800x480 
LCD

 arch/arm/cpu/armv7/sunxi/board.c                   |  8 +--
 arch/arm/dts/Makefile                              |  1 +
 arch/arm/dts/sun8i-a33-q8-tablet.dts               | 65 +++++++++++++++++
 arch/arm/dts/sun8i-q8-common.dtsi                  | 84 ++++++++++++++++++++++
 arch/arm/include/asm/arch-sunxi/spl.h              | 54 ++++++++++----
 board/sunxi/MAINTAINERS                            |  5 +-
 board/sunxi/board.c                                | 35 +++++++++
 .../{A10s-Wobo-i5_defconfig => Wobo_i5_defconfig}  |  0
 configs/q8_a33_tablet_1024x600_defconfig           | 25 +++++++
 configs/q8_a33_tablet_800x480_defconfig            | 25 +++++++
 drivers/mmc/sunxi_mmc.c                            | 16 ++++-
 drivers/mtd/nand/sunxi_nand_spl.c                  | 26 +++++--
 include/configs/sunxi-common.h                     | 42 +++++------
 tools/mksunxiboot.c                                | 21 ++----
 14 files changed, 341 insertions(+), 66 deletions(-)
 create mode 100644 arch/arm/dts/sun8i-a33-q8-tablet.dts
 create mode 100644 arch/arm/dts/sun8i-q8-common.dtsi
 rename configs/{A10s-Wobo-i5_defconfig => Wobo_i5_defconfig} (100%)
 create mode 100644 configs/q8_a33_tablet_1024x600_defconfig
 create mode 100644 configs/q8_a33_tablet_800x480_defconfig

Regards,

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

Reply via email to