summaryrefslogtreecommitdiffstats
path: root/env
Commit message (Expand)AuthorAgeFilesLines
...
* spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-291-1/+1
* env: Kconfig: cosmetics: update comment for SYS_RELOC_GD_ENV_ADDRPatrick Delaunay2020-06-151-1/+1
* env: sf: Free the old env_flashJagan Teki2020-06-011-7/+6
* env: Convert ENV_ACCESS_IGNORE_FORCE to KconfigMarek Vasut2020-05-251-0/+7
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-182-3/+4
* part: Drop disk_partition_t typedefSimon Glass2020-05-183-5/+5
* common: Drop net.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop flash.h from common headerSimon Glass2020-05-181-0/+2
* env: Convert CONFIG_DELAY_ENVIRONMENT to KconfigOvidiu Panait2020-05-151-0/+12
* env/sf.c: honour CONFIG_SPL_SAVEENVRasmus Villemoes2020-05-081-1/+1
* 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