1. a79fc7a common: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  2. 14509a2 spl: spi: Consolidate spi_load_image_os into spl_spi_load_image by Sean Anderson · 1 year, 2 months ago
  3. a04d5f6 spl: Convert spi to spl_load by Sean Anderson · 1 year, 2 months ago
  4. 5271e35 spl: Only support bl_len when we have to by Sean Anderson · 1 year, 2 months ago
  5. afdd2d9 spl: Remove filename from spl_load_info by Sean Anderson · 1 year, 2 months ago
  6. 0c6c83e spl: Remove dev from spl_load_info by Sean Anderson · 1 year, 2 months ago
  7. feaeb8f spl: Remove NULL assignments in spl_load_info by Sean Anderson · 1 year, 2 months ago
  8. b02c4e9 spl: Use map_sysmem where appropriate by Sean Anderson · 1 year, 3 months ago
  9. ab12179 arm: imx: Check header before calling spl_load_imx_container by Sean Anderson · 1 year, 3 months ago
  10. 9cbdc3a spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 4 months ago
  11. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years, 2 months ago
  12. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 4 months ago
  13. cd2f903 spl: spl_spi: add spi_nor_remove() to soft reset flash by Vaishnav Achath · 2 years, 8 months ago
  14. 6dd18a6 common: spl: spl_spi: add support for dynamic override of sf bus by Vaishnav Achath · 2 years, 8 months ago
  15. 2e0429b SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 3 years ago
  16. 7115007 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 3 years, 3 months ago
  17. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 5 months ago
  18. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 5 months ago
  19. 5fce287 SPL: Add support for specifying offset between header and image by Pali Rohár · 3 years, 6 months ago
  20. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 3 months ago
  21. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 8 months ago
  22. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 8 months ago
  23. d9bd2f4 spl: spi: support loading i.MX container format file by Peng Fan · 5 years ago
  24. ec64933 spl: spi: introduce spl_spi_get_uboot_offs by Peng Fan · 5 years ago
  25. b0cc1b8 dm: spi: Read default speed and mode values from DT by Patrick Delaunay · 6 years ago
  26. 51c1231 spl: spi: Do not hardcode fixed size for header by Michal Simek · 6 years ago
  27. 592cd5d Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  28. 04ce542 spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  29. a430fa0 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · 6 years ago
  30. 26ad648 spl: spi: Support full fitImage handling by Marek Vasut · 7 years ago
  31. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  32. 2bac55b spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-property by Philipp Tomsich · 8 years ago
  33. a704490 spl: spi: Add a debug message if loading fails by Simon Glass · 8 years ago
  34. ebc4ef6 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  35. f72250e spl: add check for FIT-header when loading image by tomas.melin@vaisala.com · 8 years ago
  36. f4d7d85 spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  37. 2a2ee2a spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  38. 139db7a spl: Convert spl_spi_load_image() to use linker list by Simon Glass · 8 years ago
  39. 0a9b73a spl: spi: Move the generic SPI loader into common/spl by Simon Glass · 8 years ago[Renamed from drivers/mtd/spi/spi_spl_load.c]
  40. ecdfd69 spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  41. 71316c1 spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  42. 00d5595 spl: Support loading a FIT from SPI by Lokesh Vutla · 9 years ago
  43. 7e0f226 SPL: Let spl_parse_image_header() return value by Marek Vasut · 9 years ago
  44. 36afd45 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
  45. ff0960f sf: Tidy up public and private header files by Simon Glass · 10 years ago
  46. 88e34e5 spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_* by Nikita Kiryanov · 10 years ago
  47. fa1a73f SPL:SPI: Add Falcon Mode support by Tom Rini · 11 years ago
  48. 5928b9a sf: Fix code cleanups by Jagannadha Sutradharudu Teki · 11 years ago
  49. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 12 years ago
  50. a4cc1c4 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · 12 years ago
  51. 32b1127 sf: Add spi_boot() to allow booting from SPI flash in an SPL by Christian Riesch · 13 years ago