summaryrefslogtreecommitdiffstats
path: root/env/common.c
Commit message (Expand)AuthorAgeFilesLines
* env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu2018-04-161-0/+1
* env: move more common code to env_import_redundSimon Goldschmidt2018-02-011-1/+20
* env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt2018-01-311-4/+4
* env: common: Make the debug messages play a little nicerMaxime Ripard2018-01-271-1/+1
* env: Remove CONFIG_ENV_AES supportTom Rini2017-11-211-61/+0
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-4/+4
* env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass2017-08-201-10/+10
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-1/+1
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-2/+2
* env: Drop env_relocate_spec() in favour of env_load()Simon Glass2017-08-151-1/+1
* env: Drop env_get_char_spec()Simon Glass2017-08-151-14/+0
* env: common: Drop env_get_char_memory()Simon Glass2017-08-151-7/+0
* env: common: Drop env_get_char_init()Simon Glass2017-08-151-6/+1
* env: common: Factor out the common env_valid checkSimon Glass2017-08-151-11/+6
* env: common: Drop env_get_addr()Simon Glass2017-08-151-8/+3
* env: common: Make env_get_addr/get_char_memory() staticSimon Glass2017-08-151-9/+9
* Move environment files from common/ to env/Simon Glass2017-08-151-0/+353