summaryrefslogtreecommitdiffstats
path: root/common/env_onenand.c
Commit message (Expand)AuthorAgeFilesLines
* env: Add env_export() wrapperMarek Vasut2014-03-211-9/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* mtd: resync with Linux-3.7.1Sergey Lapin2013-05-311-3/+3
* Revert "env: fix potential stack overflow in environment functions"Tom Rini2013-04-051-7/+6
* env: fix potential stack overflow in environment functionsRob Herring2013-04-021-6/+7
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-131-1/+1
* env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZEDavid du Colombier2012-08-061-1/+1
* linux/compat.h: rename from linux/mtd/compat.hMike Frysinger2012-04-301-1/+1
* env: factor out the env_get_char_spec() functionIgor Grinberg2012-01-051-5/+0
* env: clean env_onenand.c checkpatch and code styleIgor Grinberg2011-11-221-7/+5
* env: move extern environment[] to environment.hIgor Grinberg2011-11-221-5/+1
* env: move extern default_environment[] to environment.hIgor Grinberg2011-11-221-3/+0
* env: allow to export only selected variablesWolfgang Denk2011-11-081-1/+1
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-171-1/+1
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-191-29/+36
* onenand: Fix compile errors due to FlexOneNANDSanjeev Premi2010-01-061-1/+8
* ENV Variable support for Flex-OneNANDAmul Kumar Saha2009-11-131-0/+10
* Fix compiler warnings after loff_t changeKyungmin Park2009-07-271-1/+1
* MTD: OneNAND: Increase the environment size to 4KiBKyungmin Park2009-07-161-17/+18
* env_onenand: change env_address type from unsigned long to loff_tHeungJun Kim2009-07-071-1/+1
* mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese2009-06-121-1/+1
* OneNAND: Add missing mtd info struct before calling onenand_erase()Stefan Roese2008-12-021-0/+1
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-3/+3
* env_onenand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-101-5/+0
* rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENANDJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* Fix OneNAND build breakKyungmin Park2008-08-131-5/+5
* OneNAND: Remove base address offset usagedirk.behme@googlemail.com2008-08-101-3/+0
* Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD2008-07-131-1/+1
* Fix OneNAND erase commandKyungmin Park2008-04-131-8/+7
* Remove warnings re CONFIG_EXTRA_ENV_SETTINGSPeter Pearse2007-11-151-2/+2
* OneNAND support (take #2)Kyungmin Park2007-09-171-0/+134
OpenPOWER on IntegriCloud