Lokesh Vutla | 5cd9661 | 2017-12-29 11:47:49 +0530 | [diff] [blame] | 1 | menu "TI specific command line interface" |
| 2 | |
| 3 | config CMD_DDR3 |
| 4 | bool "command for verifying DDR features" |
Tom Rini | 1b377a9 | 2023-10-07 15:36:58 -0400 | [diff] [blame] | 5 | depends on ARCH_KEYSTONE || DRA7XX |
Lokesh Vutla | 5cd9661 | 2017-12-29 11:47:49 +0530 | [diff] [blame] | 6 | help |
| 7 | Support for testing ddr3 on TI platforms. This command |
| 8 | supports memory verification, memory comapre and ecc |
| 9 | verification if supported. |
| 10 | |
Tero Kristo | f79753c | 2021-06-11 11:45:16 +0300 | [diff] [blame] | 11 | config CMD_PD |
| 12 | bool "command for verifying power domains" |
| 13 | depends on TI_POWER_DOMAIN |
| 14 | help |
| 15 | Debug command for K3 power domains. For this to work, the |
| 16 | K3 power domain driver must be enabled for the u-boot; by |
| 17 | default it is only enabled for SPL. |
| 18 | |
Lokesh Vutla | 5cd9661 | 2017-12-29 11:47:49 +0530 | [diff] [blame] | 19 | endmenu |