summaryrefslogtreecommitdiff
path: root/env/common.c
AgeCommit message (Expand)Author
2019-05-23env: solve compilation error in SPLPatrick Delaunay
2019-01-26env: common: Return specific error code on bad CRCSam Protsenko
2019-01-15common: command: Add support for $ auto-completionBoris Brezillon
2018-07-20env: add the same prefix to error messages to make it detectable by testsQuentin Schulz
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky
2018-07-19cmd: nvedit: set H_INTERACTIVE in do_env_defaultYaniv Levinsky
2018-07-19cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-16env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt
2018-01-31env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt
2018-01-27env: common: Make the debug messages play a little nicerMaxime Ripard
2017-11-21env: Remove CONFIG_ENV_AES supportTom Rini
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-08-20env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass
2017-08-16env: Rename some other getenv()-related functionsSimon Glass
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-15env: Drop env_relocate_spec() in favour of env_load()Simon Glass
2017-08-15env: Drop env_get_char_spec()Simon Glass
2017-08-15env: common: Drop env_get_char_memory()Simon Glass
2017-08-15env: common: Drop env_get_char_init()Simon Glass
2017-08-15env: common: Factor out the common env_valid checkSimon Glass
2017-08-15env: common: Drop env_get_addr()Simon Glass
2017-08-15env: common: Make env_get_addr/get_char_memory() staticSimon Glass
2017-08-15Move environment files from common/ to env/Simon Glass