summaryrefslogtreecommitdiff
path: root/env
Commit message (Expand)AuthorAgeFilesLines
* Revert "env: add spi_flash_read_env function"Heiko Schocher2019-03-131-45/+11
* Merge branch '2019-01-25-master-imports'Tom Rini2019-01-262-8/+21
|\
| * env: Fix saving environment to "bad CRC" locationSam Protsenko2019-01-261-6/+19
| * env: common: Return specific error code on bad CRCSam Protsenko2019-01-261-2/+2
* | ARC: Move ENV_SIZE and ENV_OFFSET to KconfigAlexey Brodkin2019-01-251-1/+3
|/
* Revert "env: sf: fix environment in SPI NOR"Tom Rini2019-01-211-1/+1
* env: sf: fix environment in SPI NORHeiko Schocher2019-01-181-1/+1
* env: add spi_flash_read_env functionHoratiu Vultur2019-01-161-11/+45
* common: command: Add support for $ auto-completionBoris Brezillon2019-01-151-4/+48
* env: sata: Fix saveenv issueYe Li2019-01-091-1/+1
* env: sata: Add missed env location for SATA bootYe Li2019-01-091-0/+3
* env: sf: define API to override sf environment addressRajesh Bhagat2018-12-041-1/+8
* env: allow flash and nand env driver to compile togetherRajesh Bhagat2018-12-042-10/+8
* arm64: versal: Add support for new Xilinx Versal ACAPsMichal Simek2018-10-161-2/+2
* 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