summaryrefslogtreecommitdiff
path: root/cmd/nvedit.c
Commit message (Expand)AuthorAgeFilesLines
* nvedit: simplify do_env_indirect()Rasmus Villemoes2023-03-301-7/+4
* Correct SPL use of CMD_NVEDIT_EFISimon Glass2023-02-091-1/+1
* env: Drop ENV_IS_IN_SATASimon Glass2023-02-071-1/+0
* cmd: env: Add `indirect` to indirectly set valuesSamuel Dionne-Riel2022-04-071-0/+45
* env: Move non-cli env functions to env/common.cMarek Behún2021-10-211-175/+0
* env: Simplify env_match() and inline into env_get_f()Marek Behún2021-10-211-14/+5
* env: Use memcpy() instead of ad-hoc code to copy variable valueMarek Behún2021-10-211-12/+6
* env: Make return value of env_get_f() behave like sprintf() on successMarek Behún2021-10-211-3/+5
* env: Early return from env_get_f() on NULL nameMarek Behún2021-10-211-3/+3
* env: Don't match empty variable name in env_match()Marek Behún2021-10-211-1/+1
* env: Use better name for variable in env_get_f()Marek Behún2021-10-211-4/+4
* env: Use string pointer instead of indexes in env_get_f()Marek Behún2021-10-211-16/+16
* env: Inline env_get_char() into its only userMarek Behún2021-10-211-14/+14
* env: Change env_match() to static and remove from headerMarek Behún2021-10-211-15/+15
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-1/+1
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-5/+5
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon 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 headerWIP/2020-05-18-reduce-size-of-common.hSimon 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