summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* separating environment commands, part 2Juergen Beisert2007-11-121-0/+3
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* separating memory commandsJuergen Beisert2007-11-121-0/+3
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Replace all occurences of UBoot with U-BootSascha Hauer2007-10-241-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* adding noisy supportJuergen Beisert2007-10-181-0/+20
|
* CONFIG_MODULE -> CONFIG_MODULESSascha Hauer2007-10-041-3/+3
|
* add help texts for KALLSYMS and MODULESascha Hauer2007-10-011-2/+11
|
* Add module handling (mostly copied from Linux kernel and stripped downSascha Hauer2007-09-281-4/+25
| | | | for U-Boot)
* Subject: don't use default in choicesRobert Schwebel (Laptop)2007-09-251-5/+4
| | | | | | It is currently not possible to use defaults in choices. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* Subject: clean up TEXT_BASERobert Schwebel (Laptop)2007-09-251-0/+1
| | | | | | | This patch makes TEXT_BASE a consistent per-arch config switch. Additionally, it converts all TEXT_BASE occurences from string to hex. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* - teach hush to honour PATH variableSascha Hauer2007-09-241-7/+10
| | | | - remove common/main.c. This is now handled in the different shells.
* add default environmentSascha Hauer2007-09-131-0/+16
|
* add BOARDINFO string to kconfigSascha Hauer2007-07-121-0/+2
|
* add CONFIG_RELOCATABLESascha Hauer2007-07-121-0/+18
|
* svn_rev_665Sascha Hauer2007-07-051-1/+5
| | | | change default prompt, add BROKEN label
* svn_rev_653Sascha Hauer2007-07-051-2/+6
| | | | restructure tree, add reginfo command
* svn_rev_643Sascha Hauer2007-07-051-158/+0
| | | | structure cleanup
* svn_rev_583Sascha Hauer2007-07-051-11/+2
| | | | remove cmd_autoscript, it's unneeded
* svn_rev_581Sascha Hauer2007-07-051-1/+1
| | | | envsave -> saveenv, envload -> loadenv
* svn_rev_558Sascha Hauer2007-07-051-37/+77
| | | | unify menu style
* svn_rev_538Sascha Hauer2007-07-051-0/+5
| | | | several powerpc fixes
* svn_rev_525Sascha Hauer2007-07-051-0/+16
| | | | make default behaviour of consoles configurable
* svn_rev_511Sascha Hauer2007-07-051-0/+14
|
* svn_rev_502Sascha Hauer2007-07-051-5/+0
| | | | complete multiple console support
* svn_rev_500Sascha Hauer2007-07-051-1/+0
|
* svn_rev_420Sascha Hauer2007-07-051-2/+6
| | | | | | | | | | | - do more POSIX: - use DIR instead of struct dirent - use (struct dirent)->d_name instead of (struct dirent)->name - switch to a new layout for U_BOOT_CMD: - use C99 initializers to be able to add more fields to the command struct - add aliases for commands (needed mainly for help -> ? and test -> [ - This is not done for all commands yet, but the compiler will tell you ;)
* svn_rev_363Sascha Hauer2007-07-051-0/+4
| | | | add mallocinfo command
* svn_rev_343Sascha Hauer2007-07-051-0/+29
|
* svn_rev_307Sascha Hauer2007-07-051-0/+10
| | | | | | | some main.c cleanup: - move the parser used when hush is disabled to parser.c - move readline related functions to readline.c (with cmdline editing) and readline_simple.c (no cmdline editing)
* svn_rev_303Sascha Hauer2007-07-051-1/+12
| | | | add CMD_EDIT and DYNAMIC_CRC_TABLE
* svn_rev_207Sascha Hauer2007-07-051-0/+67
| | | | move several config options to kconfig
* svn_rev_180Sascha Hauer2007-07-051-0/+9
| | | | move prompt to menuconfig
* svn_rev_143Sascha Hauer2007-07-051-2/+2
| | | | add echo command
* svn_rev_109Sascha Hauer2007-07-051-4/+32
| | | | do not know anymore
* svn_rev_049Sascha Hauer2007-07-051-0/+44
| | | | Kconfig WIP
* svn_rev_009Sascha Hauer2007-07-051-0/+3
add autogenerated links