summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)Author
2020-04-26MLK-22293-5 env: Update SATA env location driver to use SCSIYe Li
2020-04-26MLK-22279-1 env: Add env_get_offset to override static env offsetYe Li
2020-04-26MLK-18141-2 env: Kconfig: Add ENV_IS_IN_SATA configYe Li
2020-04-26MLK-18141-1 env: sata: Fix build warning and breakYe Li
2020-03-09env: Update env_addr for mmc environment driverPankit Garg
2020-01-30env: Enable SPI flash env for rockchipJagan Teki
2020-01-30env: kconfig: Restrict rockchip env for MMCJagan Teki
2020-01-22env: another attempt at fixing SPL build failuresRasmus Villemoes
2020-01-17common: Move flash_perror() to flash.hSimon Glass
2019-12-04mtd: ensure UBI is compiled when ENV_IS_IN_UBI is selectedMiquel Raynal
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass
2019-12-02common: Move sorting functions to their own header fileSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-11-20env: Finish migration of common ENV optionsTom Rini
2019-11-20env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini
2019-11-20env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbolTom Rini
2019-11-12defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENTTom Rini
2019-10-16ubi: env: fix redundand managementPhilippe Reynes
2019-10-08env: Kconfig: Add environment default offset in versalT Karthik Reddy
2019-10-04Revert "env: solve compilation error in SPL"Tom Rini
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Drop the ACTION typedefSimon Glass
2019-08-11env: Rename the redundancy flagsSimon Glass
2019-08-11env: Drop the ENTRY typedefSimon Glass
2019-08-11env: Move env_valid to env.hSimon Glass
2019-08-11env: Rename environment to embedded_environmentSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
2019-08-11env: Move set_default_vars to env.hSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_relocate() to env.hSimon Glass
2019-08-11env: Move env_init() to env.hSimon Glass
2019-07-18env: mmc: add erase-functionFrank Wunderlich
2019-07-18env: register erase commandFrank Wunderlich
2019-07-12stm32mp1: move CONFIG_ENV in KconfigPatrick Delaunay
2019-07-09env: ubi: support configurable VID offsetHamish Guthrie
2019-07-09at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigsMarkus Klotzbuecher
2019-07-09env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUNDMarkus Klotzbuecher
2019-06-17Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2019-06-13Kconfig: Add SPI / SPI_FLASH as dependenciesTom Rini
2019-06-06env: allow ENV_IS_NOWHERE with other storage targetPatrice Chotard
2019-06-06env: ext4: Allow overriding interface, device and partitionPatrice Chotard
2019-05-23env: solve compilation error in SPLPatrick Delaunay
2019-05-23stm32mp1: Move ENV_SIZE and ENV_OFFSET to KconfigPatrick Delaunay
2019-05-09env: spi: Fix incorrect entry descriptionMarek Vasut
2019-04-12env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL buildMartyn Welch
2019-04-09fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot
2019-03-25Convert CONFIG_ENV_SPI_* to KconfigPatrick Delaunay
2019-03-13Revert "env: add spi_flash_read_env function"Heiko Schocher
2019-01-26Merge branch '2019-01-25-master-imports'Tom Rini