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
/
include
/
env.h
Age
Commit message (
Expand
)
Author
2024-01-19
env: allow to copy value from default environment into a buffer
Quentin Schulz
2023-11-07
env: Move env_set() out of cmd/nvedit.c and in to env/common.c
Tom Rini
2023-09-14
env: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-09-14
cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2023-01-04
doc: Fix eth_env_[gs]et_enetaddr() return value
Marek Vasut
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-11-16
bootm: Tidy up use of autostart env var
Simon Glass
2021-10-21
env: Make return value of env_get_f() behave like sprintf() on success
Marek Behún
2021-10-21
env: Inline env_get_char() into its only user
Marek Behún
2021-10-21
env: Change env_match() to static and remove from header
Marek Behún
2021-10-21
env: Fix documentation for env_get_f()
Marek Behún
2021-05-04
env: allow environment to be amended from control dtb
Rasmus Villemoes
2021-04-16
env: increment redund flag on read fail
Brandon Maier
2020-10-30
env: split env_import_redund() into 2 functions
Heiko Schocher
2020-07-31
env: Discern environment coming from external storage
Marek Vasut
2020-07-31
cmd: env: add env select command
Patrick Delaunay
2020-07-31
cmd: env: add env load command
Patrick Delaunay
2019-12-06
cmd: Migrate from_env() from pxe.c to nvedit.c
Patrice Chotard
2019-09-24
env: add missing <compiler.h> header file
Pierre-Jean Texier
2019-08-11
env: Rename the redundancy flags
Simon Glass
2019-08-11
env: Move callback definitions to env.h
Simon Glass
2019-08-11
env: Move env_valid to env.h
Simon Glass
2019-08-11
env: Move env_reloc() to env.h
Simon Glass
2019-08-11
env: Move env_get_char() to env.h
Simon Glass
2019-08-11
env: Move get/set_default_env() to env.h
Simon Glass
2019-08-11
env: Move env import/export functions to env.h
Simon Glass
2019-08-11
env: Move env_load/save functions to env.h
Simon Glass
2019-08-11
env: Move set_default_vars to env.h
Simon Glass
2019-08-11
env: Move env_fix_drivers() to env.h
Simon Glass
2019-08-11
env: Move eth_env_get/set_enetaddr() to env.h
Simon Glass
2019-08-11
env: Move env_get() to env.h
Simon Glass
2019-08-11
env: Move env_set() to env.h
Simon Glass
2019-08-11
env: Move env_get_hex() to env.h
Simon Glass
2019-08-11
env: Move env_get_yesno() to env.h
Simon Glass
2019-08-11
env: Move env_get_ulong() to env.h
Simon Glass
2019-08-11
env: Move env_set_ulong() to env.h
Simon Glass
2019-08-11
env: Move env_set_hex() to env.h
Simon Glass
2019-08-11
env: Move envmatch() to env.h
Simon Glass
2019-08-11
env: Move env_relocate() to env.h
Simon Glass
2019-08-11
env: Move env_init() to env.h
Simon Glass
2019-08-11
env: Move env_get_f() to env.h
Simon Glass
2019-08-11
env: Move get_env_id() to env.h
Simon Glass
2019-08-11
env: Create a new file for environment functions
Simon Glass