summaryrefslogtreecommitdiff
path: root/env/nvram.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-22env: nvram: Drop CONFIG_SYS_NVRAM_ACCESS_ROUTINETom Rini1-40/+2
2021-10-31env: nvram: Cosmetic fix in env_nvram_init()Marek Behún1-2/+2
2021-10-31env: nvram: Let generic env_init() assign default environmentMarek Behún1-2/+1
2021-10-21env: Drop env_get_char_spec() and old, unused .get_char() implementationsMarek Behún1-14/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-31env: Discern environment coming from external storageMarek Vasut1-1/+1
2020-04-17env: make file-scope env_ptr variables staticRasmus Villemoes1-1/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-16env: restore old env_get_char() behaviourGoldschmidt Simon1-4/+4
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt1-3/+1
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-1/+3
2017-08-16env: Adjust the get_char() method to return an intSimon Glass1-1/+1
2017-08-16env: Drop unused env_ptr variablesSimon Glass1-1/+0
2017-08-16env: Drop the env_name_spec globalSimon Glass1-2/+1
2017-08-16env: Switch over to use environment location driversSimon Glass1-8/+8
2017-08-15env: Create a location driver for each locationSimon Glass1-0/+10
2017-08-15env: Add an enum for environment stateSimon Glass1-1/+1
2017-08-15Move environment files from common/ to env/Simon Glass1-0/+114