summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2020-12-117-31/+21
|\
| * commands: memtester: fix mismatched format stringAhmad Fatoum2020-12-071-1/+1
| * commands: implement and use parse_assignment helperAhmad Fatoum2020-11-274-21/+8
| * commands: nv: pass empty string for nvAhmad Fatoum2020-11-271-0/+2
| * commands: nv: fix set/remove of multiple variables in one goAhmad Fatoum2020-11-271-1/+1
| * commands: boot: fix error code/clean up behavior when not bootingAhmad Fatoum2020-11-241-8/+5
| * setenv: align with POSIX in handling of setenv(var, "")Ahmad Fatoum2020-11-231-2/+1
| * fs: introduce unsetenv() to prepare for changing setenv(var, "") behaviorAhmad Fatoum2020-11-232-2/+7
* | imd command: Document verbose optionSascha Hauer2020-12-071-0/+1
* | sandbox: retire CONFIG_LINUX symbol in favor of CONFIG_SANDBOXAhmad Fatoum2020-11-271-1/+1
|/
* Merge branch 'for-next/mtd-nand'Sascha Hauer2020-11-102-2/+26
|\
| * nand command: Allow offsets with [kM] suffixesSascha Hauer2020-11-101-1/+1
| * nand command: Print OOB informationSascha Hauer2020-11-101-0/+5
| * mtd: nand: Update to Linux-5.9Sascha Hauer2020-11-101-1/+20
* | i2c_probe: Use "read_byte" command for probingAlexander Shiyan2020-11-091-2/+4
* | commands: import memtester 4.3.0 from Debian GNU/LinuxPeter Mamonov2020-11-029-0/+906
* | commands: bootchooser: migrate menu entry to boot menuAhmad Fatoum2020-10-211-5/+17
* | Merge branch 'for-next/percent_pe' into masterSascha Hauer2020-10-144-9/+7
|\ \
| * | treewide: replace strerror(-PTR_ERR(errno)) with %pe format specifierAhmad Fatoum2020-09-293-7/+5
| * | vsprintf: retire strerrorp in favor of %peAhmad Fatoum2020-09-291-2/+2
| |/
* | Merge branch 'for-next/misc' into masterSascha Hauer2020-10-141-2/+2
|\ \
| * | commands: boot_order: note that it's OMAP specific in help textAhmad Fatoum2020-10-051-2/+2
| |/
* / commands: uimage: fix indeterminate exit code of commandAhmad Fatoum2020-10-021-2/+2
|/
* Merge branch 'for-next/net' into masterSascha Hauer2020-09-252-1/+9
|\
| * fastboot: rename usbgadget.fastboot_* variables to fastboot.*Daniel Glöckner2020-08-191-1/+1
| * Introduce slicesSascha Hauer2020-08-131-0/+8
* | Merge branch 'for-next/mmc' into masterSascha Hauer2020-09-251-9/+16
|\ \
| * | commands: mmc_extcsd: print_field: fix layoutJuergen Borleis2020-09-141-1/+1
| * | commands: mmc_extcsd: print_field: fix 32 bit overflowJuergen Borleis2020-09-141-8/+15
| |/
* | clk_dump command: Allow printing a single clockSascha Hauer2020-09-231-2/+13
* | commands: setenv: allow use with hush shellAhmad Fatoum2020-09-183-1/+16
* | commands: setenv: support setenv dev.var=VAL syntaxAhmad Fatoum2020-09-181-2/+10
* | commands: reset: allow specifying reset by nameAhmad Fatoum2020-09-151-3/+24
* | boot: ignore all spaces between boot targetsAhmad Fatoum2020-09-151-0/+2
* | ls: align file size correctly on non-ARM 64-bit platformsAhmad Fatoum2020-09-151-1/+1
* | ls: don't print . and .. on recursive lsAhmad Fatoum2020-09-141-5/+6
|/
* commands: dhrystone: remove unneeded and out-of-place <stdbool.h>Ahmad Fatoum2020-07-141-1/+0
* devinfo: print device parent along with device infoAhmad Fatoum2020-06-231-0/+3
* Merge branch 'for-next/sandbox-compile-test'Sascha Hauer2020-06-112-7/+2
|\
| * commands: test: drop dead assignmentAhmad Fatoum2020-06-031-1/+0
| * commands: tftp: drop unused variableAhmad Fatoum2020-06-031-6/+2
* | poller: Add a poller commandSascha Hauer2020-05-201-0/+9
|/
* Merge branch 'for-next/misc'Sascha Hauer2020-05-14115-1809/+365
|\
| * commands/*: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-04-27115-1809/+365
* | commands: remove left-over CMD_AT91MUX Kconfig optionAhmad Fatoum2020-04-291-16/+0
* | commands: fix misindented help textAhmad Fatoum2020-04-291-1/+1
|/
* Merge branch 'for-next/net'Sascha Hauer2020-04-161-2/+2
|\
| * miitool: Use mdiobus_read()Sascha Hauer2020-03-311-2/+2
* | Merge branch 'for-next/misc'Sascha Hauer2020-04-161-7/+4
|\ \
| * | commands: of_property: fix crashes on incorrect number of argumentsAhmad Fatoum2020-03-311-7/+4
| |/