summaryrefslogtreecommitdiff
path: root/env/nand.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-31env: Discern environment coming from external storageMarek Vasut1-2/+2
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-11-21env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini1-5/+0
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-3/+4
2019-04-12env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL buildMartyn Welch1-1/+1
2018-12-05env: allow flash and nand env driver to compile togetherRajesh Bhagat1-4/+2
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt1-1/+1
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt1-19/+3
2017-08-21env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass1-1/+1
2017-08-16env: Adjust the load() method to return an errorSimon Glass1-5/+12
2017-08-16env: Drop the env_name_spec globalSimon Glass1-2/+1
2017-08-16env: Switch over to use environment location driversSimon Glass1-7/+7
2017-08-15env: Create a location driver for each locationSimon Glass1-1/+11
2017-08-15env: Rename nand env_location to nand_env_locationSimon Glass1-3/+3
2017-08-15env: Add an enum for environment stateSimon Glass1-14/+15
2017-08-15Move environment files from common/ to env/Simon Glass1-0/+395