- d903ce4 arm64: versal2: Add support for AMD Versal Gen 2 by Michal Simek · 6 months ago
- dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
- abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
- d4b57ec Init virtio before loading ENV from EXT4 or FAT by Fiona Klute · 7 months ago
- e9edb7f env: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
- 67ecd62 cmd/Kconfig: Add some missing dependencies by Tom Rini · 7 months ago
- ad65226 env: mmc: print MMC device being read by Quentin Schulz · 7 months ago
- fc4884b xilinx: versal-net: Add support for saving env based on bootmode by Venkatesh Yadav Abbarapu · 9 months ago
- c8dec27 env: sf: report malloc error to caller by Ralph Siemsen · 10 months ago
- 7e28ea8 env: Make ENV_IS_IN_SPI_FLASH depend on SPI flash being present by Tom Rini · 11 months ago
- 3cdc883 Merge branch '2024-01-18-assorted-fixes' by Tom Rini · 10 months ago
- 1e33bff env: migrate env_get_default to call env_get_default_into by Quentin Schulz · 10 months ago
- 7665d33 env: allow to copy value from default environment into a buffer by Quentin Schulz · 10 months ago
- 9e40e07 cmd: nvedit: Fix typo in 'illegal character' error by Ivan Orlov · 11 months ago
- 8fac3d4 global: Restrict use of '#include <linux/kconfig.h>' by Tom Rini · 12 months ago
- ad5fa1a Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 12 months ago
- d256d98 mmc: env: Unify the U_BOOT_ENV_LOCATION conditions by Simon Glass · 1 year ago
- ab125f5 fs: ext4: Remove unused parameter from ext4_mount by Sean Anderson · 1 year, 1 month ago
- b8ca93f env: Move env_set() out of cmd/nvedit.c and in to env/common.c by Tom Rini · 1 year, 1 month ago
- 86e23d1 env: Improve ENV_OFFSET help message by Paul Barker · 1 year, 3 months ago
- ccb2fbf fsl-layerscape: drop obsolete PPA secure firmware support by Laurentiu Tudor · 1 year, 3 months ago
- bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
- 6684413 env: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
- 317d6b6 cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
- f18679c Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 4 months ago
- e50e0d5 env: Fix default environment saving issue by Ashok Reddy Soma · 1 year, 5 months ago
- b6601dd env: mmc: statically set the environment partition name by Emmanuel Di Fede · 1 year, 5 months ago
- 39962b2 env: Remove misuse of env is nowhere leftover by Stefan Herbrechtsmeier · 1 year, 7 months ago
- 9122972 cmd: nvedit: remove error check, handle with Kconfig by Troy Kisky · 1 year, 9 months ago
- fb89f63 env: Allow VPL environment to be nowhere by Simon Glass · 1 year, 9 months ago
- 1f2473a env: mmc: Apply GPT only on eMMC user HW partition by Marek Vasut · 1 year, 10 months ago
- 59b328d env: Couple networking-related variable flags to CONFIG_NET by Jan Kiszka · 1 year, 10 months ago
- 755703b env: Complete generic support for writable list by Jan Kiszka · 1 year, 10 months ago
- 43e7989d env: Drop ENV_IS_IN_SATA by Simon Glass · 1 year, 10 months ago
- 45d1387 env: mmc: Fix offset issue for env save by Ye Li · 1 year, 10 months ago
- 6d6a1d0 env: add failing trace in env_erase by Patrick Delaunay · 2 years ago
- 86d13f6 env: ubi: add support of command env erase by Patrick Delaunay · 2 years ago
- 1d5b7a1 env: mmc: cosmetic: remove unused macro STR(X) by Patrick Delaunay · 2 years ago
- 01b0798 env: mmc: add debug message when mmc-env-partition is not found by Patrick Delaunay · 2 years ago
- eb78787 env: mmc: select GPT env partition by type guid by Patrick Delaunay · 2 years ago
- 41e143f env: mmc: add CONFIG_ENV_MMC_USE_DT by Patrick Delaunay · 2 years ago
- d948e71 env: mcc: fix compilation error with ENV_IS_EMBEDDED by Patrick Delaunay · 2 years ago
- 036a358 env: mcc: Drop unnecessary #ifdefs by Patrick Delaunay · 2 years ago
- f080c4c env: mmc: introduced ENV_MMC_OFFSET by Patrick Delaunay · 2 years ago
- c9edebe global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFG by Tom Rini · 2 years ago
- 7bb2579 Convert CONFIG_OVERWRITE_ETHADDR_ONCE to Kconfig by Tom Rini · 2 years ago
- 608d465 env: eeprom: Remove CONFIG_I2C_ENV_EEPROM_BUS support by Tom Rini · 2 years ago
- 1479a83 Convert CONFIG_HOSTNAME et al to Kconfig by Tom Rini · 2 years ago
- 8e27b26 env: nvram: Drop CONFIG_SYS_NVRAM_ACCESS_ROUTINE by Tom Rini · 2 years ago
- 4714ab2 env: Rework ENV_IS_EMBEDDED and related logic slightly by Tom Rini · 2 years ago
- 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
- d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 3 months ago
- fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 3 months ago
- 2e53eb2 arm64: versal-net: Add support for Versal NET platform by Michal Simek · 2 years, 2 months ago
- 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
- dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
- 5bb3d91 xilinx: Add env redund offset by T Karthik Reddy · 2 years, 3 months ago
- 063c938 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
- 454aa19 Add SCSI scan for ENV in EXT4 or FAT by Rogier Stam · 2 years, 7 months ago
- 0eeb1c7 Convert CONFIG_ENV_RANGE to Kconfig by Tom Rini · 2 years, 5 months ago
- 0459c6b Convert CONFIG_ENV_MIN_ENTRIES et al to Kconfig by Tom Rini · 2 years, 5 months ago
- ab5ea4d env: mmc : align erase address and size on erase_grp_size by Patrick Delaunay · 2 years, 9 months ago
- 05b1aa6 spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode by Patrice Chotard · 2 years, 8 months ago
- db64efd env: sf: Allow to use env_sf_init_addr() at any stage by Pali Rohár · 2 years, 9 months ago
- f92cf58 env: Implement lower priority arch_env_get_location() by Marek Vasut · 2 years, 8 months ago
- 8e25d0c Revert "env: Load env when ENV_IS_NOWHERE is only location selected" by Marek Vasut · 2 years, 8 months ago
- 25936aa env: fat: Allow overriding interface, device and partition by He Yong · 2 years, 9 months ago
- d0f9106 env: Load env when ENV_IS_NOWHERE is only location selected by Felix.Vietmeyer@jila.colorado.edu · 3 years, 7 months ago
- fe58675 Convert CONFIG_ETHPRIME to Kconfig by Tom Rini · 2 years, 9 months ago
- c6f9193 Merge tag 'v2022.04-rc4' into next by Tom Rini · 2 years, 8 months ago
- e28ff72 env: sunxi: enable ENV_IS_IN_SPI_FLASH by Andre Przywara · 2 years, 11 months ago
- cf84408 env: sunxi: Define location in SPI flash by Andre Przywara · 2 years, 11 months ago
- 5fb860c Convert CONFIG_BOOTFILE to Kconfig by Tom Rini · 2 years, 9 months ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- ff6b8a2 env: fat: Add new lines at the end of print statements by Peter Robinson · 2 years, 11 months ago
- 119d2fb Convert CONFIG_ENV_SPI_BUS et al to Kconfig by Tom Rini · 3 years ago
- 46b530a bootm: Tidy up use of autostart env var by Simon Glass · 3 years, 1 month ago
- 7327fe7 env: Allow U-Boot scripts to be placed in a .env file by Simon Glass · 3 years, 1 month ago
- c20046f env: Simplify env_get_default() by Marek Behún · 3 years, 1 month ago
- e087a46 env: Fix env_get() when returning empty string using env_get_f() by Marek Behún · 3 years, 1 month ago
- 08c6b04 env: Don't set ready flag if import failed in env_set_default() by Marek Behún · 3 years, 1 month ago
- adb431e env: Use static_assert() to check if default_environment is too large by Marek Behún · 3 years, 1 month ago
- 73d2534 env: Always use char for default_environment by Marek Behún · 3 years, 1 month ago
- c27f9a1 env: flash: Cosmetic fix by Marek Behún · 3 years, 1 month ago
- 7945006 env: flash: Let generic env_init() assign default environment by Marek Behún · 3 years, 1 month ago
- 6da2fbf env: nowhere: Cosmetic fix by Marek Behún · 3 years, 1 month ago
- 771ce72 env: nowhere: Let generic env_init() assign default environment by Marek Behún · 3 years, 1 month ago
- ef480b4 env: nvram: Cosmetic fix in env_nvram_init() by Marek Behún · 3 years, 1 month ago
- 6d7653c env: nvram: Let generic env_init() assign default environment by Marek Behún · 3 years, 1 month ago
- 385518c env: nand: Put ENV_INVALID into gd->env_valid if default environment by Marek Behún · 3 years, 1 month ago
- c33f42f env: sf: Put ENV_INVALID into gd->env_valid on CRC failure by Marek Behún · 3 years, 1 month ago
- 792f237 env: sf: Use ENV_VALID enum names instead of literals by Marek Behún · 3 years, 1 month ago
- 1de1de4 env: sf: Cosmetic fix in env_sf_init_addr() by Marek Behún · 3 years, 1 month ago
- a5a378b env: superfluous check before free() by Heinrich Schuchardt · 3 years, 1 month ago
- 509f36e env: mmc: Add support for redundant env in both eMMC boot partitions by Marek Vasut · 3 years, 1 month ago
- d07a6e3 env: mmc: Add missing eMMC bootpart restoration to env erase by Marek Vasut · 3 years, 2 months ago
- d8a562b Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 3 years, 1 month ago
- 4b4896d mtd: Remove mtd_erase_callback() entirely by Marek Behún · 3 years, 2 months ago
- 30044c5 env: Move non-cli env functions to env/common.c by Marek Behún · 3 years, 1 month ago
- 9a359b5 env: Inline env_get_char() into its only user by Marek Behún · 3 years, 1 month ago