[U-Boot] Please pull u-boot-fsl-qoriq master

York Sun york.sun at nxp.com
Wed Apr 6 19:35:25 CEST 2016


Tom,

The following changes since commit 4ed6ed3c27a069a00c8a557d606a05276cc4653e:

  Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze (2016-04-04
14:34:09 -0400)

are available in the git repository at:


  git://git.denx.de/u-boot-fsl-qoriq.git master

for you to fetch changes up to 3c1d218a1d3048fb576677c47eab43049d0b7778:

  armv8: LS2080A: Consolidate LS2080A and LS2085A (2016-04-06 10:26:46 -0700)

----------------------------------------------------------------
Codrin Ciubotariu (2):
      drivers: net: vsc9953: Do not configure disabled ports
      drivers: net: vsc9953: Fix bug when PVID is shown for disabled ports only

Ed Swarthout (1):
      armv8: LSCH2 early and final mmu needs matching NS attribute

Peng Fan (2):
      fsl: esdhc: support driver model
      fsl: esdhc: consolidate fsl_esdhc_cfg structure

Qianyu Gong (2):
      armv8: ls1043a: load Fman ucode from NAND flash under NAND boot
      armv8: ls1043a: load Fman ucode from SD/MMC under SD boot

Shaohui Xie (1):
      armv8: ls1043aqds: make sure fixed-link property is big endian

Vincent Siles (1):
      arm: ls102xa: Fix order of CSU indexes in ns_access.h

Wenbin Song (1):
      armv8/ls1043aqds: modify CONFIG_SYS_MAX_FLASH_BANKS to 1

York Sun (1):
      armv8: LS2080A: Consolidate LS2080A and LS2085A

 arch/arm/cpu/armv8/fsl-layerscape/Makefile         |    4 -
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c            |    9 +-
 .../arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c |    6 +-
 arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S       |    2 +-
 arch/arm/cpu/armv8/fsl-layerscape/soc.c            |   26 +-
 arch/arm/cpu/armv8/fsl-layerscape/spl.c            |    4 +-
 arch/arm/include/asm/arch-fsl-layerscape/config.h  |    9 +-
 arch/arm/include/asm/arch-fsl-layerscape/cpu.h     |   14 +-
 .../include/asm/arch-fsl-layerscape/fsl_serdes.h   |    2 +-
 arch/arm/include/asm/arch-fsl-layerscape/soc.h     |    3 +
 arch/arm/include/asm/arch-ls102xa/ns_access.h      |    6 +-
 arch/arm/include/asm/fsl_secure_boot.h             |   12 +-
 board/freescale/ls1043aqds/eth.c                   |   12 +-
 board/freescale/ls2080a/MAINTAINERS                |    2 -
 board/freescale/ls2080a/ddr.c                      |   27 ++-
 board/freescale/ls2080a/ls2080a.c                  |    2 +-
 board/freescale/ls2080aqds/MAINTAINERS             |    3 -
 board/freescale/ls2080aqds/ddr.c                   |   27 ++-
 board/freescale/ls2080aqds/ls2080aqds.c            |    2 +-
 board/freescale/ls2080ardb/MAINTAINERS             |    3 -
 board/freescale/ls2080ardb/ddr.c                   |   27 ++-
 board/freescale/ls2080ardb/ls2080ardb.c            |    2 +-
 configs/ls2085a_emu_defconfig                      |   20 --
 configs/ls2085a_simu_defconfig                     |   21 --
 configs/ls2085aqds_SECURE_BOOT_defconfig           |   20 --
 configs/ls2085aqds_defconfig                       |   19 --
 configs/ls2085aqds_nand_defconfig                  |   14 --
 configs/ls2085ardb_SECURE_BOOT_defconfig           |   20 --
 configs/ls2085ardb_defconfig                       |   19 --
 configs/ls2085ardb_nand_defconfig                  |   14 --
 doc/device-tree-bindings/serial/8250.txt           |    2 +-
 drivers/crypto/fsl/jr.c                            |    6 +-
 drivers/mmc/fsl_esdhc.c                            |  253 ++++++++++++++++----
 drivers/net/fsl-mc/mc.c                            |   10 +
 drivers/net/ldpaa_eth/Makefile                     |    1 -
 drivers/net/vsc9953.c                              |   14 +-
 include/configs/ls1043a_common.h                   |   14 +-
 include/configs/ls1043aqds.h                       |    2 +-
 include/configs/ls2080a_common.h                   |    7 +-
 include/configs/ls2080a_emu.h                      |    7 -
 include/configs/ls2080a_simu.h                     |    7 -
 include/fsl_esdhc.h                                |    6 +-
 include/linux/usb/xhci-fsl.h                       |    2 +-
 43 files changed, 369 insertions(+), 313 deletions(-)
 delete mode 100644 configs/ls2085a_emu_defconfig
 delete mode 100644 configs/ls2085a_simu_defconfig
 delete mode 100644 configs/ls2085aqds_SECURE_BOOT_defconfig
 delete mode 100644 configs/ls2085aqds_defconfig
 delete mode 100644 configs/ls2085aqds_nand_defconfig
 delete mode 100644 configs/ls2085ardb_SECURE_BOOT_defconfig
 delete mode 100644 configs/ls2085ardb_defconfig
 delete mode 100644 configs/ls2085ardb_nand_defconfig

Thanks.

York


More information about the U-Boot mailing list