summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | disable crc32 complement version for nowSascha Hauer2007-09-271-3/+2
* | display malloc space on startupSascha Hauer2007-09-263-14/+36
* | print_size() -> size_human_readable()Sascha Hauer2007-09-265-25/+30
* | 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
* | remove unused lynxkdi.hSascha Hauer2007-09-251-41/+0
* | Merge sascha@brannigan.homelinux.org:/home/sascha/ptx/u-boot/u-boot-v2Sascha Hauer2007-09-252-0/+30
|\ \
| * | handle NULL Pointers in readdir/closedir properlySascha Hauer2007-09-251-0/+8
| * | add header for libgen.c, add missing includesSascha Hauer2007-09-251-0/+22
* | | 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