arm: mvebu: serdes: Move Armada XP SERDES / PHY init code into new directory
authorStefan Roese <sr@denx.de>
Mon, 20 Apr 2015 07:28:12 +0000 (09:28 +0200)
committerLuka Perkov <luka.perkov@sartura.hr>
Thu, 23 Jul 2015 08:38:05 +0000 (10:38 +0200)
commit29b103c733f6c17ecf8ee8d66140254788e2bdda
tree783089f3655fb14cba2610da3e27211625553963
parentc25012b9af1e217958ee74dc8d26742cec613860
arm: mvebu: serdes: Move Armada XP SERDES / PHY init code into new directory

With the upcoming addition of the Armada 38x SPL support, which is not
compatible to the Armada XP SERDES init code, we need to introduce a new
directory infrastructure. So lets move the AXP serdes init code into
a new directory. This way the A38x code can be added in a clean way.

Signed-off-by: Stefan Roese <sr@denx.de>
12 files changed:
arch/arm/mach-mvebu/Makefile
arch/arm/mach-mvebu/serdes/Makefile [deleted file]
arch/arm/mach-mvebu/serdes/axp/Makefile [new file with mode: 0644]
arch/arm/mach-mvebu/serdes/axp/board_env_spec.h [new file with mode: 0644]
arch/arm/mach-mvebu/serdes/axp/high_speed_env_lib.c [new file with mode: 0644]
arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.c [new file with mode: 0644]
arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.h [new file with mode: 0644]
arch/arm/mach-mvebu/serdes/board_env_spec.h [deleted file]
arch/arm/mach-mvebu/serdes/high_speed_env_lib.c [deleted file]
arch/arm/mach-mvebu/serdes/high_speed_env_spec.c [deleted file]
arch/arm/mach-mvebu/serdes/high_speed_env_spec.h [deleted file]
board/maxbcm/maxbcm.c