aboutsummaryrefslogtreecommitdiff
path: root/include/environment.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-270/+0
2019-08-11env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass1-0/+14
2019-08-11env: Rename the redundancy flagsSimon Glass1-4/+1
2019-08-11env: Move env_valid to env.hSimon Glass1-7/+0
2019-08-11env: Rename environment to embedded_environmentSimon Glass1-1/+1
2019-08-11env: Move env_reloc() to env.hSimon Glass1-4/+0
2019-08-11env: Move env_get_char() to env.hSimon Glass1-10/+0
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-6/+0
2019-08-11env: Drop env_crc_update()Simon Glass1-3/+0
2019-08-11env: Move env import/export functions to env.hSimon Glass1-12/+0
2019-08-11env: Move env_load/save functions to env.hSimon Glass1-21/+0
2019-08-11env: Move set_default_vars to env.hSimon Glass1-3/+0
2019-08-11env: Move env_fix_drivers() to env.hSimon Glass1-5/+0
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass1-2/+0
2019-08-11env: Move eth_env_get/set_enetaddr() to env.hSimon Glass1-2/+0
2019-07-18env: register erase commandFrank Wunderlich1-0/+17
2019-01-17env: fix allow to build multiple environmentsRajesh Bhagat1-9/+0
2018-12-04env: allow flash and nand env driver to compile togetherRajesh Bhagat1-1/+0
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-1/+1
2018-07-19cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky1-1/+1
2018-06-13u-boot: Fix several typosShyam Saini1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-16env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu1-0/+5
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+4
2018-02-16env: restore old env_get_char() behaviourGoldschmidt Simon1-11/+0
2018-02-16env: Fix env_load_locationYork Sun1-1/+1
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt1-1/+2
2018-01-27env: Pass additional parameters to the env lookup functionMaxime Ripard1-0/+8
2018-01-27cmd: nvedit: Get rid of the env lookupMaxime Ripard1-7/+0
2017-11-21env: Remove CONFIG_ENV_AES supportTom Rini1-11/+1
2017-10-16env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen1-1/+0
2017-08-16env: Adjust the load() method to return an errorSimon Glass1-1/+3
2017-08-16env: Adjust the get_char() method to return an intSimon Glass1-2/+2
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-1/+1
2017-08-15env: Drop saveenv() in favour of env_save()Simon Glass1-0/+7
2017-08-15env: Drop env_relocate_spec() in favour of env_load()Simon Glass1-2/+7
2017-08-15env: Drop env_get_char_spec()Simon Glass1-4/+10
2017-08-15env: Drop the env_name_spec globalSimon Glass1-4/+15
2017-08-15env: Drop common init() functionsSimon Glass1-1/+2
2017-08-15env: Create a location driver for each locationSimon Glass1-0/+70
2017-08-15env: Add an enum for environment stateSimon Glass1-0/+7
2017-08-15env: common: Make env_get_addr/get_char_memory() staticSimon Glass1-4/+0
2017-07-22env: Add generic redundant environment implementationFiach Antaw1-0/+5
2017-04-07common: Move environment choice to KconfigMaxime Ripard1-0/+2
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day1-3/+2
2014-08-01env_mmc: support env partition setup in runtimeDmitry Lifshitz1-0/+3
2014-08-01env_mmc: add mmc_get_env_addr() prototypeDmitry Lifshitz1-0/+6
2014-03-21env: Implement support for encrypting environmentMarek Vasut1-1/+11
2014-03-21env: Add env_export() wrapperMarek Vasut1-0/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1