mbox series

[GIT,PULL] u-boot-uniphier/master

Message ID CAK7LNATLN+=NJmoXRyJACKm1f31OHq0MD27jCEU+OggUaJ76ag@mail.gmail.com
State New
Headers show
Series [GIT,PULL] u-boot-uniphier/master | expand

Pull-request

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

Message

Masahiro Yamada July 24, 2018, 11:52 p.m. UTC
Hi Tom,

Please pull UniPhier updates + Kconfig warning fix.

Thanks.



The following changes since commit 323a73adc9a1bf2de43fe03bdd9c3038ce7c2784:

  mtd: nand: add new enum for storing ECC algorithm (2018-07-23 14:33:21 -0400)

are available in the git repository at:

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

for you to fetch changes up to 7ef5b1e7ed040683ff551f0234c471ce0d76828c:

  ARM: uniphier: enable distro boot (2018-07-25 08:47:53 +0900)

----------------------------------------------------------------
Luis Araneda (1):
      kconfig: Avoid format overflow warning from GCC 8.1

Masahiro Yamada (8):
      mtd: nand: denali: correct buffer alignment for DMA transfer
      fdt_support: make fdt_fixup_mtdparts() prototype more specific
      board: constify struct node_info array
      ARM: uniphier: clean-up ft_board_setup()
      ARM: uniphier: split ft_board_setup() out to a separate file
      ARM: uniphier: support fdt_fixup_mtdparts
      ARM: uniphier: enable MTD partition and UBI
      ARM: uniphier: enable distro boot

 arch/arm/Kconfig                          |  2 +
 arch/arm/mach-uniphier/Kconfig            |  1 -
 arch/arm/mach-uniphier/Makefile           |  1 +
 arch/arm/mach-uniphier/board_late_init.c  |  8 +--
 arch/arm/mach-uniphier/dram_init.c        | 35 ---------
 arch/arm/mach-uniphier/fdt-fixup.c        | 64 +++++++++++++++++
 board/CarMediaLab/flea3/flea3.c           |  2 +-
 board/compulab/cm_fx6/cm_fx6.c            |  2 +-
 board/freescale/bsc9131rdb/bsc9131rdb.c   |  2 +-
 board/freescale/bsc9132qds/bsc9132qds.c   |  2 +-
 board/gateworks/gw_ventana/gw_ventana.c   |  2 +-
 board/isee/igep003x/board.c               |  2 +-
 board/isee/igep00x0/igep00x0.c            |  2 +-
 board/toradex/colibri_imx7/colibri_imx7.c |  2 +-
 board/toradex/colibri_vf/colibri_vf.c     |  2 +-
 common/fdt_support.c                      | 13 ++--
 configs/uniphier_ld4_sld8_defconfig       |  6 +-
 configs/uniphier_v7_defconfig             |  6 +-
 configs/uniphier_v8_defconfig             |  5 +-
 doc/README.uniphier                       | 55 ++++++++++++++
 drivers/mtd/nand/denali.c                 |  2 +-
 include/configs/uniphier.h                | 84 +++++++++++-----------
 include/fdt_support.h                     | 11 ++-
 scripts/kconfig/confdata.c                |  2 +-
 24 files changed, 206 insertions(+), 107 deletions(-)
 create mode 100644 arch/arm/mach-uniphier/fdt-fixup.c

Comments

Tom Rini July 26, 2018, 11:13 a.m. UTC | #1
On Wed, Jul 25, 2018 at 08:52:40AM +0900, Masahiro Yamada wrote:

> Hi Tom,

> 

> Please pull UniPhier updates + Kconfig warning fix.

> 

> Thanks.

> 

> 

> 

> The following changes since commit 323a73adc9a1bf2de43fe03bdd9c3038ce7c2784:

> 

>   mtd: nand: add new enum for storing ECC algorithm (2018-07-23 14:33:21 -0400)

> 

> are available in the git repository at:

> 

>   git://git.denx.de/u-boot-uniphier.git master

> 

> for you to fetch changes up to 7ef5b1e7ed040683ff551f0234c471ce0d76828c:

> 

>   ARM: uniphier: enable distro boot (2018-07-25 08:47:53 +0900)

> 


Applied to u-boot/master, thanks!

-- 
Tom