summaryrefslogtreecommitdiff
path: root/env/mmc.c
AgeCommit message (Expand)Author
2025-07-02env: mmc: fix offsets relative to the end of the partitionMichael Walle
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_REDUNDAND_ENVIRONMENT to ENV_REDUNDANTMarek Vasut
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
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
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
2024-10-01env: mmc: refactor mmc_offset_try_partition()Rasmus Villemoes
2024-07-31env: mmc: Fix env loading with CONFIG_SYS_MMC_ENV_PARTMattijs Korpershoek
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06env: Remove <common.h> and add needed includesTom Rini
2024-04-18env: mmc: print MMC device being readQuentin Schulz
2023-12-13mmc: env: Unify the U_BOOT_ENV_LOCATION conditionsSimon Glass
2023-07-14env: mmc: statically set the environment partition nameEmmanuel Di Fede
2023-02-23env: mmc: Apply GPT only on eMMC user HW partitionMarek Vasut
2023-02-06env: mmc: Fix offset issue for env saveYe Li
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-09-16blk: Switch over to using uclass IDsSimon Glass
2022-06-15env: mmc : align erase address and size on erase_grp_sizePatrick Delaunay
2021-10-25env: mmc: Add support for redundant env in both eMMC boot partitionsMarek Vasut
2021-10-25env: mmc: Add missing eMMC bootpart restoration to env eraseMarek Vasut
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-04-16env: add ENV_ERASE_PTR macroPatrick Delaunay
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-11-18env: mmc: Correct partition comparison in mmc_offset_try_partitionHoyeonjiki Kim
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse
2020-08-08Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini
2020-07-31env: Discern environment coming from external storageMarek Vasut
2020-07-26env: mmc: add redundancy support in mmc_offset_try_partitionPatrick Delaunay
2020-07-26env: mmc: correct the offset returned by mmc_offset_try_partitionPatrick Delaunay
2020-07-26env: mmc: allow support of mmc_get_env_dev with OF_CONTROLPatrick Delaunay
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-03-09env: Update env_addr for mmc environment driverPankit Garg
2019-11-20env: Finish migration of common ENV optionsTom Rini
2019-11-20env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
2019-07-18env: mmc: add erase-functionFrank Wunderlich