summaryrefslogtreecommitdiffstats
path: root/env
Commit message (Expand)AuthorAgeFilesLines
* ubi: env: fix redundand managementPhilippe Reynes2019-10-161-0/+6
* env: Kconfig: Add environment default offset in versalT Karthik Reddy2019-10-081-2/+3
* Revert "env: solve compilation error in SPL"Tom Rini2019-10-041-6/+1
* env: Rename environment.h to env_internal.hSimon Glass2019-08-1118-18/+18
* env: Drop the ACTION typedefSimon Glass2019-08-112-2/+2
* env: Rename the redundancy flagsSimon Glass2019-08-113-16/+18
* env: Drop the ENTRY typedefSimon Glass2019-08-113-9/+9
* env: Move env_valid to env.hSimon Glass2019-08-112-0/+2
* env: Rename environment to embedded_environmentSimon Glass2019-08-111-1/+1
* env: Move get/set_default_env() to env.hSimon Glass2019-08-118-23/+30
* env: Move set_default_vars to env.hSimon Glass2019-08-111-1/+1
* env: Move env_get() to env.hSimon Glass2019-08-113-0/+3
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_relocate() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_init() to env.hSimon Glass2019-08-111-0/+1
* env: mmc: add erase-functionFrank Wunderlich2019-07-181-0/+51
* env: register erase commandFrank Wunderlich2019-07-181-0/+30
* stm32mp1: move CONFIG_ENV in KconfigPatrick Delaunay2019-07-121-3/+2
* env: ubi: support configurable VID offsetHamish Guthrie2019-07-092-4/+20
* at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigsMarkus Klotzbuecher2019-07-091-4/+7
* env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUNDMarkus Klotzbuecher2019-07-091-0/+6
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-06-171-1/+1
|\
| * Kconfig: Add SPI / SPI_FLASH as dependenciesTom Rini2019-06-131-1/+1
* | 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