1. ba1e61b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 01 09:34:35 2019 -0400
  2. dc7d322 spl: spl_mmc: fix getting raw_sect when boot from emmc boot partition by Peng Fan · Wed Oct 23 01:43:30 2019 +0000
  3. 0e86456 bootstage: Allow SPL to obtain bootstage info from TPL by Simon Glass · Mon Oct 21 17:26:52 2019 -0600
  4. aa2abc4 bootstage: Mark the start/end of TPL and SPL separately by Simon Glass · Mon Oct 21 17:26:51 2019 -0600
  5. 137b873 spl: mmc: make eMMC HW boot partition configuration optional by Anatolij Gustschin · Fri Oct 18 21:38:33 2019 +0200
  6. f64972a Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Mon Oct 14 07:28:32 2019 -0400
  7. 5b07922 Merge branch '2019-10-11-master-imports' by Tom Rini · Sat Oct 12 10:10:59 2019 -0400
  8. 7766ce0 spl: Introduce SPL_DM_SPI Kconfig define by Lukasz Majewski · Mon Sep 09 12:06:46 2019 +0200
  9. e3b39c8 spl: mmc: Add option to set eMMC HW boot partition by Mans Rullgard · Tue Sep 03 16:16:50 2019 +0200
  10. ec046a5 spl: mmc: Fix indentation in spl_mmc.c file by Mans Rullgard · Tue Sep 03 16:17:17 2019 +0200
  11. c4510f4 spl: add a generic function board_init_f by Philippe Reynes · Thu Sep 19 16:18:39 2019 +0200
  12. 5889208 spl: ymodem: Make SPL Y-Modem loader framework accessible by Andreas Dannenberg · Thu Aug 15 15:55:27 2019 -0500
  13. e58d036 spl: ymodem: Fix FIT loading termination handling by Andreas Dannenberg · Thu Aug 15 15:55:26 2019 -0500
  14. c59b41c spl: dm_mmc: Initialize only the required mmc device by Lokesh Vutla · Mon Sep 09 14:40:36 2019 +0530
  15. 73eb78f Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Wed Oct 09 16:22:03 2019 -0400
  16. 770e9b0 Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Wed Oct 09 09:35:43 2019 -0400
  17. f8b509b imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB by Stefano Babic · Fri Sep 20 08:47:53 2019 +0200
  18. 3d52a6f spl: nor: support loading i.MX container format file by Peng Fan · Mon Sep 23 10:18:48 2019 +0800
  19. 053207c spl: spi: support loading i.MX container format file by Peng Fan · Mon Sep 23 10:18:47 2019 +0800
  20. 519ce8d spl: nand: support loading i.MX container format file by Peng Fan · Mon Sep 23 10:18:46 2019 +0800
  21. 59a6273 spl: nand: Introduce spl_nand_get_uboot_raw_page by Peng Fan · Mon Sep 23 10:18:43 2019 +0800
  22. 6e773f9 spl: nor: introduce spl_nor_get_uboot_base by Peng Fan · Mon Sep 23 10:18:42 2019 +0800
  23. 3a57169 spl: spi: introduce spl_spi_get_uboot_offs by Peng Fan · Mon Sep 23 10:18:41 2019 +0800
  24. 315cf59 spl: mmc: introduce spl_mmc_get_uboot_raw_sector by Peng Fan · Mon Sep 23 10:18:40 2019 +0800
  25. f2e20ec imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode by Lukasz Majewski · Mon Sep 09 15:32:13 2019 +0200
  26. d867076 spl: mmc: support loading i.MX container format file by Peng Fan · Thu Aug 22 07:42:38 2019 +0000
  27. 9c5970c ARM: imx: Support larger SPL size on IMX6DQ by Robert Hancock · Thu Aug 08 12:14:39 2019 -0600
  28. aa050c5 spl: pass args to board_return_to_bootrom by Peng Fan · Wed Aug 07 06:40:53 2019 +0000
  29. ad336ea arm64: zynqmp: Define default SPL_TEXT_BASE address in Kconfig by Michal Simek · Wed Sep 11 08:49:31 2019 +0200
  30. a8f0c94 spl: Convert CONFIG_SPL_SIZE_LIMIT to hex by Simon Glass · Wed Sep 25 08:56:28 2019 -0600
  31. 7611ac6 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · Wed Sep 25 08:56:27 2019 -0600
  32. f120775 spl: Set up the bloblist in board_init_r() by Simon Glass · Wed Sep 25 08:11:19 2019 -0600
  33. c5d2720 spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · Wed Sep 25 08:11:18 2019 -0600
  34. 540ee8d spl: handoff: Correct Kconfig condition for SPL and TPL by Simon Glass · Wed Sep 25 08:11:17 2019 -0600
  35. 00000ff Merge branch '2019-08-26-master-imports' by Tom Rini · Mon Aug 26 17:45:20 2019 -0400
  36. ac4d80e Kconfig: Varios: Fix more SPL, TPL dependencies by Adam Ford · Sat Aug 24 13:50:34 2019 -0500
  37. af720a2 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Mon Aug 26 09:50:46 2019 -0400
  38. 2a2a925 riscv: support SPL stack and global data relocation by Lukas Auer · Wed Aug 21 21:14:46 2019 +0200
  39. 515b934 spl: support booting via RISC-V OpenSBI by Lukas Auer · Wed Aug 21 21:14:44 2019 +0200
  40. 80afee7 spl: fit: use U-Boot device tree when FIT image has no device tree by Lukas Auer · Wed Aug 21 21:14:42 2019 +0200
  41. 38df997 Convert CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig by Hannes Schmelzer · Thu Aug 22 15:41:46 2019 +0200
  42. 43a1e2d Kconfigs: Various: Fix some SPL, TPL and ARM64 dependencies by Adam Ford · Tue Aug 13 14:32:30 2019 -0500
  43. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  44. 9738586 env: Move get/set_default_env() to env.h by Simon Glass · Thu Aug 01 09:47:00 2019 -0600
  45. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  46. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  47. 79fd214 env: Move env_init() to env.h by Simon Glass · Thu Aug 01 09:46:43 2019 -0600
  48. 1a974af common: Move gzip functions into a new gzip header by Simon Glass · Thu Aug 01 09:46:36 2019 -0600
  49. 0b82085 spl: implement stack usage check by Simon Goldschmidt · Tue Jul 16 22:30:36 2019 +0200
  50. 41c0e26 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Sat Jul 27 09:35:05 2019 -0400
  51. c9eff6a spl: sata: support U-Boot load from raw sata disk by Baruch Siach · Sun Jul 14 17:54:21 2019 +0300
  52. 55ec91b watchdog: Split WDT from SPL_WDT by Marek Vasut · Sun Jun 09 03:46:21 2019 +0200
  53. 8d9f7f1 spl: Make image loader infrastructure more universal by Andreas Dannenberg · Tue Jun 04 17:55:46 2019 -0500
  54. aa4ad4b spl: Allow performing BSS init early before board_init_f() by Andreas Dannenberg · Tue Jun 04 17:55:45 2019 -0500
  55. d38c8ad sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to Kconfig by Andre Przywara · Mon May 27 01:45:11 2019 +0100
  56. 6698318 spl: Move SPL_MMC_TINY option to appear under SPL menu by Ezequiel Garcia · Sat May 25 19:25:21 2019 -0300
  57. 4e5f22a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Jul 11 18:09:38 2019 -0400
  58. 6c9771e SPL: Default to disabling legacy image support when using FIT by Tom Rini · Thu May 23 07:14:08 2019 -0400
  59. 9f8d994 spl: Fix typo in kernel doc by Miquel Raynal · Tue May 07 14:18:43 2019 +0200
  60. 2f490e4 spl: sata: don't force FS_FAT support by Baruch Siach · Thu May 16 13:03:55 2019 +0300
  61. 6b6d862 spl: sata: fix build with DM_SCSI by Baruch Siach · Thu May 16 13:03:54 2019 +0300
  62. b522464 spl: sata: add default partition and image name by Baruch Siach · Thu May 16 13:03:53 2019 +0300
  63. cfe40f4 ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG by Markus Klotzbuecher · Wed May 15 15:16:00 2019 +0200
  64. 3ce740d ubispl: add support for loading volumes by name by Hamish Guthrie · Wed May 15 15:15:59 2019 +0200
  65. f5aa176 ubispl: migrate configuration to Kconfig by Markus Klotzbuecher · Wed May 15 15:15:57 2019 +0200
  66. b76d8c2 spl: atf: Fix uninitialized pointer to bl31_image_info by Frieder Schrempf · Thu Jun 27 07:03:16 2019 +0000
  67. 8f6b935 Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Fri Jun 28 08:00:22 2019 -0400
  68. 09580e2 usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP by Frieder Schrempf · Tue Jun 04 21:56:29 2019 +0200
  69. 69732df Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Mon Jun 17 11:27:21 2019 -0400
  70. e5678e4 configs: Migrate the various SPL_BOOT_xxx choices for PowerPC by Tom Rini · Sat Jun 01 14:20:25 2019 -0400
  71. 24d8ab3 usb: gadget: error out if g_dnl registration fails by Sjoerd Simons · Tue Jun 04 21:01:55 2019 +0200
  72. c1abd50 spl: dfu: Fix printed variable name by Marek Vasut · Sat May 25 22:50:35 2019 +0200
  73. dbc2c5f Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imx by Tom Rini · Tue Jun 11 13:41:24 2019 -0400
  74. 8ea5220 spl: imx6: Provide a SPL_SIZE_LIMIT default by Fabio Estevam · Sat Jun 08 14:56:44 2019 -0300
  75. bc074c6 Merge tag 'u-boot-atmel-fixes-2019.07-a' of git://git.denx.de/u-boot-atmel by Tom Rini · Mon Jun 10 09:41:00 2019 -0400
  76. 764f766 spl: Correct SPL_SIZE_LIMIT Kconfig option by Tom Rini · Fri Jun 07 20:39:32 2019 -0400
  77. c272283 spl: add overall SPL size check by Simon Goldschmidt · Fri May 24 22:07:04 2019 +0200
  78. fdd833e spl: at91: add support for SPL_AT91_MCK_BYPASS by Eugen Hristev · Fri May 24 09:38:10 2019 +0300
  79. 187b9e3 spl: Set spl_image->fdt_addr pointer for full fitImage configuration by Marek Vasut · Tue May 07 21:17:02 2019 +0200
  80. 973c099 Fix spelling of available. by Vagrant Cascadian · Fri May 03 14:28:37 2019 -0800
  81. 943ec25 spl: fit: Always enable tracking of os-type if SPL_OS_BOOT is enabled by Jean-Jacques Hiblot · Fri Apr 26 15:21:25 2019 +0200
  82. cc4078c configs: move CONFIG_SPL_TEXT_BASE to Kconfig by Simon Goldschmidt · Sun Sep 30 14:31:53 2018 +0200
  83. 502acb0 watchdog: Implement generic watchdog_reset() version by Stefan Roese · Thu Apr 11 15:58:44 2019 +0200
  84. 438b6cd spl: spl_nand.c: Add NAND loading message by Stefan Roese · Tue Mar 26 13:04:00 2019 +0100
  85. 3114a95 spl: ymodem: Add support for loading full fitImages by Marek Vasut · Wed Mar 06 22:04:31 2019 +0100
  86. fa19c65 dm: spi: Read default speed and mode values from DT by Patrick Delaunay · Wed Feb 27 15:36:44 2019 +0100
  87. f0c7fdc spl: ymodem: Move GZ handling out of YModem session by Marek Vasut · Tue Mar 12 04:00:09 2019 +0100
  88. 09e84ec spl: ymodem: Terminate YModem session on error by Marek Vasut · Tue Mar 12 04:02:39 2019 +0100
  89. 53420dc common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled by Abel Vesa · Tue Mar 12 08:34:31 2019 +0000
  90. b3672af spl: add debug print for early malloc usage by Simon Goldschmidt · Tue Feb 26 22:27:52 2019 +0100
  91. 1714047 spl: implement CRC check on U-Boot uImage by Simon Goldschmidt · Sun Feb 10 21:34:37 2019 +0100
  92. 5ea11ba5 usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGE by Abel Vesa · Fri Feb 01 16:40:07 2019 +0000
  93. f53872d spl: Kconfig: Enable SPI_FLASH_TINY by default for SPL by Vignesh R · Tue Feb 05 11:29:26 2019 +0530
  94. 3f5fb8b mtd: spi: Add lightweight SPI flash stack for SPL by Vignesh R · Tue Feb 05 11:29:25 2019 +0530
  95. 4d848c9 mtd: spi: spi-nor-core: Add SFDP support by Vignesh R · Tue Feb 05 11:29:20 2019 +0530
  96. 6091dd1 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · Wed Jan 23 14:20:05 2019 +0800
  97. 87fda0c spl: fat/fs: Add option to include/exclude FAT write build in SPL by Tien Fong Chee · Wed Jan 23 14:20:04 2019 +0800
  98. 6fd0a71 spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · Wed Jan 23 14:20:03 2019 +0800
  99. 2aaa27d linker: Modify linker scripts to be more generic by Tom Rini · Tue Jan 22 17:09:26 2019 -0500
  100. 6d932e6 spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU by Andrew F. Davis · Thu Jan 17 13:43:02 2019 -0600