summaryrefslogtreecommitdiffstats
path: root/env
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-0214-0/+14
* env: sf: cosmetic: remove unnecessary spacePatrick Delaunay2021-01-291-2/+2
* env: Remove all dependencies for SYS_REDUNDAND_ENVIRONMENTMichal Simek2021-01-201-2/+3
* env: typo enougthHeinrich Schuchardt2020-11-191-1/+1
* env: mmc: Correct partition comparison in mmc_offset_try_partitionHoyeonjiki Kim2020-11-181-1/+1
* env: sf: fix init function behaviourHeiko Schocher2020-11-032-3/+7
* env: Access Environment in SPI flashes before relocationHeiko Schocher2020-10-302-3/+105
* env: split env_import_redund() into 2 functionsHeiko Schocher2020-10-301-10/+32
* 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