diff options
| author | Igal Liberman <igall@marvell.com> | 2021-03-23 11:57:57 +0100 |
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2021-04-29 07:45:24 +0200 |
| commit | e49cdbe10b082980029b8e215842be4fbbd13f5f (patch) | |
| tree | 7caba88aef484f1eaf277acfdf0c098b440ee8f6 /cmd/mvebu/Kconfig | |
| parent | 7b27e608f8f75946c896a63db3528c05941cc808 (diff) | |
| download | u-boot-e49cdbe10b082980029b8e215842be4fbbd13f5f.tar.gz u-boot-e49cdbe10b082980029b8e215842be4fbbd13f5f.tar.xz u-boot-e49cdbe10b082980029b8e215842be4fbbd13f5f.zip | |
phy: marvell: add RX training command
This patch adds support for running RX training using new command called
"rx_training"
Usage:
rx_training - rx_training <cp id> <comphy id>
RX training allows to improve link quality (for SFI mode)
by running training sequence between us and the link partner,
this allows to reach better link quality then using static configuration.
Change-Id: I818fe67ccaf19a87af50d4c34a9db7d6802049a5
Signed-off-by: Igal Liberman <igall@marvell.com>
Signed-off-by: Marcin Wojtas <mw@semihalf.com>
Diffstat (limited to 'cmd/mvebu/Kconfig')
| -rw-r--r-- | cmd/mvebu/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/mvebu/Kconfig b/cmd/mvebu/Kconfig index f1eb00614d..f0e4f884d7 100644 --- a/cmd/mvebu/Kconfig +++ b/cmd/mvebu/Kconfig @@ -49,4 +49,11 @@ config MVEBU_UBOOT_DFLT_NAME This option should contain a default file name to be used with MVEBU "bubt" command if the source file name is omitted +config CMD_MVEBU_RX_TRAINING + bool "rx_training" + depends on TARGET_MVEBU_ARMADA_8K + default n + help + Perform RX training sequence + endmenu |
