summaryrefslogtreecommitdiff
path: root/cmd/nvedit.c
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-16cmd: env: add "-at" option to "env set -e" commandAKASHI Takahiro
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger
2019-12-06cmd: Migrate from_env() from pxe.c to nvedit.cPatrice Chotard
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-10-30cmd: env: extend "env [set|print] -e" to manage UEFI variablesAKASHI Takahiro
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Drop the ACTION typedefSimon Glass
2019-08-11env: Rename the redundancy flagsSimon Glass
2019-08-11env: Drop the ENTRY typedefSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
2019-08-11env: Move set_default_vars to env.hSimon Glass
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass
2019-08-11env: Move envmatch() to env.hSimon Glass
2019-08-11env: Move get_env_id() to env.hSimon Glass
2019-07-18env: register erase commandFrank Wunderlich
2019-07-13cmd: nvedit: Add sub-command 'env info'Leo Ruan
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