aboutsummaryrefslogtreecommitdiff
path: root/cmd/nvedit.c
AgeCommit message (Expand)Author
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini
2023-11-07env: Move env_set() out of cmd/nvedit.c and in to env/common.cTom Rini
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-14cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-05-09cmd: nvedit: remove error check, handle with KconfigTroy Kisky
2023-03-30nvedit: simplify do_env_indirect()Rasmus Villemoes
2023-02-09Correct SPL use of CMD_NVEDIT_EFISimon Glass
2023-02-07env: Drop ENV_IS_IN_SATASimon Glass
2022-04-07cmd: env: Add `indirect` to indirectly set valuesSamuel Dionne-Riel
2021-10-21env: Move non-cli env functions to env/common.cMarek Behún
2021-10-21env: Simplify env_match() and inline into env_get_f()Marek Behún
2021-10-21env: Use memcpy() instead of ad-hoc code to copy variable valueMarek Behún
2021-10-21env: Make return value of env_get_f() behave like sprintf() on successMarek Behún
2021-10-21env: Early return from env_get_f() on NULL nameMarek Behún
2021-10-21env: Don't match empty variable name in env_match()Marek Behún
2021-10-21env: Use better name for variable in env_get_f()Marek Behún
2021-10-21env: Use string pointer instead of indexes in env_get_f()Marek Behún
2021-10-21env: Inline env_get_char() into its only userMarek Behún
2021-10-21env: Change env_match() to static and remove from headerMarek Behún
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-04env: Allow returning errors from hdelete_r()Simon Glass
2020-09-18efi: change 'env -e -i' usage syntaxMaxim Uvarov
2020-09-11env: Crash in 'env import' when using checksum and a specific sizePedro Aguilar
2020-07-31cmd: env: add env select commandPatrick Delaunay
2020-07-31cmd: env: add env load commandPatrick Delaunay
2020-07-26cmd: env: check real location for env info commandPatrick Delaunay
2020-07-26cmd: env: add option for quiet output on env infoPatrick Delaunay
2020-07-16efi_loader: simplify 'printenv -e'Heinrich Schuchardt
2020-07-07cmd: env: use ENV_IS_IN_DEVICE in env infoPatrick Delaunay
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