summaryrefslogtreecommitdiff
path: root/include/env.h
Commit message (Expand)AuthorAgeFilesLines
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-25/+25
* bootm: Tidy up use of autostart env varSimon Glass2021-11-161-0/+7
* env: Make return value of env_get_f() behave like sprintf() on successMarek Behún2021-10-211-4/+2
* env: Inline env_get_char() into its only userMarek Behún2021-10-211-10/+0
* env: Change env_match() to static and remove from headerMarek Behún2021-10-211-11/+0
* env: Fix documentation for env_get_f()Marek Behún2021-10-211-1/+4
* env: allow environment to be amended from control dtbRasmus Villemoes2021-05-041-0/+15
* env: increment redund flag on read failBrandon Maier2021-04-161-2/+0
* env: split env_import_redund() into 2 functionsHeiko Schocher2020-10-301-0/+18
* env: Discern environment coming from external storageMarek Vasut2020-07-311-2/+5
* cmd: env: add env select commandPatrick Delaunay2020-07-311-1/+7
* cmd: env: add env load commandPatrick Delaunay2020-07-311-0/+7
* cmd: Migrate from_env() from pxe.c to nvedit.cPatrice Chotard2019-12-061-0/+10
* env: add missing <compiler.h> header filePierre-Jean Texier2019-09-241-0/+1
* env: Rename the redundancy flagsSimon Glass2019-08-111-0/+6
* env: Move callback definitions to env.hSimon Glass2019-08-111-0/+34
* env: Move env_valid to env.hSimon Glass2019-08-111-1/+8
* env: Move env_reloc() to env.hSimon Glass2019-08-111-0/+7
* env: Move env_get_char() to env.hSimon Glass2019-08-111-0/+10
* env: Move get/set_default_env() to env.hSimon Glass2019-08-111-0/+11
* env: Move env import/export functions to env.hSimon Glass2019-08-111-0/+38
* env: Move env_load/save functions to env.hSimon Glass2019-08-111-0/+21
* env: Move set_default_vars to env.hSimon Glass2019-08-111-0/+11
* env: Move env_fix_drivers() to env.hSimon Glass2019-08-111-0/+5
* env: Move eth_env_get/set_enetaddr() to env.hSimon Glass2019-08-111-0/+18
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+12
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+12
* env: Move env_get_hex() to env.hSimon Glass2019-08-111-0/+12
* env: Move env_get_yesno() to env.hSimon Glass2019-08-111-0/+8
* env: Move env_get_ulong() to env.hSimon Glass2019-08-111-0/+13
* env: Move env_set_ulong() to env.hSimon Glass2019-08-111-0/+9
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+22
* env: Move envmatch() to env.hSimon Glass2019-08-111-0/+11
* env: Move env_relocate() to env.hSimon Glass2019-08-111-0/+8
* env: Move env_init() to env.hSimon Glass2019-08-111-0/+10
* env: Move env_get_f() to env.hSimon Glass2019-08-111-0/+12
* env: Move get_env_id() to env.hSimon Glass2019-08-111-0/+10
* env: Create a new file for environment functionsSimon Glass2019-08-111-0/+28