mbox series

[U-Boot,v1,0/2] ARM: mvebu: a38x: updates

Message ID 20180404052313.24830-1-judge.packham@gmail.com
Headers show
Series ARM: mvebu: a38x: updates | expand

Message

Chris Packham April 4, 2018, 5:23 a.m. UTC
This small series represents some low hanging fruit needed before we can
bring in the updated version of Marvell's DDR training code. These are
things that really shouldn't have been part of the DDR code in the first
place but for one reason or another ended up there.

Patch 2 is borrowed in part from commit 09275c77 in
https://github.com/MarvellEmbeddedProcessors/u-boot-marvell.git


Chris Packham (2):
  ARM: mvebu: a38x: move definition of PEX_CFG_DIRECT_ACCESS
  ARM: mvebu: a38x: move sys_env_device_rev_get

 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h         |  1 +
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c      | 24 ++++++++++++++++++++++
 .../ddr/marvell/a38x/ddr3_hws_hw_training_def.h    |  2 --
 drivers/ddr/marvell/a38x/ddr3_init.c               | 24 ----------------------
 4 files changed, 25 insertions(+), 26 deletions(-)