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
/
include
/
env_internal.h
Age
Commit message (
Expand
)
Author
2023-11-07
env: Move env_set() out of cmd/nvedit.c and in to env/common.c
Tom Rini
2023-02-09
Correct SPL use of CMD_ERASEENV
Simon Glass
2022-12-22
env: Rework ENV_IS_EMBEDDED and related logic slightly
Tom Rini
2022-04-21
env: Implement lower priority arch_env_get_location()
Marek Vasut
2022-04-07
env: fat: Allow overriding interface, device and partition
He Yong
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-11-12
Convert CONFIG_ENV_IS_IN_SPI_FLASH et al to Kconfig
Tom Rini
2021-10-31
env: Always use char for default_environment
Marek Behún
2021-04-16
env: add ENV_ERASE_PTR macro
Patrick Delaunay
2021-02-08
env: Allow to set default_environment[] from board code via compile option DE...
Pali Rohár
2020-07-31
env: the ops driver load becomes mandatory in struct env_driver
Patrick Delaunay
2020-07-31
env: add prototypes for weak function
Patrick Delaunay
2020-07-26
cmd: env: check real location for env info command
Patrick Delaunay
2020-04-24
env_internal.h: add alternative ENV_SAVE_PTR macro
Rasmus Villemoes
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-11-12
defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENT
Tom Rini
2019-10-16
ubi: env: fix redundand management
Philippe Reynes
2019-08-11
env: Rename environment.h to env_internal.h
Simon Glass