summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* [sandbox] add propper sandbox detectionMarc Kleine-Budde2007-11-291-1/+1
| | | | | | | | | | | | | | | This patch adds a __SANDBOX__ define to identify compiling for the sandbox. When building for sandbox, don't use sync() workaround. Fixes this error for sandbox on PPC: CC common/memsize.o common/memsize.c:30:38: error: asm/io.h: No such file or directory common/memsize.c: In function 'get_ram_size': common/memsize.c:51: warning: implicit declaration of function 'sync' Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Revert "separating memory commands"Marc Kleine-Budde2007-11-272-170/+0
| | | | | | | | | | | | This reverts commit d59c600c656d08410ea862c582fbd77432c3ca47. Conflicts: commands/Makefile common/Kconfig common/Makefile Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* add switch to enable debug symbolsRobert Schwebel2007-11-271-0/+6
| | | | | | | | Add a symbol to the "Debugging" menu which enables the debug symbols in u-boot-v2. This makes it possible to view the source code with 'objdump'. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [makesystem] fix default environment handlingMarc Kleine-Budde2007-11-261-2/+2
| | | | | | | This patch fixes the environemnt generate broken in 7b498d9838e68eb0b58450ec54ed968e7848c8e0 Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [makesystem] reworked default environment handlingMarc Kleine-Budde2007-11-191-9/+8
| | | | | | | | | | | This patch improves the default environment handling, now the makesystem bails out if the default environment path is empty or points to an invalid directory (with activated default environment). It also fixes this error: find: invalid predicate `' Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* enabling envrionment's autoload at startupJuergen Beisert2007-11-161-1/+1
| | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* separating environment commands, part 2Juergen Beisert2007-11-123-0/+273
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* separating environment commands, part 1Juergen Beisert2007-11-121-167/+11
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* separating memory commandsJuergen Beisert2007-11-123-0/+173
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* various doc addedJuergen Beisert2007-11-091-10/+10
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* adding various dokuJuergen Beisert2007-11-082-16/+16
|
* various docu addedJuergen Beisert2007-11-051-1/+1
|\
| * saving added docuJuergen Beisert2007-11-051-1/+1
| |
* | Replace all occurences of UBoot with U-BootSascha Hauer2007-10-241-1/+1
|/ | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* 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
|