summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'for-next/watchdog'Sascha Hauer2019-11-071-7/+27
|\
| * commands: wd: support configuring watchdog by nameAhmad Fatoum2019-10-291-7/+27
| * watchdog: export API to configure watchdogs by nameAhmad Fatoum2019-10-291-1/+1
* | commands: passwd: suggest sandbox for offline password generationAhmad Fatoum2019-10-231-2/+4
* | edit: add vi alias with vi-style bindingsAhmad Fatoum2019-10-181-8/+144
* | edit: replace %c for literal with literal directlyAhmad Fatoum2019-10-181-9/+9
* | cp: complete command helpRobert Karszniewicz2019-10-181-1/+2
|/
* Merge branch 'for-next/of-overlay'Sascha Hauer2019-10-173-0/+102
|\
| * commands: add of_overlay command for device tree overlaysMichael Tretter2019-09-163-0/+102
* | Merge branch 'for-next/of'Sascha Hauer2019-10-173-0/+116
|\ \