summaryrefslogtreecommitdiffstats
path: root/common/cmd_nvedit.c
Commit message (Collapse)AuthorAgeFilesLines
* * Patch by Nicolas Lacressonničre, 12 Nov 2003:wdenk2003-12-061-2/+6
| | | | | | | | | | | | | | update for for Atmel AT91RM9200DK development kit: - support for environment variables in DataFlash - Atmel DataFlash AT45DB1282 support * Patch by Jeff Carr, 11 Nov 2003: add support for new version of 8270 processors * Patches by George G. Davis, 05 Nov 2003: - only pass the ARM linux initrd tag to the kernel when an initrd is actually present - update omap1510inn configuration file
* - Fix bug in CONFIG_VERSION_VARIABLE.stroese2003-07-111-3/+0
|
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-011-10/+10
| | | | get rid of MK_CMD_ENTRY macro; update doc/README.command
* * Code cleanup:wdenk2003-06-271-1/+59
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* U-Boot version environment variable "ver" added (CONFIG_VERSION_VARIABLE).stroese2003-04-041-2/+6
|
* * Restrict baudrate settings on LWMON to higher speedswdenk2003-01-111-0/+4
| | | | | | | | | | | | when watchdog is on * Update baudrate in bd_info when it gets changed * Add watchdog trigger points while waiting for serial port (so far only 8xx -- needed on LWMON with 100ms watchdog) * Improve command line tool to access the U-Boot's environment (figuration of the utility, using a config file)
* * Patch by Thomas Frieden, 13 Nov 2002:wdenk2002-11-191-0/+12
| | | | | | | | | | | | | Add code for AmigaOne board (preliminary merge to U-Boot, still WIP) * Patch by Jon Diekema, 12 Nov 2002: - Adding URL for IEEE OUI lookup - Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED being defined. - In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and root-on-nfs macros are designed to switch how the default boot method gets defined.
* Quick & Dirty fix for log buffer problem when environment is not setwdenk2002-11-051-0/+3
| | | | | | Trigger watchdog when reading the env - this might take a while. Set debugging baud rate for KUP4K board
* Initial revisionwdenk2002-10-111-0/+535
OpenPOWER on IntegriCloud