aboutsummaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)AuthorFilesLines
2024-05-06env: Remove <common.h> and add needed includesTom Rini17-19/+6
2024-05-06cmd/Kconfig: Add some missing dependenciesTom Rini1-1/+1
2024-04-18env: mmc: print MMC device being readWIP/18Apr2024Quentin Schulz1-0/+3
2024-03-22xilinx: versal-net: Add support for saving env based on bootmodeVenkatesh Yadav Abbarapu1-1/+1
2024-01-29env: sf: report malloc error to callerRalph Siemsen1-1/+3
2024-01-22env: Make ENV_IS_IN_SPI_FLASH depend on SPI flash being presentTom Rini1-1/+1
2024-01-19Merge branch '2024-01-18-assorted-fixes'Tom Rini1-1/+1
2024-01-19env: migrate env_get_default to call env_get_default_intoQuentin Schulz1-3/+5
2024-01-19env: allow to copy value from default environment into a bufferQuentin Schulz1-0/+8
2024-01-18cmd: nvedit: Fix typo in 'illegal character' errorIvan Orlov1-1/+1
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini1-0/+2
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini1-1/+1
2023-12-13mmc: env: Unify the U_BOOT_ENV_LOCATION conditionsSimon Glass1-1/+1
2023-11-16fs: ext4: Remove unused parameter from ext4_mountSean Anderson1-2/+2
2023-11-07env: Move env_set() out of cmd/nvedit.c and in to env/common.cTom Rini1-4/+109
2023-10-11env: Improve ENV_OFFSET help messagePaul Barker1-1/+11
2023-10-10fsl-layerscape: drop obsolete PPA secure firmware supportLaurentiu Tudor1-1/+1
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-14env: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut3-39/+0
2023-09-14cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-1/+0
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-2/+2
2023-07-17env: Fix default environment saving issueAshok Reddy Soma1-0/+1
2023-07-14env: mmc: statically set the environment partition nameEmmanuel Di Fede2-0/+17
2023-05-16env: Remove misuse of env is nowhere leftoverWIP/2023-05-16-remove-misuse-of-env-is-nowhereStefan Herbrechtsmeier1-2/+0
2023-05-09cmd: nvedit: remove error check, handle with KconfigTroy Kisky1-7/+10
2023-03-02env: Allow VPL environment to be nowhereSimon Glass1-0/+10
2023-02-23env: mmc: Apply GPT only on eMMC user HW partitionWIP/2023-02-23-assorted-fixesMarek Vasut1-4/+8
2023-02-10env: Couple networking-related variable flags to CONFIG_NETJan Kiszka1-5/+5
2023-02-10env: Complete generic support for writable listJan Kiszka2-0/+9
2023-02-07env: Drop ENV_IS_IN_SATASimon Glass3-126/+0
2023-02-06env: mmc: Fix offset issue for env saveYe Li1-4/+4
2023-01-11env: add failing trace in env_erasePatrick Delaunay1-2/+6
2023-01-11env: ubi: add support of command env erasePatrick Delaunay1-0/+40
2023-01-10env: mmc: cosmetic: remove unused macro STR(X)WIP/2023-01-10-env-mmc-improvements-and-correctionsPatrick Delaunay1-3/+0
2023-01-10env: mmc: add debug message when mmc-env-partition is not foundPatrick Delaunay1-0/+1
2023-01-10env: mmc: select GPT env partition by type guidPatrick Delaunay1-1/+18
2023-01-10env: mmc: add CONFIG_ENV_MMC_USE_DTPatrick Delaunay2-0/+23
2023-01-10env: mcc: fix compilation error with ENV_IS_EMBEDDEDPatrick Delaunay1-5/+7
2023-01-10env: mcc: Drop unnecessary #ifdefsPatrick Delaunay1-56/+64
2023-01-10env: mmc: introduced ENV_MMC_OFFSETPatrick Delaunay1-4/+20
2022-12-23global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFGTom Rini1-2/+2
2022-12-22Convert CONFIG_OVERWRITE_ETHADDR_ONCE to KconfigTom Rini1-0/+9
2022-12-22env: eeprom: Remove CONFIG_I2C_ENV_EEPROM_BUS supportTom Rini2-58/+8
2022-12-22Convert CONFIG_HOSTNAME et al to KconfigTom Rini1-0/+10
2022-12-22env: nvram: Drop CONFIG_SYS_NVRAM_ACCESS_ROUTINETom Rini1-40/+2
2022-12-22env: Rework ENV_IS_EMBEDDED and related logic slightlyTom Rini2-2/+1
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2-2/+2
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass1-1/+1
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass1-2/+2
2022-09-26arm64: versal-net: Add support for Versal NET platformMichal Simek1-3/+3