summaryrefslogtreecommitdiff
path: root/include/environment.h
Commit message (Expand)AuthorAgeFilesLines
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-270/+0
* env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass2019-08-111-0/+14
* env: Rename the redundancy flagsSimon Glass2019-08-111-4/+1
* env: Move env_valid to env.hSimon Glass2019-08-111-7/+0
* env: Rename environment to embedded_environmentSimon Glass2019-08-111-1/+1
* env: Move env_reloc() to env.hSimon Glass2019-08-111-4/+0
* env: Move env_get_char() to env.hSimon Glass2019-08-111-10/+0
* env: Move get/set_default_env() to env.hSimon Glass2019-08-111-6/+0
* env: Drop env_crc_update()Simon Glass2019-08-111-3/+0
* env: Move env import/export functions to env.hSimon Glass2019-08-111-12/+0
* env: Move env_load/save functions to env.hSimon Glass2019-08-111-21/+0
* env: Move set_default_vars to env.hSimon Glass2019-08-111-3/+0
* env: Move env_fix_drivers() to env.hSimon Glass2019-08-111-5/+0
* env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass2019-08-111-2/+0
* env: Move eth_env_get/set_enetaddr() to env.hSimon Glass2019-08-111-2/+0
* env: register erase commandFrank Wunderlich2019-07-181-0/+17
* env: fix allow to build multiple environmentsRajesh Bhagat2019-01-171-9/+0
* env: allow flash and nand env driver to compile togetherRajesh Bhagat2018-12-041-1/+0
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-191-1/+1
* cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky2018-07-191-1/+1
* u-boot: Fix several typosShyam Saini2018-06-131-1/+1
* 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/+5
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+4
* env: restore old env_get_char() behaviourGoldschmidt Simon2018-02-161-11/+0
* env: Fix env_load_locationYork Sun2018-02-161-1/+1
* env: move more common code to env_import_redundSimon Goldschmidt2018-02-011-1/+2
* env: Pass additional parameters to the env lookup functionMaxime Ripard2018-01-271-0/+8
* cmd: nvedit: Get rid of the env lookupMaxime Ripard2018-01-271-7/+0
* env: Remove CONFIG_ENV_AES supportTom Rini2017-11-211-11/+1
* env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen2017-10-161-1/+0
* env: Adjust the load() method to return an errorSimon Glass2017-08-161-1/+3
* env: Adjust the get_char() method to return an intSimon Glass2017-08-161-2/+2
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-1/+1
* env: Drop saveenv() in favour of env_save()Simon Glass2017-08-151-0/+7
* env: Drop env_relocate_spec() in favour of env_load()Simon Glass2017-08-151-2/+7
* env: Drop env_get_char_spec()Simon Glass2017-08-151-4/+10
* env: Drop the env_name_spec globalSimon Glass2017-08-151-4/+15
* env: Drop common init() functionsSimon Glass2017-08-151-1/+2
* env: Create a location driver for each locationSimon Glass2017-08-151-0/+70
* env: Add an enum for environment stateSimon Glass2017-08-151-0/+7
* env: common: Make env_get_addr/get_char_memory() staticSimon Glass2017-08-151-4/+0
* env: Add generic redundant environment implementationFiach Antaw2017-07-221-0/+5
* common: Move environment choice to KconfigMaxime Ripard2017-04-071-0/+2
* Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-061-3/+2
* env_mmc: support env partition setup in runtimeDmitry Lifshitz2014-08-011-0/+3
* env_mmc: add mmc_get_env_addr() prototypeDmitry Lifshitz2014-08-011-0/+6
* env: Implement support for encrypting environmentMarek Vasut2014-03-211-1/+11
* env: Add env_export() wrapperMarek Vasut2014-03-211-0/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1