]> git.sur5r.net Git - u-boot/history - env
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / env /
2017-08-20 Tom Rinienv: Correct case of no sub-init function
2017-08-20 Andy Shevchenkoenv: Sort selection of default choices
2017-08-18 Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2017-08-18 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2017-08-16 Tom RiniMerge git://git.denx.de/u-boot-tegra
2017-08-16 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2017-08-16 Tom RiniMerge git://www.denx.de/git/u-boot-imx
2017-08-16 Tom RiniMerge git://git.denx.de/u-boot-spi
2017-08-16 Simon Glassenv: Adjust the load() method to return an error
2017-08-16 Simon Glassenv: Adjust the get_char() method to return an int
2017-08-16 Simon Glassenv: Rename some other getenv()-related functions
2017-08-16 Simon Glassenv: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
2017-08-16 Simon Glassenv: Rename getenv/_f() to env_get()
2017-08-16 Simon Glassenv: Drop saveenv() in favour of env_save()
2017-08-16 Simon Glassenv: Drop env_relocate_spec() in favour of env_load()
2017-08-16 Simon Glassenv: Drop env_get_char_spec()
2017-08-16 Simon Glassenv: Drop env_init_new()
2017-08-16 Simon Glassenv: Drop unused env_ptr variables
2017-08-16 Simon Glassenv: Drop the env_name_spec global
2017-08-16 Simon Glassenv: Drop common init() functions
2017-08-16 Simon Glassenv: Switch over to use environment location drivers
2017-08-16 Simon Glassenv: Add a new implementation of environment access
2017-08-16 Simon Glassenv: Convert CONFIG_ENV_IS_IN... to a choice
2017-08-15 Simon Glassenv: Create a location driver for each location
2017-08-15 Simon Glassenv: Rename nand env_location to nand_env_location
2017-08-15 Simon Glassenv: Add an enum for environment state
2017-08-15 Simon Glassenv: common: Drop env_get_char_memory()
2017-08-15 Simon Glassenv: common: Drop env_get_char_init()
2017-08-15 Simon Glassenv: common: Factor out the common env_valid check
2017-08-15 Simon Glassenv: common: Drop env_get_addr()
2017-08-15 Simon Glassenv: common: Make env_get_addr/get_char_memory() static
2017-08-15 Simon Glassenv: Use tabs in ENV_IS_IN_FAT
2017-08-15 Simon GlassMove environment files from common/ to env/