summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* let linux16 command depend on X86Sascha Hauer2010-09-201-0/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add login supportJean-Christophe PLAGNIOL-VILLARD2010-09-201-2/+7
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* add passwd commandJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+23
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Add Menu FrameworkJean-Christophe PLAGNIOL-VILLARD2010-08-301-0/+10
| | | | | | | | | | | | | | | | | | | | | | | Introduce a menu framework that allow us to create list menu to simplify barebox and make it more user-frendly This kind of menu is very usefull when you do not have a keyboard or a serial console attached to your board to allow you to interract with barebox For the develloper part, The framework introduce two API 1) C that allow you to create menu, submenu, entry and complex menu action 2) Command that allow you as the C API to create menu, submenu, entry and complex menu action but this time the actions will be store in a function and then be evaluated and excecuted at runtime. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add UBI commands: ubiattach, ubidetach, ubimkvol, ubirmvolSascha Hauer2010-07-051-0/+6
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* commands: add i2c commandsEric Bénard2010-05-261-0/+8
| | | | | | | | | theses commands allow low level access to i2c bus and can be useful to setup an i2c device without having to add code, compile and flash barebox. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* echo: add -e option supportSascha Hauer2010-03-301-0/+6
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add unlzo supportSascha Hauer2010-03-301-0/+8
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add a special command to load and start a bzImage on x86Juergen Beisert2010-01-141-0/+8
| | | | | | | | | Other architectures are supporting the uImage format used by barebox's 'bootm' command. x86 does'nt. So, we need a special command to be able to boot the x86 specific bzImage format. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* command line gpio supportSascha Hauer2009-12-101-0/+8
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* remove obsolete and broken command 'splash'Sascha Hauer2009-10-191-5/+0
| | | | | | Has been replaced with 'bmp' Signed-off-by: Sascha Hauer <sha@pengutronix.de>
* arm: Add bootu commandSascha Hauer2009-08-191-0/+9
| | | | | | bootu command to start raw (uncompressed) Linux images Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: make 'bootz' configurableSascha Hauer2009-08-191-0/+8
| | | | | | also, fix compilation with bootm disabled Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* framebuffer: Add bmp command to show bmp filesSascha Hauer2009-07-311-0/+7
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* make nand command mandatory for nand supportSascha Hauer2009-07-211-5/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* NAND:Config changeNishanth Menon2008-09-151-0/+1
| | | | | | | | Introduce config definitions similar to that defined in Linux MTD layer. These allow us to enable conditional features. Signed-off-by: Nishanth Menon <x0nishan@ti.com>
* some merge leftover slipped inSascha Hauer2008-08-131-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* move several commands into extra filesSascha Hauer2008-08-131-4/+36
| | | | | | move false, true, help, insmod, lsmod, version into extra files Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [NAND] continue to make it work. Now works partly on at91sam9260Sascha Hauer2008-06-061-0/+3
|
* 008-fixloadbNishanth Menon2008-06-051-1/+6
| | | | | | | | | [Patch 08/17] U-Boot-V2:Commands Unbreak loadb support This patch provides support for loadb and loady and enables the broken feature Signed-off-by: Nishanth Menon<x0nishan@ti.com>
* Revert "separating memory commands"Marc Kleine-Budde2007-11-271-21/+2
| | | | | | | | | | | | This reverts commit d59c600c656d08410ea862c582fbd77432c3ca47. Conflicts: commands/Makefile common/Kconfig common/Makefile Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* flinfo is not there any more, remove reference in kconfigRobert Schwebel2007-11-271-1/+1
| | | | | | | The flinfo command has been removed because it's functionality is now integrated into the driver model. Fix the kconfig entry accordingly. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* separating environment commands, part 2Juergen Beisert2007-11-121-2/+8
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* separating environment commands, part 1Juergen Beisert2007-11-121-0/+8
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* separating memory commandsJuergen Beisert2007-11-121-2/+21
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* move readline command to a file of its ownsascha2007-10-191-0/+4
|
* tristate commands to compile as modulesSascha Hauer2007-10-071-32/+32
|
* remove i2c from kconfigSascha Hauer2007-09-281-11/+0
|
* remove mii.cSascha Hauer2007-09-281-11/+0
|
* reactivate mtestSascha Hauer2007-09-271-10/+0
|
* - teach hush to honour PATH variableSascha Hauer2007-09-241-1/+2
| | | | - remove common/main.c. This is now handled in the different shells.
* add timeout commandSascha Hauer2007-09-161-0/+4
|
* add Kconfig option for showing the image typeSascha Hauer2007-09-131-0/+5
|
* svn_rev_701Sascha Hauer2007-07-051-0/+22
| | | | move do_test to own file and reimplement
* svn_rev_676Sascha Hauer2007-07-051-1/+6
|
* svn_rev_653Sascha Hauer2007-07-051-0/+56
| | | | restructure tree, add reginfo command
* svn_rev_648Sascha Hauer2007-07-051-4/+6
|
* svn_rev_643Sascha Hauer2007-07-051-0/+152
structure cleanup