summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* saving added docuJuergen Beisert2007-11-051-1/+1
|
* shell info addedJuergen Beisert2007-10-191-20/+24
|
* hush doc addedJuergen Beisert2007-10-191-36/+73
|
* adding doc, first tryJuergen Beisert2007-10-191-2/+67
|
* adding new docJuergen Beisert2007-10-191-8/+9
|
* Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2Juergen Beisert2007-10-191-5/+5
|\
| * fix some typossascha2007-10-191-5/+5
| |
* | doc added and some reorganisedJuergen Beisert2007-10-192-2/+71
|/
* Merge octopus:/home/git/projects/u-boot-v2sascha2007-10-191-0/+123
|\
| * Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2Juergen Beisert2007-10-193-24/+32
| |\
| * | doc added onlyJuergen Beisert2007-10-191-0/+123
| | |
* | | - Insert commands sorted into the command list. This is usefulsascha2007-10-191-39/+36
| | | | | | | | | | | | | | | for commands added via modules. - Let command aliases show up in help text
* | | move readline command to a file of its ownsascha2007-10-191-31/+0
| |/ |/|
* | Move display_banner() to console.c. This helps us to showsascha2007-10-192-21/+24
| | | | | | | | the banner as first message.
* | - Implement tree structure for devicessascha2007-10-191-3/+8
|/ | | | | | | - Use device tree structure to implement partitions - Let devinfo print a nice tree - Introduce 'fixed' partitions which are not removable - Fix mount: It was not possible to mount on a relative path.
* adding noisy supportJuergen Beisert2007-10-181-0/+20
|
* adding noisy supportJuergen Beisert2007-10-181-1/+1
|
* Collect modules in a linked list and implement lsmod.Sascha Hauer2007-10-111-17/+34
|
* Collect all commands in a linked list. This makes it easier to handleSascha Hauer2007-10-111-41/+43
| | | | dynamically registered commands.
* add module.o and module.lds to MakefileSascha Hauer2007-10-111-0/+2
|
* Use Linux Kernel list implementation for console devices insteadSascha Hauer2007-10-111-27/+28
| | | | of homegrown list.
* Fix use of unitialized Variable. Why didn't this come up earlier???Sascha Hauer2007-10-091-1/+1
|
* __u_boot__symtab -> __usymtabSascha Hauer2007-10-071-4/+4
|
* export symbolsSascha Hauer2007-10-075-0/+20
|
* add dependency to include/uboot_default_env.h for startup.cSascha Hauer2007-10-041-0/+3
|
* add module linker scriptSascha Hauer2007-10-041-0/+44
|
* module.c: Due to an extra linking step we do not have u_boot_cmd_*Sascha Hauer2007-10-041-22/+13
| | | | | sections anymore. We now have u_boot_cmd and can properly handle more than one command in a module
* add missing includeSascha Hauer2007-10-041-0/+1
|
* export functionsSascha Hauer2007-10-043-3/+11
|
* CONFIG_MODULE -> CONFIG_MODULESSascha Hauer2007-10-041-3/+3
|
* 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-011-1/+2
|
* 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-011-4/+61
| | | | | | 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-011-1/+46
| | | | | is only needed when modules are enabled, so the change is inside "#ifdef CONFIG_MODULE"
* 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
| | | | for U-Boot)
* 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
|\