aboutsummaryrefslogtreecommitdiff
path: root/cmd/nvedit.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-30cmd: env: Fix CRC calculation for 'env export -c -s'Neil Stainton1-1/+2
2018-07-20cmd: nvedit: env import can now import only variables passed as parametersQuentin Schulz1-7/+19
2018-07-20env: add the same prefix to error messages to make it detectable by testsQuentin Schulz1-4/+8
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-1/+2
2018-07-19cmd: nvedit: set H_INTERACTIVE in do_env_defaultYaniv Levinsky1-1/+1
2018-07-19cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky1-1/+1
2018-07-19cmd: nvedit: rename flags in do_env_defaultYaniv Levinsky1-3/+3
2018-06-13u-boot: Fix several typosShyam Saini1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+30
2018-01-31cmd: nvedit: env_get_f must check for env_get_char error codesSimon Goldschmidt1-3/+8
2018-01-27cmd: nvedit: Get rid of the env lookupMaxime Ripard1-4/+0
2017-10-16env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen1-2/+1
2017-10-07cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini1-1/+1
2017-10-06cmd/nvedit.c: Update input handling to cover overflow casesTom Rini1-4/+7
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-3/+3
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-7/+7
2017-08-16env: Rename common functions related to setenv()Simon Glass1-3/+3
2017-08-16env: Rename setenv() to env_set()Simon Glass1-4/+4
2017-08-15env: Drop saveenv() in favour of env_save()Simon Glass1-1/+1
2017-08-15env: Drop the env_name_spec globalSimon Glass1-1/+3
2017-06-12cmd: nvedit: bring error message in sync with condition under which it appearsLothar Waßmann1-2/+2
2017-05-12common: env: remove superfluous assignmentxypron.glpk@gmx.de1-1/+0
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day1-5/+5
2016-04-18common: env: support sata devicePeng Fan1-1/+2
2016-03-14common: Add support for environment file in EXT4.Stuart Longland1-1/+2
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+1298