mbox

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

Message ID AM4PR0401MB1732667417CB36949E0E5ABF9ADF0@AM4PR0401MB1732.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

York Sun Feb. 2, 2016, 2:41 a.m. UTC
Tom,

The following changes since commit 8cdae1dacde7dbe74d53a8ac1a05761a53c4f191:

  video: Correct 'tor' typo in comment (2016-01-30 10:58:47 +0100)

are available in the git repository at:

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

for you to fetch changes up to 7711cc0a0648e215571b1d1768381963d92a1d97:

  arm8: ls2080: Move the core errata defines out of board specific file
(2016-02-01 13:59:55 -0800)

----------------------------------------------------------------
Alison Wang (1):
      armv7: ls102xa: Increase the supported kernel size

Ashish kumar (2):
      armv8: ls2080a: Implement workaround for core errata 829520, 833471
      arm8: ls2080: Move the core errata defines out of board specific file

Prabhakar Kushwaha (3):
      board: ls2085aqds: Update kernel_size env variable
      driver: net: fsl-mc: Memset dprc_cfg before configuring
      driver: net: fsl-mc: Update print to reflect correct string

Qianyu Gong (1):
      armv8/ls1043aqds: fix DSPI/QSPI node in dts file

 arch/arm/cpu/armv8/start.S                        |   19 +++++++++
 arch/arm/dts/fsl-ls1043a-qds.dtsi                 |   46 +++++++++++++++++++++
 arch/arm/include/asm/arch-fsl-layerscape/config.h |    6 +++
 drivers/net/fsl-mc/mc.c                           |    3 +-
 include/configs/ls1021aqds.h                      |    1 +
 include/configs/ls1021atwr.h                      |    1 +
 include/configs/ls2080a_common.h                  |    3 --
 include/configs/ls2080aqds.h                      |    2 +-
 8 files changed, 76 insertions(+), 5 deletions(-)

Thanks.

York

Comments

Tom Rini Feb. 2, 2016, 3:49 p.m. UTC | #1
On Tue, Feb 02, 2016 at 02:41:09AM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit 8cdae1dacde7dbe74d53a8ac1a05761a53c4f191:
> 
>   video: Correct 'tor' typo in comment (2016-01-30 10:58:47 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git master
> 
> for you to fetch changes up to 7711cc0a0648e215571b1d1768381963d92a1d97:
> 
>   arm8: ls2080: Move the core errata defines out of board specific file
> (2016-02-01 13:59:55 -0800)
> 

Applied to u-boot/master, thanks!