summaryrefslogtreecommitdiff
path: root/env/env.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-10env: Don't show "Failed" error messageSam Protsenko1-5/+9
2018-07-30u-boot: remove driver lookup loop from env_save()Nicholas Faustini1-18/+16
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-17env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu1-0/+21
2018-02-16env: restore old env_get_char() behaviourGoldschmidt Simon1-22/+7
2018-02-16env: Fix env_load_locationYork Sun1-5/+3
2018-01-27env: Mark env_get_location as weakMaxime Ripard1-1/+2
2018-01-27env: Initialise all the environmentsMaxime Ripard1-7/+29
2018-01-27env: Support multiple environmentsMaxime Ripard1-32/+53
2018-01-27env: Make it explicit where we're loading our environment fromMaxime Ripard1-7/+11
2018-01-27env: Make the env save message a bit more explicitMaxime Ripard1-1/+2
2018-01-27env: Pass additional parameters to the env lookup functionMaxime Ripard1-49/+108
2018-01-27env: Rename env_driver_lookup_default and env_get_default_locationMaxime Ripard1-9/+9
2018-01-27cmd: nvedit: Get rid of the env lookupMaxime Ripard1-1/+3
2018-01-16env: enable accessing the environment in an EXT4 partitionJorge Ramirez-Ortiz1-0/+2
2017-10-16env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen1-3/+1
2017-08-21env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass1-1/+1
2017-08-21env: Allow env_load() to detect errorsSimon Glass1-1/+1
2017-08-21env: Correct case of no sub-init functionTom Rini1-1/+1
2017-08-16env: Drop saveenv() in favour of env_save()Simon Glass1-6/+0
2017-08-16env: Drop env_relocate_spec() in favour of env_load()Simon Glass1-5/+0
2017-08-16env: Drop env_get_char_spec()Simon Glass1-6/+3
2017-08-16env: Drop env_init_new()Simon Glass1-5/+1
2017-08-16env: Drop the env_name_spec globalSimon Glass1-1/+1
2017-08-16env: Drop common init() functionsSimon Glass1-5/+9
2017-08-16env: Switch over to use environment location driversSimon Glass1-0/+20
2017-08-16env: Add a new implementation of environment accessSimon Glass1-0/+145