summaryrefslogtreecommitdiff
path: root/env
Commit message (Expand)AuthorAgeFilesLines
* env: allow ENV_IS_NOWHERE with other storage targetPatrice Chotard2019-06-061-12/+6
* env: ext4: Allow overriding interface, device and partitionPatrice Chotard2019-06-061-13/+21
* env: solve compilation error in SPLPatrick Delaunay2019-05-231-1/+6
* stm32mp1: Move ENV_SIZE and ENV_OFFSET to KconfigPatrick Delaunay2019-05-231-1/+1
* env: spi: Fix incorrect entry descriptionMarek Vasut2019-05-091-2/+2
* env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL buildMartyn Welch2019-04-121-1/+1
* fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot2019-04-091-1/+1
* Convert CONFIG_ENV_SPI_* to KconfigPatrick Delaunay2019-03-252-20/+46
* 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