2017-12-29 06:17:49 +00:00
|
|
|
menu "TI specific command line interface"
|
|
|
|
|
|
|
|
config CMD_DDR3
|
|
|
|
bool "command for verifying DDR features"
|
|
|
|
help
|
|
|
|
Support for testing ddr3 on TI platforms. This command
|
|
|
|
supports memory verification, memory comapre and ecc
|
|
|
|
verification if supported.
|
|
|
|
|
2021-06-11 08:45:16 +00:00
|
|
|
config CMD_PD
|
|
|
|
bool "command for verifying power domains"
|
|
|
|
depends on TI_POWER_DOMAIN
|
|
|
|
help
|
|
|
|
Debug command for K3 power domains. For this to work, the
|
|
|
|
K3 power domain driver must be enabled for the u-boot; by
|
|
|
|
default it is only enabled for SPL.
|
|
|
|
|
2017-12-29 06:17:49 +00:00
|
|
|
endmenu
|