summaryrefslogtreecommitdiff
path: root/env/sf.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-09env/sf.c: honour CONFIG_SPL_SAVEENVRasmus Villemoes1-1/+1
2020-04-24env/sf.c: drop private CMD_SAVEENV logicRasmus Villemoes1-11/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-11-21env: Finish migration of common ENV optionsTom Rini1-3/+3
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Rename the redundancy flagsSimon Glass1-4/+2
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-5/+6
2019-03-26Convert CONFIG_ENV_SPI_* to KconfigPatrick Delaunay1-13/+0
2019-03-14Revert "env: add spi_flash_read_env function"Heiko Schocher1-45/+11
2019-01-21Revert "env: sf: fix environment in SPI NOR"Tom Rini1-1/+1
2019-01-18env: sf: fix environment in SPI NORHeiko Schocher1-1/+1
2019-01-17env: add spi_flash_read_env functionHoratiu Vultur1-11/+45
2018-12-05env: sf: define API to override sf environment addressRajesh Bhagat1-1/+8
2018-09-19fix: env: Fix the SPI flash device setup for DM modeKonstantin Porotchkin1-1/+2
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-5/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-01env: sf: use env_import_redund to simplify env_sf_loadSimon Goldschmidt1-59/+8
2018-02-01env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt1-2/+2
2018-01-17env: sf: Add support for env init for QSPI-NORAshish Kumar1-0/+21
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-08-16env: Adjust the load() method to return an errorSimon Glass1-7/+13
2017-08-16env: Drop the env_name_spec globalSimon Glass1-2/+1
2017-08-16env: Drop common init() functionsSimon Glass1-10/+0
2017-08-16env: Switch over to use environment location driversSimon Glass1-9/+8
2017-08-15env: Create a location driver for each locationSimon Glass1-0/+20
2017-08-15env: Add an enum for environment stateSimon Glass1-13/+13
2017-08-15Move environment files from common/ to env/Simon Glass1-0/+344