Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9765c08909fddc2bde9bf385573b27084cc15e3a
/
common
/
cmd_nvedit.c
9765c08
Add support for loading and saving the environment to a FAT partition
by Maximilian Schwerin
· 13 years ago
a06dfc7
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· 13 years ago
0eab4d5
common: add possibility for readline_into_buffer timeout
by Heiko Schocher
· 13 years ago
295da64
common/cmd_nvedit.c: Fix size calculation in do_env_import()
by Horst Kronstorfer
· 13 years ago
c63e900
common/cmd_nvedit.c: Add missing 'env save' preproc guard
by Horst Kronstorfer
· 13 years ago
e7c338b
cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup
by Kumar Gala
· 13 years ago
de83256
env: clean cmd_nvedit.c checkpatch and code style
by Igor Grinberg
· 13 years ago
269cbef
common: move extern char console_buffer[] to common.h
by Igor Grinberg
· 13 years ago
c6f4e12
Fix warnings in cmd_nvedit.c
by Simon Glass
· 13 years ago
1e3cdf3
env: allow to export only selected variables
by Wolfgang Denk
· 13 years ago
34f5229
tftpput: add save_addr and save_size global variables
by Simon Glass
· 13 years ago
b8e926e
Add setenv_ulong() and setenv_addr()
by Simon Glass
· 13 years ago
bf690f8
Add getenv_ulong() to read an integer from an environment variable
by Simon Glass
· 13 years ago
305e02a
GCC4.6: Squash warning in cmd_nvedit.c
by Marek Vasut
· 13 years ago
d67abff
Constify getenv(), setenv() and hash code functions
by Wolfgang Denk
· 13 years ago
4328547
cmd_nvedit.c: make error message more helpful
by Wolfgang Denk
· 14 years ago
ff2a9f3
cmd_nvedit.c: clean up with checkpatch
by Macpaul Lin
· 14 years ago
f0c9d53
common: add a grepenv command
by Kim Phillips
· 14 years ago
74ac020
Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE
by Loïc Minier
· 14 years ago
f3ddf20
env: make import/export optional
by Mike Frysinger
· 14 years ago
92b9b2e
cmd_nvedit: use explicit typecast for printf
by Andreas Bießmann
· 14 years ago
3b70e55
load_addr: move to common env code
by Mike Frysinger
· 14 years ago
92d7a99
hashtable: drop all non-reentrant versions
by Mike Frysinger
· 14 years ago
b5bc05e
autocomplete: remove runtime handler install
by Mike Frysinger
· 14 years ago
ad8058f
common/cmd_nvedit: Use return value of cmd_usage
by Thomas Weber
· 14 years ago
4d28265
Common/cmd_nvedit: Check for env subcommand
by Thomas Weber
· 14 years ago
d0813e5
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
by Wolfgang Denk
· 14 years ago
faa0d2e
env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined
by Heiko Schocher
· 14 years ago
460a9ff
New implementation for internal handling of environment variables.
by Wolfgang Denk
· 14 years ago
f710efd
Make getenv() work before relocation.
by Wolfgang Denk
· 14 years ago
b830e54
Remove support for CONFIG_HAS_UID and "forceenv" command
by Wolfgang Denk
· 14 years ago
b4eceac
Save environment data to mmc.
by Terry Lv
· 15 years ago
7a060a7
getenv_f(): fix handling of too short buffers
by Wolfgang Denk
· 14 years ago
76af278
Rename getenv_r() into getenv_f()
by Wolfgang Denk
· 14 years ago
3b68311
cmd_usage(): simplify return code handling
by Wolfgang Denk
· 14 years ago
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
b0b104a
Remove AmigaOneG3SE board
by Wolfgang Denk
· 14 years ago
0deafa2
Add 'editenv' command
by Peter Tyser
· 15 years ago
9fb48fd
setenv(): Delete 0-length environment variables
by Peter Tyser
· 15 years ago
5d4d06c
setenv: do console redirection even if previously unset
by Alessandro Rubini
· 15 years ago
c54781c
General help message cleanup
by Wolfgang Denk
· 16 years ago
8794492
nvedit: speed up printing of environment
by Mike Frysinger
· 16 years ago
3b195ff
netloop: updates for NetLoop
by Heiko Schocher
· 16 years ago
f0b1bdd
mflash: Initial mflash support
by unsik Kim
· 16 years ago
c3c533c
nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()
by Mike Frysinger
· 16 years ago
0c303fa
netloop: speed up NetLoop
by Heiko Schocher
· 16 years ago
78dcaf4
rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
by Mike Frysinger
· 16 years ago
dfb72b8
Command usage cleanup
by Peter Tyser
· 16 years ago
ddb3af9
Standardize command usage messages with cmd_usage()
by Peter Tyser
· 16 years ago
6158393
saveenv: standardize enablement
by Mike Frysinger
· 16 years ago
c6dc755
IOMUX: Add console multiplexing support.
by Gary Jennejohn
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
7e1cda6
rename CFG_ENV macros to CONFIG_ENV
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
f80353b
nvedit: rename error comment to CONFIG_ENV_IS_IN_
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
53db4cd
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
68a8756
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
4539b1c
rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
7598916
rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
fdb79c3
rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
dda84dd
rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
2b14d2b
rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
e46af64
rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
fe036dd
Fix some more printf() format problems.
by Wolfgang Denk
· 16 years ago
c4fb57c
Fix some more printf() format issues.
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
2a1d4e4
cmd_nvedit.c: clean up syntax highlighting
by Steven A. Falco
· 16 years ago
1ce6f99
Make setenv() return status
by Steven A. Falco
· 16 years ago
eb8951c
Add support for environment in SPI flash
by Haavard Skinnemoen
· 17 years ago
7a8b855
environment: cleanup prototype declarations of env functions.
by Wolfgang Denk
· 17 years ago
10e247a
Revert "Change env_get_char from a global function ptr to a function."
by Wolfgang Denk
· 17 years ago
f4902a3
Change env_get_char from a global function ptr to a function.
by Joakim Tjernlund
· 17 years ago
43ad623
ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
75b5442
Globalize envmatch()
by Rafal Jaworowski
· 17 years ago
af3d11c
OneNAND support (take #2)
by Kyungmin Park
· 17 years ago
e8f3912
[ARM] TI DaVinci support, hopefully final
by Sergey Kubushyn
· 17 years ago
3bed54e
Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
by Stefan Roese
· 17 years ago
d704d91
common/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· 17 years ago
d76b5c1
common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
by Jon Loeliger
· 17 years ago
3de8b24
common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
62b896f
[patch] setenv(...) can delete environmentalvariables
by Jeffrey Mann
· 18 years ago
23d4328
Fix to make the baudrate changes immediate for the MCF52x2 family.
by Bartlomiej Sieka
· 18 years ago
bc50f8c
Check for illegal character '=' in environment variable names.
by Wolfgang Denk
· 18 years ago
6405a15
GCC-4.x fixes: clean up global data pointer initialization for all boards.
by Wolfgang Denk
· 19 years ago
be8ebab
Some minor fixes to environment in NAND code.
by Markus Klotzbuecher
· 19 years ago
7fb5266
Cleanup for GCC-4.x
by Wolfgang Denk
· 19 years ago
57bfdd4
* Patches by Sean Chang, 09 Aug 2004:
by wdenk
· 20 years ago
7ac1610
* Code cleanup
by wdenk
· 20 years ago
79b5937
Patch by Jian Zhang, 20 May 2004: add support for environment in NAND flash
by wdenk
· 20 years ago
8676590
* Patch by Nicolas Lacressonnière, 12 Nov 2003:
by wdenk
· 21 years ago
b9ab27c
- Fix bug in CONFIG_VERSION_VARIABLE.
by stroese
· 21 years ago
f287a24
Patch by Kenneth Johansson, 30 Jun 2003:
by wdenk
· 21 years ago
57b2d80
* Code cleanup:
by wdenk
· 21 years ago
f8105cf
U-Boot version environment variable "ver" added (CONFIG_VERSION_VARIABLE).
by stroese
· 22 years ago
e7f34c6
* Restrict baudrate settings on LWMON to higher speeds when watchdog is on
by wdenk
· 22 years ago
452cfd6
* Patch by Thomas Frieden, 13 Nov 2002:
by wdenk
· 22 years ago
2a3cb02
Quick & Dirty fix for log buffer problem when environment is not set
by wdenk
· 22 years ago
a68d3ed
Initial revision
by wdenk
· 22 years ago