]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory
authorStefan Roese <sr@denx.de>
Wed, 25 Mar 2015 11:51:18 +0000 (12:51 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:03 +0000 (13:49 +0200)
commit25b1e44416dad6469eceebd7255e72be145e6080
treef081887e764bcfc0971320d0528f9137d8dfd2ea
parenta7ebb569a79304bf47d5bf6f6e198e286def62ee
arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory

With the upcoming addition of the Armada 38x DDR support, which is not
compatible to the Armada XP DDR init code, we need to introduce a new
directory infrastructure. To support multiple Marvell DDR controller.

This will be the new structure:

     drivers/ddr/marvell/axp
     Supporting Armada XP (AXP) devices (and perhaps Armada 370)

     drivers/ddr/marvell/a38x
     Supporting Armada 38x devices (and perhaps Armada 39x)

Signed-off-by: Stefan Roese <sr@denx.de>
26 files changed:
arch/arm/mach-mvebu/include/mach/cpu.h
arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.h
drivers/ddr/marvell/axp/Makefile [moved from drivers/ddr/mvebu/Makefile with 100% similarity]
drivers/ddr/marvell/axp/ddr3_axp.h [moved from drivers/ddr/mvebu/ddr3_axp.h with 100% similarity]
drivers/ddr/marvell/axp/ddr3_axp_config.h [moved from drivers/ddr/mvebu/ddr3_axp_config.h with 100% similarity]
drivers/ddr/marvell/axp/ddr3_axp_mc_static.h [moved from drivers/ddr/mvebu/ddr3_axp_mc_static.h with 100% similarity]
drivers/ddr/marvell/axp/ddr3_axp_training_static.h [moved from drivers/ddr/mvebu/ddr3_axp_training_static.h with 100% similarity]
drivers/ddr/marvell/axp/ddr3_axp_vars.h [moved from drivers/ddr/mvebu/ddr3_axp_vars.h with 100% similarity]
drivers/ddr/marvell/axp/ddr3_dfs.c [moved from drivers/ddr/mvebu/ddr3_dfs.c with 100% similarity]
drivers/ddr/marvell/axp/ddr3_dqs.c [moved from drivers/ddr/mvebu/ddr3_dqs.c with 100% similarity]
drivers/ddr/marvell/axp/ddr3_hw_training.c [moved from drivers/ddr/mvebu/ddr3_hw_training.c with 100% similarity]
drivers/ddr/marvell/axp/ddr3_hw_training.h [moved from drivers/ddr/mvebu/ddr3_hw_training.h with 100% similarity]
drivers/ddr/marvell/axp/ddr3_init.c [moved from drivers/ddr/mvebu/ddr3_init.c with 100% similarity]
drivers/ddr/marvell/axp/ddr3_init.h [moved from drivers/ddr/mvebu/ddr3_init.h with 100% similarity]
drivers/ddr/marvell/axp/ddr3_patterns_64bit.h [moved from drivers/ddr/mvebu/ddr3_patterns_64bit.h with 100% similarity]
drivers/ddr/marvell/axp/ddr3_pbs.c [moved from drivers/ddr/mvebu/ddr3_pbs.c with 100% similarity]
drivers/ddr/marvell/axp/ddr3_read_leveling.c [moved from drivers/ddr/mvebu/ddr3_read_leveling.c with 100% similarity]
drivers/ddr/marvell/axp/ddr3_sdram.c [moved from drivers/ddr/mvebu/ddr3_sdram.c with 100% similarity]
drivers/ddr/marvell/axp/ddr3_spd.c [moved from drivers/ddr/mvebu/ddr3_spd.c with 100% similarity]
drivers/ddr/marvell/axp/ddr3_write_leveling.c [moved from drivers/ddr/mvebu/ddr3_write_leveling.c with 100% similarity]
drivers/ddr/marvell/axp/xor.c [moved from drivers/ddr/mvebu/xor.c with 100% similarity]
drivers/ddr/marvell/axp/xor.h [moved from drivers/ddr/mvebu/xor.h with 100% similarity]
drivers/ddr/marvell/axp/xor_regs.h [moved from drivers/ddr/mvebu/xor_regs.h with 100% similarity]
include/configs/db-mv784mp-gp.h
include/configs/maxbcm.h
scripts/Makefile.spl