aboutsummaryrefslogtreecommitdiff
path: root/cmd/nvedit.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini1-1/+1
2023-11-07env: Move env_set() out of cmd/nvedit.c and in to env/common.cTom Rini1-117/+5
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini1-4/+2
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-14cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-11/+0
2023-05-09cmd: nvedit: remove error check, handle with KconfigTroy Kisky1-27/+5
2023-03-30nvedit: simplify do_env_indirect()Rasmus Villemoes1-7/+4
2023-02-09Correct SPL use of CMD_NVEDIT_EFISimon Glass1-1/+1
2023-02-07env: Drop ENV_IS_IN_SATASimon Glass1-1/+0
2022-04-07cmd: env: Add `indirect` to indirectly set valuesSamuel Dionne-Riel1-0/+45
2021-10-21env: Move non-cli env functions to env/common.cMarek Behún1-175/+0
2021-10-21env: Simplify env_match() and inline into env_get_f()Marek Behún1-14/+5
2021-10-21env: Use memcpy() instead of ad-hoc code to copy variable valueMarek Behún1-12/+6
2021-10-21env: Make return value of env_get_f() behave like sprintf() on successMarek Behún1-3/+5
2021-10-21env: Early return from env_get_f() on NULL nameMarek Behún1-3/+3
2021-10-21env: Don't match empty variable name in env_match()Marek Behún1-1/+1
2021-10-21env: Use better name for variable in env_get_f()Marek Behún1-4/+4
2021-10-21env: Use string pointer instead of indexes in env_get_f()Marek Behún1-16/+16
2021-10-21env: Inline env_get_char() into its only userMarek Behún1-14/+14
2021-10-21env: Change env_match() to static and remove from headerMarek Behún1-15/+15
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-5/+5
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-04env: Allow returning errors from hdelete_r()Simon Glass1-2/+4
2020-09-18efi: change 'env -e -i' usage syntaxMaxim Uvarov1-2/+2
2020-09-11env: Crash in 'env import' when using checksum and a specific sizePedro Aguilar1-0/+5
2020-07-31cmd: env: add env select commandPatrick Delaunay1-0/+15
2020-07-31cmd: env: add env load commandPatrick Delaunay1-0/+14
2020-07-26cmd: env: check real location for env info commandPatrick Delaunay1-3/+12
2020-07-26cmd: env: add option for quiet output on env infoPatrick Delaunay1-7/+19
2020-07-16efi_loader: simplify 'printenv -e'Heinrich Schuchardt1-3/+4
2020-07-07cmd: env: use ENV_IS_IN_DEVICE in env infoPatrick Delaunay1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-30/+32
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-16cmd: env: add "-at" option to "env set -e" commandAKASHI Takahiro1-2/+3
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger1-1/+1
2019-12-06cmd: Migrate from_env() from pxe.c to nvedit.cPatrice Chotard1-0/+17
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-10-30cmd: env: extend "env [set|print] -e" to manage UEFI variablesAKASHI Takahiro1-5/+14
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Drop the ACTION typedefSimon Glass1-4/+4
2019-08-11env: Rename the redundancy flagsSimon Glass1-1/+1
2019-08-11env: Drop the ENTRY typedefSimon Glass1-6/+6
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-1/+1
2019-08-11env: Move set_default_vars to env.hSimon Glass1-1/+1
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass1-12/+0