1. bbe41ab spl: Allow PCH drivers to be used in SPL by Simon Glass · 8 years ago
  2. 4a6c81f spl: Allow timer drivers to be used in SPL by Simon Glass · 8 years ago
  3. 30bf8a0 spl: Allow RTC drivers to be used in SPL by Simon Glass · 8 years ago
  4. 2446b6b spl: Allow PCI drivers to be used in SPL by Simon Glass · 8 years ago
  5. 5e148df spl: Allow CPU drivers to be used in SPL by Simon Glass · 8 years ago
  6. a704490 spl: spi: Add a debug message if loading fails by Simon Glass · 8 years ago
  7. c0efc31 ARM: uniphier: change CONFIG_SPL_PAD_TO to 128KB by Masahiro Yamada · 8 years ago
  8. 7b74c4b Revert "armv8: release slave cores from CPU_RELEASE_ADDR" by Masahiro Yamada · 8 years ago
  9. b3d2861 spl: Remove overwrite of relocated malloc limit by Andrew F. Davis · 8 years ago
  10. cf947da spl: Add some missing newlines by Andrew F. Davis · 8 years ago
  11. 5d28b93 spl: Remove inline ifdef check for EXT and FAT support by Andrew F. Davis · 8 years ago
  12. 8c36e99 armv8: release slave cores from CPU_RELEASE_ADDR by Oded Gabbay · 8 years ago
  13. 22802f4 spl: move RAM boot support in separate file by Stefan Agner · 8 years ago
  14. f417d40 Convert CONFIG_SPL_RAM_DEVICE to defconfig by Stefan Agner · 8 years ago
  15. 7f73ca4 Kconfig: CONFIG_OF_PLATDATA doesn't really exist by Tom Rini · 8 years ago
  16. 11e1479 SPL: make struct spl_image 64-bit safe by Andre Przywara · 8 years ago
  17. 2acf35d spl: Drop announce_boot_device() by Simon Glass · 8 years ago
  18. 29d357d spl: Pass the loader into spl_load_image() by Simon Glass · 8 years ago
  19. 540bfe7 spl: Move the loading code into its own function by Simon Glass · 8 years ago
  20. ebc4ef6 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  21. 1a92541 dm: spl: mmc: Fix EXT SPL support by Michal Simek · 8 years ago
  22. 2f11cd9 dm: core: Handle global_data moving in SPL by Simon Glass · 8 years ago
  23. 09410c6 SPL: mmc: Make spl_mmc_load_image available by Marek Vasut · 8 years ago
  24. b5b838f mmc: Tinification of the mmc code by Marek Vasut · 8 years ago
  25. c8d7647 spl: mmc: fix switch statement by Max Krummenacher · 8 years ago
  26. e94793c spl: add USB Gadget config option by Stefan Agner · 8 years ago
  27. 5991703 spl: dfu: move DFU Kconfig to SPL Kconfig by Stefan Agner · 8 years ago
  28. 34ee947 spl: add RAM boot device only if it is actually defined by Stefan Agner · 8 years ago
  29. f069ded spl: remove redundant call to parse_image_header() by tomas.melin@vaisala.com · 8 years ago
  30. f72250e spl: add check for FIT-header when loading image by tomas.melin@vaisala.com · 8 years ago
  31. 66a47ff ext4: Allow reading files with non-zero offset, clamp read len by Stefan Brüns · 8 years ago
  32. 38fed8a spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig by Semen Protsenko · 8 years ago
  33. 29d3bc7 spl: move SYS_OS_BASE to Kconfig by Heiko Schocher · 8 years ago
  34. c20ae2f spl: move SPL_OS_BOOT to Kconfig by Heiko Schocher · 8 years ago
  35. d2d9bdf spl: saveenv: adding saveenv support in SPL by B, Ravi · 8 years ago
  36. d32b2d1 spl: Make spl_boot_list a local variable by Simon Glass · 8 years ago
  37. f4d7d85 spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  38. 710e9ca spl: Update fat functions to take an spl_image parameter by Simon Glass · 8 years ago
  39. b4a6c2a spl: Update ext functions to take an spl_image parameter by Simon Glass · 8 years ago
  40. 2a2ee2a spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  41. 97d9df0 spl: Convert spl_board_load_image() to use linker list by Simon Glass · 8 years ago
  42. 7ec0389 spl: Convert spl_net_load_image() to use linker list by Simon Glass · 8 years ago
  43. 139db7a spl: Convert spl_spi_load_image() to use linker list by Simon Glass · 8 years ago
  44. 0a9b73a spl: spi: Move the generic SPI loader into common/spl by Simon Glass · 8 years ago
  45. 7557147 spl: Convert spl_sata_load_image() to use linker list by Simon Glass · 8 years ago
  46. 56df463 spl: Convert spl_usb_load_image() to use linker list by Simon Glass · 8 years ago
  47. dd6bf90 spl: Convert spl_ymodem_load_image() to use linker list by Simon Glass · 8 years ago
  48. 548b3ee spl: Convert spl_nor_load_image() to use linker list by Simon Glass · 8 years ago
  49. afa6e6c spl: Convert spl_onenand_load_image() to use linker list by Simon Glass · 8 years ago
  50. d5c2b11 spl: Convert spl_nand_load_image() to use linker list by Simon Glass · 8 years ago
  51. 7d7dd82 spl: Convert spl_ubi_load_image() to use linker list by Simon Glass · 8 years ago
  52. 0fed9c7 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · 8 years ago
  53. 98136b2 spl: Convert spl_ram_load_image() to use linker list by Simon Glass · 8 years ago
  54. a0a8029 spl: Add a way to declare an SPL image loader by Simon Glass · 8 years ago
  55. ecdfd69 spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  56. a807ab3 spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig by Simon Glass · 8 years ago
  57. ca12e65 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  58. 71316c1 spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  59. d95ceb9 spl: Add a parameter to spl_set_header_raw_uboot() by Simon Glass · 8 years ago
  60. 6f8387f dra7x: boot: add dfu bootmode support by B, Ravi · 8 years ago
  61. 52f2acc spl: dfu: adding dfu support functions for SPL-DFU by B, Ravi · 8 years ago
  62. f73329e Kconfig: tpl: Add some TPL support options to Kconfig by Simon Glass · 8 years ago
  63. 11bde1c Kconfig: spl: Add SPL support options to Kconfig by Simon Glass · 8 years ago
  64. c2ae7d8 Kconfig: Move SPL settings into their own file by Simon Glass · 8 years ago
  65. 85a3772 spl: Rework image header parse to allow abort on raw image and os boot by Paul Kocialkowski · 8 years ago
  66. 5aa79f2 spl_nor.c: Support devicetree sizes different from 16k by Mike Looijmans · 8 years ago
  67. 1e2b3ef dm: spl: mmc: Support raw partitions with CONFIG_BLK by Simon Glass · 8 years ago
  68. 3cc1f38 spl: fit: Fix the number of bytes read in raw mode by Lokesh Vutla · 8 years ago
  69. 431889d spl: zImage support in Falcon mode by Ladislav Michl · 8 years ago
  70. bf55cd4 spl: support loading from UBI volumes by Ladislav Michl · 8 years ago
  71. 1eefe14 spl: Fix compilation warnings for arm64 by Michal Simek · 8 years ago
  72. 1f9ef0d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  73. ebe621d Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  74. 19e99fb sunxi: Support booting from SPI flash by Siarhei Siamashka · 8 years ago
  75. 7d23b9c dm: spl: Bind in all devices in SPL with of-platdata by Simon Glass · 8 years ago
  76. d223e0a dm: spl: Don't set up device tree with of-platdata by Simon Glass · 8 years ago
  77. 12c550d spl: Drop include of i2c.h by Simon Glass · 8 years ago
  78. da74d1f spl: fit: add support for post-processing of images by Daniel Allred · 8 years ago
  79. 87bce4e dm: spl: mmc: Support CONFIG_BLK in SPL MMC by Simon Glass · 8 years ago
  80. 2b1cdaf common: Pass the boot device into spl_boot_mode() by Marek Vasut · 8 years ago
  81. 2313d48 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 8 years ago
  82. 80ef700 spl: nand: support redundant u-boot image by Boris Brezillon · 8 years ago
  83. 9ab165d SPL ext: cosmetic: correct error message in spl_load_image_ext() by Petr Kulhavy · 8 years ago
  84. 58c95d5 SPL: ext: remove redundant ifdef statement by Petr Kulhavy · 8 years ago
  85. 496c548 bootstage: call show_boot_progress also in SPL by Heiko Schocher · 8 years ago
  86. 8aa57a9 spl: fit: Fix non-matching DT names console output by Andreas Dannenberg · 8 years ago
  87. edb697c Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 8 years ago
  88. 94b9e22 spl: Allow settings malloc_f base address by Marek Vasut · 8 years ago
  89. 1254667 spl: Remove bogus GD_FLG_SPL_INIT check by Marek Vasut · 8 years ago
  90. 8b52870 spl: fit: Fix load address of fit header by Lokesh Vutla · 8 years ago
  91. e4a94ce Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  92. fa71519 spl: Add an option to load a FIT containing U-Boot from UART by Lokesh Vutla · 8 years ago
  93. cfe32a4 spl: fit: Do not print selected dtb during fit load by Lokesh Vutla · 8 years ago
  94. 8bd8877 spl: Support loading a FIT from NAND by Lokesh Vutla · 8 years ago
  95. 97ca364 spl: Support loading a FIT from FAT FS by Lokesh Vutla · 8 years ago
  96. eafd541 spl: Allow to load a FIT containing U-Boot from FS by Lokesh Vutla · 8 years ago
  97. 4d9d34a spl: fit: Fix the number of bytes read when reading fdt from fit by Lokesh Vutla · 8 years ago
  98. ef5609c dm: mmc: spl: Add support for CONFIG_BLK by Simon Glass · 8 years ago
  99. 90a7417 SPL: FIT: Align loading address for header by Michal Simek · 8 years ago
  100. 8d16e1d SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode by Michal Simek · 8 years ago