index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
env
/
mmc.c
Age
Commit message (
Expand
)
Author
2023-07-14
env: mmc: statically set the environment partition name
Emmanuel Di Fede
2023-02-23
env: mmc: Apply GPT only on eMMC user HW partition
Marek Vasut
2023-02-06
env: mmc: Fix offset issue for env save
Ye Li
2023-01-10
env: mmc: cosmetic: remove unused macro STR(X)
Patrick Delaunay
2023-01-10
env: mmc: add debug message when mmc-env-partition is not found
Patrick Delaunay
2023-01-10
env: mmc: select GPT env partition by type guid
Patrick Delaunay
2023-01-10
env: mmc: add CONFIG_ENV_MMC_USE_DT
Patrick Delaunay
2023-01-10
env: mcc: fix compilation error with ENV_IS_EMBEDDED
Patrick Delaunay
2023-01-10
env: mcc: Drop unnecessary #ifdefs
Patrick Delaunay
2023-01-10
env: mmc: introduced ENV_MMC_OFFSET
Patrick Delaunay
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
2022-06-15
env: mmc : align erase address and size on erase_grp_size
Patrick Delaunay
2021-10-25
env: mmc: Add support for redundant env in both eMMC boot partitions
Marek Vasut
2021-10-25
env: mmc: Add missing eMMC bootpart restoration to env erase
Marek Vasut
2021-09-25
treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...
Simon Glass
2021-04-16
env: add ENV_ERASE_PTR macro
Patrick Delaunay
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-11-18
env: mmc: Correct partition comparison in mmc_offset_try_partition
Hoyeonjiki Kim
2020-10-14
mmc: remove duplicate mmc_get_env_dev() implementations
David Woodhouse
2020-08-08
Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig
Tom Rini
2020-07-31
env: Discern environment coming from external storage
Marek Vasut
2020-07-26
env: mmc: add redundancy support in mmc_offset_try_partition
Patrick Delaunay
2020-07-26
env: mmc: correct the offset returned by mmc_offset_try_partition
Patrick Delaunay
2020-07-26
env: mmc: allow support of mmc_get_env_dev with OF_CONTROL
Patrick Delaunay
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
2020-03-09
env: Update env_addr for mmc environment driver
Pankit Garg
2019-11-20
env: Finish migration of common ENV options
Tom Rini
2019-11-20
env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check
Tom Rini
2019-08-11
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
env: Move get/set_default_env() to env.h
Simon Glass
2019-07-18
env: mmc: add erase-function
Frank Wunderlich
2018-07-19
env: common: accept flags on reset to default env
Yaniv Levinsky
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-06
env: Properly check for BLK support
Sjoerd Simons
2018-02-20
env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...
Faiz Abbas
2018-02-01
env: make env drivers propagate env_import return value
Simon Goldschmidt
2018-02-01
env: move more common code to env_import_redund
Simon Goldschmidt
2018-01-27
env: mmc: Make the debug messages play a little nicer
Maxime Ripard
2017-11-29
env: suppress a spurious warning with GCC 7.1
Philipp Tomsich
2017-11-17
env: Save environment at the end of an MMC partition
Jorge Ramirez-Ortiz
2017-08-16
env: Adjust the load() method to return an error
Simon Glass
2017-08-15
env: Drop unused env_ptr variables
Simon Glass
2017-08-15
env: Drop the env_name_spec global
Simon Glass
2017-08-15
env: Drop common init() functions
Simon Glass
2017-08-15
env: Switch over to use environment location drivers
Simon Glass
2017-08-15
env: Create a location driver for each location
Simon Glass
2017-08-15
env: Add an enum for environment state
Simon Glass
2017-08-15
Move environment files from common/ to env/
Simon Glass