summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Resolve the symbols using an extra section and only resolve explicitlySascha Hauer2007-10-011-4/+61
* add missing whitespace in printf outputSascha Hauer2007-10-011-2/+2
* Add register_command() to register a command in runtime. ThisSascha Hauer2007-10-011-1/+46
* make simple parser compile againSascha Hauer2007-10-011-3/+1
* Add module handling (mostly copied from Linux kernel and stripped downSascha Hauer2007-09-283-4/+342
* add kallsyms from linux kernelSascha Hauer2007-09-281-0/+69
* Extend 'export' command to take the form export a=bSascha Hauer2007-09-281-6/+16
* declare lots of functions staticSascha Hauer2007-09-281-11/+6
* set last_return_code to rcode and not 1 or 0Sascha Hauer2007-09-271-1/+1
* pass file size from read_fileSascha Hauer2007-09-271-1/+1
* Merge /home/git/users/rsc/u-boot-v2Sascha Hauer2007-09-271-5/+5
|\
| * Subject: don't use default in choicesRobert Schwebel (Laptop)2007-09-251-5/+4
| * Subject: clean up TEXT_BASERobert Schwebel (Laptop)2007-09-251-0/+1
* | indentionSascha Hauer2007-09-271-4/+8
* | display malloc space on startupSascha Hauer2007-09-262-14/+33
* | hush.c: use xrealloc instead of realloc to save some bytesSascha Hauer2007-09-261-2/+1
* | hush.c: use xzalloc instead of xmalloc to save some bytesSascha Hauer2007-09-261-8/+1
* | hush.c: Remove wrong free() of ctx->pipe->progs. After breaking outSascha Hauer2007-09-261-3/+0
* | remove extern declaration of console_bufferSascha Hauer2007-09-261-1/+0
* | execute /env/bin/init instead of /env/initSascha Hauer2007-09-251-5/+4
* | fix indentionSascha Hauer2007-09-251-2/+3
* | remove hack from hush which did the wrong thingSascha Hauer2007-09-251-5/+0
* | add $# handling for hushSascha Hauer2007-09-251-0/+28
* | add directory handling for environmentSascha Hauer2007-09-251-1/+1
|/
* remove debug printfSascha Hauer2007-09-241-1/+0
* remove u-boot command paramter flagSascha Hauer2007-09-243-28/+15
* - add 'source' commandSascha Hauer2007-09-241-4/+44
* - teach hush to honour PATH variableSascha Hauer2007-09-247-133/+93
* fix indentionSascha Hauer2007-09-231-27/+27
* introduce local and global variables, add export commandSascha Hauer2007-09-231-30/+162
* allow arguments to be passed to scriptsSascha Hauer2007-09-231-52/+100
* unifdef __U_BOOT__ in hush.cSascha Hauer2007-09-221-1936/+0
* add console bufferingSascha Hauer2007-09-211-1/+33
* remove unused includeSascha Hauer2007-09-211-2/+0
* - putc is now putchar for better standard conformitySascha Hauer2007-09-212-9/+12
* whitespace cleanupSascha Hauer2007-09-133-69/+69
* add default environmentSascha Hauer2007-09-133-3/+56
* Remove all unused files from common. They can be added later fromSascha Hauer2007-09-0552-22318/+0
* further reloc fixesSascha Hauer2007-07-251-7/+5
* add whitespace in banner stringSascha Hauer2007-07-161-1/+1
* implement flash protectionSascha Hauer2007-07-161-0/+11
* implement memmap().Sascha Hauer2007-07-151-0/+17
* whitespace cleanupSascha Hauer2007-07-151-18/+18
* print u-boot bss info only for debug caseSascha Hauer2007-07-121-1/+1
* fix for !CONFIG_HAS_EARLY_INITSascha Hauer2007-07-121-3/+5
* add BOARDINFO string to kconfigSascha Hauer2007-07-121-0/+2
* CONFIG_ARCH_HAS_RELOC -> CONFIG_HAS_EARLY_INITSascha Hauer2007-07-121-34/+24
* add early_init()Sascha Hauer2007-07-121-45/+36
* add early console for mpc5200Sascha Hauer2007-07-121-21/+61
* add CONFIG_RELOCATABLESascha Hauer2007-07-121-0/+18