]> git.ipfire.org Git - people/ms/u-boot.git/history - env/env.c
env: Allow env_load() to detect errors
[people/ms/u-boot.git] / env / env.c
2017-08-20  Simon Glassenv: Allow env_load() to detect errors
2017-08-20  Tom Rinienv: Correct case of no sub-init function
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: 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 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