diff options
author | Grzegorz Jaszczyk <jaz@semihalf.com> | 2019-03-22 11:38:56 +0100 |
---|---|---|
committer | Marcin Wojtas <mw@semihalf.com> | 2020-07-30 15:15:53 +0200 |
commit | 3045dfe10c3daaf3eb93f22090e62e062b19b981 (patch) | |
tree | 6ba7775530f1e7138a7e98b5c9bf8d24b650881d /docs | |
parent | 663f6bcfe8ebb041f57674655deaeba6368bb025 (diff) | |
download | platform_external_arm-trusted-firmware-3045dfe10c3daaf3eb93f22090e62e062b19b981.tar.gz platform_external_arm-trusted-firmware-3045dfe10c3daaf3eb93f22090e62e062b19b981.tar.bz2 platform_external_arm-trusted-firmware-3045dfe10c3daaf3eb93f22090e62e062b19b981.zip |
docs: marvell: update PHY porting layer description
The purpose of rx_training had changed after last update. Currently it
is not supposed to help with providing static parameters for porting
layer. Instead, it aims to suit the parameters per connection.
Change-Id: I2a146b71e2e20bd264c090a9a627d0b6bc56e052
Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plat/marvell/armada/porting.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/plat/marvell/armada/porting.rst b/docs/plat/marvell/armada/porting.rst index e3fc9ba73..ba8736dc6 100644 --- a/docs/plat/marvell/armada/porting.rst +++ b/docs/plat/marvell/armada/porting.rst @@ -110,11 +110,6 @@ Comphy Porting (phy-porting-layer.h or phy-default-porting-layer.h) parameters need to be suited and the board designer should provide relevant values. - .. seealso:: - For XFI/SFI comphy type there is procedure "rx_training" which eases - process of suiting some of the parameters. Please see *uboot_cmd* - section: rx_training. - The PHY porting layer simplifies updating static values per board type, which are now grouped in one place. |