Age | Commit message (Expand) | Author |
2020-08-27 | env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4 | Michal Simek |
2020-08-08 | Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig | Tom Rini |
2020-07-31 | env: Add support for explicit write access list | Marek Vasut |
2020-07-31 | env: Add option to only ever append environment | Marek Vasut |
2020-07-31 | env: Discern environment coming from external storage | Marek Vasut |
2020-07-31 | env: Add H_DEFAULT flag | Marek Vasut |
2020-07-31 | env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set | Marek Vasut |
2020-07-31 | env: ext4: add support of command env erase | Patrick Delaunay |
2020-07-31 | env: ext4: introduce new function env_ext4_save_buffer | Patrick Delaunay |
2020-07-31 | cmd: env: add env select command | Patrick Delaunay |
2020-07-31 | cmd: env: add env load command | Patrick Delaunay |
2020-07-31 | env: the ops driver load becomes mandatory in struct env_driver | Patrick Delaunay |
2020-07-31 | env: nowhere: add .load ops | Patrick Delaunay |
2020-07-31 | env: correctly handle env_load_prio | Patrick Delaunay |
2020-07-31 | env: sf: avoid space in backend name | Patrick Delaunay |
2020-07-31 | env: ext4: set gd->env_valid | Patrick Delaunay |
2020-07-31 | env: add absolute path at CONFIG_ENV_EXT4_FILE | Patrick Delaunay |
2020-07-28 | Convert CONFIG_ENV_OVERWRITE to Kconfig | Adam Ford |
2020-07-26 | env: mmc: add redundancy support in mmc_offset_try_partition | Patrick Delaunay |
2020-07-26 | env: mmc: correct the offset returned by mmc_offset_try_partition | Patrick Delaunay |
2020-07-26 | env: mmc: allow support of mmc_get_env_dev with OF_CONTROL | Patrick Delaunay |
2020-07-26 | env: add failing trace in env_save | Patrick Delaunay |
2020-07-26 | env: correct overflow check of env_has_init size | Patrick Delaunay |
2020-07-26 | env/fat.c: allow loading from a FAT partition on the MMC boot device | David Woodhouse |
2020-06-29 | spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* | Lukasz Majewski |
2020-06-15 | env: Kconfig: cosmetics: update comment for SYS_RELOC_GD_ENV_ADDR | Patrick Delaunay |
2020-06-01 | env: sf: Free the old env_flash | Jagan Teki |
2020-05-25 | env: Convert ENV_ACCESS_IGNORE_FORCE to Kconfig | Marek Vasut |
2020-05-18 | common: Drop linux/bitops.h from common header | Simon Glass |
2020-05-18 | common: Drop linux/bug.h from common header | Simon Glass |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | common: Drop bootstage.h from common header | Simon Glass |
2020-05-18 | common: Drop part.h from common header | Simon Glass |
2020-05-18 | part: Drop disk_partition_t typedef | Simon Glass |
2020-05-18 | common: Drop net.h from common header | Simon Glass |
2020-05-18 | common: Drop flash.h from common header | Simon Glass |
2020-05-15 | env: Convert CONFIG_DELAY_ENVIRONMENT to Kconfig | Ovidiu Panait |
2020-05-08 | env/sf.c: honour CONFIG_SPL_SAVEENV | Rasmus Villemoes |
2020-04-24 | env/sf.c: drop private CMD_SAVEENV logic | Rasmus Villemoes |
2020-04-24 | env/ext4.c: remove CONFIG_CMD_SAVEENV ifdef | Rasmus Villemoes |
2020-04-24 | env/fat.c: remove private CMD_SAVEENV logic | Rasmus Villemoes |
2020-04-24 | env: add SAVEENV as an alias of the CMD_SAVEENV symbol | Rasmus Villemoes |
2020-04-24 | make env_entry::callback conditional on !CONFIG_SPL_BUILD | Rasmus Villemoes |
2020-04-24 | env: remove callback.o for an SPL build | Rasmus Villemoes |
2020-04-17 | env: make file-scope env_ptr variables static | Rasmus Villemoes |
2020-04-06 | env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE | Michal Simek |
2020-04-06 | env: Kconfig: Adding default values for Microblaze | Varalaxmi Bingi |
2020-03-09 | env: Update env_addr for mmc environment driver | Pankit Garg |
2020-01-30 | env: Enable SPI flash env for rockchip | Jagan Teki |
2020-01-30 | env: kconfig: Restrict rockchip env for MMC | Jagan Teki |