summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)Author
2019-01-26Merge branch '2019-01-25-master-imports'Tom Rini
2019-01-26env: Fix saving environment to "bad CRC" locationSam Protsenko
2019-01-26env: common: Return specific error code on bad CRCSam Protsenko
2019-01-25ARC: Move ENV_SIZE and ENV_OFFSET to KconfigAlexey Brodkin
2019-01-21Revert "env: sf: fix environment in SPI NOR"Tom Rini
2019-01-18env: sf: fix environment in SPI NORHeiko Schocher
2019-01-16env: add spi_flash_read_env functionHoratiu Vultur
2019-01-15common: command: Add support for $ auto-completionBoris Brezillon
2019-01-09env: sata: Fix saveenv issueYe Li
2019-01-09env: sata: Add missed env location for SATA bootYe Li
2018-12-04env: sf: define API to override sf environment addressRajesh Bhagat
2018-12-04env: allow flash and nand env driver to compile togetherRajesh Bhagat
2018-10-16arm64: versal: Add support for new Xilinx Versal ACAPsMichal Simek
2018-09-19fix: env: Fix the SPI flash device setup for DM modeKonstantin Porotchkin
2018-08-24env: ubi: Add missing ENV_NAMEMarek Vasut
2018-08-19env: Merge Rockchip, Sunxi, Zynq and ZynqMPMichal Simek
2018-08-10env: Don't show "Failed" error messageSam Protsenko
2018-07-30u-boot: remove driver lookup loop from env_save()Nicholas Faustini
2018-07-21env: Simplify Makefile using $(SPL_TPL_)York Sun
2018-07-21env: typo in description of ENV_IS_IN_REMOTEHeinrich Schuchardt
2018-07-20env: add the same prefix to error messages to make it detectable by testsQuentin Schulz
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky
2018-07-19cmd: nvedit: set H_INTERACTIVE in do_env_defaultYaniv Levinsky
2018-07-19cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky
2018-07-19env: Added support to save env to spi through KconfigVipul Kumar
2018-06-13env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHEREAlex Kiernan
2018-06-13u-boot: Fix several typosShyam Saini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-16env: mmc/fat/ext4: undefined reference to `mmc_initialize'Heinrich Schuchardt
2018-04-16env: Relocate env drivers if manual reloc is requiredSiva Durga Prasad Paladugu
2018-04-08Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to KconfigAlex Kiernan
2018-04-06env: Properly check for BLK supportSjoerd Simons
2018-04-06Allow providing default environment from fileRasmus Villemoes
2018-04-06common: env_embedded: allow fine placement of environment objectChristophe Leroy
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini
2018-04-04sunxi: disable direct MMC environmentAndre Przywara
2018-03-24Convert CONFIG_UBI_SILENCE_MSG to KconfigPetr Vorel
2018-03-24Convert CONFIG_UBIFS_SILENCE_MSG to KconfigPetr Vorel
2018-02-20env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas
2018-02-16env: restore old env_get_char() behaviourGoldschmidt Simon
2018-02-16env: Fix env_load_locationYork Sun
2018-02-12Fix misaligned buffer in env_fat_saveAlex Kiernan
2018-02-01env: sf: use env_import_redund to simplify env_sf_loadSimon Goldschmidt
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt
2018-01-31env: make env_import(_redund) return 0 on success, not 1Simon Goldschmidt
2018-01-27env: sunxi: Enable FAT-based environment support by defaultMaxime Ripard
2018-01-27env: Mark env_get_location as weakMaxime Ripard
2018-01-27env: Allow to build multiple environments in KconfigMaxime Ripard