summaryrefslogtreecommitdiff
path: root/env/sf.c
AgeCommit message (Expand)Author
2020-06-01env: sf: Free the old env_flashJagan Teki
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop flash.h from common headerSimon Glass
2020-05-08env/sf.c: honour CONFIG_SPL_SAVEENVRasmus Villemoes
2020-04-24env/sf.c: drop private CMD_SAVEENV logicRasmus Villemoes
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-11-20env: Finish migration of common ENV optionsTom Rini
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Rename the redundancy flagsSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
2019-03-25Convert CONFIG_ENV_SPI_* to KconfigPatrick Delaunay
2019-03-13Revert "env: add spi_flash_read_env function"Heiko Schocher
2019-01-21Revert "env: sf: fix environment in SPI NOR"Tom Rini
2019-01-18env: sf: fix environment in SPI NORHeiko Schocher
2019-01-16env: add spi_flash_read_env functionHoratiu Vultur
2018-12-04env: sf: define API to override sf environment addressRajesh Bhagat
2018-09-19fix: env: Fix the SPI flash device setup for DM modeKonstantin Porotchkin
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-01env: sf: use env_import_redund to simplify env_sf_loadSimon Goldschmidt
2018-01-31env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt
2018-01-17env: sf: Add support for env init for QSPI-NORAshish Kumar
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-08-16env: Adjust the load() method to return an errorSimon Glass
2017-08-15env: Drop the env_name_spec globalSimon Glass
2017-08-15env: Drop common init() functionsSimon Glass
2017-08-15env: Switch over to use environment location driversSimon Glass
2017-08-15env: Create a location driver for each locationSimon Glass
2017-08-15env: Add an enum for environment stateSimon Glass
2017-08-15Move environment files from common/ to env/Simon Glass