aboutsummaryrefslogtreecommitdiff
path: root/common/env_onenand.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-3/+3
2013-04-05Revert "env: fix potential stack overflow in environment functions"Tom Rini1-7/+6
2013-04-02env: fix potential stack overflow in environment functionsRob Herring1-6/+7
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger1-1/+1
2012-08-06env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZEDavid du Colombier1-1/+1
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger1-1/+1
2012-01-05env: factor out the env_get_char_spec() functionIgor Grinberg1-5/+0
2011-11-22env: clean env_onenand.c checkpatch and code styleIgor Grinberg1-7/+5
2011-11-22env: move extern environment[] to environment.hIgor Grinberg1-5/+1
2011-11-22env: move extern default_environment[] to environment.hIgor Grinberg1-3/+0
2011-11-08env: allow to export only selected variablesWolfgang Denk1-1/+1
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger1-1/+1
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-29/+36
2010-01-06onenand: Fix compile errors due to FlexOneNANDSanjeev Premi1-1/+8
2009-11-13ENV Variable support for Flex-OneNANDAmul Kumar Saha1-0/+10
2009-07-27Fix compiler warnings after loff_t changeKyungmin Park1-1/+1
2009-07-16MTD: OneNAND: Increase the environment size to 4KiBKyungmin Park1-17/+18
2009-07-07env_onenand: change env_address type from unsigned long to loff_tHeungJun Kim1-1/+1
2009-06-12mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese1-1/+1
2008-12-02OneNAND: Add missing mtd info struct before calling onenand_erase()Stefan Roese1-0/+1
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-09-10env_onenand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
2008-09-10rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENANDJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-08-13Fix OneNAND build breakKyungmin Park1-5/+5
2008-08-10OneNAND: Remove base address offset usagedirk.behme@googlemail.com1-3/+0
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-04-13Fix OneNAND erase commandKyungmin Park1-8/+7
2007-11-15Remove warnings re CONFIG_EXTRA_ENV_SETTINGSPeter Pearse1-2/+2
2007-09-17OneNAND support (take #2)Kyungmin Park1-0/+134