summaryrefslogtreecommitdiff
path: root/env/sf.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-17env: sf: remove the static env_flash variablePatrick Delaunay1-23/+18
2021-04-17env: sf: add missing spi_flash_freePatrick Delaunay1-0/+9
2021-04-17env: sf: add support of command env erasePatrick Delaunay1-0/+34
2021-04-17env: sf: update the use of macro ENV_SAVE_PTRPatrick Delaunay1-1/+1
2021-04-16env: increment redund flag on read failBrandon Maier1-1/+1
2021-04-16env: add CONFIG_ENV_SECT_SIZE_AUTORasmus Villemoes1-2/+8
2021-04-16env/sf.c: use a variable to hold the sector sizeRasmus Villemoes1-10/+12
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-29env: sf: cosmetic: remove unnecessary spacePatrick Delaunay1-2/+2
2020-11-03env: sf: fix init function behaviourHeiko Schocher1-3/+5
2020-10-30env: Access Environment in SPI flashes before relocationHeiko Schocher1-3/+97
2020-07-31env: Discern environment coming from external storageMarek Vasut1-2/+2
2020-07-31env: sf: avoid space in backend namePatrick Delaunay1-1/+1
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski1-1/+1
2020-06-01env: sf: Free the old env_flashJagan Teki1-7/+6
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+2
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