| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-16 | cmd/ti: Update Kconfig logic and Makefile recursion logic | Tom Rini | |
| - Add some dependencies to CMD_DDR3 as this is only valid on some platforms (which tend to select it as well). - The proper gate for going in to cmd/ti is not CONFIG_TI_COMMON_CMD_OPTIONS as nothing under there is controlled by that symbol but the general TI architecture options. Signed-off-by: Tom Rini <[email protected]> | |||
| 2021-06-11 | cmd: ti: pd: Add debug command for K3 power domains | Tero Kristo | |
| Add support command for debugging K3 power domains. This is useful with the HSM rearch setup, where power domains are directly controlled by SPL instead of going through the TI SCI layer. The debugging support is only available in the u-boot codebase though, so the raw register access power domain layer must be enabled on u-boot side for this to work. By default, u-boot side uses the TI SCI layer, and R5 SPL only uses the direct access methods. Signed-off-by: Tero Kristo <[email protected]> Signed-off-by: Tero Kristo <[email protected]> Reviewed-by: Jaehoon Chung <[email protected]> | |||
| 2018-01-19 | arm: keystone: Move cmd_ddr3 to a common place | Lokesh Vutla | |
| Move cmd_ddr3 to cmd/ti in order to make it build for non-keystone TI platforms. Signed-off-by: Lokesh Vutla <[email protected]> [trini: Rename to ddr3.c not cmd_ddr3.c] Signed-off-by: Tom Rini <[email protected]> | |||
