summaryrefslogtreecommitdiff
path: root/include/environment.h
Commit message (Expand)AuthorAgeLines
* env_mmc: support env partition setup in runtimeDmitry Lifshitz2014-08-01-0/+3
* env_mmc: add mmc_get_env_addr() prototypeDmitry Lifshitz2014-08-01-0/+6
* env: Implement support for encrypting environmentMarek Vasut2014-03-21-1/+11
* env: Add env_export() wrapperMarek Vasut2014-03-21-0/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* mmc: fix env in mmc with redundant compile errorBo Shen2013-06-13-0/+6
* env: Add redundant env support to UBI envJoe Hershberger2013-04-11-0/+3
* env: Add support for UBI environmentJoe Hershberger2013-04-11-0/+15
* env: Add support for access control to .flagsJoe Hershberger2012-12-13-0/+3
* env: Add environment variable flagsJoe Hershberger2012-12-13-8/+1
* env: Add support for callbacks to environment varsJoe Hershberger2012-12-13-0/+2
* env: Refactor apply into change_okJoe Hershberger2012-12-13-4/+3
* env: make "env default" selective, check and applyGerlando Falauto2012-09-18-0/+3
* env: add check/apply logic to himport_r()Gerlando Falauto2012-09-18-0/+9
* Block: Remove MG DISK supportMarek Vasut2012-06-21-9/+0
* env: remove value from boolean definesIgor Grinberg2012-01-05-4/+4
* env: clean env_common.c checkpatch and code styleIgor Grinberg2011-11-22-0/+8
* env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg2011-11-22-0/+3
* env: move extern environment[] to environment.hIgor Grinberg2011-11-22-0/+4
* env: move extern default_environment[] to environment.hIgor Grinberg2011-11-22-0/+2
* env: clean environment.h checkpatch and code styleIgor Grinberg2011-11-22-21/+23
* environment.h: fix warning: "CONFIG_ENV_IS_EMBEDDED" redefinedWolfgang Denk2011-08-01-1/+3
* constify default envMike Frysinger2011-07-26-1/+1
* add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded envYoshihiro Shimoda2011-02-15-1/+2
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-17-0/+8
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-19-1/+4
* NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)Ben Gardiner2010-07-12-6/+15
* Redundant environment: move flag definitions to header fileWolfgang Denk2010-07-04-0/+3
* unify {CONFIG_,}ENV_IS_EMBEDDEDMike Frysinger2009-08-25-6/+28
* compiler.h: unify system ifdef cruft hereMike Frysinger2009-07-19-5/+1
* mflash: Initial mflash supportunsik Kim2009-04-03-0/+12
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-9/+9
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10-24/+24
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-10-2/+2
* rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD2008-09-10-4/+4
* Remove code duplication for setting the default environmentHarald Welte2008-07-10-0/+3
* Change env_get_char from a global function ptr to a functionJoakim Tjernlund2008-07-09-2/+2
* environment: fix bug introduced by commit a8409f4f1ac8Wolfgang Denk2008-05-14-2/+2
* environment: cleanup prototype declarations of env functions.Wolfgang Denk2008-05-14-0/+10
* crc32: use uint32_t rather than unsigned longMike Frysinger2008-04-24-3/+8
* [PATCH] Select NAND embedded environment from board configurationStefan Roese2006-11-27-2/+1
* Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese2006-09-12-0/+4
* Support for redundant environment in NAND Flash.Markus Klotzbuecher2006-03-20-0/+12
* Fix problem with default #defineswdenk2003-03-06-2/+9
* Initial revisionwdenk2002-11-03-0/+83