Commit Graph

13 Commits (9b643e312d528f291966c1f30b0d90bf3b1d43dc)

Author SHA1 Message Date
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
Joe Hershberger 2b74433f36 env: Add support for UBI environment 11 years ago
Joe Hershberger a7eb1d66c7 mtd: Make mtdparts work with pre-reloc env 11 years ago
Wolfgang Denk 7d85591dda env: fix "env ask" command 11 years ago
Joe Hershberger 18a3cce9fa env: Avoid clobbering an edited variable on ctrl-c 11 years ago
Simon Glass 41ef372c1a common: Use new numeric setenv functions 11 years ago
Simon Glass bfc5996643 Update set_working_fdt_addr() to use setenv_addr() 11 years ago
Joe Hershberger 9d8d661d7f env: Implement the env delete command 12 years ago
Joe Hershberger 24ab5a1914 env: Add setenv force support 12 years ago
Joe Hershberger 267541f776 env: Add support for access control to .flags 12 years ago
Joe Hershberger fffad71bc4 env: Add a command to display details about env flags 12 years ago
Joe Hershberger 2598090b7e env: Add environment variable flags 12 years ago
Joe Hershberger 849d5d9cda env: Add a console env handler 12 years ago
Joe Hershberger 1cf0a8b2fb env: Add a loadaddr env handler 12 years ago
Joe Hershberger 32057717e0 env: Add a baudrate env handler 12 years ago
Joe Hershberger a9f51c9b43 env: Add a bootfile env handler 12 years ago