summaryrefslogtreecommitdiffstats
path: root/env
Commit message (Expand)AuthorAgeFilesLines
* env: allow environment to be amended from control dtbRasmus Villemoes2021-05-042-0/+48
* xilinx: versal: Add support for saving env based on bootmodeAshok Reddy Soma2021-04-231-1/+1
* env: Setup default value for ENV_OFFSET_REDUNDMichal Simek2021-04-231-0/+1
* env: sf: remove the static env_flash variablePatrick Delaunay2021-04-161-23/+18
* env: sf: add missing spi_flash_freePatrick Delaunay2021-04-161-0/+9
* env: sf: add support of command env erasePatrick Delaunay2021-04-161-0/+34
* env: sf: update the use of macro ENV_SAVE_PTRPatrick Delaunay2021-04-161-1/+1
* env: add ENV_ERASE_PTR macroPatrick Delaunay2021-04-162-7/+2
* env: Fix invalid env handling in env_init()Marek Vasut2021-04-161-0/+3
* env/fat.c: support redund environmentBrandon Maier2021-04-162-8/+40
* env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCEMartin Fuzzey2021-04-161-2/+3
* env: increment redund flag on read failBrandon Maier2021-04-162-20/+9
* env: add CONFIG_ENV_SECT_SIZE_AUTORasmus Villemoes2021-04-162-2/+22
* env/sf.c: use a variable to hold the sector sizeRasmus Villemoes2021-04-161-10/+12
* 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