summaryrefslogtreecommitdiff
path: root/env/common.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-04env: allow environment to be amended from control dtbRasmus Villemoes1-0/+30
2021-04-16env: increment redund flag on read failBrandon Maier1-19/+8
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-10-30env: split env_import_redund() into 2 functionsHeiko Schocher1-10/+32
2020-07-31env: Discern environment coming from external storageMarek Vasut1-6/+7
2020-07-31env: Add H_DEFAULT flagMarek Vasut1-1/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2019-12-03common: Move sorting functions to their own header fileSimon Glass1-0/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-10-04Revert "env: solve compilation error in SPL"Tom Rini1-6/+1
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Drop the ENTRY typedefSimon Glass1-1/+1
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-7/+7
2019-08-11env: Move set_default_vars to env.hSimon Glass1-1/+1
2019-08-11env: Move env_relocate() to env.hSimon Glass1-0/+1
2019-05-23env: solve compilation error in SPLPatrick Delaunay1-1/+6
2019-01-26env: common: Return specific error code on bad CRCSam Protsenko1-2/+2
2019-01-15common: command: Add support for $ auto-completionBoris Brezillon1-4/+48
2018-07-20env: add the same prefix to error messages to make it detectable by testsQuentin Schulz1-1/+2
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-13/+9
2018-07-19cmd: nvedit: set H_INTERACTIVE in do_env_defaultYaniv Levinsky1-1/+1
2018-07-19cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky1-2/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-17env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu1-0/+1
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt1-1/+20
2018-02-01env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt1-4/+4
2018-01-27env: common: Make the debug messages play a little nicerMaxime Ripard1-1/+1
2017-11-21env: Remove CONFIG_ENV_AES supportTom Rini1-61/+0
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-4/+4
2017-08-21env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass1-10/+10
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-1/+1
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Drop env_relocate_spec() in favour of env_load()Simon Glass1-1/+1
2017-08-16env: Drop env_get_char_spec()Simon Glass1-14/+0
2017-08-15env: common: Drop env_get_char_memory()Simon Glass1-7/+0
2017-08-15env: common: Drop env_get_char_init()Simon Glass1-6/+1
2017-08-15env: common: Factor out the common env_valid checkSimon Glass1-11/+6
2017-08-15env: common: Drop env_get_addr()Simon Glass1-8/+3
2017-08-15env: common: Make env_get_addr/get_char_memory() staticSimon Glass1-9/+9
2017-08-15Move environment files from common/ to env/Simon Glass1-0/+353