summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Resolve the symbols using an extra section and only resolve explicitlySascha Hauer2007-10-013-4/+91
* add missing whitespace in printf outputSascha Hauer2007-10-011-2/+2
* Add register_command() to register a command in runtime. ThisSascha Hauer2007-10-012-1/+48
* add __used attribute in compiler.hSascha Hauer2007-10-011-0/+7
* make simple parser compile againSascha Hauer2007-10-011-3/+1
* consolidate some printf() into one to safe spaceSascha Hauer2007-10-011-4/+5
* fix read_file()Sascha Hauer2007-10-011-1/+1
* add arm specific bits for modulesSascha Hauer2007-10-015-1/+136
* add powerpc specific bits for modulesSascha Hauer2007-10-012-0/+425
* add powerpc specific bits for modulesSascha Hauer2007-10-014-1/+302
* update toplevel .gitignore fileSascha Hauer2007-09-281-0/+1
* update default environment for ipe337 boardSascha Hauer2007-09-283-36/+3
* update .gitignore filesSascha Hauer2007-09-283-1/+8
* add blackfin specific bits for module handlingSascha Hauer2007-09-287-4/+342
* Add module handling (mostly copied from Linux kernel and stripped downSascha Hauer2007-09-284-4/+381
* add kallsyms from linux kernelSascha Hauer2007-09-283-5/+168
* add kallsyms.c from linux kernelSascha Hauer2007-09-281-0/+534
* replace elf.h with the one from the linux kernel. It does not have powerpcSascha Hauer2007-09-282-585/+513
* move ARRAY_SIZE macro to include/common.hSascha Hauer2007-09-282-2/+2
* Use safe_strncpy() instead of copy_filename(). The shell has already removedSascha Hauer2007-09-284-19/+5
* add safe_strncpy() functionSascha Hauer2007-09-282-0/+10
* add bracketsSascha Hauer2007-09-281-1/+1
* remove i2c from kconfigSascha Hauer2007-09-281-11/+0
* remove mii.cSascha Hauer2007-09-283-607/+0
* Extend 'export' command to take the form export a=bSascha Hauer2007-09-281-6/+16
* declare lots of functions staticSascha Hauer2007-09-2826-109/+89
* set last_return_code to rcode and not 1 or 0Sascha Hauer2007-09-271-1/+1
* move environment to offset 0x20000 in flashSascha Hauer2007-09-271-1/+1
* add alternate command for ipe337 boardSascha Hauer2007-09-272-0/+52
* pass file size from read_fileSascha Hauer2007-09-274-5/+10
* use xrealloc instead of reallocSascha Hauer2007-09-271-1/+1
* learn to reallocSascha Hauer2007-09-271-2/+3
* fix usage of normalise_pathSascha Hauer2007-09-271-9/+12
* Merge /home/git/users/rsc/u-boot-v2Sascha Hauer2007-09-2710-38/+37
|\
| * update to top of treeRobert Schwebel (Laptop)2007-09-251-18/+10
| * Subject: don't use default in choicesRobert Schwebel (Laptop)2007-09-251-5/+4
| * Subject: default ARCH and CROSS_COMPILERobert Schwebel (Laptop)2007-09-251-0/+3
| * Subject: clean up TEXT_BASERobert Schwebel (Laptop)2007-09-259-16/+21
| * netx: rename config to defconfigRobert Schwebel (Laptop)2007-09-251-0/+0
* | indentionSascha Hauer2007-09-271-4/+8
* | blackfin_linux.c: disable icache unconditionally. If I understand theSascha Hauer2007-09-271-5/+2
* | update ipe337 timing values and fix memory sizeSascha Hauer2007-09-271-4/+4
* | ups. mixed up start and end in blackfin_mem_malloc_initSascha Hauer2007-09-271-2/+2
* | add string.hSascha Hauer2007-09-271-0/+3
* | activate memcmp and memcpySascha Hauer2007-09-271-139/+86
* | reactivate mtestSascha Hauer2007-09-272-67/+57
* | Reimplement environment. Now we only have one crc for the whole image.Sascha Hauer2007-09-273-124/+111
* | implement mkdir -p #2Sascha Hauer2007-09-271-6/+24
* | implement mkdir -pSascha Hauer2007-09-273-0/+58
* | fix bug in ramfs when creating files whose parents do not existSascha Hauer2007-09-271-2/+5