summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* export functionsSascha Hauer2007-10-046-7/+36
|
* export functionsSascha Hauer2007-10-041-0/+5
|
* CONFIG_MODULE -> CONFIG_MODULESSascha Hauer2007-10-048-10/+11
|
* export functionsSascha Hauer2007-10-041-0/+26
|
* module support for armSascha Hauer2007-10-031-0/+98
|
* change files and directories to 0777Sascha Hauer2007-10-031-7/+7
|
* remove debug printf, replace with debugSascha Hauer2007-10-031-23/+19
|
* hush.c: split high-density "if(x) something"; into two linesSascha Hauer2007-10-011-27/+57
|
* hush.c: get_local_var() is used only once, put it into the functionSascha Hauer2007-10-011-18/+3
| | | | where it is called
* fix indention in hush.cSascha Hauer2007-10-011-3/+3
|
* remove comment about glob in hush.c. We do not use globSascha Hauer2007-10-011-8/+0
|
* fix indention in hush.cSascha Hauer2007-10-011-64/+66
|
* fix indention in hush.cSascha Hauer2007-10-011-1/+3
|
* fix indention in hush.cSascha Hauer2007-10-011-25/+25
|
* Export symbols printf and the ones needed for getoptSascha Hauer2007-10-012-1/+10
|
* add .tmp_kallsyms* to CLEAN_FILESSascha Hauer2007-10-011-1/+2
|
* add #ifndef ASSEBLY around the typedefs in include/asm-arm/types.hSascha Hauer2007-10-011-2/+11
| | | | to be able to include it in Assembly
* update linker scripts:Sascha Hauer2007-10-013-3/+22
| | | | | - add _stext and _etext symbols - add symtabd section
* add help texts for KALLSYMS and MODULESascha Hauer2007-10-011-2/+11
|
* Resolve the symbols using an extra section and only resolve explicitlySascha Hauer2007-10-013-4/+91
| | | | | | exported symbols. Using kallsyms for this purpose doesn't do it because kallsyms do not resolve variables. Also the symbol table gets quite big using kallsyms.
* 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
| | | | | is only needed when modules are enabled, so the change is inside "#ifdef CONFIG_MODULE"
* 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
| | | | for U-Boot)
* 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
| | | | specific defines in it.
* 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
| | | | quotes, so we don't need this functionality from copy_filename()
* 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
|