summaryrefslogtreecommitdiff
path: root/cmd/axi.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-4/+4
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-5/+5
2020-12-19cmd: Drop use of old sequence numbers in commandsSimon Glass1-2/+2
2020-12-19dm: Avoid accessing seq directlySimon Glass1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-10/+12
2018-08-11cmd: Add axi commandMario Six1-0/+352