summaryrefslogtreecommitdiff
path: root/include/environment.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-18env: fix allow to build multiple environmentsRajesh Bhagat1-9/+0
2018-12-05env: allow flash and nand env driver to compile togetherRajesh Bhagat1-1/+0
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-1/+1
2018-07-19cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky1-1/+1
2018-06-13u-boot: Fix several typosShyam Saini1-1/+1
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/+5
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+4
2018-02-16env: restore old env_get_char() behaviourGoldschmidt Simon1-11/+0
2018-02-16env: Fix env_load_locationYork Sun1-1/+1
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt1-1/+2
2018-01-27env: Pass additional parameters to the env lookup functionMaxime Ripard1-0/+8
2018-01-27cmd: nvedit: Get rid of the env lookupMaxime Ripard1-7/+0
2017-11-21env: Remove CONFIG_ENV_AES supportTom Rini1-11/+1
2017-10-16env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen1-1/+0
2017-08-16env: Adjust the load() method to return an errorSimon Glass1-1/+3
2017-08-16env: Adjust the get_char() method to return an intSimon Glass1-2/+2
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-1/+1
2017-08-16env: Drop saveenv() in favour of env_save()Simon Glass1-0/+7
2017-08-16env: Drop env_relocate_spec() in favour of env_load()Simon Glass1-2/+7
2017-08-16env: Drop env_get_char_spec()Simon Glass1-4/+10
2017-08-16env: Drop the env_name_spec globalSimon Glass1-4/+15
2017-08-16env: Drop common init() functionsSimon Glass1-1/+2
2017-08-15env: Create a location driver for each locationSimon Glass1-0/+70
2017-08-15env: Add an enum for environment stateSimon Glass1-0/+7
2017-08-15env: common: Make env_get_addr/get_char_memory() staticSimon Glass1-4/+0
2017-07-22env: Add generic redundant environment implementationFiach Antaw1-0/+5
2017-04-07common: Move environment choice to KconfigMaxime Ripard1-0/+2
2016-10-07Various, accumulated typos collected from around the tree.Robert P. J. Day1-3/+2
2014-08-01env_mmc: support env partition setup in runtimeDmitry Lifshitz1-0/+3
2014-08-01env_mmc: add mmc_get_env_addr() prototypeDmitry Lifshitz1-0/+6
2014-03-22env: Implement support for encrypting environmentMarek Vasut1-1/+11
2014-03-22env: Add env_export() wrapperMarek Vasut1-0/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-14mmc: fix env in mmc with redundant compile errorBo Shen1-0/+6
2013-04-11env: Add redundant env support to UBI envJoe Hershberger1-0/+3
2013-04-11env: Add support for UBI environmentJoe Hershberger1-0/+15
2012-12-13env: Add support for access control to .flagsJoe Hershberger1-0/+3
2012-12-13env: Add environment variable flagsJoe Hershberger1-8/+1
2012-12-13env: Add support for callbacks to environment varsJoe Hershberger1-0/+2
2012-12-13env: Refactor apply into change_okJoe Hershberger1-4/+3
2012-09-18env: make "env default" selective, check and applyGerlando Falauto1-0/+3
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto1-0/+9
2012-06-21Block: Remove MG DISK supportMarek Vasut1-9/+0
2012-01-05env: remove value from boolean definesIgor Grinberg1-4/+4
2011-11-22env: clean env_common.c checkpatch and code styleIgor Grinberg1-0/+8
2011-11-22env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg1-0/+3
2011-11-22env: move extern environment[] to environment.hIgor Grinberg1-0/+4
2011-11-22env: move extern default_environment[] to environment.hIgor Grinberg1-0/+2
2011-11-22env: clean environment.h checkpatch and code styleIgor Grinberg1-21/+23