summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* list: remove duplicated list.hSascha Hauer2009-11-034-4/+4
* hush: remove include/hush.hSascha Hauer2009-10-221-1/+4
* uboot_default_env: fix out of tree buildJean-Christophe PLAGNIOL-VILLARD2009-10-201-2/+2
* commands: remove maxargsSascha Hauer2009-10-192-8/+0
* call getopt_reset only onceSascha Hauer2009-10-191-0/+3
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-191-8/+4
* commands: add defines for command errors/successSascha Hauer2009-10-191-1/+7
* consolidate command calling in execute_commandSascha Hauer2009-10-193-35/+21
* console: partly revert 84688dfdb4aecc8296b4fef9bc657335d7b9ade5Sascha Hauer2009-09-251-1/+0
* hush: pass return code from exit commandSascha Hauer2009-09-251-0/+1
* hush: Only run list if it's not emptySascha Hauer2009-09-251-1/+6
* console: make locally used function staticSascha Hauer2009-09-251-2/+3
* Add MMU supportSascha Hauer2009-08-191-0/+11
* console: Fix line endingsSascha Hauer2009-08-131-2/+2
* Improve or fix various parameter documentationJuergen Beisert2009-07-311-0/+4
* get rid of device idsSascha Hauer2009-07-212-3/+7
* move some init work into initcallsSascha Hauer2009-07-211-10/+12
* introduce cdevSascha Hauer2009-07-213-361/+6
* Change return type of function part_remove to void, otherwise the compilerJuergen Beisert2009-07-011-3/+1
* add strerror functionSascha Hauer2009-05-251-4/+11
* simple console: implement console_flushSascha Hauer2009-05-181-0/+16
* console: buffer characters before console is initializedSascha Hauer2009-05-131-10/+21
* console: rename console_buffer to console_input_bufferSascha Hauer2009-05-131-5/+11
* fix errno_str without text error messagesSascha Hauer2009-04-061-0/+2
* Flush consoles before exitingSascha Hauer2009-03-191-0/+11
* Shutdown U-Boot before starting an OSSascha Hauer2009-03-191-0/+10
* Console: Fix baudrate switchingSascha Hauer2009-02-061-1/+4
* update .gitignore files for linker scriptsSascha Hauer2009-01-211-0/+1
* common:environment: fix mode requirementNishanth Menon2008-12-091-1/+1
* hush: Fix quotingSascha Hauer2008-11-101-1/+1
* Print error numberSascha Hauer2008-11-101-6/+5
* partition: route through MEMSETBADBLOCK ioctlSascha Hauer2008-09-021-0/+1
* Build system: Use setlocalversion from kernelSascha Hauer2008-09-021-0/+20
* hush: fix compiler warningSascha Hauer2008-08-261-2/+6
* setenv: Fix warning introduced with last commitSascha Hauer2008-08-201-13/+23
* Common: expose callocNishanth Menon2008-08-151-0/+1
* Partition: Add an own device id for partitionsSascha Hauer2008-08-141-0/+6
* Partition layer updatesSascha Hauer2008-08-131-9/+5
* clocK: Add ndelay functionSascha Hauer2008-08-131-0/+8
* Add help texts for Shell optionsSascha Hauer2008-08-131-14/+18
* arm: dump stack space on startupSascha Hauer2008-08-131-5/+8
* move several commands into extra filesSascha Hauer2008-08-132-135/+2
* console: add a simple console for saving spaceSascha Hauer2008-08-015-5/+138
* - introduce ioctl callSascha Hauer2008-06-061-0/+44
* 007-partitionsNishanth Menon2008-06-052-1/+5
* 002-clock-overflowNishanth Menon2008-06-051-1/+1
* 001-arch-configNishanth Menon2008-06-051-0/+3
* [memory layout]: streamline memory layoutSascha Hauer2008-06-041-0/+56
* fix warnings in malloc code introduced by last commitsSascha Hauer2008-06-031-2/+2
* Remove part #ifdefed with #if (CONFIG_COMMANDS & CFG_CMD_BOOTD) which isMenon, Nishanth2008-05-121-17/+1