summaryrefslogtreecommitdiff
path: root/env
Commit message (Expand)AuthorAgeFilesLines
* fix: env: Fix the SPI flash device setup for DM modeKonstantin Porotchkin2018-09-191-1/+2
* env: ubi: Add missing ENV_NAMEMarek Vasut2018-08-241-0/+1
* env: Merge Rockchip, Sunxi, Zynq and ZynqMPMichal Simek2018-08-191-49/+15
* env: Don't show "Failed" error messageSam Protsenko2018-08-101-5/+9
* u-boot: remove driver lookup loop from env_save()Nicholas Faustini2018-07-301-18/+16
* env: Simplify Makefile using $(SPL_TPL_)York Sun2018-07-212-29/+126
* env: typo in description of ENV_IS_IN_REMOTEHeinrich Schuchardt2018-07-211-1/+1
* 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-198-33/+29
* 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
* env: Added support to save env to spi through KconfigVipul Kumar2018-07-191-0/+28
* env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHEREAlex Kiernan2018-06-131-0/+1
* u-boot: Fix several typosShyam Saini2018-06-131-3/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0720-41/+20
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-273-6/+0
* env: mmc/fat/ext4: undefined reference to `mmc_initialize'Heinrich Schuchardt2018-04-162-0/+4
* env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu2018-04-162-0/+22
* Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to KconfigAlex Kiernan2018-04-081-0/+7
* env: Properly check for BLK supportSjoerd Simons2018-04-061-1/+1
* Allow providing default environment from fileRasmus Villemoes2018-04-061-0/+18
* common: env_embedded: allow fine placement of environment objectChristophe Leroy2018-04-061-4/+4
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-041-1/+0
|\
| * sunxi: disable direct MMC environmentAndre Przywara2018-04-041-1/+0
* | Convert CONFIG_UBI_SILENCE_MSG to KconfigPetr Vorel2018-03-241-5/+0
* | Convert CONFIG_UBIFS_SILENCE_MSG to KconfigPetr Vorel2018-03-241-1/+0
|/
* env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas2018-02-203-0/+8
* env: restore old env_get_char() behaviourGoldschmidt Simon2018-02-163-28/+15
* env: Fix env_load_locationYork Sun2018-02-161-5/+3
* Fix misaligned buffer in env_fat_saveAlex Kiernan2018-02-121-1/+1
* env: sf: use env_import_redund to simplify env_sf_loadSimon Goldschmidt2018-02-011-59/+8
* env: make env drivers propagate env_import return valueSimon Goldschmidt2018-02-0110-23/+10
* env: move more common code to env_import_redundSimon Goldschmidt2018-02-014-50/+34
* env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt2018-01-313-8/+8
* env: sunxi: Enable FAT-based environment support by defaultMaxime Ripard2018-01-271-0/+4
* env: Mark env_get_location as weakMaxime Ripard2018-01-271-1/+2
* env: Allow to build multiple environments in KconfigMaxime Ripard2018-01-271-33/+32
* env: mmc: depends on the MMC frameworkMaxime Ripard2018-01-271-0/+1
* env: Initialise all the environmentsMaxime Ripard2018-01-271-7/+29
* env: Support multiple environmentsMaxime Ripard2018-01-271-32/+53
* env: common: Make the debug messages play a little nicerMaxime Ripard2018-01-271-1/+1
* env: mmc: Make the debug messages play a little nicerMaxime Ripard2018-01-271-1/+0
* env: fat: Make the debug messages play a little nicerMaxime Ripard2018-01-271-5/+20
* env: Make it explicit where we're loading our environment fromMaxime Ripard2018-01-271-7/+11
* env: Make the env save message a bit more explicitMaxime Ripard2018-01-271-1/+2
* env: Pass additional parameters to the env lookup functionMaxime Ripard2018-01-271-49/+108
* env: Rename env_driver_lookup_default and env_get_default_locationMaxime Ripard2018-01-271-9/+9
* cmd: nvedit: Get rid of the env lookupMaxime Ripard2018-01-271-1/+3
* env: ENV_IS_IN_FAT improvementsTuomas Tynkkynen2018-01-221-3/+1
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-01-171-0/+21
|\