aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/binop.c
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+1
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-1/+1
* cmd: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+1
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-1/+1
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-3/+3
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+2
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* cmd: binop: Use hex2binMario Six2019-05-211-25/+3
* cmd: binop: Use new environment apiMario Six2019-05-211-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+1
* cmd: Add command for calculating binary operationsMario Six2018-04-061-0/+176