summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)Author
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
2020-04-24env/fat.c: remove private CMD_SAVEENV logicRasmus Villemoes
2020-04-24env: add SAVEENV as an alias of the CMD_SAVEENV symbolRasmus Villemoes
2020-04-24make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes
2020-04-24env: remove callback.o for an SPL buildRasmus Villemoes
2020-04-17env: make file-scope env_ptr variables staticRasmus Villemoes
2020-04-06env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACEMichal Simek
2020-04-06env: Kconfig: Adding default values for MicroblazeVaralaxmi Bingi
2020-03-09env: Update env_addr for mmc environment driverPankit Garg
2020-01-30env: Enable SPI flash env for rockchipJagan Teki
2020-01-30env: kconfig: Restrict rockchip env for MMCJagan Teki