summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)AuthorFilesLines
2021-08-18env: Kconfig: Add default option for PHY_CORTINAKuldeep Singh1-1/+1
2021-08-01sunxi: Select environment MMC based on boot deviceSamuel Holland1-2/+1
2021-07-08ppc: Remove sbc8641d boardTom Rini1-1/+1
2021-07-08ppc: Remove xpedite boardsTom Rini1-1/+1
2021-07-08m68k: Remove M5475x boardsTom Rini1-1/+1
2021-05-04env: allow environment to be amended from control dtbRasmus Villemoes2-0/+48
2021-04-23xilinx: versal: Add support for saving env based on bootmodeAshok Reddy Soma1-1/+1
2021-04-23env: Setup default value for ENV_OFFSET_REDUNDMichal Simek1-0/+1
2021-04-17env: sf: remove the static env_flash variablePatrick Delaunay1-23/+18
2021-04-17env: sf: add missing spi_flash_freePatrick Delaunay1-0/+9
2021-04-17env: sf: add support of command env erasePatrick Delaunay1-0/+34
2021-04-17env: sf: update the use of macro ENV_SAVE_PTRPatrick Delaunay1-1/+1
2021-04-17env: add ENV_ERASE_PTR macroPatrick Delaunay2-7/+2
2021-04-16env: Fix invalid env handling in env_init()Marek Vasut1-0/+3
2021-04-16env/fat.c: support redund environmentBrandon Maier2-8/+40
2021-04-16env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCEMartin Fuzzey1-2/+3
2021-04-16env: increment redund flag on read failBrandon Maier2-20/+9
2021-04-16env: add CONFIG_ENV_SECT_SIZE_AUTORasmus Villemoes2-2/+22
2021-04-16env/sf.c: use a variable to hold the sector sizeRasmus Villemoes1-10/+12
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass14-0/+14
2021-01-29env: sf: cosmetic: remove unnecessary spacePatrick Delaunay1-2/+2
2021-01-20env: Remove all dependencies for SYS_REDUNDAND_ENVIRONMENTMichal Simek1-2/+3
2020-11-19env: typo enougthHeinrich Schuchardt1-1/+1
2020-11-18env: mmc: Correct partition comparison in mmc_offset_try_partitionHoyeonjiki Kim1-1/+1
2020-11-03env: sf: fix init function behaviourHeiko Schocher2-3/+7
2020-10-30env: Access Environment in SPI flashes before relocationHeiko Schocher2-3/+105
2020-10-30env: split env_import_redund() into 2 functionsHeiko Schocher1-10/+32
2020-10-14env/ext4.c: allow loading from an EXT4 partition on the MMC boot deviceDavid Woodhouse2-0/+18
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse2-14/+0
2020-10-09Kconfig: Move VERSION_VARIABLE under environmentSimon Glass1-0/+9
2020-09-23env: kconfig: Add default option for ARCH_ZYNQMichal Simek1-1/+1
2020-08-27env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4Michal Simek1-0/+1
2020-08-08Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini2-4/+19
2020-07-31env: Add support for explicit write access listMarek Vasut2-11/+59
2020-07-31env: Add option to only ever append environmentMarek Vasut2-0/+11
2020-07-31env: Discern environment coming from external storageMarek Vasut13-22/+23
2020-07-31env: Add H_DEFAULT flagMarek Vasut1-1/+2
2020-07-31env: Warn on force access if ENV_ACCESS_IGNORE_FORCE setMarek Vasut1-1/+3
2020-07-31env: ext4: add support of command env erasePatrick Delaunay1-0/+19
2020-07-31env: ext4: introduce new function env_ext4_save_bufferPatrick Delaunay1-8/+20
2020-07-31cmd: env: add env select commandPatrick Delaunay1-0/+42
2020-07-31cmd: env: add env load commandPatrick Delaunay1-0/+28
2020-07-31env: the ops driver load becomes mandatory in struct env_driverPatrick Delaunay1-3/+0
2020-07-31env: nowhere: add .load opsPatrick Delaunay1-0/+17
2020-07-31env: correctly handle env_load_prioPatrick Delaunay1-3/+4
2020-07-31env: sf: avoid space in backend namePatrick Delaunay1-1/+1
2020-07-31env: ext4: set gd->env_validPatrick Delaunay1-1/+8
2020-07-31env: add absolute path at CONFIG_ENV_EXT4_FILEPatrick Delaunay1-1/+1
2020-07-28Convert CONFIG_ENV_OVERWRITE to KconfigAdam Ford1-0/+6
2020-07-26env: mmc: add redundancy support in mmc_offset_try_partitionPatrick Delaunay1-3/+3