All of lore.kernel.org
 help / color / mirror / Atom feed
From: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-fsl-qoriq master
Date: Mon, 4 Mar 2019 08:57:35 +0000	[thread overview]
Message-ID: <VI1PR0402MB38549E8E88894FFF52C5E6D697710@VI1PR0402MB3854.eurprd04.prod.outlook.com> (raw)

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

             reply	other threads:[~2019-03-04  8:57 UTC|newest]

Thread overview: 147+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-04  8:57 Prabhakar Kushwaha [this message]
2019-03-05  2:47 ` [U-Boot] Please pull u-boot-fsl-qoriq master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-05-24  5:07 Prabhakar Kushwaha
2019-05-26 10:48 ` Tom Rini
2019-05-22 12:31 Prabhakar Kushwaha
2019-05-22 16:58 ` Tom Rini
2019-03-15 12:54 Prabhakar Kushwaha
2019-03-17 19:30 ` Tom Rini
2019-02-20  7:31 Prabhakar Kushwaha
2019-02-21 23:09 ` Tom Rini
2019-01-18 18:09 York Sun
2019-01-19 14:02 ` Tom Rini
2018-09-28 15:04 York Sun
2018-09-30  2:27 ` Tom Rini
2018-08-23 19:01 York Sun
2018-08-24  2:45 ` Tom Rini
2018-08-13 16:19 York Sun
2018-08-13 23:55 ` Tom Rini
2018-06-12 17:24 York Sun
2018-06-12 22:33 ` Tom Rini
2018-06-08 23:49 York Sun
2018-06-09  4:39 ` Tom Rini
2018-06-09  4:46   ` York Sun
2018-06-11 12:25     ` Tom Rini
2018-06-09  4:57   ` York Sun
2018-06-11 12:29     ` Tom Rini
2018-06-11 16:33       ` York Sun
2018-05-11  4:20 York Sun
2018-05-11 15:45 ` Tom Rini
2018-03-20 22:07 York Sun
2018-03-21  1:56 ` Tom Rini
2018-02-12 17:06 York Sun
2018-02-12 22:32 ` Tom Rini
2018-01-31 23:04 York Sun
2018-02-01 13:08 ` Tom Rini
2018-01-24  2:00 York Sun
2018-01-24 16:28 ` Tom Rini
2018-01-17 18:33 York Sun
2018-01-18 13:45 ` Tom Rini
2018-01-11  4:57 York Sun
2018-01-11 18:42 ` Tom Rini
2018-01-05  1:19 York Sun
2018-01-05 16:00 ` York Sun
2017-12-18 16:26 York Sun
2017-12-19  1:56 ` Tom Rini
2017-12-07 22:43 York Sun
2017-12-08  2:49 ` Tom Rini
2017-12-08 14:31 ` Tom Rini
2017-10-27 21:29 York Sun
2017-10-29 11:58 ` Tom Rini
2017-10-12 14:51 York Sun
2017-10-12 22:29 ` Tom Rini
2017-09-23  5:08 York Sun
2017-09-24 14:40 ` Tom Rini
2017-09-12 15:59 York Sun
2017-09-12 21:13 ` Tom Rini
2017-08-10 15:34 York Sun
2017-08-11  2:19 ` Tom Rini
2017-08-11  2:35   ` York Sun
2017-08-11 11:13     ` Tom Rini
2017-08-11 14:35     ` Tom Rini
2017-08-11 14:47       ` York Sun
2017-08-11 14:51 ` Tom Rini
2017-08-01 22:56 York Sun
2017-08-01 23:34 ` Bin Meng
2017-08-03 19:07 ` Tom Rini
2017-06-02 17:46 york sun
2017-06-04 17:11 ` Tom Rini
2017-04-25 15:44 York Sun
2017-04-26 19:16 ` Tom Rini
2017-04-18 15:32 York Sun
2017-04-19 13:02 ` Tom Rini
2017-03-28 18:02 york sun
2017-04-04 19:59 ` Tom Rini
2017-03-14 19:31 york sun
2017-03-09 21:33 york sun
2017-03-10 15:23 ` Tom Rini
2017-03-10 16:46   ` york sun
2017-03-10 21:07     ` Tom Rini
2017-03-10 21:21       ` york sun
2017-03-10 21:42         ` Tom Rini
2017-02-03 22:35 york sun
2017-02-05 16:25 ` Tom Rini
2017-01-19 17:20 york sun
2017-01-20 13:50 ` Tom Rini
2016-12-16 17:43 york sun
2016-12-17  3:18 ` Tom Rini
2016-12-05 19:39 york sun
2016-12-06  0:37 ` Tom Rini
2016-11-23 19:13 york sun
2016-11-29 15:55 ` Tom Rini
2016-11-23  1:06 york sun
2016-11-23 12:22 ` Tom Rini
2016-11-23 16:53   ` york sun
2016-09-20 18:09 york sun
2016-09-20 19:31 ` Tom Rini
2016-09-20 19:55   ` york sun
     [not found]   ` <0ca4216b-c5ed-b18b-6f75-74c136269d5e@nxp.com>
2016-09-20 20:23     ` york sun
2016-08-02 23:42 york sun
2016-08-03 12:19 ` Tom Rini
2016-07-26 20:28 york sun
2016-07-27  0:58 ` Tom Rini
2016-07-19 20:29 york sun
2016-07-20  2:22 ` Tom Rini
2016-06-10 22:18 York Sun
2016-06-19 14:03 ` Tom Rini
2016-05-24 17:28 York Sun
2016-05-24 23:18 ` Tom Rini
2016-04-06 17:35 York Sun
2016-04-08 19:44 ` Tom Rini
2016-03-29 16:06 York Sun
2016-03-29 22:06 ` Tom Rini
2016-03-22 15:52 york sun
2016-03-23  1:58 ` Tom Rini
2016-02-24 17:02 york sun
2016-02-25 15:22 ` Tom Rini
2016-02-02  2:41 york sun
2016-02-02 15:49 ` Tom Rini
2015-12-17  6:42 York Sun
2015-12-18  0:28 ` Tom Rini
2015-12-15  1:16 York Sun
2015-12-15 23:29 ` Tom Rini
2015-12-16  1:40   ` York Sun
2015-12-16  1:48     ` York Sun
2015-12-16  1:59       ` Tom Rini
2015-12-16  2:01         ` York Sun
2015-12-16  2:14           ` York Sun
2015-11-30 19:32 York Sun
2015-12-01  1:37 ` Tom Rini
2015-10-30 16:26 York Sun
2015-10-30 19:54 ` Tom Rini
2015-09-02  3:00 York Sun
2015-09-02 21:58 ` Tom Rini
2015-08-04 16:08 York Sun
2015-08-04 17:50 ` Tom Rini
2015-07-20 21:07 York Sun
2015-07-21 13:50 ` Tom Rini
2015-05-22 20:55 York Sun
2015-05-23 12:42 ` Tom Rini
2015-04-24  2:17 York Sun
2015-04-28 14:50 ` Tom Rini
2015-02-25 21:29 York Sun
2015-02-26  2:58 ` Tom Rini
2015-01-24 15:44 York Sun
2015-01-27 11:50 ` Tom Rini
2014-10-20 21:29 York Sun
2014-10-21 19:55 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=VI1PR0402MB38549E8E88894FFF52C5E6D697710@VI1PR0402MB3854.eurprd04.prod.outlook.com \
    --to=prabhakar.kushwaha@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.