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

Prabhakar Kushwaha prabhakar.kushwaha at nxp.com
Mon Mar 4 08:57:35 UTC 2019


Hi Tom,

The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa:

  Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28 18:57:32 -0500)

are available in the git repository at:

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

for you to fetch changes up to d2c49aad51e930e40a4bff6b4727b070248e7eb5:

  board: Enable DHCP distro boot for LS1012a, LS1021a (2019-03-03 22:01:19 +0530)


Travis build log is https://travis-ci.org/prabhukush/u-boot/builds/501143115

Changes from rc2 tag
 - Enable DHCP as boot-source in distro boot for NXP layerscape platforms
 - fix register layout for SEC on Layerscape architectures 
 - fixes related to DPAA2 ethernet

----------------------------------------------------------------
Laurentiu Tudor (3):
      fsl_sec: fix register layout on Layerscape architectures
      armv8: fsl-layerscape: fix SEC QI ICID setup
      armv8: fsl-layerscape: avoid DT fixup warning

Mian Yousaf Kaukab (12):
      board: ls1088a: fix dppa exit when using efi boot
      board: ls1088a: fix fsl-mc search path
      Revert "ls1088a: remove dhcp function from u-boot env as boot source"
      board: ls1088ardb: use default scan_dev_for_boot
      Revert "ls2080ardb: remove dhcp function from env as boot source"
      board: ls2080ardb: use default scan_dev_for_boot
      board: ls1046a: enable EFI_LOADER_BOUNCE_BUFFER
      board: ls1046a: enable dhcp boot
      board: ls1046a: use default scan_dev_for_boot
      board: ls1043a: enable EFI_LOADER_BOUNCE_BUFFER
      board: ls1043a: enable dhcp boot
      board: ls1043a: use default scan_dev_for_boot

Prabhakar Kushwaha (1):
      board: ls1046qds: Enable PPA for secure boot

Rajesh Bhagat (1):
      configs: fsl: move DDR specific defines to Kconfig

Yunfeng Ding (1):
      board: Enable DHCP distro boot for LS1012a, LS1021a

 arch/arm/Kconfig                                    | 14 ++++++++++++++
 arch/arm/cpu/armv8/fsl-layerscape/ls1043_ids.c      |  2 +-
 arch/arm/cpu/armv8/fsl-layerscape/ls1046_ids.c      |  2 +-
 arch/arm/include/asm/arch-fsl-layerscape/fsl_icid.h | 12 +++++++++---
 arch/powerpc/cpu/mpc85xx/Kconfig                    | 13 +++++++++++++
 arch/powerpc/cpu/mpc86xx/Kconfig                    |  1 +
 board/freescale/ls1088a/ls1088a.c                   | 12 +++++++-----
 configs/ls1043aqds_defconfig                        |  1 +
 configs/ls1043aqds_lpuart_defconfig                 |  1 +
 configs/ls1043aqds_nand_defconfig                   |  1 +
 configs/ls1043aqds_nor_ddr3_defconfig               |  1 +
 configs/ls1043aqds_qspi_defconfig                   |  1 +
 configs/ls1043aqds_sdcard_ifc_defconfig             |  1 +
 configs/ls1043aqds_sdcard_qspi_defconfig            |  1 +
 configs/ls1043aqds_tfa_SECURE_BOOT_defconfig        |  1 +
 configs/ls1043aqds_tfa_defconfig                    |  1 +
 configs/ls1043ardb_SECURE_BOOT_defconfig            |  1 +
 configs/ls1043ardb_defconfig                        |  1 +
 configs/ls1043ardb_nand_SECURE_BOOT_defconfig       |  1 +
 configs/ls1043ardb_nand_defconfig                   |  1 +
 configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig     |  1 +
 configs/ls1043ardb_sdcard_defconfig                 |  1 +
 configs/ls1043ardb_tfa_SECURE_BOOT_defconfig        |  1 +
 configs/ls1043ardb_tfa_defconfig                    |  1 +
 configs/ls1046aqds_SECURE_BOOT_defconfig            |  3 ++-
 configs/ls1046aqds_defconfig                        |  1 +
 configs/ls1046aqds_lpuart_defconfig                 |  1 +
 configs/ls1046aqds_nand_defconfig                   |  1 +
 configs/ls1046aqds_qspi_defconfig                   |  1 +
 configs/ls1046aqds_sdcard_ifc_defconfig             |  1 +
 configs/ls1046aqds_sdcard_qspi_defconfig            |  1 +
 configs/ls1046aqds_tfa_SECURE_BOOT_defconfig        |  1 +
 configs/ls1046aqds_tfa_defconfig                    |  1 +
 configs/ls1046ardb_emmc_defconfig                   |  1 +
 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig       |  1 +
 configs/ls1046ardb_qspi_defconfig                   |  1 +
 configs/ls1046ardb_qspi_spl_defconfig               |  1 +
 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig     |  1 +
 configs/ls1046ardb_sdcard_defconfig                 |  1 +
 configs/ls1046ardb_tfa_SECURE_BOOT_defconfig        |  1 +
 configs/ls1046ardb_tfa_defconfig                    |  1 +
 drivers/ddr/fsl/Kconfig                             | 12 ++++++++++++
 include/configs/B4860QDS.h                          |  3 ---
 include/configs/BSC9132QDS.h                        |  1 -
 include/configs/MPC8536DS.h                         |  1 -
 include/configs/MPC8540ADS.h                        |  1 -
 include/configs/MPC8541CDS.h                        |  1 -
 include/configs/MPC8544DS.h                         |  1 -
 include/configs/MPC8548CDS.h                        |  1 -
 include/configs/MPC8555CDS.h                        |  1 -
 include/configs/MPC8560ADS.h                        |  1 -
 include/configs/MPC8568MDS.h                        |  1 -
 include/configs/MPC8569MDS.h                        |  1 -
 include/configs/MPC8572DS.h                         |  1 -
 include/configs/MPC8610HPCD.h                       |  1 -
 include/configs/MPC8641HPCN.h                       |  1 -
 include/configs/P1023RDB.h                          |  1 -
 include/configs/T102xRDB.h                          |  1 -
 include/configs/T1040QDS.h                          |  1 -
 include/configs/T208xQDS.h                          |  2 --
 include/configs/T208xRDB.h                          |  1 -
 include/configs/T4240RDB.h                          |  1 -
 include/configs/UCP1020.h                           |  1 -
 include/configs/km/kmp204x-common.h                 |  1 -
 include/configs/ls1012a_common.h                    |  5 +++--
 include/configs/ls1021aqds.h                        |  1 -
 include/configs/ls1021atwr.h                        |  3 ++-
 include/configs/ls1043a_common.h                    |  9 ++-------
 include/configs/ls1043aqds.h                        |  4 ----
 include/configs/ls1043ardb.h                        |  2 --
 include/configs/ls1046a_common.h                    | 10 ++--------
 include/configs/ls1046aqds.h                        |  4 ----
 include/configs/ls1046ardb.h                        |  4 ----
 include/configs/ls1088a_common.h                    |  4 ----
 include/configs/ls1088ardb.h                        | 15 ++-------------
 include/configs/ls2080a_common.h                    |  3 ---
 include/configs/ls2080a_emu.h                       |  2 --
 include/configs/ls2080aqds.h                        |  3 ---
 include/configs/ls2080ardb.h                        | 17 ++---------------
 include/configs/p1_p2_rdb_pc.h                      |  1 -
 include/configs/sbc8548.h                           |  1 -
 include/configs/socrates.h                          |  1 -
 include/configs/t4qds.h                             |  1 -
 include/configs/xpedite520x.h                       |  1 -
 include/configs/xpedite537x.h                       |  1 -
 include/fsl_sec.h                                   |  8 ++++++++
 scripts/config_whitelist.txt                        |  4 ----
 87 files changed, 114 insertions(+), 119 deletions(-)

--Prabhakar (pk)
Patchwork handle: prabhu_kush


More information about the U-Boot mailing list