1. 3fd1127 spl: Create a function to init spl_load_info by Simon Glass · 5 months ago
  2. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  3. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  4. 6a71858 global: Make <asm/global_data.h> include <asm/u-boot.h> by Tom Rini · 9 months ago
  5. a79fc7a common: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  6. 54a8d84 spl: fat: Add option to disable DMA alignment by Sean Anderson · 1 year, 2 months ago
  7. 682184e spl: Convert fat to spl_load by Sean Anderson · 1 year, 2 months ago
  8. 5271e35 spl: Only support bl_len when we have to by Sean Anderson · 1 year, 2 months ago
  9. afdd2d9 spl: Remove filename from spl_load_info by Sean Anderson · 1 year, 2 months ago
  10. b63664b spl: Set FAT bl_len to ARCH_DMA_MINALIGN by Sean Anderson · 1 year, 2 months ago
  11. feaeb8f spl: Remove NULL assignments in spl_load_info by Sean Anderson · 1 year, 2 months ago
  12. b02c4e9 spl: Use map_sysmem where appropriate by Sean Anderson · 1 year, 3 months ago
  13. 93caa3e spl: Add callbacks to invalidate cached devices by Sean Anderson · 1 year, 3 months ago
  14. 9cbdc3a spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 4 months ago
  15. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 4 months ago
  16. 2e0429b SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 3 years ago
  17. 7115007 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 3 years, 3 months ago
  18. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 8 months ago
  19. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  20. 04ce542 spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  21. 8b1531f spl: fat: Support full fitImage handling by Marek Vasut · 7 years ago
  22. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  23. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  24. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  25. 5d28b93 spl: Remove inline ifdef check for EXT and FAT support by Andrew F. Davis · 8 years ago
  26. f4d7d85 spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  27. 710e9ca spl: Update fat functions to take an spl_image parameter by Simon Glass · 8 years ago
  28. 71316c1 spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  29. 1eefe14 spl: Fix compilation warnings for arm64 by Michal Simek · 9 years ago
  30. 97ca364 spl: Support loading a FIT from FAT FS by Lokesh Vutla · 9 years ago
  31. d550e82 SPL: fat: Fix spl_parse_image_header() return value handling by Tom Rini · 9 years ago
  32. 7e0f226 SPL: Let spl_parse_image_header() return value by Marek Vasut · 9 years ago
  33. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  34. 339245b spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check by Nikita Kiryanov · 9 years ago
  35. 7d2b4e7 spl: do not hang in spl_register_fat_device but return error value. It allows to use both CONFIG_SPL_FAT_SUPPORT and CONFIG_SPL_EXT_SUPPORT. by Guillaume GARDET · 10 years ago
  36. 205b4f3 Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · 10 years ago
  37. ae1590e spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to boot by Tom Rini · 11 years ago
  38. 8cffe5b spl: common: Support for USB MSD FAT image loading by Dan Murphy · 11 years ago
  39. 773b594 spl: common: Move FAT funcs to a common file by Dan Murphy · 11 years ago