index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
env.h
Age
Commit message (
Expand
)
Author
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