mbox series

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

Message ID VI1PR04MB20781D3E737453C0A21F16D99A7F0@VI1PR04MB2078.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-fsl-qoriq master | expand

Pull-request

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

Message

York Sun June 12, 2018, 5:24 p.m. UTC
Tom,

I have fixed the issues you caught earlier, and pass compiling
https://travis-ci.org/yorksun/u-boot/builds/390939575

The following changes since commit 71002b508a1bc0986023764f155f0db26f548db2:

  cmd: add missing line breaks for pr_err() (2018-06-07 20:06:29 -0400)

are available in the git repository at:

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

for you to fetch changes up to 2d91b533312888e596563a299588e81906383464:

  LS1012AFRWY: Add Secure Boot support (2018-06-11 12:34:45 -0700)

----------------------------------------------------------------
Bhaskar Upadhaya (2):
      board: Kconfig: Re-Arrangement of PPA firmware and header addresses
      board: ls1012a: FRWY-LS1012A board support

Jagdish Gediya (1):
      arm: ls1021aqds: config: enable CONFIG_ID_EEPROM for mac command

Priyanka Jain (1):
      board/freescale,lsch3: Add entry for 0.9v

Ran Wang (1):
      armv8: ls1088a: Enable USB in
ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig

Vinitha V Pillai (1):
      LS1012AFRWY: Add Secure Boot support

 arch/arm/Kconfig                                   |  13 ++
 arch/arm/cpu/armv8/Kconfig                         |   1 +
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig          |  34 ------
 arch/arm/dts/Makefile                              |   3 +-
 arch/arm/dts/fsl-ls1012a-frwy.dts                  |  43 +++++++
 board/freescale/common/vid.c                       |   2 +-
 board/freescale/ls1012afrdm/Kconfig                |  48 +++++++-
 board/freescale/ls1012afrdm/MAINTAINERS            |  11 ++
 board/freescale/ls1012afrdm/ls1012afrdm.c          |  73 ++++++++++-
 board/freescale/ls1012aqds/Kconfig                 |   3 +
 board/freescale/ls1012ardb/Kconfig                 |  14 +++
 board/freescale/ls1043aqds/Kconfig                 |  16 +++
 board/freescale/ls1043ardb/Kconfig                 |  14 +++
 board/freescale/ls1046aqds/Kconfig                 |  16 +++
 board/freescale/ls1046ardb/Kconfig                 |  15 +++
 board/freescale/ls1088a/Kconfig                    |  28 +++++
 board/freescale/ls2080aqds/Kconfig                 |  16 +++
 board/freescale/ls2080ardb/Kconfig                 |  31 +++--
 configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig     |  54 +++++++++
 configs/ls1012afrwy_qspi_defconfig                 |  50 ++++++++
 .../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig   |   7 ++
 drivers/net/pfe_eth/pfe_firmware.c                 |  29 +++++
 include/configs/ls1012afrwy.h                      | 133
+++++++++++++++++++++
 include/configs/ls1021aqds.h                       |   9 ++
 24 files changed, 603 insertions(+), 60 deletions(-)
 create mode 100644 arch/arm/dts/fsl-ls1012a-frwy.dts
 create mode 100644 configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig
 create mode 100644 configs/ls1012afrwy_qspi_defconfig
 create mode 100644 include/configs/ls1012afrwy.h

Thanks.

York

Comments

Tom Rini June 12, 2018, 10:33 p.m. UTC | #1
On Tue, Jun 12, 2018 at 05:24:20PM +0000, York Sun wrote:

> Tom,
> 
> I have fixed the issues you caught earlier, and pass compiling
> https://travis-ci.org/yorksun/u-boot/builds/390939575
> 
> The following changes since commit 71002b508a1bc0986023764f155f0db26f548db2:
> 
>   cmd: add missing line breaks for pr_err() (2018-06-07 20:06:29 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 2d91b533312888e596563a299588e81906383464:
> 
>   LS1012AFRWY: Add Secure Boot support (2018-06-11 12:34:45 -0700)
> 

Applied to u-boot/master, thanks!