Commit Graph

14 Commits (lime2-spi)

Author SHA1 Message Date
Konstantin Porotchkin 25a17652c9 fix: env: Fix the SPI flash device setup for DM mode 6 years ago
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 80719938c9 env: sf: use env_import_redund to simplify env_sf_load 6 years ago
Simon Goldschmidt 42a1820bbc env: make env_import(_redund) return 0 on success, not 1 6 years ago
Ashish Kumar b500c92b70 env: sf: Add support for env init for QSPI-NOR 6 years ago
Masahiro Yamada 9b643e312d treewide: replace with error() with pr_err() 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 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
Simon Glass 9d922450aa dm: Use dm.h header when driver mode is used 7 years ago
Andreas Fenkart 0b2e5bbe6a env_sf: use DIV_ROUND_UP to calculate number of sectors to erase 7 years ago
Andreas Fenkart c041c60c6c env_sf: re-order error handling in single-buffer env_relocate_spec 7 years ago
Andreas Fenkart 8fee8845e7 enf_sf: reuse setup_flash_device instead of open coding it 7 years ago
Andreas Fenkart afa81a7750 env_sf: factor out prepare_flash_device 7 years ago
Jean-Jacques Hiblot 2e4e5ad4c8 common: env_sf: Use CONFIG_SF_DEFAULT_xxx as the default value for CONFIG_ENV_SPI_xxx 7 years ago
Vignesh R 96907c0fe5 dm: spi: Read default speed and mode values from DT 8 years ago
Peng Fan 9a5d993e65 common: env_sf: Add exclamation mark 8 years ago
Gong Qianyu 19c31285a3 dm: env_sf: fix saveenv() to use driver model 8 years ago
Ravi Babu 7dd0174467 env: use cache line aligned memory for flash read 9 years ago
Mario Schuknecht 5e8397dd94 env_sf: Fix recovery default 9 years ago
Simon Glass 843c9e8796 dm: Add spi.h header to a few files 10 years ago
Marek Vasut 7ce1526ed2 env: Add env_export() wrapper 10 years ago
Ying Zhang 5a89fa927c SPL: P2020RDB: fix the problem booting from spi flash 10 years ago
Jagannadha Sutradharudu Teki 402ba1e3a0 cmd_sf|env_sf: Fix code cleanup 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 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
Igor Grinberg bf95df44ff env: factor out the env_get_char_spec() function 12 years ago
Igor Grinberg eb58a7fc77 env: clean env_sf.c checkpatch and code style 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
thomas.langer@lantiq.com 2dc55d9ede fix redundant environment for serial flash 13 years ago
Mike Frysinger 2eb1573f01 hashtable: drop all non-reentrant versions 14 years ago
Stefano Babic 590084a2f7 env_sf: remove warning introduced with last patch 14 years ago
Stefano Babic a3110f01c4 env_sf: updated to the new environment code 14 years ago
Wolfgang Denk ea882baf9c New implementation for internal handling of environment variables. 14 years ago
Wolfgang Wegner 7319bcaf8b add redundant environment for env_sf.c 14 years ago
Mike Frysinger 18304f7675 env: kill off default_environment_size 15 years ago
Mike Frysinger 5b3375ac8c env_sf: support embedded environments 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 0e8d158664 rename CFG_ENV macros to CONFIG_ENV 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 2556ef7811 env_sf: Move conditional compilation to Makefile 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 0b5099a841 rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH 16 years ago
TsiChung Liew 07efc9e321 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase 16 years ago
Haavard Skinnemoen 8c66497e06 Add support for environment in SPI flash 16 years ago