summaryrefslogtreecommitdiff
path: root/env/eeprom.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-1/+1
2019-12-03common: Move old EEPROM functions into a new headerSimon Glass1-0/+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: Rename the redundancy flagsSimon Glass1-4/+6
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-2/+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-3/+3
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-4/+0
2017-08-16env: Drop the env_name_spec globalSimon Glass1-2/+1
2017-08-16env: Drop common init() functionsSimon Glass1-14/+0
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/+8
2017-08-15env: Add an enum for environment stateSimon Glass1-15/+15
2017-08-15Move environment files from common/ to env/Simon Glass1-0/+245