Commit Graph

9 Commits (b85f4fe70cd382ff9671e4885e7a54c8f7d11cef)

Author SHA1 Message Date
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Simon Goldschmidt 42a1820bbc env: make env_import(_redund) return 0 on success, not 1 6 years ago
Simon Glass c595199194 env: Adjust the load() method to return an error 7 years ago
Simon Glass ac358beb85 env: Drop the env_name_spec global 7 years ago
Simon Glass 7938822a6b env: Drop common init() functions 7 years ago
Simon Glass e5bce247b0 env: Switch over to use environment location drivers 7 years ago
Simon Glass 4415f1d1f1 env: Create a location driver for each location 7 years ago
Simon Glass 203e94f6c9 env: Add an enum for environment state 7 years ago
Simon Glass 0649cd0d49 Move environment files from common/ to env/ 7 years ago
Marek Vasut 7ce1526ed2 env: Add env_export() wrapper 10 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Sergey Lapin dfe64e2c89 mtd: resync with Linux-3.7.1 11 years ago
Tom Rini cd0f4fa1ca Revert "env: fix potential stack overflow in environment functions" 11 years ago
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