summaryrefslogtreecommitdiff
path: root/include/env.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-04env: allow environment to be amended from control dtbRasmus Villemoes1-0/+15
2021-04-16env: increment redund flag on read failBrandon Maier1-2/+0
2020-10-30env: split env_import_redund() into 2 functionsHeiko Schocher1-0/+18
2020-07-31env: Discern environment coming from external storageMarek Vasut1-2/+5
2020-07-31cmd: env: add env select commandPatrick Delaunay1-1/+7
2020-07-31cmd: env: add env load commandPatrick Delaunay1-0/+7
2019-12-07cmd: Migrate from_env() from pxe.c to nvedit.cPatrice Chotard1-0/+10
2019-09-25env: add missing <compiler.h> header filePierre-Jean Texier1-0/+1
2019-08-11env: Rename the redundancy flagsSimon Glass1-0/+6
2019-08-11env: Move callback definitions to env.hSimon Glass1-0/+34
2019-08-11env: Move env_valid to env.hSimon Glass1-1/+8
2019-08-11env: Move env_reloc() to env.hSimon Glass1-0/+7
2019-08-11env: Move env_get_char() to env.hSimon Glass1-0/+10
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-0/+11
2019-08-11env: Move env import/export functions to env.hSimon Glass1-0/+38
2019-08-11env: Move env_load/save functions to env.hSimon Glass1-0/+21
2019-08-11env: Move set_default_vars to env.hSimon Glass1-0/+11
2019-08-11env: Move env_fix_drivers() to env.hSimon Glass1-0/+5
2019-08-11env: Move eth_env_get/set_enetaddr() to env.hSimon Glass1-0/+18
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+12
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+12
2019-08-11env: Move env_get_hex() to env.hSimon Glass1-0/+12
2019-08-11env: Move env_get_yesno() to env.hSimon Glass1-0/+8
2019-08-11env: Move env_get_ulong() to env.hSimon Glass1-0/+13
2019-08-11env: Move env_set_ulong() to env.hSimon Glass1-0/+9
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+22
2019-08-11env: Move envmatch() to env.hSimon Glass1-0/+11
2019-08-11env: Move env_relocate() to env.hSimon Glass1-0/+8
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+10
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+12
2019-08-11env: Move get_env_id() to env.hSimon Glass1-0/+10
2019-08-11env: Create a new file for environment functionsSimon Glass1-0/+28