summaryrefslogtreecommitdiff
path: root/env/common.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Rename ofnode_get_property_by_prop()Simon Glass2022-09-291-1/+1
* dm: core: Rename ofnode_get_first/next_property()Simon Glass2022-09-291-2/+2
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-1/+1
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-3/+3
* bootm: Tidy up use of autostart env varSimon Glass2021-11-161-0/+5
* env: Simplify env_get_default()Marek Behún2021-11-131-21/+24
* env: Fix env_get() when returning empty string using env_get_f()Marek Behún2021-11-131-1/+1
* env: Don't set ready flag if import failed in env_set_default()Marek Behún2021-11-131-1/+3
* env: Use static_assert() to check if default_environment is too largeMarek Behún2021-10-311-5/+0
* env: Always use char for default_environmentMarek Behún2021-10-311-3/+3
* env: Move non-cli env functions to env/common.cMarek Behún2021-10-211-0/+180
* env: allow environment to be amended from control dtbRasmus Villemoes2021-05-041-0/+30
* env: increment redund flag on read failBrandon Maier2021-04-161-19/+8
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* env: split env_import_redund() into 2 functionsHeiko Schocher2020-10-301-10/+32
* env: Discern environment coming from external storageMarek Vasut2020-07-311-6/+7
* env: Add H_DEFAULT flagMarek Vasut2020-07-311-1/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Move sorting functions to their own header fileSimon Glass2019-12-021-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* Revert "env: solve compilation error in SPL"Tom Rini2019-10-041-6/+1
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Drop the ENTRY typedefSimon Glass2019-08-111-1/+1
* env: Move get/set_default_env() to env.hSimon Glass2019-08-111-7/+7
* env: Move set_default_vars to env.hSimon Glass2019-08-111-1/+1
* env: Move env_relocate() to env.hSimon Glass2019-08-111-0/+1
* env: solve compilation error in SPLPatrick Delaunay2019-05-231-1/+6
* env: common: Return specific error code on bad CRCSam Protsenko2019-01-261-2/+2
* common: command: Add support for $ auto-completionBoris Brezillon2019-01-151-4/+48
* env: add the same prefix to error messages to make it detectable by testsQuentin Schulz2018-07-201-1/+2
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-191-13/+9
* cmd: nvedit: set H_INTERACTIVE in do_env_defaultYaniv Levinsky2018-07-191-1/+1
* cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky2018-07-191-2/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu2018-04-161-0/+1
* env: move more common code to env_import_redundSimon Goldschmidt2018-02-011-1/+20
* env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt2018-01-311-4/+4
* env: common: Make the debug messages play a little nicerMaxime Ripard2018-01-271-1/+1
* env: Remove CONFIG_ENV_AES supportTom Rini2017-11-211-61/+0
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-4/+4
* env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass2017-08-201-10/+10
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-1/+1
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-2/+2
* env: Drop env_relocate_spec() in favour of env_load()Simon Glass2017-08-151-1/+1
* env: Drop env_get_char_spec()Simon Glass2017-08-151-14/+0
* env: common: Drop env_get_char_memory()Simon Glass2017-08-151-7/+0
* env: common: Drop env_get_char_init()Simon Glass2017-08-151-6/+1
* env: common: Factor out the common env_valid checkSimon Glass2017-08-151-11/+6