| Commit message (Expand) | Author | Age | Lines |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | mtd: resync with Linux-3.7.1 | Sergey Lapin | 2013-05-31 | -3/+3 |
* | Revert "env: fix potential stack overflow in environment functions" | Tom Rini | 2013-04-05 | -7/+6 |
* | env: fix potential stack overflow in environment functions | Rob Herring | 2013-04-02 | -6/+7 |
* | env: Hide '.' variables in env print by default | Joe Hershberger | 2012-12-13 | -1/+1 |
* | env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZE | David du Colombier | 2012-08-06 | -1/+1 |
* | linux/compat.h: rename from linux/mtd/compat.h | Mike Frysinger | 2012-04-30 | -1/+1 |
* | env: factor out the env_get_char_spec() function | Igor Grinberg | 2012-01-05 | -5/+0 |
* | env: clean env_onenand.c checkpatch and code style | Igor Grinberg | 2011-11-22 | -7/+5 |
* | env: move extern environment[] to environment.h | Igor Grinberg | 2011-11-22 | -5/+1 |
* | env: move extern default_environment[] to environment.h | Igor Grinberg | 2011-11-22 | -3/+0 |
* | env: allow to export only selected variables | Wolfgang Denk | 2011-11-08 | -1/+1 |
* | hashtable: drop all non-reentrant versions | Mike Frysinger | 2010-12-17 | -1/+1 |
* | New implementation for internal handling of environment variables. | Wolfgang Denk | 2010-09-19 | -29/+36 |
* | onenand: Fix compile errors due to FlexOneNAND | Sanjeev Premi | 2010-01-06 | -1/+8 |
* | ENV Variable support for Flex-OneNAND | Amul Kumar Saha | 2009-11-13 | -0/+10 |
* | Fix compiler warnings after loff_t change | Kyungmin Park | 2009-07-27 | -1/+1 |
* | MTD: OneNAND: Increase the environment size to 4KiB | Kyungmin Park | 2009-07-16 | -17/+18 |
* | env_onenand: change env_address type from unsigned long to loff_t | HeungJun Kim | 2009-07-07 | -1/+1 |
* | mtd: Update MTD infrastructure to support 64bit device size | Stefan Roese | 2009-06-12 | -1/+1 |
* | OneNAND: Add missing mtd info struct before calling onenand_erase() | Stefan Roese | 2008-12-02 | -0/+1 |
* | rename CFG_ENV macros to CONFIG_ENV | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -3/+3 |
* | env_onenand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -5/+0 |
* | rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -2/+2 |
* | Fix OneNAND build break | Kyungmin Park | 2008-08-13 | -5/+5 |
* | OneNAND: Remove base address offset usage | dirk.behme@googlemail.com | 2008-08-10 | -3/+0 |
* | Fix some more printf() format issues. | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-13 | -1/+1 |
* | Fix OneNAND erase command | Kyungmin Park | 2008-04-13 | -8/+7 |
* | Remove warnings re CONFIG_EXTRA_ENV_SETTINGS | Peter Pearse | 2007-11-15 | -2/+2 |
* | OneNAND support (take #2) | Kyungmin Park | 2007-09-17 | -0/+134 |