summaryrefslogtreecommitdiff
path: root/env/mmc.c
AgeCommit message (Expand)Author
2022-04-06MLK-22279-1 env: Add env_get_offset to override static env offsetYe Li
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
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-06env: Properly check for BLK supportSjoerd Simons
2018-02-20env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt
2018-01-27env: mmc: Make the debug messages play a little nicerMaxime Ripard
2017-11-29env: suppress a spurious warning with GCC 7.1Philipp Tomsich
2017-11-17env: Save environment at the end of an MMC partitionJorge Ramirez-Ortiz
2017-08-16env: Adjust the load() method to return an errorSimon Glass
2017-08-15env: Drop unused env_ptr variablesSimon Glass
2017-08-15env: Drop the env_name_spec globalSimon Glass
2017-08-15env: Drop common init() functionsSimon Glass
2017-08-15env: Switch over to use environment location driversSimon Glass
2017-08-15env: Create a location driver for each locationSimon Glass
2017-08-15env: Add an enum for environment stateSimon Glass
2017-08-15Move environment files from common/ to env/Simon Glass