Commit Graph

28 Commits (lime2-spi)

Author SHA1 Message Date
Neil Stainton d71b029d1d cmd: env: Fix CRC calculation for 'env export -c -s' 6 years ago
Quentin Schulz eaf734724f cmd: nvedit: env import can now import only variables passed as parameters 6 years ago
Quentin Schulz 6c90f62338 env: add the same prefix to error messages to make it detectable by tests 6 years ago
Yaniv Levinsky c5d548a9f8 env: common: accept flags on reset to default env 6 years ago
Yaniv Levinsky 5a04264ecf cmd: nvedit: set H_INTERACTIVE in do_env_default 6 years ago
Yaniv Levinsky 477f8116d5 cmd: nvedit: propagate envflag to set_default_vars 6 years ago
Yaniv Levinsky 30091494eb cmd: nvedit: rename flags in do_env_default 6 years ago
Shyam Saini 919d25c920 u-boot: Fix several typos 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Alex Kiernan 9925f1dbc3 net: Move enetaddr env access code to env config instead of net config 6 years ago
Simon Goldschmidt 87c7fb396a cmd: nvedit: env_get_f must check for env_get_char error codes 6 years ago
Maxime Ripard 9c24dfb2b8 cmd: nvedit: Get rid of the env lookup 6 years ago
Tuomas Tynkkynen 7b7341d7f3 env: Drop CONFIG_ENV_IS_IN_DATAFLASH 7 years ago
Tom Rini bf52fcdef4 cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity 7 years ago
Tom Rini c667723ffb cmd/nvedit.c: Update input handling to cover overflow cases 7 years ago
Masahiro Yamada 9b643e312d treewide: replace with error() with pr_err() 7 years ago
Simon Glass bfebc8c965 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass 018f530323 env: Rename common functions related to setenv() 7 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 years ago
Simon Glass 01510091de env: Drop saveenv() in favour of env_save() 7 years ago
Simon Glass ac358beb85 env: Drop the env_name_spec global 7 years ago
Lothar Waßmann d1b88cd322 cmd: nvedit: bring error message in sync with condition under which it appears 7 years ago
xypron.glpk@gmx.de c33e825ac3 common: env: remove superfluous assignment 7 years ago
Robert P. J. Day fc0b5948e0 Various, accumulated typos collected from around the tree. 8 years ago
Peng Fan 125d193c4f common: env: support sata device 8 years ago
Stuart Longland fd1000b9c1 common: Add support for environment file in EXT4. 8 years ago
Simon Glass 2e192b245e Remove the cmd_ prefix from command files 8 years ago
Simon Glass 72a8cf8dcc Move all command code into its own directory 8 years ago
Peng Fan 5d49b4cdf9 common: nvedit: use snprintf instead of sprintf 8 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 9 years ago
Joe Hershberger 94b467b14e env: Distinguish finer between source of env change 9 years ago
Joe Hershberger cca98fd6aa env: Allow env_attr_walk to pass a priv * to callback 9 years ago
Joe Hershberger 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 9 years ago
Alexander Holler ecd1446fe1 Add option -r to env import to allow import of text files with CRLF as line endings 10 years ago
Simon Glass e1bf824dfd Add cli_ prefix to readline functions 10 years ago
Simon Glass 18d66533ac move CLI prototypes to cli.h and add comments 10 years ago
Simon Glass fd37dac9eb sandbox: Support 'env import' and 'env export' 10 years ago
Tom Rini 3775dcd9c4 cmd_nvedit: Make 'env import -c' require size parameter 10 years ago
Pierre Aubert 9a8323311c env: fix the env export varname 11 years ago
Andrew Ruder 88733e2c65 cmd_nvedit.c: Add env exists command 11 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Simon Glass 9602286d3d env: Fix minor comment typos in cmd_nvedit 11 years ago
Wolfgang Denk be29df6a1a "env grep" - add support for regular expression matches 11 years ago
Wolfgang Denk d87244d5af "env grep" - add options to grep in name, value, or both. 11 years ago
Wolfgang Denk 5a31ea04c9 "env grep" - reimplement command using hexport_r() 11 years ago
Wolfgang Denk ea009d4743 hashtable: preparations to use hexport_r() for "env grep" 11 years ago
Simon Glass 76b8f79c29 Add getenv_hex() to return an environment variable as hex 11 years ago
Maxime Larocque 22a4a6c5c2 printenv: Correct out-of-memory condition check. 11 years ago