summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)AuthorFilesLines
2020-07-26env: mmc: correct the offset returned by mmc_offset_try_partitionPatrick Delaunay1-2/+2
2020-07-26env: mmc: allow support of mmc_get_env_dev with OF_CONTROLPatrick Delaunay1-6/+12
2020-07-26env: add failing trace in env_savePatrick Delaunay1-3/+7
2020-07-26env: correct overflow check of env_has_init sizePatrick Delaunay1-1/+1
2020-07-26env/fat.c: allow loading from a FAT partition on the MMC boot deviceDavid Woodhouse2-2/+34
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski1-1/+1
2020-06-15env: Kconfig: cosmetics: update comment for SYS_RELOC_GD_ENV_ADDRPatrick Delaunay1-1/+1
2020-06-01env: sf: Free the old env_flashJagan Teki1-7/+6
2020-05-25env: Convert ENV_ACCESS_IGNORE_FORCE to KconfigMarek Vasut1-0/+7
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass2-3/+4
2020-05-19part: Drop disk_partition_t typedefSimon Glass3-5/+5
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+2
2020-05-16env: Convert CONFIG_DELAY_ENVIRONMENT to KconfigOvidiu Panait1-0/+12
2020-05-09env/sf.c: honour CONFIG_SPL_SAVEENVRasmus Villemoes1-1/+1
2020-04-24env/sf.c: drop private CMD_SAVEENV logicRasmus Villemoes1-11/+1
2020-04-24env/ext4.c: remove CONFIG_CMD_SAVEENV ifdefRasmus Villemoes1-3/+1
2020-04-24env/fat.c: remove private CMD_SAVEENV logicRasmus Villemoes1-8/+1
2020-04-24env: add SAVEENV as an alias of the CMD_SAVEENV symbolRasmus Villemoes1-0/+3
2020-04-24make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes2-1/+2
2020-04-24env: remove callback.o for an SPL buildRasmus Villemoes1-1/+1
2020-04-17env: make file-scope env_ptr variables staticRasmus Villemoes2-3/+3
2020-04-06env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACEMichal Simek1-2/+1
2020-04-06env: Kconfig: Adding default values for MicroblazeVaralaxmi Bingi1-0/+2
2020-03-10env: Update env_addr for mmc environment driverPankit Garg1-0/+5
2020-01-30env: Enable SPI flash env for rockchipJagan Teki1-0/+3
2020-01-30env: kconfig: Restrict rockchip env for MMCJagan Teki1-2/+3
2020-01-23env: another attempt at fixing SPL build failuresRasmus Villemoes2-8/+8
2020-01-17common: Move flash_perror() to flash.hSimon Glass1-0/+1
2019-12-04mtd: ensure UBI is compiled when ENV_IS_IN_UBI is selectedMiquel Raynal1-0/+2
2019-12-03common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-12-03common: Move sorting functions to their own header fileSimon Glass1-0/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass7-0/+7
2019-11-21env: Finish migration of common ENV optionsTom Rini5-18/+30
2019-11-21env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini5-23/+1
2019-11-20env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbolTom Rini1-0/+6
2019-11-12defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENTTom Rini1-7/+11
2019-10-16ubi: env: fix redundand managementPhilippe Reynes1-0/+6
2019-10-08env: Kconfig: Add environment default offset in versalT Karthik Reddy1-2/+3
2019-10-04Revert "env: solve compilation error in SPL"Tom Rini1-6/+1
2019-08-12env: Rename environment.h to env_internal.hSimon Glass18-18/+18
2019-08-11env: Drop the ACTION typedefSimon Glass2-2/+2
2019-08-11env: Rename the redundancy flagsSimon Glass3-16/+18
2019-08-11env: Drop the ENTRY typedefSimon Glass3-9/+9
2019-08-11env: Move env_valid to env.hSimon Glass2-0/+2
2019-08-11env: Rename environment to embedded_environmentSimon Glass1-1/+1