index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
env
/
common.c
Age
Commit message (
Expand
)
Author
2018-07-20
env: add the same prefix to error messages to make it detectable by tests
Quentin Schulz
2018-07-19
env: common: accept flags on reset to default env
Yaniv Levinsky
2018-07-19
cmd: nvedit: set H_INTERACTIVE in do_env_default
Yaniv Levinsky
2018-07-19
cmd: nvedit: propagate envflag to set_default_vars
Yaniv Levinsky
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-16
env: Relocate env drivers if manual reloc is required
Siva Durga Prasad Paladugu
2018-02-01
env: move more common code to env_import_redund
Simon Goldschmidt
2018-01-31
env: make env_import(_redund) return 0 on success, not 1
Simon Goldschmidt
2018-01-27
env: common: Make the debug messages play a little nicer
Maxime Ripard
2017-11-21
env: Remove CONFIG_ENV_AES support
Tom Rini
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-08-20
env: Replace all open-coded gd->env_valid values with ENV_ flags
Simon Glass
2017-08-16
env: Rename some other getenv()-related functions
Simon Glass
2017-08-16
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
Simon Glass
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-15
env: Drop env_relocate_spec() in favour of env_load()
Simon Glass
2017-08-15
env: Drop env_get_char_spec()
Simon Glass
2017-08-15
env: common: Drop env_get_char_memory()
Simon Glass
2017-08-15
env: common: Drop env_get_char_init()
Simon Glass
2017-08-15
env: common: Factor out the common env_valid check
Simon Glass
2017-08-15
env: common: Drop env_get_addr()
Simon Glass
2017-08-15
env: common: Make env_get_addr/get_char_memory() static
Simon Glass
2017-08-15
Move environment files from common/ to env/
Simon Glass