summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* Allow to merge default environment from more than one directorySascha Hauer2010-06-221-2/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* hush: allow fancy promptsSascha Hauer2010-03-301-0/+9
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | This has been done with the following script: find -path ./.git -prune -o -type f -print0 | xargs -0 -r sed -i \ -e 's/u2boot/barebox/g' \ -e 's/U2Boot/barebox/g' \ -e 's/U-boot V2/barebox/g' \ -e 's/u-boot v2/barebox/g' \ -e 's/U-Boot V2/barebox/g' \ -e 's/U-Boot-v2/barebox/g' \ -e 's/U_BOOT/BAREBOX/g' \ -e 's/UBOOT/BAREBOX/g' \ -e 's/uboot/barebox/g' \ -e 's/u-boot/barebox/g' \ -e 's/u_boot/barebox/g' \ -e 's/U-Boot/barebox/g' \ -e 's/U-boot/barebox/g' \ -e 's/U-BOOT/barebox/g' find -path ./.git -prune -o \( -name "*u-boot*" -o -name "*uboot*" -o -name "*u_boot*" \) -print0 | \ xargs -0 -r rename 's/u[-_]?boot/barebox/' It needs some manual fixup following in the next patch Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* introduce GENERIC_GPIO labelSascha Hauer2009-12-101-0/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ENV_HANDLING requires CRC32Juergen Beisert2009-11-191-0/+1
| | | | | | | | ENV_HANDLUNG requires CRC32 to make the linker happy. Signed-off by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add MMU supportSascha Hauer2009-08-191-0/+11
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Build system: Use setlocalversion from kernelSascha Hauer2008-09-021-0/+20
| | | | | | Autogenerate a local version from git. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add help texts for Shell optionsSascha Hauer2008-08-131-14/+18
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* console: add a simple console for saving spaceSascha Hauer2008-08-011-0/+14
| | | | | | | Add a simple console layer which is not able to handle multiple consoles for those who don't need it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* 007-partitionsNishanth Menon2008-06-051-0/+4
| | | | | | | | | [Patch 07/17] U-Boot-V2:Common Make partitions configurable Not all configurations of Uboot require partitions. This patch modifies partition compilation as configurable param Signed-off-by: Nishanth Menon<x0nishan@ti.com>
* 001-arch-configNishanth Menon2008-06-051-0/+3
| | | | | | | | | | [Patch 01/17][Try 3] U-Boot-V2: ARM: Add ARCH lowlevel Init This Patch adds CONFIG_ARCH_HAS_LOWLEVEL_INIT as discussed in thread http://www.nabble.com/-Patch--U-Boot-V2%3A-Introduce-CONFIG_ARCH_HAS_INIT_LOWLEVEL-to17134638.html#a17188894 Signed-off-by: Nishanth Menon<x0nishan@ti.com>
* [memory layout]: streamline memory layoutSascha Hauer2008-06-041-0/+56
| | | | | | | Memory layout can now be specified via kconfig options. Two possibilities exist: default layout means the layout is stack / malloc heap / U-Boot. The user can also specify fixed addresses for each TEXT_BASE / stack / malloc heap.
* Change CONFIG_SKIP_LOWLEVEL_INIT to CONFIG_MACH_DO_LOWLEVEL_INITMenon, Nishanth2008-05-121-8/+12
| | | | | | | | as we rather use positive logic. Make it dependent on boards that have it rather than on ARM Signed-off-by: Nishanth Menon <x0nishan@ti.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add globbing supportSascha Hauer2008-03-091-0/+7
|
* implement TAB completionSascha Hauer2008-03-011-0/+1
|
* Make the early console device/baudrate configurable instead of usingSascha Hauer2008-02-211-0/+17
| | | | hardcoded values
* 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