summaryrefslogtreecommitdiff
path: root/env/env.c
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Move env_init() to env.hSimon Glass
2019-07-18env: register erase commandFrank Wunderlich
2019-01-26env: Fix saving environment to "bad CRC" locationSam Protsenko
2019-01-09env: sata: Add missed env location for SATA bootYe Li
2018-08-10env: Don't show "Failed" error messageSam Protsenko
2018-07-30u-boot: remove driver lookup loop from env_save()Nicholas Faustini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-16env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu
2018-02-16env: restore old env_get_char() behaviourGoldschmidt Simon
2018-02-16env: Fix env_load_locationYork Sun
2018-01-27env: Mark env_get_location as weakMaxime Ripard
2018-01-27env: Initialise all the environmentsMaxime Ripard
2018-01-27env: Support multiple environmentsMaxime Ripard
2018-01-27env: Make it explicit where we're loading our environment fromMaxime Ripard
2018-01-27env: Make the env save message a bit more explicitMaxime Ripard
2018-01-27env: Pass additional parameters to the env lookup functionMaxime Ripard
2018-01-27env: Rename env_driver_lookup_default and env_get_default_locationMaxime Ripard
2018-01-27cmd: nvedit: Get rid of the env lookupMaxime Ripard
2018-01-15env: enable accessing the environment in an EXT4 partitionJorge Ramirez-Ortiz
2017-10-16env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen
2017-08-20env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass
2017-08-20env: Allow env_load() to detect errorsSimon Glass
2017-08-20env: Correct case of no sub-init functionTom Rini
2017-08-15env: Drop saveenv() in favour of env_save()Simon Glass
2017-08-15env: Drop env_relocate_spec() in favour of env_load()Simon Glass
2017-08-15env: Drop env_get_char_spec()Simon Glass
2017-08-15env: Drop env_init_new()Simon Glass
2017-08-15env: Drop the env_name_spec globalSimon Glass
2017-08-15env: Drop common init() functionsSimon Glass
2017-08-15env: Switch over to use environment location driversSimon Glass
2017-08-15env: Add a new implementation of environment accessSimon Glass