Commit Graph

27 Commits (60d7d5a63189c9f77a190c9965861dc15482c2d0)

Author SHA1 Message Date
Rob Herring 60d7d5a631 env: fix potential stack overflow in environment functions 11 years ago
Joe Hershberger be11235ab8 env: Hide '.' variables in env print by default 12 years ago
David du Colombier 034afbcc16 env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZE 12 years ago
Mike Frysinger 7b15e2bb9b linux/compat.h: rename from linux/mtd/compat.h 12 years ago
Igor Grinberg bf95df44ff env: factor out the env_get_char_spec() function 13 years ago
Igor Grinberg b919ec25e7 env: clean env_onenand.c checkpatch and code style 13 years ago
Igor Grinberg 994bc671cf env: move extern environment[] to environment.h 13 years ago
Igor Grinberg d1459f0fab env: move extern default_environment[] to environment.h 13 years ago
Wolfgang Denk 37f2fe7472 env: allow to export only selected variables 13 years ago
Mike Frysinger 2eb1573f01 hashtable: drop all non-reentrant versions 14 years ago
Wolfgang Denk ea882baf9c New implementation for internal handling of environment variables. 14 years ago
Sanjeev Premi b821cead7d onenand: Fix compile errors due to FlexOneNAND 15 years ago
Amul Kumar Saha c758e947aa ENV Variable support for Flex-OneNAND 15 years ago
Kyungmin Park 4828779238 Fix compiler warnings after loff_t change 15 years ago
Kyungmin Park 937076f84c MTD: OneNAND: Increase the environment size to 4KiB 15 years ago
HeungJun Kim 2e8a6f551c env_onenand: change env_address type from unsigned long to loff_t 15 years ago
Stefan Roese 8d2effea23 mtd: Update MTD infrastructure to support 64bit device size 15 years ago
Stefan Roese 5e46b1e541 OneNAND: Add missing mtd info struct before calling onenand_erase() 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 0e8d158664 rename CFG_ENV macros to CONFIG_ENV 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 55c5f49910 env_onenand: Move conditional compilation to Makefile 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 9656138ff1 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND 16 years ago
Kyungmin Park d438d50848 Fix OneNAND build break 16 years ago
dirk.behme@googlemail.com aa5ffa16d7 OneNAND: Remove base address offset usage 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 0a5676befb Fix some more printf() format issues. 16 years ago
Kyungmin Park a9da2b4107 Fix OneNAND erase command 16 years ago
Peter Pearse 2ae64f5135 Remove warnings re CONFIG_EXTRA_ENV_SETTINGS 17 years ago
Kyungmin Park d7e8ce101a OneNAND support (take #2) 17 years ago