aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/nvedit.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/nvedit.c: teach 'env default' to optionally keep runtime variablesRasmus Villemoes2024-11-151-2/+6
* cmd: nvedit: Mark a few functions staticAndy Shevchenko2024-10-241-4/+4
* global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-111-6/+6
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+1
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-1/+1
* cmd: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+1
* env: Move env_set() out of cmd/nvedit.c and in to env/common.cTom Rini2023-11-071-117/+5
* cmd: Convert existing long help messages to the new macroTom Rini2023-10-161-4/+2
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-241-0/+1
* cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-11/+0
* cmd: nvedit: remove error check, handle with KconfigTroy Kisky2023-05-091-27/+5
* 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 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