1. 43ccfaf ARM: uniphier: change CONFIG_SPL_PAD_TO to 128KB by Masahiro Yamada · 8 years ago
  2. ac8ec0d Revert "armv8: release slave cores from CPU_RELEASE_ADDR" by Masahiro Yamada · 8 years ago
  3. 080f414 spl: Remove overwrite of relocated malloc limit by Andrew F. Davis · 8 years ago
  4. 0700993 spl: Add some missing newlines by Andrew F. Davis · 8 years ago
  5. 2487488 spl: Remove inline ifdef check for EXT and FAT support by Andrew F. Davis · 8 years ago
  6. bc21358 armv8: release slave cores from CPU_RELEASE_ADDR by Oded Gabbay · 8 years ago
  7. cd01e64 spl: move RAM boot support in separate file by Stefan Agner · 8 years ago
  8. e2eaac1 Convert CONFIG_SPL_RAM_DEVICE to defconfig by Stefan Agner · 8 years ago
  9. 9732f79 Kconfig: CONFIG_OF_PLATDATA doesn't really exist by Tom Rini · 8 years ago
  10. 6c52607 SPL: make struct spl_image 64-bit safe by Andre Przywara · 8 years ago
  11. 2b530f9 spl: Drop announce_boot_device() by Simon Glass · 8 years ago
  12. f1e5575 spl: Pass the loader into spl_load_image() by Simon Glass · 8 years ago
  13. c9ef185 spl: Move the loading code into its own function by Simon Glass · 8 years ago
  14. 4fc1f25 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  15. 0ef6ec8 dm: spl: mmc: Fix EXT SPL support by Michal Simek · 8 years ago
  16. 1b0deee dm: core: Handle global_data moving in SPL by Simon Glass · 8 years ago
  17. 8d5c4c3 SPL: mmc: Make spl_mmc_load_image available by Marek Vasut · 8 years ago
  18. f537e39 mmc: Tinification of the mmc code by Marek Vasut · 8 years ago
  19. 64a77a4 spl: mmc: fix switch statement by Max Krummenacher · 8 years ago
  20. 0489c3b spl: add USB Gadget config option by Stefan Agner · 8 years ago
  21. e542edd spl: dfu: move DFU Kconfig to SPL Kconfig by Stefan Agner · 8 years ago
  22. 7ccd412 spl: add RAM boot device only if it is actually defined by Stefan Agner · 8 years ago
  23. 7c8cb47 spl: remove redundant call to parse_image_header() by tomas.melin@vaisala.com · 8 years ago
  24. e379f59 spl: add check for FIT-header when loading image by tomas.melin@vaisala.com · 8 years ago
  25. db5862d ext4: Allow reading files with non-zero offset, clamp read len by Stefan Brüns · 8 years ago
  26. 7e3ba48 spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig by Semen Protsenko · 8 years ago
  27. 6592893 spl: move SYS_OS_BASE to Kconfig by Heiko Schocher · 8 years ago
  28. 1d12ba2 spl: move SPL_OS_BOOT to Kconfig by Heiko Schocher · 8 years ago
  29. e94b024 spl: saveenv: adding saveenv support in SPL by B, Ravi · 8 years ago
  30. ce8f509 spl: Make spl_boot_list a local variable by Simon Glass · 8 years ago
  31. 43a734f spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  32. 3eb382a spl: Update fat functions to take an spl_image parameter by Simon Glass · 8 years ago
  33. 0649e91 spl: Update ext functions to take an spl_image parameter by Simon Glass · 8 years ago
  34. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  35. a499648 spl: Convert spl_board_load_image() to use linker list by Simon Glass · 8 years ago
  36. d9aefcb spl: Convert spl_net_load_image() to use linker list by Simon Glass · 8 years ago
  37. b9f6d89 spl: Convert spl_spi_load_image() to use linker list by Simon Glass · 8 years ago
  38. 172b39f spl: spi: Move the generic SPI loader into common/spl by Simon Glass · 8 years ago
  39. 3d2872e spl: Convert spl_sata_load_image() to use linker list by Simon Glass · 8 years ago
  40. c43541b spl: Convert spl_usb_load_image() to use linker list by Simon Glass · 8 years ago
  41. 944e0e3 spl: Convert spl_ymodem_load_image() to use linker list by Simon Glass · 8 years ago
  42. 8f42e64 spl: Convert spl_nor_load_image() to use linker list by Simon Glass · 8 years ago
  43. 383aa47 spl: Convert spl_onenand_load_image() to use linker list by Simon Glass · 8 years ago
  44. 6cf82c9 spl: Convert spl_nand_load_image() to use linker list by Simon Glass · 8 years ago
  45. 92619e8 spl: Convert spl_ubi_load_image() to use linker list by Simon Glass · 8 years ago
  46. d449cb8 spl: Convert spl_mmc_load_image() to use linker list by Simon Glass · 8 years ago
  47. d561db9 spl: Convert spl_ram_load_image() to use linker list by Simon Glass · 8 years ago
  48. d1cf373 spl: Add a way to declare an SPL image loader by Simon Glass · 8 years ago
  49. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  50. f481ab1 spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig by Simon Glass · 8 years ago
  51. b805c35 spl: Add a parameter to jump_to_image_linux() by Simon Glass · 8 years ago
  52. 6b2e4db spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  53. 11a1a27 spl: Add a parameter to spl_set_header_raw_uboot() by Simon Glass · 8 years ago
  54. 2fb19df dra7x: boot: add dfu bootmode support by B, Ravi · 8 years ago
  55. d207b7e spl: dfu: adding dfu support functions for SPL-DFU by B, Ravi · 8 years ago
  56. 688be33 Kconfig: tpl: Add some TPL support options to Kconfig by Simon Glass · 8 years ago
  57. 1e3911a Kconfig: spl: Add SPL support options to Kconfig by Simon Glass · 8 years ago
  58. ffe1976 Kconfig: Move SPL settings into their own file by Simon Glass · 8 years ago
  59. e48b775 spl: Rework image header parse to allow abort on raw image and os boot by Paul Kocialkowski · 8 years ago
  60. de62790 spl_nor.c: Support devicetree sizes different from 16k by Mike Looijmans · 8 years ago
  61. 55877f9 dm: spl: mmc: Support raw partitions with CONFIG_BLK by Simon Glass · 8 years ago
  62. f0531a6 spl: fit: Fix the number of bytes read in raw mode by Lokesh Vutla · 8 years ago
  63. 9c74372 spl: zImage support in Falcon mode by Ladislav Michl · 8 years ago
  64. 2a8ea48 spl: support loading from UBI volumes by Ladislav Michl · 8 years ago
  65. a0dfb84 spl: Fix compilation warnings for arm64 by Michal Simek · 9 years ago
  66. a1db4fe Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  67. ecf6082 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  68. 6f3ea20 sunxi: Support booting from SPI flash by Siarhei Siamashka · 8 years ago
  69. e9559fb dm: spl: Bind in all devices in SPL with of-platdata by Simon Glass · 8 years ago
  70. bb94838 dm: spl: Don't set up device tree with of-platdata by Simon Glass · 8 years ago
  71. ae9e3a5 spl: Drop include of i2c.h by Simon Glass · 8 years ago
  72. cf839bd spl: fit: add support for post-processing of images by Daniel Allred · 8 years ago
  73. 70061ba dm: spl: mmc: Support CONFIG_BLK in SPL MMC by Simon Glass · 8 years ago
  74. 64d64bb common: Pass the boot device into spl_boot_mode() by Marek Vasut · 9 years ago
  75. 521240c Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 8 years ago
  76. 4f238e7 spl: nand: support redundant u-boot image by Boris Brezillon · 8 years ago
  77. 6771512 SPL ext: cosmetic: correct error message in spl_load_image_ext() by Petr Kulhavy · 8 years ago
  78. ecb2364 SPL: ext: remove redundant ifdef statement by Petr Kulhavy · 8 years ago
  79. 747ceee bootstage: call show_boot_progress also in SPL by Heiko Schocher · 8 years ago
  80. c8f892b spl: fit: Fix non-matching DT names console output by Andreas Dannenberg · 8 years ago
  81. aba2736 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 8 years ago
  82. d61ba11 spl: Allow settings malloc_f base address by Marek Vasut · 9 years ago
  83. 970e201 spl: Remove bogus GD_FLG_SPL_INIT check by Marek Vasut · 9 years ago
  84. c840585 spl: fit: Fix load address of fit header by Lokesh Vutla · 9 years ago
  85. 9a8f4cf Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  86. 37d2632 spl: Add an option to load a FIT containing U-Boot from UART by Lokesh Vutla · 9 years ago
  87. 2d357e0 spl: fit: Do not print selected dtb during fit load by Lokesh Vutla · 9 years ago
  88. 12c4922 spl: Support loading a FIT from NAND by Lokesh Vutla · 9 years ago
  89. a0913a3 spl: Support loading a FIT from FAT FS by Lokesh Vutla · 9 years ago
  90. f62cef1 spl: Allow to load a FIT containing U-Boot from FS by Lokesh Vutla · 9 years ago
  91. 906969d spl: fit: Fix the number of bytes read when reading fdt from fit by Lokesh Vutla · 9 years ago
  92. 670d304 dm: mmc: spl: Add support for CONFIG_BLK by Simon Glass · 9 years ago
  93. 2e9306a SPL: FIT: Align loading address for header by Michal Simek · 9 years ago
  94. 853fee2 SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode by Michal Simek · 9 years ago
  95. 7a8465b spl: Introduce new function spl_board_prepare_for_boot by Michal Simek · 9 years ago
  96. 1f54cbb SPL: fat: Fix spl_parse_image_header() return value handling by Tom Rini · 9 years ago
  97. 8667f8c spl: fit: Print error message when FDT is not present by Michal Simek · 9 years ago
  98. ce084b0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  99. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · 9 years ago
  100. 9a68432 dm: scsi: Drop the get_dev() function by Simon Glass · 9 years ago