summaryrefslogtreecommitdiffstats
path: root/cmd/nvedit.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* env: Allow returning errors from hdelete_r()Simon Glass2020-12-041-2/+4
* efi: change 'env -e -i' usage syntaxMaxim Uvarov2020-09-181-2/+2
* env: Crash in 'env import' when using checksum and a specific sizePedro Aguilar2020-09-111-0/+5
* cmd: env: add env select commandPatrick Delaunay2020-07-311-0/+15
* cmd: env: add env load commandPatrick Delaunay2020-07-311-0/+14
* cmd: env: check real location for env info commandPatrick Delaunay2020-07-261-3/+12
* cmd: env: add option for quiet output on env infoPatrick Delaunay2020-07-261-7/+19
* efi_loader: simplify 'printenv -e'Heinrich Schuchardt2020-07-161-3/+4
* cmd: env: use ENV_IS_IN_DEVICE in env infoPatrick Delaunay2020-07-071-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-30/+32
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* cmd: env: add "-at" option to "env set -e" commandAKASHI Takahiro2020-04-161-2/+3
* net: Always build the string_to_enetaddr() helperJoe Hershberger2019-12-091-1/+1
* cmd: Migrate from_env() from pxe.c to nvedit.cPatrice Chotard2019-12-061-0/+17
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* cmd: env: extend "env [set|print] -e" to manage UEFI variablesAKASHI Takahiro2019-10-301-5/+14
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Drop the ACTION typedefSimon Glass2019-08-111-4/+4
* env: Rename the redundancy flagsSimon Glass2019-08-111-1/+1
* env: Drop the ENTRY typedefSimon Glass2019-08-111-6/+6
* env: Move get/set_default_env() to env.hSimon Glass2019-08-111-1/+1
* env: Move set_default_vars to env.hSimon Glass2019-08-111-1/+1
* env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass2019-08-111-12/+0
* env: Move envmatch() to env.hSimon Glass2019-08-111-10/+2
* env: Move get_env_id() to env.hSimon Glass2019-08-111-2/+3
* env: register erase commandFrank Wunderlich2019-07-181-0/+20
* cmd: nvedit: Add sub-command 'env info'Leo Ruan2019-07-131-0/+108
* Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-bootTom Rini2019-06-111-15/+21
|\
| * env: enable saveenv command when one CONFIG_ENV_IS_IN is activatedPatrick Delaunay2019-06-061-15/+21
* | cmd: env: add -nv option for UEFI non-volatile variableAKASHI Takahiro2019-06-041-1/+2
|/
* cmd: env: add "-e" option for handling UEFI variablesAKASHI Takahiro2019-02-251-1/+27
* cmd: nvedit: use correct format codeHeinrich Schuchardt2019-01-151-2/+2
* cmd: env: Fix CRC calculation for 'env export -c -s'Neil Stainton2018-09-301-1/+2
* cmd: nvedit: env import can now import only variables passed as parametersQuentin Schulz2018-07-201-7/+19
* env: add the same prefix to error messages to make it detectable by testsQuentin Schulz2018-07-201-4/+8
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-191-1/+2
* cmd: nvedit: set H_INTERACTIVE in do_env_defaultYaniv Levinsky2018-07-191-1/+1
* cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky2018-07-191-1/+1
* cmd: nvedit: rename flags in do_env_defaultYaniv Levinsky2018-07-191-3/+3
* u-boot: Fix several typosShyam Saini2018-06-131-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+30
* cmd: nvedit: env_get_f must check for env_get_char error codesSimon Goldschmidt2018-01-311-3/+8
* cmd: nvedit: Get rid of the env lookupMaxime Ripard2018-01-271-4/+0
* env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen2017-10-161-2/+1
* cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini2017-10-071-1/+1
* cmd/nvedit.c: Update input handling to cover overflow casesTom Rini2017-10-061-4/+7