summaryrefslogtreecommitdiff
path: root/env/nvram.c
AgeCommit message (Expand)Author
2020-04-17env: make file-scope env_ptr variables staticRasmus Villemoes
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-16env: restore old env_get_char() behaviourGoldschmidt Simon
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt
2017-08-20env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass
2017-08-16env: Adjust the load() method to return an errorSimon Glass
2017-08-16env: Adjust the get_char() method to return an intSimon Glass
2017-08-15env: Drop unused env_ptr variablesSimon Glass
2017-08-15env: Drop the env_name_spec globalSimon 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