summaryrefslogtreecommitdiff
path: root/include/environment.h
AgeCommit message (Expand)Author
2017-10-16env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen
2017-08-16env: Adjust the load() method to return an errorSimon Glass
2017-08-16env: Adjust the get_char() method to return an intSimon Glass
2017-08-16env: Rename some other getenv()-related functionsSimon Glass
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 the env_name_spec globalSimon Glass
2017-08-15env: Drop common init() functionsSimon Glass
2017-08-15env: Create a location driver for each locationSimon Glass
2017-08-15env: Add an enum for environment stateSimon Glass
2017-08-15env: common: Make env_get_addr/get_char_memory() staticSimon Glass
2017-07-22env: Add generic redundant environment implementationFiach Antaw
2017-04-07common: Move environment choice to KconfigMaxime Ripard
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day
2014-08-01env_mmc: support env partition setup in runtimeDmitry Lifshitz
2014-08-01env_mmc: add mmc_get_env_addr() prototypeDmitry Lifshitz
2014-03-21env: Implement support for encrypting environmentMarek Vasut
2014-03-21env: Add env_export() wrapperMarek Vasut
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-13mmc: fix env in mmc with redundant compile errorBo Shen
2013-04-11env: Add redundant env support to UBI envJoe Hershberger
2013-04-11env: Add support for UBI environmentJoe Hershberger
2012-12-13env: Add support for access control to .flagsJoe Hershberger
2012-12-13env: Add environment variable flagsJoe Hershberger
2012-12-13env: Add support for callbacks to environment varsJoe Hershberger
2012-12-13env: Refactor apply into change_okJoe Hershberger
2012-09-18env: make "env default" selective, check and applyGerlando Falauto
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto
2012-06-21Block: Remove MG DISK supportMarek Vasut
2012-01-05env: remove value from boolean definesIgor Grinberg
2011-11-22env: clean env_common.c checkpatch and code styleIgor Grinberg
2011-11-22env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg
2011-11-22env: move extern environment[] to environment.hIgor Grinberg
2011-11-22env: move extern default_environment[] to environment.hIgor Grinberg
2011-11-22env: clean environment.h checkpatch and code styleIgor Grinberg
2011-08-01environment.h: fix warning: "CONFIG_ENV_IS_EMBEDDED" redefinedWolfgang Denk
2011-07-26constify default envMike Frysinger
2011-02-15add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded envYoshihiro Shimoda
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-07-12NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)Ben Gardiner
2010-07-04Redundant environment: move flag definitions to header fileWolfgang Denk
2009-08-25unify {CONFIG_,}ENV_IS_EMBEDDEDMike Frysinger
2009-07-19compiler.h: unify system ifdef cruft hereMike Frysinger
2009-04-03mflash: Initial mflash supportunsik Kim
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD