aboutsummaryrefslogtreecommitdiff
path: root/common/env_onenand.c
AgeCommit message (Expand)Author
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-01-06onenand: Fix compile errors due to FlexOneNANDSanjeev Premi
2009-11-13ENV Variable support for Flex-OneNANDAmul Kumar Saha
2009-07-27Fix compiler warnings after loff_t changeKyungmin Park
2009-07-16MTD: OneNAND: Increase the environment size to 4KiBKyungmin Park
2009-07-07env_onenand: change env_address type from unsigned long to loff_tHeungJun Kim
2009-06-12mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese
2008-12-02OneNAND: Add missing mtd info struct before calling onenand_erase()Stefan Roese
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD
2008-09-10env_onenand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENANDJean-Christophe PLAGNIOL-VILLARD
2008-08-13Fix OneNAND build breakKyungmin Park
2008-08-10OneNAND: Remove base address offset usagedirk.behme@googlemail.com
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD
2008-04-13Fix OneNAND erase commandKyungmin Park
2007-11-15Remove warnings re CONFIG_EXTRA_ENV_SETTINGSPeter Pearse
2007-09-17OneNAND support (take #2)Kyungmin Park