[U-Boot] Please pull fsl-qoriq master
York Sun
york.sun at nxp.com
Fri Jul 27 15:46:36 UTC 2018
Tom,
The following changes since commit 08fcdd332f3d6bc7842e21a97c80789d9233e147:
Makefile: Fix 'clean' target (2018-07-26 07:12:31 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git
for you to fetch changes up to 86b840b78d0eba652f65841a870d232ab743612e:
drivers/ddr/fsl: fix '__hwconfig without a buffer' messages
(2018-07-26 11:54:00 -0700)
Travis build log is here
https://travis-ci.org/yorksun/u-boot/builds/408648511. I see one
compiling warning caused by recent commit 68c7025d99db.
----------------------------------------------------------------
Alison Wang (1):
armv8: ls2080ardb: update copyright claim
Ashish Kumar (2):
configs: Disable 4k erase sector size for spansion "s25fs512s" flash
armv8: ls2088ardb: Move CONFIG_SPI_FLASH,
CONFIG_SPI_FLASH_SPANSION to defconfig
Jagdish Gediya (1):
armv8: ls1088a: change dpl load command from apply to lazyapply
Jeremy Gebben (1):
drivers/ddr/fsl: fix '__hwconfig without a buffer' messages
Vinitha V Pillai (2):
LS1043ARBD: Fix SD Boot issue with PPA
LS1088ARDB: Secure Boot:Change load address of dpl header in SD
York Sun (8):
armv8: ls1046ardb: ls1046aqds: Move SPL macros to defconfig
armv8: layerscape: Enabled I-cache for SPL boot
armv8: ls1046ardb: Enable IFC for SPL build
armv8: layerscape: Drop u-boot-with-spl.bin for selected boards
powerpc: mpc85xx: Drop u-boot-with-spl.bin on selected boards
spl: Add option SPL_PAYLOAD
armv8: layerscape: spl: Initialize QSPI AHB for QSPI boot
armv8: ls1046ardb: Add falcon mode for for QSPI boot
Yuantian Tang (4):
armv8: fsl: remove sata support
armv8: dts: fsl-ls1012a: add sata node support
scsi: ceva: add ls1012a soc support
arm64: ls1012a: enable DM support for sata
Makefile | 4 +-
.../arm/cpu/armv8/fsl-layerscape/doc/README.falcon | 10 +++
arch/arm/cpu/armv8/fsl-layerscape/soc.c | 54 --------------
arch/arm/cpu/armv8/fsl-layerscape/spl.c | 8 ++
arch/arm/dts/fsl-ls1012a-2g5rdb.dts | 4 +
arch/arm/dts/fsl-ls1012a-qds.dtsi | 4 +
arch/arm/dts/fsl-ls1012a-rdb.dtsi | 4 +
arch/arm/dts/fsl-ls1012a.dtsi | 8 ++
arch/arm/include/asm/arch-fsl-layerscape/soc.h | 35 +--------
board/freescale/ls1046ardb/ls1046ardb_qspi_pbi.cfg | 26 +++++++
board/freescale/ls1046ardb/ls1046ardb_rcw_qspi.cfg | 7 ++
board/freescale/ls2080ardb/ls2080ardb.c | 2 +-
common/spl/Kconfig | 10 +++
configs/ls1012a2g5rdb_qspi_defconfig | 7 +-
configs/ls1012afrdm_qspi_defconfig | 1 +
configs/ls1012aqds_qspi_defconfig | 8 +-
configs/ls1012ardb_qspi_SECURE_BOOT_defconfig | 8 +-
configs/ls1012ardb_qspi_defconfig | 8 +-
configs/ls1043ardb_sdcard_defconfig | 1 -
configs/ls1046aqds_qspi_defconfig | 1 +
configs/ls1046aqds_sdcard_ifc_defconfig | 8 ++
configs/ls1046aqds_sdcard_qspi_defconfig | 9 +++
configs/ls1046ardb_emmc_defconfig | 8 ++
configs/ls1046ardb_qspi_SECURE_BOOT_defconfig | 1 +
configs/ls1046ardb_qspi_defconfig | 1 +
configs/ls1046ardb_qspi_spl_defconfig | 65 ++++++++++++++++
configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig | 8 ++
configs/ls1046ardb_sdcard_defconfig | 8 ++
configs/ls1088aqds_qspi_SECURE_BOOT_defconfig | 1 +
configs/ls1088aqds_qspi_defconfig | 1 +
configs/ls1088aqds_sdcard_qspi_defconfig | 1 +
configs/ls1088ardb_qspi_SECURE_BOOT_defconfig | 1 +
configs/ls1088ardb_qspi_defconfig | 1 +
.../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig | 1 +
configs/ls1088ardb_sdcard_qspi_defconfig | 1 +
configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 3 +
configs/ls2088ardb_qspi_defconfig | 3 +
drivers/ata/sata_ceva.c | 87
+++++++++++++---------
drivers/ddr/fsl/options.c | 14 ++--
include/configs/B4860QDS.h | 1 -
include/configs/T102xQDS.h | 1 -
include/configs/T102xRDB.h | 1 -
include/configs/T104xRDB.h | 1 -
include/configs/T208xQDS.h | 1 -
include/configs/T208xRDB.h | 1 -
include/configs/T4240QDS.h | 1 -
include/configs/T4240RDB.h | 1 -
include/configs/ls1043a_common.h | 2 -
include/configs/ls1046a_common.h | 32 ++++----
include/configs/ls1046ardb.h | 12 ++-
include/configs/ls1088a_common.h | 11 ++-
include/configs/ls1088ardb.h | 14 ++--
include/configs/ls2080a_common.h | 1 -
include/configs/ls2080ardb.h | 4 -
54 files changed, 334 insertions(+), 182 deletions(-)
create mode 100644 board/freescale/ls1046ardb/ls1046ardb_qspi_pbi.cfg
create mode 100644 board/freescale/ls1046ardb/ls1046ardb_rcw_qspi.cfg
create mode 100644 configs/ls1046ardb_qspi_spl_defconfig
Thanks.
York
More information about the U-Boot
mailing list