aboutsummaryrefslogtreecommitdiff
path: root/env/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-13mmc: env: Unify the U_BOOT_ENV_LOCATION conditionsSimon Glass1-1/+1
2023-07-14env: mmc: statically set the environment partition nameEmmanuel Di Fede1-0/+5
2023-02-23env: mmc: Apply GPT only on eMMC user HW partitionWIP/2023-02-23-assorted-fixesMarek Vasut1-4/+8
2023-02-06env: mmc: Fix offset issue for env saveYe Li1-4/+4
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 Delaunay1-0/+7
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-09-16blk: Switch over to using uclass IDsSimon Glass1-2/+2
2022-06-15env: mmc : align erase address and size on erase_grp_sizePatrick Delaunay1-3/+7
2021-10-25env: mmc: Add support for redundant env in both eMMC boot partitionsMarek Vasut1-5/+42
2021-10-25env: mmc: Add missing eMMC bootpart restoration to env eraseMarek Vasut1-4/+10
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-2/+3
2021-04-16env: add ENV_ERASE_PTR macroPatrick Delaunay1-5/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-11-18env: mmc: Correct partition comparison in mmc_offset_try_partitionHoyeonjiki Kim1-1/+1
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse1-5/+0
2020-08-08Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini1-4/+0
2020-07-31env: Discern environment coming from external storageMarek Vasut1-2/+2
2020-07-26env: mmc: add redundancy support in mmc_offset_try_partitionPatrick Delaunay1-3/+3
2020-07-26env: mmc: correct the offset returned by mmc_offset_try_partitionPatrick Delaunay1-2/+2
2020-07-26env: mmc: allow support of mmc_get_env_dev with OF_CONTROLPatrick Delaunay1-6/+12
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-1/+1
2020-03-09env: Update env_addr for mmc environment driverPankit Garg1-0/+5
2019-11-20env: Finish migration of common ENV optionsTom Rini1-4/+0
2019-11-20env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini1-5/+0
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-2/+3
2019-07-18env: mmc: add erase-functionFrank Wunderlich1-0/+51
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-6/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-06env: Properly check for BLK supportSjoerd Simons1-1/+1
2018-02-20env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas1-0/+2
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt1-2/+1
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt1-21/+2
2018-01-27env: mmc: Make the debug messages play a little nicerMaxime Ripard1-1/+0
2017-11-29env: suppress a spurious warning with GCC 7.1Philipp Tomsich1-1/+1
2017-11-17env: Save environment at the end of an MMC partitionJorge Ramirez-Ortiz1-4/+58
2017-08-16env: Adjust the load() method to return an errorSimon Glass1-8/+11
2017-08-15env: Drop unused env_ptr variablesSimon Glass1-6/+0
2017-08-15env: Drop the env_name_spec globalSimon Glass1-2/+1
2017-08-15env: Drop common init() functionsSimon Glass1-10/+0
2017-08-15env: Switch over to use environment location driversSimon Glass1-10/+9
2017-08-15env: Create a location driver for each locationSimon Glass1-0/+10
2017-08-15env: Add an enum for environment stateSimon Glass1-5/+5
2017-08-15Move environment files from common/ to env/Simon Glass1-0/+326