summaryrefslogtreecommitdiff
path: root/cmd/nvedit.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-07cmd: env: use ENV_IS_IN_DEVICE in env infoPatrick Delaunay1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-30/+32
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-16cmd: env: add "-at" option to "env set -e" commandAKASHI Takahiro1-2/+3
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger1-1/+1
2019-12-07cmd: Migrate from_env() from pxe.c to nvedit.cPatrice Chotard1-0/+17
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-10-30cmd: env: extend "env [set|print] -e" to manage UEFI variablesAKASHI Takahiro1-5/+14
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Drop the ACTION typedefSimon Glass1-4/+4
2019-08-11env: Rename the redundancy flagsSimon Glass1-1/+1
2019-08-11env: Drop the ENTRY typedefSimon Glass1-6/+6
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-1/+1
2019-08-11env: Move set_default_vars to env.hSimon Glass1-1/+1
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass1-12/+0
2019-08-11env: Move envmatch() to env.hSimon Glass1-10/+2
2019-08-11env: Move get_env_id() to env.hSimon Glass1-2/+3
2019-07-18env: register erase commandFrank Wunderlich1-0/+20
2019-07-13cmd: nvedit: Add sub-command 'env info'Leo Ruan1-0/+108
2019-06-12Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-bootTom Rini1-15/+21
2019-06-06env: enable saveenv command when one CONFIG_ENV_IS_IN is activatedPatrick Delaunay1-15/+21
2019-06-05cmd: env: add -nv option for UEFI non-volatile variableAKASHI Takahiro1-1/+2
2019-02-25cmd: env: add "-e" option for handling UEFI variablesAKASHI Takahiro1-1/+27
2019-01-15cmd: nvedit: use correct format codeHeinrich Schuchardt1-2/+2
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-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+30
2018-02-01cmd: 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-16env: Drop saveenv() in favour of env_save()Simon Glass1-1/+1
2017-08-16env: 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