index
:
snowball/u-boot-ux500.git
igloo
master
u-boot for ux500
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
env_onenand.c
Age
Commit message (
Expand
)
Author
2009-07-27
Fix compiler warnings after loff_t change
Kyungmin Park
2009-07-16
MTD: OneNAND: Increase the environment size to 4KiB
Kyungmin Park
2009-07-07
env_onenand: change env_address type from unsigned long to loff_t
HeungJun Kim
2009-06-12
mtd: Update MTD infrastructure to support 64bit device size
Stefan Roese
2008-12-02
OneNAND: Add missing mtd info struct before calling onenand_erase()
Stefan Roese
2008-09-10
rename CFG_ENV macros to CONFIG_ENV
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
env_onenand: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
Jean-Christophe PLAGNIOL-VILLARD
2008-08-13
Fix OneNAND build break
Kyungmin Park
2008-08-10
OneNAND: Remove base address offset usage
dirk.behme@googlemail.com
2008-07-13
Fix some more printf() format issues.
Jean-Christophe PLAGNIOL-VILLARD
2008-04-13
Fix OneNAND erase command
Kyungmin Park
2007-11-15
Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
Peter Pearse
2007-09-17
OneNAND support (take #2)
Kyungmin Park