ARM: mvebu: a38x: sync ddr training code with upstream
This syncs drivers/ddr/marvell/a38x/ with the mv_ddr-armada-17.10 branch of https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git . The upstream code is incorporated omitting the ddr4 and apn806 and folding the nested a38x directory up one level. After that a semi-automated step is used to drop unused features with unifdef find drivers/ddr/marvell/a38x/ -name '*.[ch]' | \ xargs unifdef -m -UMV_DDR -UMV_DDR_ATF -UCONFIG_DDR4 \ -UCONFIG_APN806 -UCONFIG_MC_STATIC \ -UCONFIG_MC_STATIC_PRINT -UCONFIG_PHY_STATIC \ -UCONFIG_64BIT INTER_REGS_BASE is updated to be defined as SOC_REGS_PHY_BASE. Some now empty files are removed and the ternary license is replaced with a SPDX GPL-2.0+ identifier. Signed-off-by:Chris Packham <judge.packham@gmail.com> Signed-off-by:
Stefan Roese <sr@denx.de>
Showing
- board/CZ.NIC/turris_omnia/turris_omnia.c 20 additions, 16 deletionsboard/CZ.NIC/turris_omnia/turris_omnia.c
- board/Marvell/db-88f6820-amc/db-88f6820-amc.c 11 additions, 9 deletionsboard/Marvell/db-88f6820-amc/db-88f6820-amc.c
- board/Marvell/db-88f6820-gp/db-88f6820-gp.c 11 additions, 9 deletionsboard/Marvell/db-88f6820-gp/db-88f6820-gp.c
- board/gdsys/a38x/controlcenterdc.c 12 additions, 9 deletionsboard/gdsys/a38x/controlcenterdc.c
- board/solidrun/clearfog/clearfog.c 11 additions, 9 deletionsboard/solidrun/clearfog/clearfog.c
- drivers/ddr/marvell/a38x/Makefile 6 additions, 4 deletionsdrivers/ddr/marvell/a38x/Makefile
- drivers/ddr/marvell/a38x/ddr3_a38x.c 0 additions, 685 deletionsdrivers/ddr/marvell/a38x/ddr3_a38x.c
- drivers/ddr/marvell/a38x/ddr3_a38x_topology.h 0 additions, 21 deletionsdrivers/ddr/marvell/a38x/ddr3_a38x_topology.h
- drivers/ddr/marvell/a38x/ddr3_a38x_training.c 0 additions, 39 deletionsdrivers/ddr/marvell/a38x/ddr3_a38x_training.c
- drivers/ddr/marvell/a38x/ddr3_debug.c 483 additions, 250 deletionsdrivers/ddr/marvell/a38x/ddr3_debug.c
- drivers/ddr/marvell/a38x/ddr3_hws_hw_training.c 0 additions, 147 deletionsdrivers/ddr/marvell/a38x/ddr3_hws_hw_training.c
- drivers/ddr/marvell/a38x/ddr3_hws_hw_training.h 0 additions, 48 deletionsdrivers/ddr/marvell/a38x/ddr3_hws_hw_training.h
- drivers/ddr/marvell/a38x/ddr3_hws_hw_training_def.h 0 additions, 461 deletionsdrivers/ddr/marvell/a38x/ddr3_hws_hw_training_def.h
- drivers/ddr/marvell/a38x/ddr3_hws_sil_training.h 0 additions, 16 deletionsdrivers/ddr/marvell/a38x/ddr3_hws_sil_training.h
- drivers/ddr/marvell/a38x/ddr3_init.c 127 additions, 618 deletionsdrivers/ddr/marvell/a38x/ddr3_init.c
- drivers/ddr/marvell/a38x/ddr3_init.h 53 additions, 246 deletionsdrivers/ddr/marvell/a38x/ddr3_init.h
- drivers/ddr/marvell/a38x/ddr3_logging_def.h 7 additions, 3 deletionsdrivers/ddr/marvell/a38x/ddr3_logging_def.h
- drivers/ddr/marvell/a38x/ddr3_patterns_64bit.h 1 addition, 0 deletionsdrivers/ddr/marvell/a38x/ddr3_patterns_64bit.h
- drivers/ddr/marvell/a38x/ddr3_topology_def.h 4 additions, 2 deletionsdrivers/ddr/marvell/a38x/ddr3_topology_def.h
- drivers/ddr/marvell/a38x/ddr3_training.c 858 additions, 592 deletionsdrivers/ddr/marvell/a38x/ddr3_training.c
Loading
Please register or sign in to comment