summaryrefslogtreecommitdiff
path: root/env
Commit message (Expand)AuthorAgeFilesLines
* env: Enable SPI flash env for rockchipJagan Teki2020-01-301-0/+3
* env: kconfig: Restrict rockchip env for MMCJagan Teki2020-01-301-2/+3
* env: another attempt at fixing SPL build failuresRasmus Villemoes2020-01-222-8/+8
* common: Move flash_perror() to flash.hSimon Glass2020-01-171-0/+1
* mtd: ensure UBI is compiled when ENV_IS_IN_UBI is selectedMiquel Raynal2019-12-041-0/+2
* common: Move old EEPROM functions into a new headerWIP/2019-12-02-master-importsSimon Glass2019-12-021-0/+1
* common: Move sorting functions to their own header fileSimon Glass2019-12-021-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-027-0/+7
* env: Finish migration of common ENV optionsTom Rini2019-11-205-18/+30
* env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini2019-11-205-23/+1
* env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbolTom Rini2019-11-201-0/+6
* defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENTTom Rini2019-11-121-7/+11
* 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