index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
env_onenand.c
Age
Commit message (
Expand
)
Author
2014-03-21
env: Add env_export() wrapper
Marek Vasut
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-05-31
mtd: resync with Linux-3.7.1
Sergey Lapin
2013-04-05
Revert "env: fix potential stack overflow in environment functions"
Tom Rini
2013-04-02
env: fix potential stack overflow in environment functions
Rob Herring
2012-12-13
env: Hide '.' variables in env print by default
Joe Hershberger
2012-08-06
env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZE
David du Colombier
2012-04-30
linux/compat.h: rename from linux/mtd/compat.h
Mike Frysinger
2012-01-05
env: factor out the env_get_char_spec() function
Igor Grinberg
2011-11-22
env: clean env_onenand.c checkpatch and code style
Igor Grinberg
2011-11-22
env: move extern environment[] to environment.h
Igor Grinberg
2011-11-22
env: move extern default_environment[] to environment.h
Igor Grinberg
2011-11-08
env: allow to export only selected variables
Wolfgang Denk
2010-12-17
hashtable: drop all non-reentrant versions
Mike Frysinger
2010-09-19
New implementation for internal handling of environment variables.
Wolfgang Denk
2010-01-06
onenand: Fix compile errors due to FlexOneNAND
Sanjeev Premi
2009-11-13
ENV Variable support for Flex-OneNAND
Amul Kumar Saha
2009-07-26
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-14
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