summaryrefslogtreecommitdiffstats
path: root/env
Commit message (Expand)AuthorAgeFilesLines
...
* env/sf.c: drop private CMD_SAVEENV logicRasmus Villemoes2020-04-241-11/+1
* env/ext4.c: remove CONFIG_CMD_SAVEENV ifdefRasmus Villemoes2020-04-241-3/+1
* env/fat.c: remove private CMD_SAVEENV logicRasmus Villemoes2020-04-241-8/+1
* env: add SAVEENV as an alias of the CMD_SAVEENV symbolRasmus Villemoes2020-04-241-0/+3
* make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes2020-04-242-1/+2
* env: remove callback.o for an SPL buildRasmus Villemoes2020-04-241-1/+1
* env: make file-scope env_ptr variables staticRasmus Villemoes2020-04-172-3/+3
* env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACEMichal Simek2020-04-061-2/+1
* env: Kconfig: Adding default values for MicroblazeVaralaxmi Bingi2020-04-061-0/+2
* env: Update env_addr for mmc environment driverPankit Garg2020-03-091-0/+5
* 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 headerSimon 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