[U-Boot] Please pull u-boot-fsl-qoriq master
York Sun
york.sun at nxp.com
Thu Jan 11 04:57:39 UTC 2018
Tom,
The following changes since commit f3dd87e0b98999a78e500e8c6d2b063ebadf535a:
Prepare v2018.01 (2018-01-08 20:25:29 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git
for you to fetch changes up to 1cabeb88ebbae0e5d418333cdd2526b06b397c91:
ls1088ardb: Add SD Secure boot target support (2018-01-10 12:32:45 -0800)
----------------------------------------------------------------
Ahmed Mansour (2):
drivers/misc: Share qbman init between archs
configs: Move SYS_DPAA_QBMAN to Kconfig
Alison Wang (1):
armv8: Implement workaround for Cortex-A53 erratum 855873
Ashish Kumar (1):
armv8: ls1088 : MC alignment should always be fixed to 512MB
Bao Xiaowei (1):
Powerpc: T208xQDS: Modify the comment of the CONFIG_FSL_PCIE_RESET
macro
Sumit Garg (3):
armv8: fsl-layerscape: SPL size reduction
armv8: ls1088a: SPL size reduction
ls1088ardb: Add SD Secure boot target support
Yuantian Tang (1):
armv8: layerscape: sata: refine port register configuration
arch/arm/Kconfig | 3 +
arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 6 +-
arch/arm/cpu/armv8/fsl-layerscape/Makefile | 2 +
arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 4 +
arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 9 +
.../arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c | 14 +
arch/arm/cpu/armv8/fsl-layerscape/soc.c | 6 +
arch/arm/cpu/armv8/start.S | 24 +-
.../include/asm/arch-fsl-layerscape/immap_lsch2.h | 29 ++
arch/arm/include/asm/arch-fsl-layerscape/soc.h | 2 +
arch/arm/include/asm/arch-fsl-layerscape/speed.h | 3 +
arch/arm/include/asm/fsl_secure_boot.h | 16 +-
arch/powerpc/cpu/mpc85xx/cpu_init.c | 3 +-
arch/powerpc/cpu/mpc85xx/fdt.c | 1 +
arch/powerpc/cpu/mpc85xx/portals.c | 281
-------------------
arch/powerpc/include/asm/fsl_liodn.h | 7 +-
arch/powerpc/include/asm/fsl_portals.h | 4 -
arch/powerpc/include/asm/immap_85xx.h | 60 ----
board/freescale/ls1088a/MAINTAINERS | 5 +
board/freescale/ls1088a/Makefile | 4 +-
board/freescale/ls1088a/ls1088a.c | 16 +-
board/freescale/p1023rdb/p1023rdb.c | 3 +-
board/keymile/kmp204x/kmp204x.c | 2 +-
board/varisys/cyrus/cyrus.c | 2 +-
configs/T1024QDS_DDR4_defconfig | 1 +
.../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 44 +++
drivers/misc/Makefile | 1 +
drivers/misc/fsl_portals.c | 305
+++++++++++++++++++++
drivers/net/Kconfig | 24 ++
include/configs/B4860QDS.h | 1 -
include/configs/P1023RDB.h | 1 -
include/configs/P2041RDB.h | 1 -
include/configs/T102xQDS.h | 1 -
include/configs/T102xRDB.h | 1 -
include/configs/T1040QDS.h | 1 -
include/configs/T104xRDB.h | 1 -
include/configs/T208xQDS.h | 4 +-
include/configs/T208xRDB.h | 1 -
include/configs/T4240QDS.h | 1 -
include/configs/T4240RDB.h | 1 -
include/configs/corenet_ds.h | 1 -
include/configs/cyrus.h | 1 -
include/configs/km/kmp204x-common.h | 1 -
include/configs/ls1046a_common.h | 4 -
include/configs/ls1088a_common.h | 34 ++-
include/configs/ls1088ardb.h | 20 ++
include/fsl_qbman.h | 75 +++++
47 files changed, 641 insertions(+), 390 deletions(-)
create mode 100644 configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
create mode 100644 drivers/misc/fsl_portals.c
create mode 100644 include/fsl_qbman.h
Thanks.
York
More information about the U-Boot
mailing list