summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* rework menu so that it can support multiline titlesAleksey Kuleshov2016-09-051-4/+19
* 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
| * | commands: ubimkvol: Add option for static volumesTeresa Remmet2016-06-281-7/+25
* | | Merge branch 'for-next/misc'Sascha Hauer2016-07-111-1/+1
|\ \ \ | |_|/ |/| |
| * | commands: menu: check return pointer properlyLucas Stach2016-07-071-1/+1
| |/
* / boot command: Make verbose/dryrun options work againSascha Hauer2016-06-291-2/+5
|/
* Merge branch 'for-next/bootm'Sascha Hauer2016-06-142-100/+8
|\
| * bootm: Move magicvar descriptions to common/bootm.cSascha Hauer2016-05-111-10/+0
| * bootm: Move bootm options to common/KconfigSascha Hauer2016-05-102-90/+8
* | commands: Add 'hwmon' commandAndrey Smirnov2016-05-183-0/+44
|/
* Merge branch 'for-next/ubiformat'Sascha Hauer2016-05-092-651/+37
|\
| * ubiformat: use default values for ubi_ver and image_seqSascha Hauer2016-04-261-2/+0
| * commands: ubiformat: move code to common/Sascha Hauer2016-04-262-641/+3
| * commands: ubiformat: create separate function for ubiformatSascha Hauer2016-04-251-29/+54
| * commands: ubiformat: Pass around context dataSascha Hauer2016-04-251-120/+121
* | Merge branch 'for-next/misc'Sascha Hauer2016-05-091-6/+5
|\ \
| * | Kconfig: Create Kconfig symbol for NVVARSascha Hauer2016-04-281-1/+1
| * | Kconfig: Make ENV_HANDLING visibleSascha Hauer2016-04-281-2/+2
| * | Kconfig: Make GLOBALVAR visibleSascha Hauer2016-04-281-3/+2
* | | Merge branch 'for-next/include-cleanup'Sascha Hauer2016-05-0924-86/+86
|\ \ \
| * | | commands: mmc_extcsd: Fix incorrect usage of sprintfAndrey Smirnov2016-04-281-33/+46
| * | | stdio: Replace FILE functions with filedescriptor functionsSascha Hauer2016-04-151-5/+5
| * | | stdio: replace fprintf(stderr,...) with eprintfSascha Hauer2016-04-154-8/+7
| * | | stdio: rename getc to getcharSascha Hauer2016-04-153-6/+6
| * | | move unlink_recursive declaration to libfile.hSascha Hauer2016-04-152-0/+2
| * | | move make_directory declaration to libfile.hSascha Hauer2016-04-152-0/+2
| * | | string: Fix (v)asprintf prototypesSascha Hauer2016-04-156-11/+11
| * | | libfile: move open_and_lseek() to libfileSascha Hauer2016-04-157-23/+6
| * | | include: move crc specific stuff to crc.hSascha Hauer2016-04-151-0/+1
* | | | Merge branch 'for-next/bootm'Sascha Hauer2016-05-091-0/+1
|\ \ \ \