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
/
ext4.c
Age
Commit message (
Expand
)
Author
2022-07-08
Add SCSI scan for ENV in EXT4 or FAT
Rogier Stam
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-10-14
env/ext4.c: allow loading from an EXT4 partition on the MMC boot device
David Woodhouse
2020-07-31
env: Discern environment coming from external storage
Marek Vasut
2020-07-31
env: ext4: add support of command env erase
Patrick Delaunay
2020-07-31
env: ext4: introduce new function env_ext4_save_buffer
Patrick Delaunay
2020-07-31
env: ext4: set gd->env_valid
Patrick Delaunay
2020-05-18
common: Drop part.h from common header
Simon Glass
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
2020-04-24
env/ext4.c: remove CONFIG_CMD_SAVEENV ifdef
Rasmus Villemoes
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-06-06
env: ext4: Allow overriding interface, device and partition
Patrice Chotard
2019-04-09
fs: ext4: Add support for the creation of symbolic links
Jean-Jacques Hiblot
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-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-16
env: mmc/fat/ext4: undefined reference to `mmc_initialize'
Heinrich Schuchardt
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-01-15
env: enable accessing the environment in an EXT4 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