summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)AuthorFilesLines
2020-11-19env: typo enougthHeinrich Schuchardt1-1/+1
2020-11-18env: mmc: Correct partition comparison in mmc_offset_try_partitionHoyeonjiki Kim1-1/+1
2020-11-03env: sf: fix init function behaviourHeiko Schocher2-3/+7
2020-10-30env: Access Environment in SPI flashes before relocationHeiko Schocher2-3/+105
2020-10-30env: split env_import_redund() into 2 functionsHeiko Schocher1-10/+32
2020-10-14env/ext4.c: allow loading from an EXT4 partition on the MMC boot deviceDavid Woodhouse2-0/+18
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse2-14/+0
2020-10-09Kconfig: Move VERSION_VARIABLE under environmentSimon Glass1-0/+9
2020-09-23env: kconfig: Add default option for ARCH_ZYNQMichal Simek1-1/+1
2020-08-27env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4Michal Simek1-0/+1
2020-08-08Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini2-4/+19
2020-07-31env: Add support for explicit write access listMarek Vasut2-11/+59
2020-07-31env: Add option to only ever append environmentMarek Vasut2-0/+11
2020-07-31env: Discern environment coming from external storageMarek Vasut13-22/+23
2020-07-31env: Add H_DEFAULT flagMarek Vasut1-1/+2
2020-07-31env: Warn on force access if ENV_ACCESS_IGNORE_FORCE setMarek Vasut1-1/+3
2020-07-31env: ext4: add support of command env erasePatrick Delaunay1-0/+19
2020-07-31env: ext4: introduce new function env_ext4_save_bufferPatrick Delaunay1-8/+20
2020-07-31cmd: env: add env select commandPatrick Delaunay1-0/+42
2020-07-31cmd: env: add env load commandPatrick Delaunay1-0/+28
2020-07-31env: the ops driver load becomes mandatory in struct env_driverPatrick Delaunay1-3/+0
2020-07-31env: nowhere: add .load opsPatrick Delaunay1-0/+17
2020-07-31env: correctly handle env_load_prioPatrick Delaunay1-3/+4
2020-07-31env: sf: avoid space in backend namePatrick Delaunay1-1/+1
2020-07-31env: ext4: set gd->env_validPatrick Delaunay1-1/+8
2020-07-31env: add absolute path at CONFIG_ENV_EXT4_FILEPatrick Delaunay1-1/+1
2020-07-28Convert CONFIG_ENV_OVERWRITE to KconfigAdam Ford1-0/+6
2020-07-26env: mmc: add redundancy support in mmc_offset_try_partitionPatrick Delaunay1-3/+3
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