index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
env
Age
Commit message (
Expand
)
Author
2017-08-16
env: Drop saveenv() in favour of env_save()
Simon Glass
2017-08-16
env: Drop env_relocate_spec() in favour of env_load()
Simon Glass
2017-08-16
env: Drop env_get_char_spec()
Simon Glass
2017-08-16
env: Drop env_init_new()
Simon Glass
2017-08-16
env: Drop unused env_ptr variables
Simon Glass
2017-08-16
env: Drop the env_name_spec global
Simon Glass
2017-08-16
env: Drop common init() functions
Simon Glass
2017-08-16
env: Switch over to use environment location drivers
Simon Glass
2017-08-16
env: Add a new implementation of environment access
Simon Glass
2017-08-16
env: Convert CONFIG_ENV_IS_IN... to a choice
Simon Glass
2017-08-15
env: Create a location driver for each location
Simon Glass
2017-08-15
env: Rename nand env_location to nand_env_location
Simon Glass
2017-08-15
env: Add an enum for environment state
Simon Glass
2017-08-15
env: common: Drop env_get_char_memory()
Simon Glass
2017-08-15
env: common: Drop env_get_char_init()
Simon Glass
2017-08-15
env: common: Factor out the common env_valid check
Simon Glass
2017-08-15
env: common: Drop env_get_addr()
Simon Glass
2017-08-15
env: common: Make env_get_addr/get_char_memory() static
Simon Glass
2017-08-15
env: Use tabs in ENV_IS_IN_FAT
Simon Glass
2017-08-15
Move environment files from common/ to env/
Simon Glass