summaryrefslogtreecommitdiffstats
path: root/common/env.c
Commit message (Collapse)AuthorAgeFilesLines
* get rid of device idsSascha Hauer2009-07-211-2/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* setenv: Fix warning introduced with last commitSascha Hauer2008-08-201-13/+23
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* separating environment commands, part 1Juergen Beisert2007-11-121-167/+11
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* adding various dokuJuergen Beisert2007-11-081-9/+9
|
* saving added docuJuergen Beisert2007-11-051-1/+1
|
* adding new docJuergen Beisert2007-10-191-8/+9
|
* doc added and some reorganisedJuergen Beisert2007-10-191-0/+68
|
* export symbolsSascha Hauer2007-10-071-0/+3
|
* Extend 'export' command to take the form export a=bSascha Hauer2007-09-281-6/+16
|
* remove u-boot command paramter flagSascha Hauer2007-09-241-3/+3
|
* introduce local and global variables, add export commandSascha Hauer2007-09-231-30/+162
|
* whitespace cleanupSascha Hauer2007-09-131-55/+55
|
* svn_rev_706Sascha Hauer2007-07-051-0/+22
| | | | add file headers
* svn_rev_613Sascha Hauer2007-07-051-1/+1
|
* svn_rev_481Sascha Hauer2007-07-051-3/+3
| | | | make more char * const, fix compiler warnings
* svn_rev_462Sascha Hauer2007-07-051-2/+2
| | | | | | | - Add help texts for many commands. - Let the linker sort the command table. - Add support for multiple argmuments in several commands (mkdir, rmdir, rm, cat)
* svn_rev_420Sascha Hauer2007-07-051-9/+14
| | | | | | | | | | | - 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_386Sascha Hauer2007-07-051-177/+41
| | | | remove old saveenv, allow setenv/getenv to change device parameters
* svn_rev_369Sascha Hauer2007-07-051-1/+1
| | | | include asm-generic in errno.h instead of all other files
* svn_rev_268Sascha Hauer2007-07-051-3/+3
| | | | WIP
* svn_rev_219Sascha Hauer2007-07-051-3/+2
| | | | fix off-by-one error
* svn_rev_207Sascha Hauer2007-07-051-2/+2
| | | | move several config options to kconfig
* svn_rev_137Sascha Hauer2007-07-051-0/+296
new env functions