summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* 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