summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / commands: remove CONFIG_ prefix from Kconfig symbolAhmad Fatoum2020-04-141-1/+1
|/
* commands: boot: fixup create boot entries on demandAhmad Fatoum2020-02-191-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2020-02-183-31/+91
|\
| * i2c_probe command: Use kstrtointSascha Hauer2020-02-141-5/+25
| * commands: boot: create boot entries on demandAhmad Fatoum2020-02-141-6/+12
| * commands: boot: refactor boot entry creation to use iteratorsAhmad Fatoum2020-02-141-16/+28
| * commands/test: Implement -b and -c to test for character and block devicesUwe Kleine-König2020-02-101-0/+14
| * commands/test: Improve option parsing to handle "]" less specialUwe Kleine-König2020-02-101-5/+8
| * commands/test: Bail out on incomplete command line optionsUwe Kleine-König2020-02-101-0/+5
* | imd: add support for checksum generation/verificationSteffen Trumtrar2020-02-101-0/+2
|/
* commands: led: print actual error code when led_set failsAhmad Fatoum2019-12-131-2/+2
* commands: miitool: handle powerdown-flagHubert Feurstein2019-12-131-1/+6
* Allow usage of default environment without environment file storageAlbert Schwarzkopf2019-12-111-0/+5
* commands: digest: don't be to restrictive with the length of verification filesHubert Feurstein2019-12-111-1/+1
* Merge branch 'for-next/randfixes'Sascha Hauer2019-12-101-1/+1
|\
| * commands: keystore: use correct type for s_lenLucas Stach2019-12-021-1/+1
* | Merge branch 'for-next/gpio'Sascha Hauer2019-12-101-1/+3
|\ \
| * | gpio: Introduce GPIO namesSascha Hauer2019-11-271-1/+3
| |/
* | commands: smc: make command usable when ARM_PSCI is undefinedAhmad Fatoum2019-11-192-1/+6
* | commands: smc: verify PSCI_POWER_ON with interprocessor handshakeAhmad Fatoum2019-11-191-6/+55
* | commands: psci: make locally-used function staticAhmad Fatoum2019-11-191-1/+1
* | ARM: psci: properly wire in command helpAhmad Fatoum2019-11-191-0/+1
* | ARM: psci: factor out smc command into commands/Ahmad Fatoum2019-11-193-0/+123
|/