summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)AuthorFilesLines
2018-08-10env: Don't show "Failed" error messageSam Protsenko1-5/+9
2018-07-30u-boot: remove driver lookup loop from env_save()Nicholas Faustini1-18/+16
2018-07-21env: Simplify Makefile using $(SPL_TPL_)York Sun2-29/+126
2018-07-21env: typo in description of ENV_IS_IN_REMOTEHeinrich Schuchardt1-1/+1
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 Levinsky8-33/+29
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-07-19env: Added support to save env to spi through KconfigVipul Kumar1-0/+28
2018-06-13env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHEREAlex Kiernan1-0/+1
2018-06-13u-boot: Fix several typosShyam Saini1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini20-41/+20
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini3-6/+0
2018-04-17env: mmc/fat/ext4: undefined reference to `mmc_initialize'Heinrich Schuchardt2-0/+4
2018-04-17env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu2-0/+22
2018-04-09Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to KconfigAlex Kiernan1-0/+7
2018-04-07env: Properly check for BLK supportSjoerd Simons1-1/+1
2018-04-07Allow providing default environment from fileRasmus Villemoes1-0/+18
2018-04-06common: env_embedded: allow fine placement of environment objectChristophe Leroy1-4/+4
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini1-1/+0
2018-04-04sunxi: disable direct MMC environmentAndre Przywara1-1/+0
2018-03-24Convert CONFIG_UBI_SILENCE_MSG to KconfigPetr Vorel1-5/+0
2018-03-24Convert CONFIG_UBIFS_SILENCE_MSG to KconfigPetr Vorel1-1/+0
2018-02-20env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas3-0/+8
2018-02-16env: restore old env_get_char() behaviourGoldschmidt Simon3-28/+15
2018-02-16env: Fix env_load_locationYork Sun1-5/+3
2018-02-12Fix misaligned buffer in env_fat_saveAlex Kiernan1-1/+1
2018-02-01env: sf: use env_import_redund to simplify env_sf_loadSimon Goldschmidt1-59/+8
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt10-23/+10
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt4-50/+34
2018-02-01env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt3-8/+8
2018-01-27env: sunxi: Enable FAT-based environment support by defaultMaxime Ripard1-0/+4
2018-01-27env: Mark env_get_location as weakMaxime Ripard1-1/+2
2018-01-27env: Allow to build multiple environments in KconfigMaxime Ripard1-33/+32
2018-01-27env: mmc: depends on the MMC frameworkMaxime Ripard1-0/+1
2018-01-27env: Initialise all the environmentsMaxime Ripard1-7/+29
2018-01-27env: Support multiple environmentsMaxime Ripard1-32/+53
2018-01-27env: common: Make the debug messages play a little nicerMaxime Ripard1-1/+1
2018-01-27env: mmc: Make the debug messages play a little nicerMaxime Ripard1-1/+0
2018-01-27env: fat: Make the debug messages play a little nicerMaxime Ripard1-5/+20
2018-01-27env: Make it explicit where we're loading our environment fromMaxime Ripard1-7/+11
2018-01-27env: Make the env save message a bit more explicitMaxime Ripard1-1/+2
2018-01-27env: Pass additional parameters to the env lookup functionMaxime Ripard1-49/+108
2018-01-27env: Rename env_driver_lookup_default and env_get_default_locationMaxime Ripard1-9/+9
2018-01-27cmd: nvedit: Get rid of the env lookupMaxime Ripard1-1/+3
2018-01-23env: ENV_IS_IN_FAT improvementsTuomas Tynkkynen1-3/+1
2018-01-17Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+21
2018-01-17env: sf: Add support for env init for QSPI-NORAshish Kumar1-0/+21
2018-01-16env: enable accessing the environment in an EXT4 partitionJorge Ramirez-Ortiz3-12/+59
2017-12-18rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to KconfigKlaus Goger1-0/+18