summaryrefslogtreecommitdiff
path: root/include/env.h
AgeCommit message (Expand)Author
2023-01-04doc: Fix eth_env_[gs]et_enetaddr() return valueMarek Vasut
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-11-16bootm: Tidy up use of autostart env varSimon Glass
2021-10-21env: Make return value of env_get_f() behave like sprintf() on successMarek Behún
2021-10-21env: Inline env_get_char() into its only userMarek Behún
2021-10-21env: Change env_match() to static and remove from headerMarek Behún
2021-10-21env: Fix documentation for env_get_f()Marek Behún
2021-05-04env: allow environment to be amended from control dtbRasmus Villemoes
2021-04-16env: increment redund flag on read failBrandon Maier
2020-10-30env: split env_import_redund() into 2 functionsHeiko Schocher
2020-07-31env: Discern environment coming from external storageMarek Vasut
2020-07-31cmd: env: add env select commandPatrick Delaunay
2020-07-31cmd: env: add env load commandPatrick Delaunay
2019-12-06cmd: Migrate from_env() from pxe.c to nvedit.cPatrice Chotard
2019-09-24env: add missing <compiler.h> header filePierre-Jean Texier
2019-08-11env: Rename the redundancy flagsSimon Glass
2019-08-11env: Move callback definitions to env.hSimon Glass
2019-08-11env: Move env_valid to env.hSimon Glass
2019-08-11env: Move env_reloc() to env.hSimon Glass
2019-08-11env: Move env_get_char() to env.hSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
2019-08-11env: Move env import/export functions to env.hSimon Glass
2019-08-11env: Move env_load/save functions to env.hSimon Glass
2019-08-11env: Move set_default_vars to env.hSimon Glass
2019-08-11env: Move env_fix_drivers() to env.hSimon Glass
2019-08-11env: Move eth_env_get/set_enetaddr() to env.hSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_get_hex() to env.hSimon Glass
2019-08-11env: Move env_get_yesno() to env.hSimon Glass
2019-08-11env: Move env_get_ulong() to env.hSimon Glass
2019-08-11env: Move env_set_ulong() to env.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-08-11env: Move envmatch() to env.hSimon Glass
2019-08-11env: Move env_relocate() to env.hSimon Glass
2019-08-11env: Move env_init() to env.hSimon Glass
2019-08-11env: Move env_get_f() to env.hSimon Glass
2019-08-11env: Move get_env_id() to env.hSimon Glass
2019-08-11env: Create a new file for environment functionsSimon Glass