]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:02 +0000 (13:49 +0200)
commitfa066297e0d9c1859aab6810414a636f78142d42
tree1e0b2e725081c4cc77914e74d82ab5799c246d1b
parentb9f3f2bf97d4d658c923859efe1c099358ef8874
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>
arch/arm/mach-mvebu/Makefile
arch/arm/mach-mvebu/serdes/axp/Makefile [moved from arch/arm/mach-mvebu/serdes/Makefile with 100% similarity]
arch/arm/mach-mvebu/serdes/axp/board_env_spec.h [moved from arch/arm/mach-mvebu/serdes/board_env_spec.h with 100% similarity]
arch/arm/mach-mvebu/serdes/axp/high_speed_env_lib.c [moved from arch/arm/mach-mvebu/serdes/high_speed_env_lib.c with 100% similarity]
arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.c [moved from arch/arm/mach-mvebu/serdes/high_speed_env_spec.c with 100% similarity]
arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.h [moved from arch/arm/mach-mvebu/serdes/high_speed_env_spec.h with 100% similarity]
board/maxbcm/maxbcm.c