Commit Graph

12 Commits (lime2-spi)

Author SHA1 Message Date
Yaniv Levinsky c5d548a9f8 env: common: accept flags on reset to default env 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Simon Goldschmidt 2166ebf783 env: make env drivers propagate env_import return value 6 years ago
Simon Goldschmidt 31f044bd91 env: move more common code to env_import_redund 6 years ago
Simon Glass 2d7cb5b426 env: Replace all open-coded gd->env_valid values with ENV_ flags 7 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 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 42a8180d19 env: Rename nand env_location to nand_env_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
Fiach Antaw 9d364af23e env: Switch env_nand, env_mmc and env_ubi to env_import_redund 7 years ago
Grygorii Strashko a94a261939 common: env_nand: use get_nand_dev_by_index() 7 years ago
Tom Rini 4cc9699be7 common: env_nand: Ensure that we have nand_info[0] prior to use 8 years ago
Scott Wood b616d9b0a7 nand: Embed mtd_info in struct nand_chip 8 years ago
Scott Wood 151c06ec61 mtd: nand: Remove nand_info_t typedef 8 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 9 years ago
Tim Harvey 9e20560221 env_nand: use nand_spl_load_image for readenv if SPL 9 years ago
Masahiro Yamada b41411954d linux/kernel.h: sync min, max, min3, max3 macros with Linux 10 years ago
Jeroen Hofstee 45f08d359f env_nand: make local functions static 10 years ago
Marek Vasut 7ce1526ed2 env: Add env_export() wrapper 10 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 11 years ago
Phil Sutter 2b26201a2a env_nand.c: support falling back to redundant env when writing 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Tom Rini c39d6a0ea5 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters 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
Phil Sutter a1eac57a20 common/env_nand.c: calculate crc only when readenv was OK 11 years ago
Phil Sutter b76a147b72 env_nand.c: clarify log messages when env reading fails 11 years ago
Joe Hershberger be11235ab8 env: Hide '.' variables in env print by default 12 years ago
Stephen Warren 78b2de802f env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFER 12 years ago
Stephen Warren 3801a15f67 env_nand: align NAND buffers 12 years ago
Igor Grinberg bf95df44ff env: factor out the env_get_char_spec() function 13 years ago
Thomas Weber a621614d0c env_nand: Remove DEBUG definition 13 years ago
Igor Grinberg de152b9bf8 env: clean env_nand.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
Daniel Hobi 3b250ffb41 env_nand: zero-initialize variable nand_erase_options 13 years ago
Scott Wood eef1d7199d NAND: env: remember the flags used in the previous environment 13 years ago
Alexander Holler 920a5dd232 NAND: Fix saving of redundand environment 13 years ago
Mike Frysinger 2eb1573f01 hashtable: drop all non-reentrant versions 14 years ago
Steve Sakoman 068a208b4a env_nand: Use nand_read_skip_bad instead of nand_read 14 years ago
Wolfgang Denk ea882baf9c New implementation for internal handling of environment variables. 14 years ago
Mike Frysinger 962ad59e25 env_nand: return error when no device is found 14 years ago
Scott Wood 53504a2789 NAND: formatting cleanups from env.oob support 14 years ago
Ben Gardiner c9f7351b5b NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) 14 years ago
Wolfgang Denk 0e70aaa485 shannon/INFERNO: fix special handling of environment configuration 14 years ago
Wolfgang Denk 15b86c3d6c env_nand.c: print error message and fail gracefully 14 years ago