summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)Author
2025-10-24env: fat, ubi: Fix gd->env_valid for the first writeTom Rini
2025-10-21env: Invert gd->env_valid for env_mmc_saveJasper Orschulko
2025-10-16env: Kconfig: disable external env in secure os bootAnshul Dalal
2025-10-06Merge branch 'next'Tom Rini
2025-10-04env: fix typo in multiple Kconfig descriptionsThomas Bonnefille
2025-10-02env: spi: Fix gd->env_valid for the first writeMichal Simek
2025-09-23Merge tag 'v2025.10-rc5' into nextTom Rini
2025-09-11env: fix config dependency for ENV_OFFSET_REDUND_RELATIVE_ENDHeiko Thiery
2025-08-25Merge tag 'v2025.10-rc3' into nextTom Rini
2025-08-23cmd: nand: bug fix MTD_OOB_AUTO to MTD_OPS_AUTO_OOBdavid regan
2025-08-20env: fat: Standardize the interface type checkFabio Estevam
2025-08-20env: ext4: Add support for NVMEFabio Estevam
2025-08-20env: fat: Add support for NVMEFabio Estevam
2025-08-14env: Correct Kconfig type for ENV_MMC_SW_PARTITIONTom Rini
2025-08-11arm: socfpga: Correct how we set BOOTFILETom Rini
2025-08-01env: mtd: initialize saved_buf pointerShiji Yang
2025-08-01env: mtd: add the missing put_mtd_device()Shiji Yang
2025-07-11Kconfig: Test for !COMPILE_TEST in some locationsTom Rini
2025-07-08env: Fix possible out-of-bound access in env_do_env_setChristian Marangi
2025-07-02env: mmc: fix offsets relative to the end of the partitionMichael Walle
2025-06-20Merge patch series "Consistent Kconfig environment options CONFIG_ENV_ prefix"Tom Rini
2025-06-20env: Drop DELAY_ENVIRONMENTMarek Vasut
2025-06-20env: Rename DEFAULT_ENV_FILE to ENV_DEFAULT_ENV_TEXT_FILEMarek Vasut
2025-06-20env: Rename ENV_MMC_PARTITION to ENV_MMC_SW_PARTITIONMarek Vasut
2025-06-20env: Rename SYS_MMC_ENV_PART to ENV_MMC_EMMC_HW_PARTITIONMarek Vasut
2025-06-20env: Rename SYS_MMC_ENV_DEV to ENV_MMC_DEVICE_INDEXMarek Vasut
2025-06-20env: Rename SYS_RELOC_GD_ENV_ADDR to ENV_RELOC_GD_ENV_ADDRMarek Vasut
2025-06-20env: Rename SYS_REDUNDAND_ENVIRONMENT to ENV_REDUNDANTMarek Vasut
2025-06-20env: Rename OVERWRITE_ETHADDR_ONCE to ENV_OVERWRITE_ETHADDR_ONCEMarek Vasut
2025-06-09Merge tag 'v2025.07-rc4' into nextTom Rini
2025-05-30env: Fix network support when CONFIG_NET_LWIP is setBenjamin ROBIN
2025-05-29Merge patch series "Enable env in SCSI"Tom Rini
2025-05-29env: Add support for storing env variables in SCSI devicesVaradarajan Narayanan
2025-05-23env: mtd: fix usability with NAND flashesWeijie Gao
2025-05-05env: Introduce support for MTDChristian Marangi
2025-04-28Merge patch series "bloblist: fix the overriding of fdt from bloblist"Tom Rini
2025-04-28env: point fdt address to the fdt in a bloblistRaymond Mao
2025-04-16amd: versal2: Add support for saving env based on bootmodeVenkatesh Yadav Abbarapu
2025-04-10env: mmc: Fix test for ENV_IS_EMBEDDEDTom Rini
2025-02-28env: mmc: Clean up env_mmc_load() ifdefferyMarek Vasut
2025-02-28env: mmc: Make redundant env in both eMMC boot partitions consider DT propertiesMarek Vasut
2025-02-10env: fat: Avoid writing to read-only locationAndre Przywara
2025-01-24treewide: Replace Maximumm with Maximum in Kconfig symbol descriptionMarek Vasut
2024-12-06env: Switch the callback static list to KconfigChristoph Niedermaier
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-01Merge patch series "env: mmc: fix use of two separate partitions with proper ...Tom Rini
2024-10-01env: mmc: rework mmc_env_partition_by_guid() to work with two separate partit...Rasmus Villemoes
2024-10-01env: mmc: do not return an offset before the start of the partitionRasmus Villemoes