mbox series

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

Message ID VI1PR0402MB385474A9AAD719414BD8611F97440@VI1PR0402MB3854.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 HEAD

Message

Prabhakar Kushwaha March 15, 2019, 12:54 p.m. UTC
Hi Tom,

The following changes since commit 9ba5e5bc261a16f51662490da0cf620dc7f29013:

  Revert "env: add spi_flash_read_env function" (2019-03-13 20:32:09 -0400)

are available in the git repository at:

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

for you to fetch changes up to 158097052a6a528408e05d2345ff2ccdbb46036e:

  armv7: ls102xa: Add workaround for DDR erratum A-008850 (2019-03-15 11:52:01 +0530)

Travis build log is https://travis-ci.org/prabhukush/u-boot/builds/506626436

Changes from rc4 tag
 - DPAA2 fixes and DDR errata workaround for LS1021A


----------------------------------------------------------------
Alison Wang (1):
      armv7: ls102xa: Add workaround for DDR erratum A-008850

Ioana Ciocoi Radulescu (1):
      driver: net: fsl-mc: Fix DPC MAC address fixup

Meenakshi Aggarwal (1):
      mc : Reduce MC memory size to 128M

Pankaj Bansal (2):
      drivers: net: ldpaa_eth: check if the dpmac is enabled
      board: fsl: lx2160aqds: modify the phy fixup code

Pramod Kumar (1):
      drivers: net: ls1088ardb: Fix EC1 and EC2 RCW offset

 arch/arm/cpu/armv7/ls102xa/Kconfig              |  6 ++++
 arch/arm/cpu/armv7/ls102xa/soc.c                | 44 +++++++++++++++++++++----
 arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h |  2 ++
 board/freescale/ls1021aiot/ls1021aiot.c         |  2 ++
 board/freescale/ls1021aqds/ddr.c                |  2 ++
 board/freescale/ls1021aqds/ddr.h                |  3 ++
 board/freescale/ls1021aqds/ls1021aqds.c         | 30 -----------------
 board/freescale/ls1021atwr/ls1021atwr.c         |  2 ++
 board/freescale/lx2160a/eth_lx2160aqds.c        | 38 +++++++++++++++++----
 drivers/net/fsl-mc/mc.c                         | 26 ++++++++++++---
 drivers/net/ldpaa_eth/ls1088a.c                 |  4 +--
 drivers/net/ldpaa_eth/lx2160a.c                 |  4 +--
 include/configs/ls1021aiot.h                    |  2 ++
 include/configs/ls1021atwr.h                    |  2 ++
 include/configs/ls1088a_common.h                |  2 +-
 include/configs/ls2080a_common.h                |  2 +-
 include/configs/lx2160a_common.h                |  2 +-
 17 files changed, 117 insertions(+), 56 deletions(-)

--prabhakar (pk)

Comments

Tom Rini March 17, 2019, 7:30 p.m. UTC | #1
On Fri, Mar 15, 2019 at 12:54:43PM +0000, Prabhakar Kushwaha wrote:

> Hi Tom,
> 
> The following changes since commit 9ba5e5bc261a16f51662490da0cf620dc7f29013:
> 
>   Revert "env: add spi_flash_read_env function" (2019-03-13 20:32:09 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git HEAD
> 
> for you to fetch changes up to 158097052a6a528408e05d2345ff2ccdbb46036e:
> 
>   armv7: ls102xa: Add workaround for DDR erratum A-008850 (2019-03-15 11:52:01 +0530)
> 
> Travis build log is https://travis-ci.org/prabhukush/u-boot/builds/506626436
> 
> Changes from rc4 tag
>  - DPAA2 fixes and DDR errata workaround for LS1021A
> 
> 

Applied to u-boot/master, thanks!