- d6cfb90 env: Kconfig: Add default option for PHY_CORTINA by Kuldeep Singh · 3 years, 4 months ago
- bc42abb sunxi: Select environment MMC based on boot device by Samuel Holland · 3 years, 7 months ago
- e540498 ppc: Remove sbc8641d board by Tom Rini · 3 years, 6 months ago
- e1ef708 ppc: Remove xpedite boards by Tom Rini · 3 years, 6 months ago
- 7ab2f5f m68k: Remove M5475x boards by Tom Rini · 3 years, 6 months ago
- cf8e543 env: allow environment to be amended from control dtb by Rasmus Villemoes · 3 years, 7 months ago
- fb6b3cd xilinx: versal: Add support for saving env based on bootmode by Ashok Reddy Soma · 3 years, 9 months ago
- 46d6b52 env: Setup default value for ENV_OFFSET_REDUND by Michal Simek · 3 years, 9 months ago
- 625dd91 env: sf: remove the static env_flash variable by Patrick Delaunay · 3 years, 9 months ago
- a1b3eef env: sf: add missing spi_flash_free by Patrick Delaunay · 3 years, 9 months ago
- b1096c3 env: sf: add support of command env erase by Patrick Delaunay · 3 years, 10 months ago
- 5c7c2d0 env: sf: update the use of macro ENV_SAVE_PTR by Patrick Delaunay · 3 years, 10 months ago
- 50f6f11 env: add ENV_ERASE_PTR macro by Patrick Delaunay · 3 years, 10 months ago
- 447ac2c env: Fix invalid env handling in env_init() by Marek Vasut · 3 years, 10 months ago
- f281546 env/fat.c: support redund environment by Brandon Maier · 3 years, 10 months ago
- f85b8d2 env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCE by Martin Fuzzey · 3 years, 11 months ago
- 61374b0 env: increment redund flag on read fail by Brandon Maier · 4 years ago
- e535f5b env: add CONFIG_ENV_SECT_SIZE_AUTO by Rasmus Villemoes · 3 years, 7 months ago
- 1ee1984 env/sf.c: use a variable to hold the sector size by Rasmus Villemoes · 3 years, 7 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 480b6e6 env: sf: cosmetic: remove unnecessary space by Patrick Delaunay · 3 years, 11 months ago
- cc780ec env: Remove all dependencies for SYS_REDUNDAND_ENVIRONMENT by Michal Simek · 3 years, 11 months ago
- 7076d6d env: typo enougth by Heinrich Schuchardt · 4 years, 1 month ago
- 626c3ce env: mmc: Correct partition comparison in mmc_offset_try_partition by Hoyeonjiki Kim · 4 years ago
- 8ba7b61 env: sf: fix init function behaviour by Heiko Schocher · 4 years, 1 month ago
- 704d21c env: Access Environment in SPI flashes before relocation by Heiko Schocher · 4 years, 2 months ago
- 3065113 env: split env_import_redund() into 2 functions by Heiko Schocher · 4 years, 2 months ago
- 6815e2c env/ext4.c: allow loading from an EXT4 partition on the MMC boot device by David Woodhouse · 4 years, 4 months ago
- 49fee03 mmc: remove duplicate mmc_get_env_dev() implementations by David Woodhouse · 4 years, 4 months ago
- 99298be Kconfig: Move VERSION_VARIABLE under environment by Simon Glass · 4 years, 2 months ago
- 678d135 env: kconfig: Add default option for ARCH_ZYNQ by Michal Simek · 4 years, 3 months ago
- 4b4ba3c env: Kconfig: Add missing dependency for ENV_IS_IN_EXT4 by Michal Simek · 4 years, 3 months ago
- eb1f909 Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig by Tom Rini · 4 years, 4 months ago
- 803549f env: Add support for explicit write access list by Marek Vasut · 4 years, 5 months ago
- a7b8267 env: Add option to only ever append environment by Marek Vasut · 4 years, 5 months ago
- dfe4b7e env: Discern environment coming from external storage by Marek Vasut · 4 years, 5 months ago
- ab6b15a env: Add H_DEFAULT flag by Marek Vasut · 4 years, 5 months ago
- 56d554b env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set by Marek Vasut · 4 years, 5 months ago
- 5360650 env: ext4: add support of command env erase by Patrick Delaunay · 4 years, 4 months ago
- 112a195 env: ext4: introduce new function env_ext4_save_buffer by Patrick Delaunay · 4 years, 4 months ago
- a59f7ec cmd: env: add env select command by Patrick Delaunay · 4 years, 4 months ago
- 748e42e cmd: env: add env load command by Patrick Delaunay · 4 years, 4 months ago
- eebd74d env: the ops driver load becomes mandatory in struct env_driver by Patrick Delaunay · 4 years, 4 months ago
- 789c3c3 env: nowhere: add .load ops by Patrick Delaunay · 4 years, 4 months ago
- a639f4e env: correctly handle env_load_prio by Patrick Delaunay · 4 years, 4 months ago
- a4433de env: sf: avoid space in backend name by Patrick Delaunay · 4 years, 4 months ago
- 87c8a50 env: ext4: set gd->env_valid by Patrick Delaunay · 4 years, 4 months ago
- 955b671 env: add absolute path at CONFIG_ENV_EXT4_FILE by Patrick Delaunay · 4 years, 4 months ago
- 710966e Convert CONFIG_ENV_OVERWRITE to Kconfig by Adam Ford · 4 years, 5 months ago
- eff8195 env: mmc: add redundancy support in mmc_offset_try_partition by Patrick Delaunay · 4 years, 5 months ago
- 66fba3a env: mmc: correct the offset returned by mmc_offset_try_partition by Patrick Delaunay · 4 years, 5 months ago
- 530cb45 env: mmc: allow support of mmc_get_env_dev with OF_CONTROL by Patrick Delaunay · 4 years, 5 months ago
- 65bbec2 env: add failing trace in env_save by Patrick Delaunay · 4 years, 5 months ago
- 13ac85a env: correct overflow check of env_has_init size by Patrick Delaunay · 4 years, 5 months ago
- 9336539 env/fat.c: allow loading from a FAT partition on the MMC boot device by David Woodhouse · 4 years, 5 months ago
- 76f44298 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 6 months ago
- 9f75753 env: Kconfig: cosmetics: update comment for SYS_RELOC_GD_ENV_ADDR by Patrick Delaunay · 4 years, 6 months ago
- 9017309 env: sf: Free the old env_flash by Jagan Teki · 4 years, 7 months ago
- b7f3f23 env: Convert ENV_ACCESS_IGNORE_FORCE to Kconfig by Marek Vasut · 4 years, 6 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
- 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
- c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 8e20188 common: Drop flash.h from common header by Simon Glass · 4 years, 7 months ago
- 86ccd75 env: Convert CONFIG_DELAY_ENVIRONMENT to Kconfig by Ovidiu Panait · 4 years, 7 months ago
- fcff09a env/sf.c: honour CONFIG_SPL_SAVEENV by Rasmus Villemoes · 4 years, 8 months ago
- 4886ebc env/sf.c: drop private CMD_SAVEENV logic by Rasmus Villemoes · 4 years, 9 months ago
- 89809e8 env/ext4.c: remove CONFIG_CMD_SAVEENV ifdef by Rasmus Villemoes · 4 years, 9 months ago
- 975ffba env/fat.c: remove private CMD_SAVEENV logic by Rasmus Villemoes · 4 years, 9 months ago
- 2129475 env: add SAVEENV as an alias of the CMD_SAVEENV symbol by Rasmus Villemoes · 4 years, 9 months ago
- b86180e make env_entry::callback conditional on !CONFIG_SPL_BUILD by Rasmus Villemoes · 4 years, 9 months ago
- a664870 env: remove callback.o for an SPL build by Rasmus Villemoes · 4 years, 9 months ago
- 5d18fc1 env: make file-scope env_ptr variables static by Rasmus Villemoes · 4 years, 9 months ago
- 5227e1e env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE by Michal Simek · 4 years, 9 months ago
- 52e7921 env: Kconfig: Adding default values for Microblaze by Varalaxmi Bingi · 4 years, 10 months ago
- c2342f6 env: Update env_addr for mmc environment driver by Pankit Garg · 5 years ago
- 6839757 env: Enable SPI flash env for rockchip by Jagan Teki · 5 years ago
- c4ec226 env: kconfig: Restrict rockchip env for MMC by Jagan Teki · 5 years ago
- ecdf074 env: another attempt at fixing SPL build failures by Rasmus Villemoes · 5 years ago
- a606ffc common: Move flash_perror() to flash.h by Simon Glass · 5 years ago
- 27271b6 mtd: ensure UBI is compiled when ENV_IS_IN_UBI is selected by Miquel Raynal · 5 years ago
- eba6b8d common: Move old EEPROM functions into a new header by Simon Glass · 5 years ago
- 16ff570 common: Move sorting functions to their own header file by Simon Glass · 5 years ago
- 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
- 5cd7ece env: Finish migration of common ENV options by Tom Rini · 5 years ago
- f4bdf1b env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check by Tom Rini · 5 years ago
- ca63e71 env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol by Tom Rini · 5 years ago
- 4bb26a4 defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENT by Tom Rini · 5 years ago
- 5a1f32b ubi: env: fix redundand management by Philippe Reynes · 5 years ago
- 7677030 env: Kconfig: Add environment default offset in versal by T Karthik Reddy · 5 years ago
- 9ad1d3b Revert "env: solve compilation error in SPL" by Tom Rini · 5 years ago
- 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
- 63a2f57 env: Drop the ACTION typedef by Simon Glass · 5 years ago
- 4686d8f env: Rename the redundancy flags by Simon Glass · 5 years ago
- 1a23686 env: Drop the ENTRY typedef by Simon Glass · 5 years ago
- bf86488 env: Move env_valid to env.h by Simon Glass · 5 years ago
- 204eb22 env: Rename environment to embedded_environment by Simon Glass · 5 years ago