summaryrefslogtreecommitdiff
path: root/cmd/nvedit.c
AgeCommit message (Expand)Author
2019-06-11Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-bootTom Rini
2019-06-06env: enable saveenv command when one CONFIG_ENV_IS_IN is activatedPatrick Delaunay
2019-06-04cmd: env: add -nv option for UEFI non-volatile variableAKASHI Takahiro
2019-02-25cmd: env: add "-e" option for handling UEFI variablesAKASHI Takahiro
2019-01-15cmd: nvedit: use correct format codeHeinrich Schuchardt
2018-09-30cmd: env: Fix CRC calculation for 'env export -c -s'Neil Stainton
2018-07-20cmd: nvedit: env import can now import only variables passed as parametersQuentin Schulz
2018-07-20env: add the same prefix to error messages to make it detectable by testsQuentin Schulz
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky
2018-07-19cmd: nvedit: set H_INTERACTIVE in do_env_defaultYaniv Levinsky
2018-07-19cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky
2018-07-19cmd: nvedit: rename flags in do_env_defaultYaniv Levinsky
2018-06-13u-boot: Fix several typosShyam Saini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan
2018-01-31cmd: nvedit: env_get_f must check for env_get_char error codesSimon Goldschmidt
2018-01-27cmd: nvedit: Get rid of the env lookupMaxime Ripard
2017-10-16env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen
2017-10-07cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini
2017-10-06cmd/nvedit.c: Update input handling to cover overflow casesTom Rini
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename common functions related to setenv()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-08-15env: Drop saveenv() in favour of env_save()Simon Glass
2017-08-15env: Drop the env_name_spec globalSimon Glass
2017-06-12cmd: nvedit: bring error message in sync with condition under which it appearsLothar Waßmann
2017-05-12common: env: remove superfluous assignmentxypron.glpk@gmx.de
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day
2016-04-18common: env: support sata devicePeng Fan
2016-03-14common: Add support for environment file in EXT4.Stuart Longland
2016-01-25Remove the cmd_ prefix from command filesSimon Glass