summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-03-16PD#160529: nand: store the env in normal partitionYi Zeng7-78/+246
2014-08-01env_mmc: support env partition setup in runtimeDmitry Lifshitz2-12/+26
2014-08-01env_mmc: add mmc_get_env_addr() prototypeDmitry Lifshitz1-0/+6
2014-03-21env: Implement support for encrypting environmentMarek Vasut2-1/+73
2014-03-21env: Add env_export() wrapperMarek Vasut12-117/+66
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-06-13mmc: fix env in mmc with redundant compile errorBo Shen1-0/+6
2013-04-11env: Add redundant env support to UBI envJoe Hershberger4-0/+129
2013-04-11env: Add support for UBI environmentJoe Hershberger6-2/+144
2012-12-13env: Add support for access control to .flagsJoe Hershberger7-18/+330
2012-12-13env: Add environment variable flagsJoe Hershberger11-58/+447
2012-12-13env: Add support for callbacks to environment varsJoe Hershberger10-4/+592
2012-12-13env: Refactor apply into change_okJoe Hershberger5-55/+72
2012-09-18env: make "env default" selective, check and applyGerlando Falauto3-7/+64
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto5-6/+48
2012-06-21Block: Remove MG DISK supportMarek Vasut18-1050/+1
2012-01-05env: remove value from boolean definesIgor Grinberg2-7/+7
2011-11-22env: clean env_common.c checkpatch and code styleIgor Grinberg2-34/+26
2011-11-22env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg3-52/+53
2011-11-22env: move extern environment[] to environment.hIgor Grinberg6-14/+11
2011-11-22env: move extern default_environment[] to environment.hIgor Grinberg11-24/+2
2011-11-22env: clean environment.h checkpatch and code styleIgor Grinberg1-21/+23
2011-08-01environment.h: fix warning: "CONFIG_ENV_IS_EMBEDDED" redefinedWolfgang Denk1-1/+3
2011-07-26constify default envMike Frysinger3-4/+4
2011-02-15add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded envYoshihiro Shimoda1-1/+2
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger13-77/+35
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk28-776/+1186
2010-07-12NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)Ben Gardiner4-7/+176
2010-07-04Redundant environment: move flag definitions to header fileWolfgang Denk3-8/+3
2009-08-25unify {CONFIG_,}ENV_IS_EMBEDDEDMike Frysinger14-19/+28
2009-07-19compiler.h: unify system ifdef cruft hereMike Frysinger15-149/+150
2009-04-03mflash: Initial mflash supportunsik Kim19-8/+1080
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2039-53844/+53844
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD599-2795/+2795
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD463-591/+591
2008-09-10rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD24-34/+34
2008-07-09Remove code duplication for setting the default environmentHarald Welte3-29/+22
2008-07-09Change env_get_char from a global function ptr to a functionJoakim Tjernlund2-8/+15
2008-05-14environment: fix bug introduced by commit a8409f4f1ac8Wolfgang Denk1-2/+2
2008-05-14environment: cleanup prototype declarations of env functions.Wolfgang Denk6-25/+11
2008-04-24crc32: use uint32_t rather than unsigned longMike Frysinger7-21/+32
2006-11-27[PATCH] Select NAND embedded environment from board configurationStefan Roese2-2/+2
2006-09-12Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese7-25/+73
2006-03-20Support for redundant environment in NAND Flash.Markus Klotzbuecher4-13/+126
2003-03-06Fix problem with default #defineswdenk2-3/+12
2002-11-03Initial revisionwdenk208-0/+79197