]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: mvebu: Add Serdes PHY config code
authorStefan Roese <sr@denx.de>
Mon, 19 Jan 2015 10:33:41 +0000 (11:33 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:09 +0000 (12:59 +0200)
commit0983a97a0ce96012ca4f55f2f6d593933b714bc8
treee2b1596b5ccb6c9f461a5cc84ee981f3ca5029b0
parent5f4bc99026bf9a640f0636ba3ac95bb1573aec9f
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]