Commit Graph

100 Commits (651eb7322407173d5f1ac5a149e381a4044858f4)

Author SHA1 Message Date
Marek Vasut b37d41aa24 Block: Remove MG DISK support 13 years ago
Anatolij Gustschin 5017436366 common/cmd_nvedit.c: Fix GCC 4.6 warning 13 years ago
Mike Frysinger 50a47d0523 net: punt bd->bi_ip_addr 13 years ago
Liu Gang 0a85a9e705 powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO 13 years ago
Maximilian Schwerin 57210c7cc3 Add support for loading and saving the environment to a FAT partition 13 years ago
Simon Glass 4c12eeb8b5 Convert cmd_usage() calls in common to use a return value 13 years ago
Heiko Schocher 9c3483113d common: add possibility for readline_into_buffer timeout 13 years ago
Horst Kronstorfer d3f80c77ca common/cmd_nvedit.c: Fix size calculation in do_env_import() 13 years ago
Horst Kronstorfer d798a9b5d5 common/cmd_nvedit.c: Add missing 'env save' preproc guard 13 years ago
Kumar Gala 068f158fdf cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup 13 years ago
Igor Grinberg d09b1787a4 env: clean cmd_nvedit.c checkpatch and code style 13 years ago
Igor Grinberg e3150460a4 common: move extern char console_buffer[] to common.h 13 years ago
Simon Glass 79afc88d2c Fix warnings in cmd_nvedit.c 13 years ago
Wolfgang Denk 37f2fe7472 env: allow to export only selected variables 14 years ago
Simon Glass 1aec244acf tftpput: add save_addr and save_size global variables 14 years ago
Simon Glass d67f10ce0f Add setenv_ulong() and setenv_addr() 14 years ago
Simon Glass 4a9b413108 Add getenv_ulong() to read an integer from an environment variable 14 years ago
Marek Vasut 7fcd9bbd6f GCC4.6: Squash warning in cmd_nvedit.c 14 years ago
Wolfgang Denk 84b5e8022e Constify getenv(), setenv() and hash code functions 14 years ago
Wolfgang Denk a02a884b95 cmd_nvedit.c: make error message more helpful 14 years ago
Macpaul Lin f3c615b8ab cmd_nvedit.c: clean up with checkpatch 14 years ago
Kim Phillips a000b7950d common: add a grepenv command 14 years ago
Loïc Minier 31e413985c Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE 14 years ago
Mike Frysinger 0c79cda01b env: make import/export optional 14 years ago
Andreas Bießmann 8c3aff525c cmd_nvedit: use explicit typecast for printf 14 years ago
Mike Frysinger 558605cf4f load_addr: move to common env code 14 years ago
Mike Frysinger 2eb1573f01 hashtable: drop all non-reentrant versions 14 years ago
Mike Frysinger 722b061b6f autocomplete: remove runtime handler install 14 years ago
Thomas Weber 0d302af0bb common/cmd_nvedit: Use return value of cmd_usage 14 years ago
Thomas Weber 5904da0214 Common/cmd_nvedit: Check for env subcommand 14 years ago
Wolfgang Denk 2e5167ccad Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC 15 years ago
Heiko Schocher 60f7da1f42 env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined 15 years ago
Wolfgang Denk ea882baf9c New implementation for internal handling of environment variables. 15 years ago
Wolfgang Denk 91a76751a0 Make getenv() work before relocation. 15 years ago
Wolfgang Denk 6d014adfa2 Remove support for CONFIG_HAS_UID and "forceenv" command 15 years ago
Terry Lv a80603598c Save environment data to mmc. 15 years ago
Wolfgang Denk 9ed4a9582f getenv_f(): fix handling of too short buffers 15 years ago
Wolfgang Denk cdb749778a Rename getenv_r() into getenv_f() 15 years ago
Wolfgang Denk 47e26b1bf9 cmd_usage(): simplify return code handling 15 years ago
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 15 years ago
Wolfgang Denk 953b7e6291 Remove AmigaOneG3SE board 15 years ago
Peter Tyser 246c69225c Add 'editenv' command 16 years ago
Peter Tyser b0fa8e5063 setenv(): Delete 0-length environment variables 16 years ago
Alessandro Rubini 9c5586aa19 setenv: do console redirection even if previously unset 16 years ago
Wolfgang Denk a89c33db96 General help message cleanup 16 years ago
Mike Frysinger 4c94f6c54b nvedit: speed up printing of environment 16 years ago
Heiko Schocher da95427ce4 netloop: updates for NetLoop 16 years ago
unsik Kim 75eb82ec7c mflash: Initial mflash support 16 years ago
Mike Frysinger 56b555a644 nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr() 16 years ago
Heiko Schocher 2f70c49e5b netloop: speed up NetLoop 16 years ago