summaryrefslogtreecommitdiff
path: root/env/common.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-20env: add the same prefix to error messages to make it detectable by testsQuentin Schulz1-1/+2
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-13/+9
2018-07-19cmd: nvedit: set H_INTERACTIVE in do_env_defaultYaniv Levinsky1-1/+1
2018-07-19cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky1-2/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-17env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu1-0/+1
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt1-1/+20
2018-02-01env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt1-4/+4
2018-01-27env: common: Make the debug messages play a little nicerMaxime Ripard1-1/+1
2017-11-21env: Remove CONFIG_ENV_AES supportTom Rini1-61/+0
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-4/+4
2017-08-21env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass1-10/+10
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-1/+1
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Drop env_relocate_spec() in favour of env_load()Simon Glass1-1/+1
2017-08-16env: Drop env_get_char_spec()Simon Glass1-14/+0
2017-08-15env: common: Drop env_get_char_memory()Simon Glass1-7/+0
2017-08-15env: common: Drop env_get_char_init()Simon Glass1-6/+1
2017-08-15env: common: Factor out the common env_valid checkSimon Glass1-11/+6
2017-08-15env: common: Drop env_get_addr()Simon Glass1-8/+3
2017-08-15env: common: Make env_get_addr/get_char_memory() staticSimon Glass1-9/+9
2017-08-15Move environment files from common/ to env/Simon Glass1-0/+353