summaryrefslogtreecommitdiff
path: root/env/flags.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-16env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCEMartin Fuzzey1-2/+3
2020-07-31env: Add support for explicit write access listMarek Vasut1-11/+51
2020-07-31env: Warn on force access if ENV_ACCESS_IGNORE_FORCE setMarek Vasut1-1/+3
2020-04-24make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes1-1/+0
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Drop the ACTION typedefSimon Glass1-1/+1
2019-08-11env: Drop the ENTRY typedefSimon Glass1-5/+5
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-4/+4
2017-08-15Move environment files from common/ to env/Simon Glass1-0/+567