summaryrefslogtreecommitdiff
path: root/cmd/osd.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-8/+8
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-19command: Remove the cmd_tbl_t typedefSimon Glass1-13/+14
2018-09-28cmd: Add osd commandsMario Six1-0/+291