summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* digest: digest doesn't return an error if the signature length is incorrectPhilippe Leduc2015-07-061-2/+3
* Merge branch 'for-next/mtd'Sascha Hauer2015-07-032-4/+3
|\
| * commands: mount: detect the device to be mountedSascha Hauer2015-06-261-0/+2
| * commands: detect: use device_detect_by_nameSascha Hauer2015-06-261-4/+1
* | Merge branch 'for-next/misc'Sascha Hauer2015-07-0312-12/+1
|\ \ | |/ |/|
| * treewide: fix 'new blank line at EOF' formatting errorAntony Pavlov2015-07-0211-11/+0
| * commands: digest: fix harmless warningLucas Stach2015-06-291-1/+1
* | devinfo: fix return valueSascha Hauer2015-06-231-5/+2
* | login: fix broken login commandHubert Feurstein2015-06-181-1/+1
|/
* memtest: skip memory region smaller than one pageRenaud Barbier2015-06-161-4/+8
* Merge branch 'for-next/misc'Sascha Hauer2015-06-091-1/+1
|\
| * ubiformat: fix argument parserAlexander Richter2015-05-201-1/+1
* | Merge branch 'for-next/mem64'Sascha Hauer2015-06-097-9/+36
|\ \
| * | mw command: Add 64bit supportSascha Hauer2015-05-281-1/+9
| * | mm command: Add 64bit supportSascha Hauer2015-05-281-4/+16
| * | memset command: Add 64bit supportSascha Hauer2015-05-281-1/+2
| * | memcpy command: Add 64bit supportSascha Hauer2015-05-281-1/+2
| * | memcmp command: Add 64bit supportSascha Hauer2015-05-281-1/+2
| * | md command: Add 64bit supportSascha Hauer2015-05-281-1/+2
| * | mem commands: suppport parsing 'q' optionSascha Hauer2015-05-281-0/+3
* | | Merge branch 'for-next/console'Sascha Hauer2015-06-092-82/+38
|\ \ \
| * | | loadb: ignore -c optionSascha Hauer2015-06-091-6/+1
| * | | loadb: Use console_set_baudrateSascha Hauer2015-06-091-22/+6
| * | | loadb: use console_get_baudrateSascha Hauer2015-06-091-1/+1
| * | | loadxy: use console_set_baudrateSascha Hauer2015-06-092-21/+27
| * | | loadx: ignore -c optionSascha Hauer2015-06-091-6/+1
| * | | loadxy: use console_get_baudrateSascha Hauer2015-06-091-3/+1
| * | | loadxy: Use console_get_by_nameSascha Hauer2015-06-091-24/+2
| |/ /
* | | Merge branch 'for-next/am33xx'Sascha Hauer2015-06-093-0/+80
|\ \ \ | |/ / |/| |
| * | net: dhcp: Split dhcp funcionality & add dhcp commandWadim Egorov2015-06-053-0/+80
* | | md: use memmap when possibleSascha Hauer2015-05-281-0/+8
|/ /
* | commands/Kconfig: fix typo in CMD_BOOTM_OFTREE helpMarc Kleine-Budde2015-05-261-1/+1
* | bootm: add magicvar description for global.bootm.oftreeMarc Kleine-Budde2015-05-261-0/+1
|/
* timeout: factor out wait-for-key-press loop into separate fileMarc Kleine-Budde2015-04-231-49/+13
* command: timeout: add documentation for option '-v'Marc Kleine-Budde2015-04-231-1/+2
* command: timeout: remove unhandled '-t' optionMarc Kleine-Budde2015-04-231-1/+1
* command: state: harmonize in-barebox documentationMarc Kleine-Budde2015-04-171-7/+9
* Merge branch 'for-next/state'Sascha Hauer2015-04-133-0/+83
|\
| * state: add framework for persistent state handlingSascha Hauer2015-03-123-0/+83
* | Merge branch 'for-next/misc'Sascha Hauer2015-04-131-1/+1
|\ \
| * | commands: dmesg: fi format security warningMarc Kleine-Budde2015-04-031-1/+1
| |/
* | command: hashsum: Conding style fixupAntony Pavlov2015-03-301-1/+1
* | command: digest/hashsum: set key at command levelJean-Christophe PLAGNIOL-VILLARD2015-03-273-22/+21
* | crypto: digest: speficied when a digest need a key to be usedJean-Christophe PLAGNIOL-VILLARD2015-03-201-0/+3
* | command: add generic digest commandJean-Christophe PLAGNIOL-VILLARD2015-03-205-62/+234
* | command: rename digest.c to hashsum.cJean-Christophe PLAGNIOL-VILLARD2015-03-193-8/+8
* | crypto: digest: digest_file_window/digest_file/digest_file_by_name drop key p...Jean-Christophe PLAGNIOL-VILLARD2015-03-191-2/+8
* | command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512Jean-Christophe PLAGNIOL-VILLARD2015-03-131-5/+29
* | command: add sha384sum and sha512sum supportJean-Christophe PLAGNIOL-VILLARD2015-03-122-0/+66
* | digest: make it multi-instanceJean-Christophe PLAGNIOL-VILLARD2015-03-121-1/+2