summaryrefslogtreecommitdiffstats
path: root/env/sf.c
Commit message (Expand)AuthorAgeFilesLines
* env: sf: remove the static env_flash variablePatrick Delaunay2021-04-161-23/+18
* env: sf: add missing spi_flash_freePatrick Delaunay2021-04-161-0/+9
* env: sf: add support of command env erasePatrick Delaunay2021-04-161-0/+34
* env: sf: update the use of macro ENV_SAVE_PTRPatrick Delaunay2021-04-161-1/+1
* env: increment redund flag on read failBrandon Maier2021-04-161-1/+1
* env: add CONFIG_ENV_SECT_SIZE_AUTORasmus Villemoes2021-04-161-2/+8
* env/sf.c: use a variable to hold the sector sizeRasmus Villemoes2021-04-161-10/+12
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* env: sf: cosmetic: remove unnecessary spacePatrick Delaunay2021-01-291-2/+2
* env: sf: fix init function behaviourHeiko Schocher2020-11-031-3/+5
* env: Access Environment in SPI flashes before relocationHeiko Schocher2020-10-301-3/+97
* env: Discern environment coming from external storageMarek Vasut2020-07-311-2/+2
* env: sf: avoid space in backend namePatrick Delaunay2020-07-311-1/+1
* spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-291-1/+1
* env: sf: Free the old env_flashJagan Teki2020-06-011-7/+6
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop flash.h from common headerSimon Glass2020-05-181-0/+2
* env/sf.c: honour CONFIG_SPL_SAVEENVRasmus Villemoes2020-05-081-1/+1
* env/sf.c: drop private CMD_SAVEENV logicRasmus Villemoes2020-04-241-11/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* env: Finish migration of common ENV optionsTom Rini2019-11-201-3/+3
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Rename the redundancy flagsSimon Glass2019-08-111-4/+2
* env: Move get/set_default_env() to env.hSimon Glass2019-08-111-5/+6
* Convert CONFIG_ENV_SPI_* to KconfigPatrick Delaunay2019-03-251-13/+0
* Revert "env: add spi_flash_read_env function"Heiko Schocher2019-03-131-45/+11
* Revert "env: sf: fix environment in SPI NOR"Tom Rini2019-01-211-1/+1
* env: sf: fix environment in SPI NORHeiko Schocher2019-01-181-1/+1
* env: add spi_flash_read_env functionHoratiu Vultur2019-01-161-11/+45
* env: sf: define API to override sf environment addressRajesh Bhagat2018-12-041-1/+8
* fix: env: Fix the SPI flash device setup for DM modeKonstantin Porotchkin2018-09-191-1/+2
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-191-5/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: sf: use env_import_redund to simplify env_sf_loadSimon Goldschmidt2018-02-011-59/+8
* env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt2018-01-311-2/+2
* env: sf: Add support for env init for QSPI-NORAshish Kumar2018-01-171-0/+21
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-1/+1
* env: Adjust the load() method to return an errorSimon Glass2017-08-161-7/+13
* env: Drop the env_name_spec globalSimon Glass2017-08-151-2/+1
* env: Drop common init() functionsSimon Glass2017-08-151-10/+0
* env: Switch over to use environment location driversSimon Glass2017-08-151-9/+8
* env: Create a location driver for each locationSimon Glass2017-08-151-0/+20
* env: Add an enum for environment stateSimon Glass2017-08-151-13/+13
* Move environment files from common/ to env/Simon Glass2017-08-151-0/+344