summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)Author
2021-05-04env: allow environment to be amended from control dtbRasmus Villemoes
2021-04-23xilinx: versal: Add support for saving env based on bootmodeAshok Reddy Soma
2021-04-23env: Setup default value for ENV_OFFSET_REDUNDMichal Simek
2021-04-16env: sf: remove the static env_flash variablePatrick Delaunay
2021-04-16env: sf: add missing spi_flash_freePatrick Delaunay
2021-04-16env: sf: add support of command env erasePatrick Delaunay
2021-04-16env: sf: update the use of macro ENV_SAVE_PTRPatrick Delaunay
2021-04-16env: add ENV_ERASE_PTR macroPatrick Delaunay
2021-04-16env: Fix invalid env handling in env_init()Marek Vasut
2021-04-16env/fat.c: support redund environmentBrandon Maier
2021-04-16env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCEMartin Fuzzey
2021-04-16env: increment redund flag on read failBrandon Maier
2021-04-16env: add CONFIG_ENV_SECT_SIZE_AUTORasmus Villemoes
2021-04-16env/sf.c: use a variable to hold the sector sizeRasmus Villemoes
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-29env: sf: cosmetic: remove unnecessary spacePatrick Delaunay
2021-01-20env: Remove all dependencies for SYS_REDUNDAND_ENVIRONMENTMichal Simek
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