summaryrefslogtreecommitdiffstats
path: root/env
Commit message (Expand)AuthorAgeFilesLines
* env/ext4.c: allow loading from an EXT4 partition on the MMC boot deviceDavid Woodhouse2020-10-142-0/+18
* mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse2020-10-142-14/+0
* Kconfig: Move VERSION_VARIABLE under environmentSimon Glass2020-10-091-0/+9
* env: kconfig: Add default option for ARCH_ZYNQMichal Simek2020-09-231-1/+1
* env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4Michal Simek2020-08-271-0/+1
* Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini2020-08-082-4/+19
* env: Add support for explicit write access listMarek Vasut2020-07-312-11/+59
* env: Add option to only ever append environmentMarek Vasut2020-07-312-0/+11
* env: Discern environment coming from external storageMarek Vasut2020-07-3113-22/+23
* env: Add H_DEFAULT flagMarek Vasut2020-07-311-1/+2
* env: Warn on force access if ENV_ACCESS_IGNORE_FORCE setMarek Vasut2020-07-311-1/+3
* env: ext4: add support of command env erasePatrick Delaunay2020-07-311-0/+19
* env: ext4: introduce new function env_ext4_save_bufferPatrick Delaunay2020-07-311-8/+20
* cmd: env: add env select commandPatrick Delaunay2020-07-311-0/+42
* cmd: env: add env load commandPatrick Delaunay2020-07-311-0/+28
* env: the ops driver load becomes mandatory in struct env_driverPatrick Delaunay2020-07-311-3/+0
* env: nowhere: add .load opsPatrick Delaunay2020-07-311-0/+17
* env: correctly handle env_load_prioPatrick Delaunay2020-07-311-3/+4
* env: sf: avoid space in backend namePatrick Delaunay2020-07-311-1/+1
* env: ext4: set gd->env_validPatrick Delaunay2020-07-311-1/+8
* env: add absolute path at CONFIG_ENV_EXT4_FILEPatrick Delaunay2020-07-311-1/+1
* Convert CONFIG_ENV_OVERWRITE to KconfigAdam Ford2020-07-281-0/+6
* env: mmc: add redundancy support in mmc_offset_try_partitionPatrick Delaunay2020-07-261-3/+3
* env: mmc: correct the offset returned by mmc_offset_try_partitionPatrick Delaunay2020-07-261-2/+2
* env: mmc: allow support of mmc_get_env_dev with OF_CONTROLPatrick Delaunay2020-07-261-6/+12
* env: add failing trace in env_savePatrick Delaunay2020-07-261-3/+7
* env: correct overflow check of env_has_init sizePatrick Delaunay2020-07-261-1/+1
* env/fat.c: allow loading from a FAT partition on the MMC boot deviceDavid Woodhouse2020-07-262-2/+34
* 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