summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/parameter-types'Sascha Hauer2017-05-051-1/+2
|\
| * parameter: Give device parameters typesSascha Hauer2017-04-101-1/+2
* | Merge branch 'for-next/misc'Sascha Hauer2017-05-051-0/+1
|\ \
| * | commands: add spd_decode to the 'hardware manipulation' groupAntony Pavlov2017-04-281-0/+1
| |/
* | commands: basename: Use posix_basename()Sascha Hauer2017-04-191-1/+1
* | cp: Use posix_basename() on source argumentSascha Hauer2017-04-191-1/+2
|/
* Merge branch 'for-next/state'Sascha Hauer2017-04-074-4/+124
|\
| * state: Allow to load without authentificationSascha Hauer2017-03-311-4/+12
| * commands: state: allow loading state with -lSascha Hauer2017-03-311-4/+9
| * commands: implement keystore commandSascha Hauer2017-03-313-0/+107
* | Merge branch 'for-next/mtd'Sascha Hauer2017-04-071-0/+4
|\ \
| * | mtd: when creating bitflips the offset has to be page alignedSascha Hauer2017-03-301-0/+4
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2017-04-074-12/+21
|\ \
| * | commands: digest: show area info only if necessaryAntony Pavlov2017-04-061-3/+11
| * | commands: usbgadget: provide fallback to global variablesOleksij Rempel2017-03-311-3/+8
| * | poweroff: Allow to register poweroff handlersSascha Hauer2017-03-302-6/+2
| |/
* | Merge branch 'for-next/led'Sascha Hauer2017-04-072-26/+72
|\ \
| * | led-trigger: Allow multiple led triggers of the same typeSascha Hauer2017-03-301-25/+29
| * | led: Add blink/flash to led commandSascha Hauer2017-03-301-1/+43
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2017-04-073-0/+126
|\ \
| * | i.MX: hab: Add HAB fusebox related convenience functions / commandSascha Hauer2017-04-043-0/+126
| |/
* | add seed commandOleksij Rempel2017-03-303-0/+51
* | fs: add prng deviceOleksij Rempel2017-03-301-0/+29
|/
* Merge branch 'for-next/video'Sascha Hauer2017-03-131-0/+1
|\
| * fb: introduce flush for virtual framebufferBastian Stender2017-02-281-0/+1
* | Merge branch 'for-next/usb'Sascha Hauer2017-03-131-6/+13
|\ \
| * | usb: gadget: properly release f_multi_optsSascha Hauer2017-03-091-6/+13
* | | Merge branch 'for-next/misc'Sascha Hauer2017-03-131-2/+6
|\ \ \
| * | | console_countdown: add possibility to abort countdown by external commandsMarc Kleine-Budde2017-03-101-2/+6
| | |/ | |/|
* | | Merge branch 'for-next/efi'Sascha Hauer2017-03-132-2/+2
|\ \ \ | |_|/ |/| |
| * | efi: move x86 efi boot support to x86 archJean-Christophe PLAGNIOL-VILLARD2017-02-272-2/+2
| |/
* | 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