mbox series

[GIT,PULL] Please pull fsl-qoirq-2023-7-6 for next

Message ID PA4PR04MB94162C32A15097FEC23C3C258830A@PA4PR04MB9416.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull fsl-qoirq-2023-7-6 for next | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git tags/fsl-qoriq-2023-7-6

Message

Peng Fan July 10, 2023, 1:52 a.m. UTC
Hi Tom,

Please pull fsl-qoriq-2023-7-6 for next

---------------------------------------------
Enable DM Serial for ls1043ardb and ls1046ardb/afrwy
Fixed secure boot on LS-CH2 platforms
---------------------------------------------
https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/16795

Thanks,
Peng.

The following changes since commit e80f4079b3a3db0961b73fa7a96e6c90242d8d25:

  Merge tag 'v2023.07-rc6' into next (2023-07-05 11:28:55 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git tags/fsl-qoriq-2023-7-6

for you to fetch changes up to fcf75435c8fd443547f5d4192d1cf70fb8a84034:

  LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms (2023-07-06 13:04:56 +0800)

----------------------------------------------------------------
Camelia Groza (7):
      arch: arm: dts: ls1043a: sync serial nodes with Linux
      arch: arm: dts: ls1043a: tag serial nodes with bootph-all
      configs: ls1043ardb: enable DM_SERIAL
      arch: arm: dts: ls1046a: sync serial nodes with Linux
      arch: arm: dts: ls1046a: tag serial nodes with bootph-all
      configs: ls1046ardb: enable DM_SERIAL
      configs: ls1046afrwy: enable DM_SERIAL

Kshitiz Varshney (1):
      LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms

 arch/Kconfig.nxp                                |  2 +-
 arch/arm/dts/fsl-ls1043a-qds.dtsi               |  2 +-
 arch/arm/dts/fsl-ls1043a-rdb-u-boot.dtsi        |  5 +++++
 arch/arm/dts/fsl-ls1043a-rdb.dts                |  6 +++++-
 arch/arm/dts/fsl-ls1043a-u-boot.dtsi            | 19 +++++++++++++++++++
 arch/arm/dts/fsl-ls1043a.dtsi                   | 16 +++++++++++-----
 arch/arm/dts/fsl-ls1046a-frwy-u-boot.dtsi       |  5 +++++
 arch/arm/dts/fsl-ls1046a-frwy.dts               | 22 +++++++++++++++++++++-
 arch/arm/dts/fsl-ls1046a-qds.dtsi               |  2 +-
 arch/arm/dts/fsl-ls1046a-rdb-u-boot.dtsi        |  5 +++++
 arch/arm/dts/fsl-ls1046a-rdb.dts                | 14 +++++++++++++-
 arch/arm/dts/fsl-ls1046a-u-boot.dtsi            | 19 +++++++++++++++++++
 arch/arm/dts/fsl-ls1046a.dtsi                   | 28 +++++++++++++++++++---------
 configs/ls1043ardb_SECURE_BOOT_defconfig        |  4 +++-
 configs/ls1043ardb_defconfig                    |  4 +++-
 configs/ls1043ardb_nand_SECURE_BOOT_defconfig   |  4 +++-
 configs/ls1043ardb_nand_defconfig               |  3 ++-
 configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig |  4 +++-
 configs/ls1043ardb_sdcard_defconfig             |  3 ++-
 configs/ls1043ardb_tfa_SECURE_BOOT_defconfig    |  4 +++-
 configs/ls1043ardb_tfa_defconfig                |  4 +++-
 configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig   |  4 +++-
 configs/ls1046afrwy_tfa_defconfig               |  4 +++-
 configs/ls1046ardb_emmc_defconfig               |  3 ++-
 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig   |  4 +++-
 configs/ls1046ardb_qspi_defconfig               |  4 +++-
 configs/ls1046ardb_qspi_spl_defconfig           |  3 ++-
 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig |  4 +++-
 configs/ls1046ardb_sdcard_defconfig             |  3 ++-
 configs/ls1046ardb_tfa_SECURE_BOOT_defconfig    |  4 +++-
 configs/ls1046ardb_tfa_defconfig                |  4 +++-
 31 files changed, 174 insertions(+), 38 deletions(-)
 create mode 100644 arch/arm/dts/fsl-ls1043a-rdb-u-boot.dtsi
 create mode 100644 arch/arm/dts/fsl-ls1043a-u-boot.dtsi
 create mode 100644 arch/arm/dts/fsl-ls1046a-frwy-u-boot.dtsi
 create mode 100644 arch/arm/dts/fsl-ls1046a-rdb-u-boot.dtsi
 create mode 100644 arch/arm/dts/fsl-ls1046a-u-boot.dtsi

Comments

Tom Rini July 10, 2023, 4:18 p.m. UTC | #1
On Mon, Jul 10, 2023 at 01:52:51AM +0000, Peng Fan wrote:

> Hi Tom,
> 
> Please pull fsl-qoriq-2023-7-6 for next
> 

Applied to u-boot/next, thanks!
Peng Fan (OSS) July 13, 2023, 7:09 a.m. UTC | #2
Hi Tom,

> 
> Hi Tom,
> 
> Please pull fsl-qoriq-2023-7-6 for next
> 
> ---------------------------------------------
> Enable DM Serial for ls1043ardb and ls1046ardb/afrwy
> Fixed secure boot on LS-CH2 platforms
> ---------------------------------------------
> https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/16795
> 
> Thanks,
> Peng.
> 
> The following changes since commit e80f4079b3a3db0961b73fa7a96e6c90242d8d25:
> 
>    Merge tag 'v2023.07-rc6' into next (2023-07-05 11:28:55 -0400)
> 
> are available in the Git repository at:
> 
>    https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git tags/fsl-qoriq-2023-7-6
> 
> for you to fetch changes up to fcf75435c8fd443547f5d4192d1cf70fb8a84034:
> 
>    LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms (2023-07-06 13:04:56 +0800)
> 
> ----------------------------------------------------------------
> Camelia Groza (7):
>        arch: arm: dts: ls1043a: sync serial nodes with Linux
>        arch: arm: dts: ls1043a: tag serial nodes with bootph-all
>        configs: ls1043ardb: enable DM_SERIAL
>        arch: arm: dts: ls1046a: sync serial nodes with Linux
>        arch: arm: dts: ls1046a: tag serial nodes with bootph-all
>        configs: ls1046ardb: enable DM_SERIAL
>        configs: ls1046afrwy: enable DM_SERIAL
> 
> Kshitiz Varshney (1):
>        LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms

I just realized this patch has a NXP Ticket number that not dropped.
Do you need to resend the PR?

Thanks,
Peng.

> 
>   arch/Kconfig.nxp                                |  2 +-
>   arch/arm/dts/fsl-ls1043a-qds.dtsi               |  2 +-
>   arch/arm/dts/fsl-ls1043a-rdb-u-boot.dtsi        |  5 +++++
>   arch/arm/dts/fsl-ls1043a-rdb.dts                |  6 +++++-
>   arch/arm/dts/fsl-ls1043a-u-boot.dtsi            | 19 +++++++++++++++++++
>   arch/arm/dts/fsl-ls1043a.dtsi                   | 16 +++++++++++-----
>   arch/arm/dts/fsl-ls1046a-frwy-u-boot.dtsi       |  5 +++++
>   arch/arm/dts/fsl-ls1046a-frwy.dts               | 22 +++++++++++++++++++++-
>   arch/arm/dts/fsl-ls1046a-qds.dtsi               |  2 +-
>   arch/arm/dts/fsl-ls1046a-rdb-u-boot.dtsi        |  5 +++++
>   arch/arm/dts/fsl-ls1046a-rdb.dts                | 14 +++++++++++++-
>   arch/arm/dts/fsl-ls1046a-u-boot.dtsi            | 19 +++++++++++++++++++
>   arch/arm/dts/fsl-ls1046a.dtsi                   | 28 +++++++++++++++++++---------
>   configs/ls1043ardb_SECURE_BOOT_defconfig        |  4 +++-
>   configs/ls1043ardb_defconfig                    |  4 +++-
>   configs/ls1043ardb_nand_SECURE_BOOT_defconfig   |  4 +++-
>   configs/ls1043ardb_nand_defconfig               |  3 ++-
>   configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig |  4 +++-
>   configs/ls1043ardb_sdcard_defconfig             |  3 ++-
>   configs/ls1043ardb_tfa_SECURE_BOOT_defconfig    |  4 +++-
>   configs/ls1043ardb_tfa_defconfig                |  4 +++-
>   configs/ls1046afrwy_tfa_SECURE_BOOT_defconfig   |  4 +++-
>   configs/ls1046afrwy_tfa_defconfig               |  4 +++-
>   configs/ls1046ardb_emmc_defconfig               |  3 ++-
>   configs/ls1046ardb_qspi_SECURE_BOOT_defconfig   |  4 +++-
>   configs/ls1046ardb_qspi_defconfig               |  4 +++-
>   configs/ls1046ardb_qspi_spl_defconfig           |  3 ++-
>   configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig |  4 +++-
>   configs/ls1046ardb_sdcard_defconfig             |  3 ++-
>   configs/ls1046ardb_tfa_SECURE_BOOT_defconfig    |  4 +++-
>   configs/ls1046ardb_tfa_defconfig                |  4 +++-
>   31 files changed, 174 insertions(+), 38 deletions(-)
>   create mode 100644 arch/arm/dts/fsl-ls1043a-rdb-u-boot.dtsi
>   create mode 100644 arch/arm/dts/fsl-ls1043a-u-boot.dtsi
>   create mode 100644 arch/arm/dts/fsl-ls1046a-frwy-u-boot.dtsi
>   create mode 100644 arch/arm/dts/fsl-ls1046a-rdb-u-boot.dtsi
>   create mode 100644 arch/arm/dts/fsl-ls1046a-u-boot.dtsi
Tom Rini July 13, 2023, 2:35 p.m. UTC | #3
On Thu, Jul 13, 2023 at 03:09:07PM +0800, Peng Fan wrote:
> Hi Tom,
> 
> > 
> > Hi Tom,
> > 
> > Please pull fsl-qoriq-2023-7-6 for next
> > 
> > ---------------------------------------------
> > Enable DM Serial for ls1043ardb and ls1046ardb/afrwy
> > Fixed secure boot on LS-CH2 platforms
> > ---------------------------------------------
> > https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/16795
> > 
> > Thanks,
> > Peng.
> > 
> > The following changes since commit e80f4079b3a3db0961b73fa7a96e6c90242d8d25:
> > 
> >    Merge tag 'v2023.07-rc6' into next (2023-07-05 11:28:55 -0400)
> > 
> > are available in the Git repository at:
> > 
> >    https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git tags/fsl-qoriq-2023-7-6
> > 
> > for you to fetch changes up to fcf75435c8fd443547f5d4192d1cf70fb8a84034:
> > 
> >    LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms (2023-07-06 13:04:56 +0800)
> > 
> > ----------------------------------------------------------------
> > Camelia Groza (7):
> >        arch: arm: dts: ls1043a: sync serial nodes with Linux
> >        arch: arm: dts: ls1043a: tag serial nodes with bootph-all
> >        configs: ls1043ardb: enable DM_SERIAL
> >        arch: arm: dts: ls1046a: sync serial nodes with Linux
> >        arch: arm: dts: ls1046a: tag serial nodes with bootph-all
> >        configs: ls1046ardb: enable DM_SERIAL
> >        configs: ls1046afrwy: enable DM_SERIAL
> > 
> > Kshitiz Varshney (1):
> >        LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms
> 
> I just realized this patch has a NXP Ticket number that not dropped.
> Do you need to resend the PR?

I would have preferred this to have been fixed before pulling it in, but
I took it anyhow since it was more important to see progress here than
worry about that, to me.