summaryrefslogtreecommitdiff
path: root/env/env.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-16env: Fix invalid env handling in env_init()Marek Vasut1-0/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-11-03env: sf: fix init function behaviourHeiko Schocher1-0/+2
2020-07-31env: Add option to only ever append environmentMarek Vasut1-0/+2
2020-07-31cmd: env: add env select commandPatrick Delaunay1-0/+42
2020-07-31cmd: env: add env load commandPatrick Delaunay1-0/+28
2020-07-31env: the ops driver load becomes mandatory in struct env_driverPatrick Delaunay1-3/+0
2020-07-31env: correctly handle env_load_prioPatrick Delaunay1-3/+4
2020-07-26env: add failing trace in env_savePatrick Delaunay1-3/+7
2020-07-26env: correct overflow check of env_has_init sizePatrick Delaunay1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+1
2019-07-18env: register erase commandFrank Wunderlich1-0/+30
2019-01-26env: Fix saving environment to "bad CRC" locationSam Protsenko1-6/+19
2019-01-09env: sata: Add missed env location for SATA bootYe Li1-0/+3
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