summaryrefslogtreecommitdiff
path: root/include/environment.h
Commit message (Expand)AuthorAgeFilesLines
* env: Remove CONFIG_ENV_AES supportTom Rini2017-11-211-11/+1
* env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen2017-10-161-1/+0
* env: Adjust the load() method to return an errorSimon Glass2017-08-161-1/+3
* env: Adjust the get_char() method to return an intSimon Glass2017-08-161-2/+2
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-1/+1
* env: Drop saveenv() in favour of env_save()Simon Glass2017-08-151-0/+7
* env: Drop env_relocate_spec() in favour of env_load()Simon Glass2017-08-151-2/+7
* env: Drop env_get_char_spec()Simon Glass2017-08-151-4/+10
* env: Drop the env_name_spec globalSimon Glass2017-08-151-4/+15
* env: Drop common init() functionsSimon Glass2017-08-151-1/+2
* env: Create a location driver for each locationSimon Glass2017-08-151-0/+70
* env: Add an enum for environment stateSimon Glass2017-08-151-0/+7
* env: common: Make env_get_addr/get_char_memory() staticSimon Glass2017-08-151-4/+0
* env: Add generic redundant environment implementationFiach Antaw2017-07-221-0/+5
* common: Move environment choice to KconfigMaxime Ripard2017-04-071-0/+2
* Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-061-3/+2
* env_mmc: support env partition setup in runtimeDmitry Lifshitz2014-08-011-0/+3
* env_mmc: add mmc_get_env_addr() prototypeDmitry Lifshitz2014-08-011-0/+6
* env: Implement support for encrypting environmentMarek Vasut2014-03-211-1/+11
* env: Add env_export() wrapperMarek Vasut2014-03-211-0/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* mmc: fix env in mmc with redundant compile errorBo Shen2013-06-131-0/+6
* env: Add redundant env support to UBI envJoe Hershberger2013-04-111-0/+3
* env: Add support for UBI environmentJoe Hershberger2013-04-111-0/+15
* env: Add support for access control to .flagsJoe Hershberger2012-12-131-0/+3
* env: Add environment variable flagsJoe Hershberger2012-12-131-8/+1
* env: Add support for callbacks to environment varsJoe Hershberger2012-12-131-0/+2
* env: Refactor apply into change_okJoe Hershberger2012-12-131-4/+3
* env: make "env default" selective, check and applyGerlando Falauto2012-09-181-0/+3
* env: add check/apply logic to himport_r()Gerlando Falauto2012-09-181-0/+9
* Block: Remove MG DISK supportMarek Vasut2012-06-211-9/+0
* env: remove value from boolean definesIgor Grinberg2012-01-051-4/+4
* env: clean env_common.c checkpatch and code styleIgor Grinberg2011-11-221-0/+8
* env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg2011-11-221-0/+3
* env: move extern environment[] to environment.hIgor Grinberg2011-11-221-0/+4
* env: move extern default_environment[] to environment.hIgor Grinberg2011-11-221-0/+2
* env: clean environment.h checkpatch and code styleIgor Grinberg2011-11-221-21/+23
* environment.h: fix warning: "CONFIG_ENV_IS_EMBEDDED" redefinedWolfgang Denk2011-08-011-1/+3
* constify default envMike Frysinger2011-07-261-1/+1
* add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded envYoshihiro Shimoda2011-02-151-1/+2
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-171-0/+8
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-191-1/+4
* NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)Ben Gardiner2010-07-121-6/+15
* Redundant environment: move flag definitions to header fileWolfgang Denk2010-07-041-0/+3
* unify {CONFIG_,}ENV_IS_EMBEDDEDMike Frysinger2009-08-251-6/+28
* compiler.h: unify system ifdef cruft hereMike Frysinger2009-07-191-5/+1
* mflash: Initial mflash supportunsik Kim2009-04-031-0/+12
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-9/+9
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-24/+24
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2