summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* memcmp: fix comparison on short readUwe Kleine-König2017-03-021-2/+2
* commands/mmc_extcsd: Relicense under GPLv2+Sascha Hauer2017-03-011-1/+1
* output: use '[0m' to reset colorsMichael Olbrich2017-01-241-1/+1
* bootchooser: fix help messageJan Luebbe2017-01-131-2/+2
* Merge branch 'for-next/truncate'Sascha Hauer2017-01-111-1/+1
|\
| * commands: ubi: ubiupdatevol: Open device with O_TRUNCTeresa Remmet2017-01-111-1/+1
* | menu: sanitize menu_add_titleSascha Hauer2017-01-101-1/+1
* | docs: fix typos in memcmp help textMoritz Warning2017-01-101-2/+2
* | commands: i2c: Listen for CTRL-C when probingAndrey Smirnov2017-01-101-1/+1
|/
* clk: add clock command completionSascha Hauer2016-11-081-0/+5
* commands: spi: fix chip select validationStefan Lengfeld2016-11-081-2/+2
* complete: Add completion for nv and globalvar commandsSascha Hauer2016-10-182-0/+4
* boot: add '-w' parameter to usage help textYegor Yefremov2016-10-121-1/+1
* Merge branch 'for-next/ubi'Sascha Hauer2016-10-101-9/+107
|\
| * mtd: ubi: commands: added the new command 'ubirename'.Giorgio Dal Molin2016-09-271-0/+77
| * mtd: ubi: commands: use function API to access ubi volumesSascha Hauer2016-09-271-9/+30
* | Merge branch 'for-next/misc'Sascha Hauer2016-10-101-1/+3
|\ \
| * | convert users to %pI4Sascha Hauer2016-09-221-1/+3
| |/
* | boot: add framework for redundant boot scenariosMarc Kleine-Budde2016-09-223-0/+154
* | global: Make 'global' command behaviour consistent to 'nv'Sascha Hauer2016-09-221-18/+17
|/
* commands: exit on invalid optionEnrico Jorns2016-09-1617-6/+30
* Merge branch 'for-next/misc'Sascha Hauer2016-09-132-1/+3
|\
| * commands: saveenv: exit on invalid optionEnrico Jorns2016-09-051-0/+2
| * commands/Kconfig: fix typo in CMD_OF_FIXUP_STATUS helpChristian Hemp2016-08-221-1/+1
* | Merge branch 'for-next/menu'Sascha Hauer2016-09-131-4/+19
|\ \
| * | rework menu so that it can support multiline titlesAleksey Kuleshov2016-09-051-4/+19
| |/
* | commands: ubiupdatevol: confirm success with return value 0Ulrich Ölmann2016-09-061-2/+3
* | commands: ubiupdatevol: store return value of read() in a signed intUlrich Ölmann2016-09-061-2/+1
* | commands: usbgadget: Fix -d option help textSascha Hauer2016-08-291-1/+1
|/
* Merge branch 'for-next/nv'Sascha Hauer2016-08-031-17/+26
|\
| * nv: Allow to set/remove multiple variables with one commandSascha Hauer2016-07-221-13/+15
| * nv: Add option to explicitly save nv variablesSascha Hauer2016-07-221-4/+11
* | Merge branch 'for-next/boot'Sascha Hauer2016-08-033-390/+28
|\ \
| * | boot: Print a message when a boot target string does not lead to a boot targetSascha Hauer2016-07-261-4/+10
| * | boot command: Explicitly complain when boot target list is emptySascha Hauer2016-07-261-0/+5
| * | boot: Move code to common/Sascha Hauer2016-07-262-327/+8
| * | boot: Use struct bootentries to pass around dataSascha Hauer2016-07-261-109/+22
| * | bootentries: Move menu display string allocation to bootentries_alloc()Sascha Hauer2016-07-261-4/+3
| * | blspec: separate bootentries from blspec entriesSascha Hauer2016-07-261-23/+77
| * | bootentries: Add title/descriptionSascha Hauer2016-07-261-13/+10
| * | blspec: factor out a struct bootentrySascha Hauer2016-07-261-14/+17
| * | blpec: rename struct lspec -> bootentriesSascha Hauer2016-07-261-37/+37
| * | include: Move bulk of boot.h to bootm.hSascha Hauer2016-07-262-2/+2
| * | boot: Call blspec_scan_directory() only on strings containing an absolute pathSascha Hauer2016-07-221-3/+6
| * | blspec: Remove once/default handlingSascha Hauer2016-07-221-28/+5
| |/
* / commands: fbtest: select IMAGE_RENDERERLucas Stach2016-07-251-0/+1
|/
* Merge branch 'for-next/video'Sascha Hauer2016-07-113-0/+211
|\
| * GUI: Add fbtest commandAndrey Smirnov2016-06-303-0/+211
* | Merge branch 'for-next/ubi'Sascha Hauer2016-07-111-7/+112
|\ \
| * | commands: ubi: Add ubiupdatevol commandTeresa Remmet2016-06-281-0/+87