mbox

[U-Boot] Pull request: u-boot-sunxi/master

Message ID 1491587560-32472-1-git-send-email-jagan@openedev.com
State Accepted
Headers show

Pull-request

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

Message

Jagan Teki April 7, 2017, 5:52 p.m. UTC
Hi Tom,

Please take this PR.

thanks!
Jagan.

The following changes since commit d53ecad92f06d2e38a5cbc13af7473867c7fa277:

  Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2017-04-06 20:40:24 -0400)

are available in the git repository at:


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

for you to fetch changes up to f7d4d9e52cdcff2a8fcdc80b567a41f48b61951c:

  sunxi: Add defconfig for Allwinner A23 EVB (2017-04-07 11:23:46 +0530)

----------------------------------------------------------------
Boris Brezillon (3):
      mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entry
      cmd: Expose a Kconfig option to enable UBIFS commands
      cmd: nand: Expose optional suboptions in Kconfig

Chen-Yu Tsai (2):
      ARM: dts: sun9i: Add mmc1 pinmux setting
      sunxi: Add boards/sunxi and arch/arm/mach-sunxi to sunxi MAINTAINERS entry

Florent Jacquet (1):
      sunxi: Add defconfig for Allwinner A23 EVB

Hans de Goede (1):
      sunxi: Enable UBI and NAND support

Jelle van der Waa (1):
      sunxi: add NanoPi NEO Air defconfig

Maxime Ripard (15):
      nand: sunxi: Fix modulo by zero error
      bch: Allow to build for the host
      tools: sunxi: Add spl image builder
      common: Move environment choice to Kconfig
      cmd: Add Kconfig option for CMD_MTDPARTS and related options
      mtd: sunxi: Select the U-Boot location config option
      mtd: sunxi: Change U-Boot offset
      sunxi: Add the default mtdids and mtdparts to our env
      nand: sunxi: Add options for the SPL NAND configuration
      scripts: sunxi: Build an raw SPL image
      sunxi: Sync GR8 DTS and AXP209 with the kernel
      sunxi: Add support for the CHIP Pro
      cmd: ubifs: Add a dependency on CMD_UBI
      cmd: nand: Make the NAND options default to NAND_SUNXI
      sunxi: Add default environment size

Philipp Tomsich (1):
      sun8i_emac: configure PHY reset GPIO via DM

Rask Ingemann Lambertsen (1):
      arm: sunxi: Add Sunchip CX-A99 initial support

 MAINTAINERS                              |    3 +
 Makefile                                 |    3 +
 arch/arm/dts/Makefile                    |    7 +-
 arch/arm/dts/axp209.dtsi                 |    6 +
 arch/arm/dts/sun5i-gr8-chip-pro.dts      |  266 +++++++
 arch/arm/dts/sun5i-gr8.dtsi              | 1132 ++++++++++++++++++++++++++++++
 arch/arm/dts/sun8i-h3-nanopi-neo-air.dts |   97 +++
 arch/arm/dts/sun9i-a80-cx-a99.dts        |  380 ++++++++++
 arch/arm/dts/sun9i-a80.dtsi              |    8 +
 board/sunxi/MAINTAINERS                  |    6 +
 board/sunxi/README.nand                  |   54 ++
 cmd/Kconfig                              |   51 ++
 cmd/mtdparts.c                           |    8 +
 common/Kconfig                           |   69 ++
 configs/CHIP_pro_defconfig               |   33 +
 configs/Sunchip_CX-A99_defconfig         |   22 +
 configs/nanopi_neo_air_defconfig         |   17 +
 configs/sun8i_a23_evb_defconfig          |   19 +
 drivers/mtd/nand/Kconfig                 |   19 +-
 drivers/mtd/nand/sunxi_nand_spl.c        |    7 +-
 drivers/mtd/ubi/Kconfig                  |    1 +
 drivers/net/sun8i_emac.c                 |   86 ++-
 include/configs/sunxi-common.h           |   35 +-
 include/environment.h                    |    2 +
 lib/Kconfig                              |    5 +
 lib/bch.c                                |   48 ++
 scripts/Makefile.spl                     |   15 +
 tools/.gitignore                         |    1 +
 tools/Makefile                           |    2 +
 tools/sunxi-spl-image-builder.c          |  484 +++++++++++++
 30 files changed, 2863 insertions(+), 23 deletions(-)
 create mode 100644 arch/arm/dts/sun5i-gr8-chip-pro.dts
 create mode 100644 arch/arm/dts/sun5i-gr8.dtsi
 create mode 100644 arch/arm/dts/sun8i-h3-nanopi-neo-air.dts
 create mode 100644 arch/arm/dts/sun9i-a80-cx-a99.dts
 create mode 100644 board/sunxi/README.nand
 create mode 100644 configs/CHIP_pro_defconfig
 create mode 100644 configs/Sunchip_CX-A99_defconfig
 create mode 100644 configs/nanopi_neo_air_defconfig
 create mode 100644 configs/sun8i_a23_evb_defconfig
 create mode 100644 tools/sunxi-spl-image-builder.c

Comments

Tom Rini April 9, 2017, 1:16 a.m. UTC | #1
On Fri, Apr 07, 2017 at 11:22:40PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please take this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit d53ecad92f06d2e38a5cbc13af7473867c7fa277:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2017-04-06 20:40:24 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to f7d4d9e52cdcff2a8fcdc80b567a41f48b61951c:
> 
>   sunxi: Add defconfig for Allwinner A23 EVB (2017-04-07 11:23:46 +0530)
> 

Applied to u-boot/master, thanks!

That said, please note that I cannot build orangepi_pc2 with gcc-4.9.x.
If we can somehow gain some space back in SPL on older GCC's that would
be great.  Otherwise we need to exclude this from travis-ci for now.
Thanks again!