aboutsummaryrefslogtreecommitdiff
path: root/common/env_onenand.c
AgeCommit message (Expand)AuthorFilesLines
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