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>
master
Stefan Roese 9 years ago committed by Luka Perkov
parent c25012b9af
commit 29b103c733
  1. 3
      arch/arm/mach-mvebu/Makefile
  2. 0
      arch/arm/mach-mvebu/serdes/axp/Makefile
  3. 0
      arch/arm/mach-mvebu/serdes/axp/board_env_spec.h
  4. 0
      arch/arm/mach-mvebu/serdes/axp/high_speed_env_lib.c
  5. 0
      arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.c
  6. 0
      arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.h
  7. 4
      board/maxbcm/maxbcm.c

@ -20,5 +20,6 @@ obj-y += timer.o
obj-$(CONFIG_SPL_BUILD) += spl.o
obj-$(CONFIG_SPL_BUILD) += lowlevel_spl.o
obj-y += serdes/
obj-$(CONFIG_SYS_MVEBU_DDR_AXP) += serdes/axp/
endif

@ -11,8 +11,8 @@
#include <asm/arch/soc.h>
#include <linux/mbus.h>
#include "../drivers/ddr/mvebu/ddr3_hw_training.h"
#include "../arch/arm/mach-mvebu/serdes/high_speed_env_spec.h"
#include "../drivers/ddr/marvell/axp/ddr3_hw_training.h"
#include "../arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.h"
DECLARE_GLOBAL_DATA_PTR;

Loading…
Cancel
Save