summaryrefslogtreecommitdiffstats
path: root/env/common.c
Commit message (Expand)AuthorAgeFilesLines
* env: common: Return specific error code on bad CRCSam Protsenko2019-01-261-2/+2
* common: command: Add support for $ auto-completionBoris Brezillon2019-01-151-4/+48
* env: add the same prefix to error messages to make it detectable by testsQuentin Schulz2018-07-201-1/+2
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-191-13/+9
* cmd: nvedit: set H_INTERACTIVE in do_env_defaultYaniv Levinsky2018-07-191-1/+1
* cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky2018-07-191-2/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* 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