summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* commands/loads.c: fix whitespace errors & formattingAntony Pavlov2011-08-231-60/+59
* commands/loads.c: make do_* functions staticAntony Pavlov2011-08-231-2/+2
* commands/loads.c: fix compiler's warningAntony Pavlov2011-08-231-1/+1
* commands/loads.c: make it compile againAntony Pavlov2011-08-233-35/+28
* remove LOADS_BAUD_CHANGE from broken commands/loads.cAntony Pavlov2011-08-231-108/+1
* Merge branch 'master' into nextSascha Hauer2011-08-151-0/+6
|\
| * Merge branch 'next'Sascha Hauer2011-08-045-26/+79
| |\
| * | commands/led.c: check registered LEDsAntony Pavlov2011-08-031-0/+6
* | | login: add timeout supportJean-Christophe PLAGNIOL-VILLARD2011-08-112-5/+25
| |/ |/|
* | Merge branch 'pu-time' into nextSascha Hauer2011-08-044-0/+71
|\ \
| * | Add 'time' command to measure execution time of a commandSascha Hauer2011-08-033-0/+68
| * | memcpy command: allow to interruptSascha Hauer2011-08-031-0/+3
* | | remove unused DECLARE_GLOBAL_DATA_PTRSascha Hauer2011-08-011-2/+0
|/ /
* | add a add_mem_device functionSascha Hauer2011-07-181-24/+8
* | mem: replace DEVFS_RDWR by IORESOURCE_MEM_WRITEABLEJean-Christophe PLAGNIOL-VILLARD2011-07-181-1/+1
|/
* Merge branch 'next'Sascha Hauer2011-07-061-2/+1
|\
| * commands/bootm.c: fix unused-but-set-variable gcc warningAntony Pavlov2011-07-041-2/+1
* | menu: fix command management module supportJean-Christophe PLAGNIOL-VILLARD2011-07-051-1/+1
|/
* Merge branch 'next'Sascha Hauer2011-06-063-0/+206
|\
| * commands: add md5/sha1/sha256sum commands using the digest apiPeter Korsgaard2011-05-193-0/+206
* | commands/crc.c: fix typo in help textPeter Korsgaard2011-05-161-1/+1
|/
* cp command: handle directories as last argumentSascha Hauer2011-04-121-1/+2
* environment: make default env path configurableSascha Hauer2011-04-122-2/+2
* nand bb: add proper bb remove functionSascha Hauer2011-04-121-12/+1
* nand bb: switch to cdev operationsSascha Hauer2011-04-121-1/+1
* nand: move bb handling code to drivers/mtd/nandSascha Hauer2011-04-121-248/+0
* make command support optionalSascha Hauer2011-04-111-1/+10
* env: Make environment variable support optionalSascha Hauer2011-04-111-0/+2
* commands: seperate usb command from usb coreSascha Hauer2011-04-113-0/+50
* devfs: remove unused struct filep* argument from open/closeSascha Hauer2011-04-111-2/+2
* Merge branch 'nand-pu' into nextSascha Hauer2011-04-063-2/+13
|\
| * nand: Make write support optionalSascha Hauer2011-04-041-1/+6
| * commands: Make nand command optionalSascha Hauer2011-04-042-1/+7
* | memcpy command: do not set read/write sizeSascha Hauer2011-04-041-1/+1
|/
* Merge branch 'master' into nextSascha Hauer2011-03-101-1/+1
|\
| * trigger command: fix printf formatSascha Hauer2011-03-101-1/+1
* | LINUX16: Fix warningJuergen Beisert2011-03-101-1/+2
* | LINUX16: Add selection of the VESA video modeJuergen Beisert2011-03-101-4/+33
* | Change 'linux16' command to use getopt()Juergen Beisert2011-03-101-4/+12
|/
* Merge branch 'master' into nextSascha Hauer2011-01-171-1/+1
|\
| * nand: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* | BMP: Add support for 32bpp video frame bufferGregory CLEMENT2011-01-141-0/+1
* | Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-3/+1
|/
* Fix a typo in the GPIO docJuergen Beisert2010-12-211-1/+1
* xyzModem.c: fix 'dummy' is used uninitialized in this function warningFabio Porcedda2010-12-211-1/+1
* Cosmetic fixes, including format attributes for printf() and friends.Krzysztof Halasa2010-12-216-8/+7
* Fix help text for "loadb" and "loady" commands.Krzysztof Halasa2010-12-211-1/+1
* LED: Add trigger commandSascha Hauer2010-12-203-0/+116
* LED: Add led commandSascha Hauer2010-12-203-0/+98
* Merge branch 'master' into nextSascha Hauer2010-11-171-1/+1
|\