summaryrefslogtreecommitdiff
path: root/env/sf.c
AgeCommit message (Expand)Author
2022-04-06MLK-22279-1 env: Add env_get_offset to override static env offsetYe Li
2021-10-31env: sf: Put ENV_INVALID into gd->env_valid on CRC failureMarek Behún
2021-10-31env: sf: Use ENV_VALID enum names instead of literalsMarek Behún
2021-10-31env: sf: Cosmetic fix in env_sf_init_addr()Marek Behún
2021-04-16env: sf: remove the static env_flash variablePatrick Delaunay
2021-04-16env: sf: add missing spi_flash_freePatrick Delaunay
2021-04-16env: sf: add support of command env erasePatrick Delaunay
2021-04-16env: sf: update the use of macro ENV_SAVE_PTRPatrick Delaunay
2021-04-16env: increment redund flag on read failBrandon Maier
2021-04-16env: add CONFIG_ENV_SECT_SIZE_AUTORasmus Villemoes
2021-04-16env/sf.c: use a variable to hold the sector sizeRasmus Villemoes
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-29env: sf: cosmetic: remove unnecessary spacePatrick Delaunay
2020-11-03env: sf: fix init function behaviourHeiko Schocher
2020-10-30env: Access Environment in SPI flashes before relocationHeiko Schocher
2020-07-31env: Discern environment coming from external storageMarek Vasut
2020-07-31env: sf: avoid space in backend namePatrick Delaunay
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski
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