[U-Boot] Please pull u-boot-fsl-qoriq master
York Sun
york.sun at nxp.com
Wed Jan 17 18:33:26 UTC 2018
Tom,
The following changes since commit 3dde8f20377c3a051dda64497bdf0cdb23e03a2d:
Merge git://git.denx.de/u-boot-mmc (2018-01-14 22:26:38 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git
for you to fetch changes up to 2eb2dbd4577898bf289e911b2286df3f2363af6e:
armv8: ls1088ardb: Add environment variable address location for
QSPI-NOR (2018-01-17 10:30:54 -0800)
----------------------------------------------------------------
Ashish Kumar (3):
armv8: ls1088: Add USB and PCI configs in SD-BOOT defconfig
env: sf: Add support for env init for QSPI-NOR
armv8: ls1088ardb: Add environment variable address location for
QSPI-NOR
Bhaskar Upadhaya (2):
armv8/kconfig: Align boards of same family at one place
board: ls1012a: LS1012A-2G5RDB board support
Priyanka Jain (2):
board/ls2081ardb: Update board related prints
board/ls2081ard: Correct code to get QMAP value in checkboard
Sriram Dash (1):
serial: lpuart: Proper device identification
Sumit Garg (1):
configs: SECURE_BOOT: Enable CONFIG_CMD_EXT4_WRITE
Tom Rini (3):
powerpc: P1010RDB: Rework local command to not be included in SPL
arm: ls1021atwr: Rework local commands to not be included in SPL
freescale: Ensure common commands are not included in SPL binary
Yuantian Tang (2):
arm64: ls1046a: Add sata distro boot support
arm64: ls1012a: Add sata distro boot support
Zhang Ying-22455 (1):
armv8/ls1088a: configure PMU's PCTBENR to enable WDT
arch/arm/Kconfig | 12 +++
arch/arm/cpu/armv8/Kconfig | 5 +-
arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 4 +-
arch/arm/dts/Makefile | 1 +
arch/arm/dts/fsl-ls1012a-2g5rdb.dts | 43 ++++++++++
board/freescale/common/Kconfig | 2 +
board/freescale/common/cmd_esbc_validate.c | 2 +
board/freescale/common/qixis.c | 14 ++--
board/freescale/ls1012ardb/Kconfig | 18 +++++
board/freescale/ls1012ardb/MAINTAINERS | 7 ++
board/freescale/ls1012ardb/README | 43 ++++++++++
board/freescale/ls1012ardb/ls1012ardb.c | 7 +-
board/freescale/ls1021atwr/ls1021atwr.c | 91 +++++++++++----------
board/freescale/ls2080ardb/ls2080ardb.c | 4 +-
board/freescale/p1010rdb/p1010rdb.c | 2 +
configs/ls1012a2g5rdb_qspi_defconfig | 40 ++++++++++
configs/ls1088aqds_sdcard_qspi_defconfig | 12 +++
configs/ls1088ardb_sdcard_qspi_defconfig | 12 +++
drivers/serial/serial_lpuart.c | 18 ++---
env/sf.c | 21 +++++
include/configs/ls1012a2g5rdb.h | 122
+++++++++++++++++++++++++++++
include/configs/ls1012a_common.h | 11 +++
include/configs/ls1012aqds.h | 10 ---
include/configs/ls1012ardb.h | 9 ---
include/configs/ls1046a_common.h | 13 +++
include/configs/ls1046aqds.h | 10 ---
include/configs/ls1046ardb.h | 12 ---
include/configs/ls1088a_common.h | 6 ++
include/configs/ls1088aqds.h | 1 -
include/configs/ls1088ardb.h | 1 -
30 files changed, 439 insertions(+), 114 deletions(-)
create mode 100644 arch/arm/dts/fsl-ls1012a-2g5rdb.dts
create mode 100644 configs/ls1012a2g5rdb_qspi_defconfig
create mode 100644 include/configs/ls1012a2g5rdb.h
Thanks.
York
More information about the U-Boot
mailing list