[U-Boot] Please pull u-boot-fsl-qoriq master
York Sun
york.sun at nxp.com
Tue Mar 29 18:06:20 CEST 2016
Tom,
The following changes since commit 0764f24ae6bc937e358990c357f7452b4d5351e3:
net: Move CONFIG_RTL8169 to Kconfig (2016-03-22 12:19:53 -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 ed2530d0963196a7175058ed9b5e6cbc29822f7f:
armv8/ls2080ardb: Enable VID support (2016-03-29 08:46:24 -0700)
----------------------------------------------------------------
Mingkai Hu (2):
armv8: fsl-layerscape: Fix LS1043A SVR register
armv8: fsl-layerscape: Add LS1023A SVR
Prabhakar Kushwaha (2):
driver: net: fsl-mc: Free dflt_dpio pointer after its usage
driver: net: fsl-mc: Check NULL before pointer dereference
Qianyu Gong (3):
armv8/ls1043a: Update env settings for booting kernel
armv8: fsl-layerscape: Skip reconfigure QSPI clock when booting from QSPI
armv8/ls1043aqds: dts: Set SPI mode for DSPI
Rai Harninder (1):
armv8/ls2080ardb: Enable VID support
Saksham Jain (14):
armv8: ls2080: Add SFP Configs for LS2080
armv8: ls2080: Add configs for SEC, SecMon, SRK and DCFG
armv8: fsl-lsch3: Add new header for secure boot
armv8: ls2080rdb: ls2080qds: Add secure boot support
armv8: ls2080: Add bootscript header addr for secure boot
armv8: fsl-lsch3: Copy Bootscript and header from NOR to DDR
armv8: ls2080: Change env variable "fdt_high"
armv8: ls2080: Add config for endianess of CCSR GUR
armv8: fsl-lsch3: Disable SMMU during secure boot
crypto/fsl: Correct 64-bit write when MMU disabled
crypto/fsl: Make CAAM transactions cacheable
SECURE_BOOT: Use default bootargs
SECURE BOOT: Halt execution when secure boot fail
SECURE BOOT: Change fsl_secboot_validate func to pass image addr
Stuart Yoder (1):
armv8: ls2080a: Update fdt path for fsl-mc node
arch/arm/cpu/armv8/fsl-layerscape/soc.c | 20 +++++-
arch/arm/dts/fsl-ls1043a-qds.dtsi | 8 ++-
arch/arm/include/asm/arch-fsl-layerscape/config.h | 18 ++++++
arch/arm/include/asm/arch-fsl-layerscape/cpu.h | 1 +
.../include/asm/arch-fsl-layerscape/immap_lsch3.h | 32 ++++++++++
arch/arm/include/asm/arch-fsl-layerscape/soc.h | 3 +-
arch/arm/include/asm/fsl_secure_boot.h | 50 +++++++++++++--
board/freescale/common/cmd_esbc_validate.c | 14 +++-
board/freescale/common/fsl_validate.c | 66 ++++++++++++++-----
board/freescale/common/vid.c | 15 ++++-
board/freescale/ls2080a/ls2080a.c | 6 +-
board/freescale/ls2080aqds/MAINTAINERS | 6 ++
board/freescale/ls2080aqds/ls2080aqds.c | 9 ++-
board/freescale/ls2080ardb/MAINTAINERS | 6 ++
board/freescale/ls2080ardb/ls2080ardb.c | 18 +++++-
configs/ls2080aqds_SECURE_BOOT_defconfig | 20 ++++++
configs/ls2080ardb_SECURE_BOOT_defconfig | 20 ++++++
configs/ls2085aqds_SECURE_BOOT_defconfig | 20 ++++++
configs/ls2085ardb_SECURE_BOOT_defconfig | 20 ++++++
drivers/crypto/fsl/desc_constr.h | 7 +-
drivers/crypto/fsl/jr.c | 13 ++++
drivers/crypto/fsl/jr.h | 3 +
drivers/net/fsl-mc/dpio/qbman_sys.h | 2 +-
drivers/net/fsl-mc/mc.c | 2 +-
include/config_fsl_chain_trust.h | 25 +++++---
include/configs/ls1043a_common.h | 8 +--
include/configs/ls2080aqds.h | 2 +
include/configs/ls2080ardb.h | 18 ++++++
include/fsl_secboot_err.h | 3 +
include/fsl_sfp.h | 3 +-
include/fsl_validate.h | 67 +++++++++++++++++---
31 files changed, 440 insertions(+), 65 deletions(-)
create mode 100644 configs/ls2080aqds_SECURE_BOOT_defconfig
create mode 100644 configs/ls2080ardb_SECURE_BOOT_defconfig
create mode 100644 configs/ls2085aqds_SECURE_BOOT_defconfig
create mode 100644 configs/ls2085ardb_SECURE_BOOT_defconfig
Thanks.
York
More information about the U-Boot
mailing list