aboutsummaryrefslogtreecommitdiff
path: root/cmd/ti/ddr3.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-9/+9
2022-07-25cmd: ti: ddr3: correct minor spelling mistake in Ti DDR3Ramin Zaghi1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-5/+5
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-2/+3
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-10-11cmd: ti: ddr3: Move the print statement after testKrunal Bhargav1-4/+5
2019-10-11cmd: ti: ddr3: Fix ecc address calculationLokesh Vutla1-4/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-19cmd: ti: Generalize cmd_ddr3 commandLokesh Vutla1-30/+120
2018-01-19arm: keystone: Move cmd_ddr3 to a common placeLokesh Vutla1-0/+248