summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)Author
2021-05-04env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCEMartin Fuzzey
2020-11-19env: typo enougthHeinrich Schuchardt
2020-11-18env: mmc: Correct partition comparison in mmc_offset_try_partitionHoyeonjiki Kim
2020-11-03env: sf: fix init function behaviourHeiko Schocher
2020-10-30env: Access Environment in SPI flashes before relocationHeiko Schocher
2020-10-30env: split env_import_redund() into 2 functionsHeiko Schocher
2020-10-14env/ext4.c: allow loading from an EXT4 partition on the MMC boot deviceDavid Woodhouse
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse
2020-10-09Kconfig: Move VERSION_VARIABLE under environmentSimon Glass
2020-09-23env: kconfig: Add default option for ARCH_ZYNQMichal Simek
2020-08-27env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4Michal Simek
2020-08-08Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini
2020-07-31env: Add support for explicit write access listMarek Vasut
2020-07-31env: Add option to only ever append environmentMarek Vasut
2020-07-31env: Discern environment coming from external storageMarek Vasut
2020-07-31env: Add H_DEFAULT flagMarek Vasut
2020-07-31env: Warn on force access if ENV_ACCESS_IGNORE_FORCE setMarek Vasut
2020-07-31env: ext4: add support of command env erasePatrick Delaunay
2020-07-31env: ext4: introduce new function env_ext4_save_bufferPatrick Delaunay
2020-07-31cmd: env: add env select commandPatrick Delaunay
2020-07-31cmd: env: add env load commandPatrick Delaunay
2020-07-31env: the ops driver load becomes mandatory in struct env_driverPatrick Delaunay
2020-07-31env: nowhere: add .load opsPatrick Delaunay
2020-07-31env: correctly handle env_load_prioPatrick Delaunay
2020-07-31env: sf: avoid space in backend namePatrick Delaunay
2020-07-31env: ext4: set gd->env_validPatrick Delaunay
2020-07-31env: add absolute path at CONFIG_ENV_EXT4_FILEPatrick Delaunay
2020-07-28Convert CONFIG_ENV_OVERWRITE to KconfigAdam Ford
2020-07-26env: mmc: add redundancy support in mmc_offset_try_partitionPatrick Delaunay
2020-07-26env: mmc: correct the offset returned by mmc_offset_try_partitionPatrick Delaunay
2020-07-26env: mmc: allow support of mmc_get_env_dev with OF_CONTROLPatrick Delaunay
2020-07-26env: add failing trace in env_savePatrick Delaunay
2020-07-26env: correct overflow check of env_has_init sizePatrick Delaunay
2020-07-26env/fat.c: allow loading from a FAT partition on the MMC boot deviceDavid Woodhouse
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski
2020-06-15env: Kconfig: cosmetics: update comment for SYS_RELOC_GD_ENV_ADDRPatrick Delaunay
2020-06-01env: sf: Free the old env_flashJagan Teki
2020-05-25env: Convert ENV_ACCESS_IGNORE_FORCE to KconfigMarek Vasut
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop flash.h from common headerSimon Glass
2020-05-15env: Convert CONFIG_DELAY_ENVIRONMENT to KconfigOvidiu Panait
2020-05-08env/sf.c: honour CONFIG_SPL_SAVEENVRasmus Villemoes
2020-04-24env/sf.c: drop private CMD_SAVEENV logicRasmus Villemoes
2020-04-24env/ext4.c: remove CONFIG_CMD_SAVEENV ifdefRasmus Villemoes