summaryrefslogtreecommitdiff
path: root/env/env.c
AgeCommit message (Expand)Author
2023-02-10env: Complete generic support for writable listJan Kiszka
2023-02-07env: Drop ENV_IS_IN_SATASimon Glass
2023-01-11env: add failing trace in env_erasePatrick Delaunay
2022-04-21env: Implement lower priority arch_env_get_location()Marek Vasut
2022-04-10Revert "env: Load env when ENV_IS_NOWHERE is only location selected"Marek Vasut
2022-04-07env: Load env when ENV_IS_NOWHERE is only location selectedFelix.Vietmeyer@jila.colorado.edu
2021-10-21env: Inline env_get_char() into its only userMarek BehĂșn
2021-10-21env: Drop env_get_char_spec() and old, unused .get_char() implementationsMarek BehĂșn
2021-04-16env: Fix invalid env handling in env_init()Marek Vasut
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-11-03env: sf: fix init function behaviourHeiko Schocher
2020-07-31env: Add option to only ever append environmentMarek Vasut
2020-07-31cmd: env: add env select commandPatrick Delaunay
2020-07-31cmd: env: add env load commandPatrick Delaunay
2020-07-31env: the ops driver load becomes mandatory in struct env_driverPatrick Delaunay
2020-07-31env: correctly handle env_load_prioPatrick Delaunay
2020-07-26env: add failing trace in env_savePatrick Delaunay
2020-07-26env: correct overflow check of env_has_init sizePatrick Delaunay
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