mbox series

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

Message ID VI1PR04MB207897AC9C0CACD9C2A709F79AAB0@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 March 20, 2018, 10:07 p.m. UTC
Tom,

The following changes since commit b8aa55cb6414e512cce30bb7db3268eea934466d:

  common: move init_helpers.h prototypes in init.h (2018-03-16 14:56:59
-0400)

are available in the git repository at:

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

for you to fetch changes up to 3386c73d46fa4624a6bec00f304261f9fe814299:

  LS2088ARDB: Secure Boot: Fix fall back option failure (2018-03-20
08:30:52 -0700)

----------------------------------------------------------------
Ashish Kumar (4):
      armv8: ls1088qds: Remove CONFIG_ from local defines for FPGA
      armv8: ls1088a: Add clock related function in CONFIG_SPL_BUILD
      armv8: ls1088a: Add i2c_early_init() func for LS1088AQDS
      armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088

Vinitha V Pillai (1):
      LS2088ARDB: Secure Boot: Fix fall back option failure

 arch/arm/dts/fsl-ls1088a-qds.dts        | 37 ++++++++++++++++++++++
 arch/arm/dts/fsl-ls1088a.dtsi           |  5 +++
 board/freescale/ls1088a/MAINTAINERS     |  2 ++
 board/freescale/ls1088a/ls1088a.c       |  5 ++-
 configs/ls1088aqds_defconfig            | 43 ++++++++++++++++++++++++++
 configs/ls1088aqds_sdcard_ifc_defconfig | 54
+++++++++++++++++++++++++++++++++
 include/configs/ls1088aqds.h            | 28 +++++++++--------
 include/configs/ls2080ardb.h            | 14 ++++-----
 8 files changed, 167 insertions(+), 21 deletions(-)
 create mode 100644 configs/ls1088aqds_defconfig
 create mode 100644 configs/ls1088aqds_sdcard_ifc_defconfig

Thanks.

York

Comments

Tom Rini March 21, 2018, 1:56 a.m. UTC | #1
On Tue, Mar 20, 2018 at 10:07:53PM +0000, York Sun wrote:

> Tom,
> 
> The following changes since commit b8aa55cb6414e512cce30bb7db3268eea934466d:
> 
>   common: move init_helpers.h prototypes in init.h (2018-03-16 14:56:59
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 3386c73d46fa4624a6bec00f304261f9fe814299:
> 
>   LS2088ARDB: Secure Boot: Fix fall back option failure (2018-03-20
> 08:30:52 -0700)
> 

Applied to u-boot/master, thanks!