aboutsummaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)Author
2024-04-18env: mmc: print MMC device being readQuentin Schulz
2024-03-22xilinx: versal-net: Add support for saving env based on bootmodeVenkatesh Yadav Abbarapu
2024-01-29env: sf: report malloc error to callerRalph Siemsen
2024-01-22env: Make ENV_IS_IN_SPI_FLASH depend on SPI flash being presentTom Rini
2024-01-19Merge branch '2024-01-18-assorted-fixes'Tom Rini
2024-01-19env: migrate env_get_default to call env_get_default_intoQuentin Schulz
2024-01-19env: allow to copy value from default environment into a bufferQuentin Schulz
2024-01-18cmd: nvedit: Fix typo in 'illegal character' errorIvan Orlov
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini
2023-12-13mmc: env: Unify the U_BOOT_ENV_LOCATION conditionsSimon Glass
2023-11-16fs: ext4: Remove unused parameter from ext4_mountSean Anderson
2023-11-07env: Move env_set() out of cmd/nvedit.c and in to env/common.cTom Rini
2023-10-11env: Improve ENV_OFFSET help messagePaul Barker
2023-10-10fsl-layerscape: drop obsolete PPA secure firmware supportLaurentiu Tudor
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-14env: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini
2023-07-17env: Fix default environment saving issueAshok Reddy Soma
2023-07-14env: mmc: statically set the environment partition nameEmmanuel Di Fede
2023-05-16env: Remove misuse of env is nowhere leftoverStefan Herbrechtsmeier
2023-05-09cmd: nvedit: remove error check, handle with KconfigTroy Kisky
2023-03-02env: Allow VPL environment to be nowhereSimon Glass
2023-02-23env: mmc: Apply GPT only on eMMC user HW partitionMarek Vasut
2023-02-10env: Couple networking-related variable flags to CONFIG_NETJan Kiszka
2023-02-10env: Complete generic support for writable listJan Kiszka
2023-02-07env: Drop ENV_IS_IN_SATASimon Glass
2023-02-06env: mmc: Fix offset issue for env saveYe Li
2023-01-11env: add failing trace in env_erasePatrick Delaunay
2023-01-11env: ubi: add support of command env erasePatrick Delaunay
2023-01-10env: mmc: cosmetic: remove unused macro STR(X)Patrick Delaunay
2023-01-10env: mmc: add debug message when mmc-env-partition is not foundPatrick Delaunay
2023-01-10env: mmc: select GPT env partition by type guidPatrick Delaunay
2023-01-10env: mmc: add CONFIG_ENV_MMC_USE_DTPatrick Delaunay
2023-01-10env: mcc: fix compilation error with ENV_IS_EMBEDDEDPatrick Delaunay
2023-01-10env: mcc: Drop unnecessary #ifdefsPatrick Delaunay
2023-01-10env: mmc: introduced ENV_MMC_OFFSETPatrick Delaunay
2022-12-23global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFGTom Rini
2022-12-22Convert CONFIG_OVERWRITE_ETHADDR_ONCE to KconfigTom Rini
2022-12-22env: eeprom: Remove CONFIG_I2C_ENV_EEPROM_BUS supportTom Rini
2022-12-22Convert CONFIG_HOSTNAME et al to KconfigTom Rini
2022-12-22env: nvram: Drop CONFIG_SYS_NVRAM_ACCESS_ROUTINETom Rini
2022-12-22env: Rework ENV_IS_EMBEDDED and related logic slightlyTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass
2022-09-26arm64: versal-net: Add support for Versal NET platformMichal Simek
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-16blk: Switch over to using uclass IDsSimon Glass