summaryrefslogtreecommitdiff
path: root/cmd/osd.c
Commit message (Expand)AuthorAgeFilesLines
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-2/+2
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-8/+8
* cmd: Drop use of old sequence numbers in commandsSimon Glass2020-12-181-2/+2
* dm: Avoid accessing seq directlySimon Glass2020-12-181-2/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-13/+14
* cmd: Add osd commandsMario Six2018-09-281-0/+291