arm: mvebu: Add Serdes PHY config code
authorStefan Roese <sr@denx.de>
Mon, 19 Jan 2015 10:33:41 +0000 (11:33 +0100)
committerLuka Perkov <luka.perkov@sartura.hr>
Fri, 6 Feb 2015 16:24:59 +0000 (17:24 +0100)
commit2e19cc316f38c56e3bbc127491bc8722c1b0386c
tree9ea971b8657fadfbedc858a6bfad7df303e7ba86
parentb0f80b913f5a8aec8ba75093328ac17d178c3b95
arm: mvebu: Add Serdes PHY config code

This code is ported from the Marvell bin_hdr code into mainline
SPL U-Boot. It needs to be executed very early so that the devices
connected to the serdes PHY are configured correctly.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
arch/arm/mvebu-common/Makefile
arch/arm/mvebu-common/serdes/Makefile [new file with mode: 0644]
arch/arm/mvebu-common/serdes/board_env_spec.h [new file with mode: 0644]
arch/arm/mvebu-common/serdes/high_speed_env_lib.c [new file with mode: 0644]
arch/arm/mvebu-common/serdes/high_speed_env_spec.c [new file with mode: 0644]
arch/arm/mvebu-common/serdes/high_speed_env_spec.h [new file with mode: 0644]