mbox series

Please pull u-boot-marvell/master

Message ID d5677a00-ffb6-bb54-90d1-958f14317759@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-marvell/master | expand

Pull-request

git@source.denx.de:u-boot/custodians/u-boot-marvell.git

Message

Stefan Roese March 12, 2021, 9:02 a.m. UTC
Hi Tom,

please pull the next batch of Marvell MVEBU related patches. Here the
summary log:

----------------------------------------------------------------
- Some more updates/sync's to A38x DDR3 code (Marek & Pali)
- marvell/ddr/AXP: Some type fixes found in the LTO work (Marek)
- Espressobin: Enable more options (Pali)
- pci-aardvark: Implement workaround for the readback value of
   VEND_ID (Paili)
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=73&view=results

Thanks,
Stefan

The following changes since commit 4c8e9361bb3ced3b20e45ee94b3751da1a9ed850:

   Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2021-03-10 
08:56:52 -0500)

are available in the Git repository at:

   git@source.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to 15942805b7efe47e186d8b30ec378666561ad1f9:

   arm: mvebu: a38x: Remove dead code ARMADA_39X (2021-03-12 07:44:21 +0100)

----------------------------------------------------------------
Marek Behún (2):
       ddr: marvell: axp: align signature of mv_xor_mem_init() with a38x
       ddr: marvell: axp: fix array types have different bounds warning

Pali Rohár (4):
       ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repository
       arm: mvebu: Espressobin: Enable additional options
       arm: a37xx: pci: Implement workaround for the readback value of 
VEND_ID
       arm: mvebu: a38x: Remove dead code ARMADA_39X

Sujeet Baranwal (1):
       ddr: marvell: a38x: Add more space for additional info from SPD

  arch/arm/mach-mvebu/include/mach/cpu.h             |  2 +-
  .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   | 46 
----------------------
  arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c      | 24 -----------
  arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h      | 35 ----------------
  configs/mvebu_espressobin-88f3720_defconfig        |  5 ++-
  drivers/ddr/marvell/a38x/ddr3_debug.c              |  1 -
  drivers/ddr/marvell/a38x/ddr3_init.c               |  3 --
  drivers/ddr/marvell/a38x/ddr3_training.c           | 11 +-----
  drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c |  8 ++--
  drivers/ddr/marvell/a38x/ddr3_training_leveling.c  |  3 --
  drivers/ddr/marvell/a38x/ddr_ml_wrapper.h          |  2 -
  drivers/ddr/marvell/a38x/mv_ddr_plat.c             |  9 -----
  drivers/ddr/marvell/a38x/mv_ddr_plat.h             |  2 +
  drivers/ddr/marvell/a38x/mv_ddr_spd.h              |  8 +++-
  drivers/ddr/marvell/a38x/mv_ddr_sys_env_lib.h      | 22 -----------
  drivers/ddr/marvell/a38x/xor.c                     |  2 -
  drivers/ddr/marvell/axp/ddr3_dfs.c                 |  4 +-
  drivers/ddr/marvell/axp/ddr3_sdram.c               |  2 +-
  drivers/ddr/marvell/axp/xor.c                      |  4 +-
  drivers/ddr/marvell/axp/xor.h                      |  4 +-
  drivers/pci/pci-aardvark.c                         | 10 +++++
  scripts/config_whitelist.txt                       |  1 -
  tools/Makefile                                     |  4 +-
  23 files changed, 37 insertions(+), 175 deletions(-)

Comments

Tom Rini March 12, 2021, 3:17 p.m. UTC | #1
On Fri, Mar 12, 2021 at 10:02:36AM +0100, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the next batch of Marvell MVEBU related patches. Here the
> summary log:
> 

Applied to u-boot/master, thanks!