summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)AuthorFilesLines
2019-07-18env: register erase commandFrank Wunderlich1-0/+30
2019-07-12stm32mp1: move CONFIG_ENV in KconfigPatrick Delaunay1-3/+2
2019-07-09env: ubi: support configurable VID offsetHamish Guthrie2-4/+20
2019-07-09at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigsMarkus Klotzbuecher1-4/+7
2019-07-09env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUNDMarkus Klotzbuecher1-0/+6
2019-06-17Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-1/+1
2019-06-13Kconfig: Add SPI / SPI_FLASH as dependenciesTom Rini1-1/+1
2019-06-06env: allow ENV_IS_NOWHERE with other storage targetPatrice Chotard1-12/+6
2019-06-06env: ext4: Allow overriding interface, device and partitionPatrice Chotard1-13/+21
2019-05-23env: solve compilation error in SPLPatrick Delaunay1-1/+6
2019-05-23stm32mp1: Move ENV_SIZE and ENV_OFFSET to KconfigPatrick Delaunay1-1/+1
2019-05-10env: spi: Fix incorrect entry descriptionMarek Vasut1-2/+2
2019-04-12env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL buildMartyn Welch1-1/+1
2019-04-10fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot1-1/+1
2019-03-26Convert CONFIG_ENV_SPI_* to KconfigPatrick Delaunay2-20/+46
2019-03-14Revert "env: add spi_flash_read_env function"Heiko Schocher1-45/+11
2019-01-27Merge branch '2019-01-25-master-imports'Tom Rini2-8/+21
2019-01-26env: Fix saving environment to "bad CRC" locationSam Protsenko1-6/+19
2019-01-26env: common: Return specific error code on bad CRCSam Protsenko1-2/+2
2019-01-25ARC: Move ENV_SIZE and ENV_OFFSET to KconfigAlexey Brodkin1-1/+3
2019-01-21Revert "env: sf: fix environment in SPI NOR"Tom Rini1-1/+1
2019-01-18env: sf: fix environment in SPI NORHeiko Schocher1-1/+1
2019-01-17env: add spi_flash_read_env functionHoratiu Vultur1-11/+45
2019-01-15common: command: Add support for $ auto-completionBoris Brezillon1-4/+48
2019-01-09env: sata: Fix saveenv issueYe Li1-1/+1
2019-01-09env: sata: Add missed env location for SATA bootYe Li1-0/+3
2018-12-05env: sf: define API to override sf environment addressRajesh Bhagat1-1/+8
2018-12-05env: allow flash and nand env driver to compile togetherRajesh Bhagat2-10/+8
2018-10-16arm64: versal: Add support for new Xilinx Versal ACAPsMichal Simek1-2/+2
2018-09-19fix: env: Fix the SPI flash device setup for DM modeKonstantin Porotchkin1-1/+2
2018-08-24env: ubi: Add missing ENV_NAMEMarek Vasut1-0/+1
2018-08-19env: Merge Rockchip, Sunxi, Zynq and ZynqMPMichal Simek1-49/+15
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