summaryrefslogtreecommitdiff
path: root/cmd/binop.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-3/+3
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-05-21cmd: binop: Use hex2binMario Six1-25/+3
2019-05-21cmd: binop: Use new environment apiMario Six1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-04-07cmd: Add command for calculating binary operationsMario Six1-0/+176