summaryrefslogtreecommitdiffstats
path: root/env/env.c
Commit message (Expand)AuthorAgeFilesLines
* env: Fix invalid env handling in env_init()Marek Vasut2021-04-161-0/+3
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* env: sf: fix init function behaviourHeiko Schocher2020-11-031-0/+2
* env: Add option to only ever append environmentMarek Vasut2020-07-311-0/+2
* cmd: env: add env select commandPatrick Delaunay2020-07-311-0/+42
* cmd: env: add env load commandPatrick Delaunay2020-07-311-0/+28
* env: the ops driver load becomes mandatory in struct env_driverPatrick Delaunay2020-07-311-3/+0
* env: correctly handle env_load_prioPatrick Delaunay2020-07-311-3/+4
* env: add failing trace in env_savePatrick Delaunay2020-07-261-3/+7
* env: correct overflow check of env_has_init sizePatrick Delaunay2020-07-261-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move env_init() to env.hSimon Glass2019-08-111-0/+1
* env: register erase commandFrank Wunderlich2019-07-181-0/+30
* env: Fix saving environment to "bad CRC" locationSam Protsenko2019-01-261-6/+19
* env: sata: Add missed env location for SATA bootYe Li2019-01-091-0/+3
* env: Don't show "Failed" error messageSam Protsenko2018-08-101-5/+9
* u-boot: remove driver lookup loop from env_save()Nicholas Faustini2018-07-301-18/+16
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu2018-04-161-0/+21
* env: restore old env_get_char() behaviourGoldschmidt Simon2018-02-161-22/+7
* env: Fix env_load_locationYork Sun2018-02-161-5/+3
* env: Mark env_get_location as weakMaxime Ripard2018-01-271-1/+2
* env: Initialise all the environmentsMaxime Ripard2018-01-271-7/+29
* env: Support multiple environmentsMaxime Ripard2018-01-271-32/+53
* env: Make it explicit where we're loading our environment fromMaxime Ripard2018-01-271-7/+11
* env: Make the env save message a bit more explicitMaxime Ripard2018-01-271-1/+2
* env: Pass additional parameters to the env lookup functionMaxime Ripard2018-01-271-49/+108
* env: Rename env_driver_lookup_default and env_get_default_locationMaxime Ripard2018-01-271-9/+9
* cmd: nvedit: Get rid of the env lookupMaxime Ripard2018-01-271-1/+3
* env: enable accessing the environment in an EXT4 partitionJorge Ramirez-Ortiz2018-01-151-0/+2
* env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen2017-10-161-3/+1
* env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass2017-08-201-1/+1
* env: Allow env_load() to detect errorsSimon Glass2017-08-201-1/+1
* env: Correct case of no sub-init functionTom Rini2017-08-201-1/+1
* env: Drop saveenv() in favour of env_save()Simon Glass2017-08-151-6/+0
* env: Drop env_relocate_spec() in favour of env_load()Simon Glass2017-08-151-5/+0
* env: Drop env_get_char_spec()Simon Glass2017-08-151-6/+3
* env: Drop env_init_new()Simon Glass2017-08-151-5/+1
* env: Drop the env_name_spec globalSimon Glass2017-08-151-1/+1
* env: Drop common init() functionsSimon Glass2017-08-151-5/+9
* env: Switch over to use environment location driversSimon Glass2017-08-151-0/+20
* env: Add a new implementation of environment accessSimon Glass2017-08-151-0/+145