mbox series

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

Message ID VI1PR04MB2078B9D7C2DAADB0C8497AAF9AFB0@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 Jan. 31, 2018, 11:04 p.m. UTC
Tom,

The following changes since commit ae5326a6b34b34b1827edf2eee1a0e9e5363c5a2:

  serial: Make full device search optional (2018-01-29 08:18:02 -0500)

are available in the git repository at:

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

for you to fetch changes up to 58932ec68cdcd574c85620e285a7b95a49551603:

  armv8: ls2088ardb: Add 3DS RDIMM support (2018-01-30 09:14:07 -0800)

----------------------------------------------------------------
Ashish Kumar (1):
      armv8: ls1088a: Add CONFIG_SPI_FLASH_SPANSION to sdcard defconfigs

Yogesh Gaur (1):
      driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl

York Sun (8):
      drivers/ddr/fsl: Fix DDR4 RDIMM support
      drivers/ddr/fsl: Fix workaround for A009803
      drivers/ddr/fsl: Add 3DS RDIMM support
      drivers/ddr/fsl: Add calculation of register control words
      drivers/ddr/fsl: Modify binding registers to save time on data init
      drivers/ddr/fsl: Cleanup unused variable
      armv8: ls1046ardb: Add RDIMM support
      armv8: ls2088ardb: Add 3DS RDIMM support

 board/freescale/ls1046ardb/ddr.c                   |   9 +-
 board/freescale/ls1046ardb/ddr.h                   |  19 ++++
 board/freescale/ls2080ardb/ddr.c                   |   2 +
 board/freescale/ls2080ardb/ddr.h                   |  23 +---
 configs/ls1088aqds_sdcard_qspi_defconfig           |   1 +
 .../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig   |   1 +
 configs/ls1088ardb_sdcard_qspi_defconfig           |   1 +
 drivers/ddr/fsl/ctrl_regs.c                        | 122
+++++++++++++++------
 drivers/ddr/fsl/ddr1_dimm_params.c                 |   1 -
 drivers/ddr/fsl/ddr2_dimm_params.c                 |   1 -
 drivers/ddr/fsl/ddr3_dimm_params.c                 |   1 -
 drivers/ddr/fsl/ddr4_dimm_params.c                 |  49 ++++++++-
 drivers/ddr/fsl/fsl_ddr_gen4.c                     |  62 +++++++++--
 drivers/ddr/fsl/interactive.c                      |  23 +++-
 drivers/ddr/fsl/lc_common_dimm_params.c            |   8 +-
 drivers/ddr/fsl/options.c                          |   9 +-
 drivers/net/fsl-mc/mc.c                            |   4 +-
 include/common_timing_params.h                     |   1 +
 include/ddr_spd.h                                  |   8 +-
 include/fdt_support.h                              |   3 +
 include/fsl_ddr_dimm_params.h                      |   9 +-
 include/fsl_ddr_sdram.h                            |   5 +-
 22 files changed, 272 insertions(+), 90 deletions(-)

Thanks.

York

Comments

Tom Rini Feb. 1, 2018, 1:08 p.m. UTC | #1
On Wed, Jan 31, 2018 at 11:04:00PM +0000, York Sun wrote:

> Tom,
> 
> The following changes since commit ae5326a6b34b34b1827edf2eee1a0e9e5363c5a2:
> 
>   serial: Make full device search optional (2018-01-29 08:18:02 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 58932ec68cdcd574c85620e285a7b95a49551603:
> 
>   armv8: ls2088ardb: Add 3DS RDIMM support (2018-01-30 09:14:07 -0800)
> 

Applied to u-boot/master, thanks!