1. 5ea11ba5 usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGE by Abel Vesa · Fri Feb 01 16:40:07 2019 +0000
  2. aa0b11b efi_loader: refactor switch to non-secure mode by Heinrich Schuchardt · Tue Jan 08 18:13:06 2019 +0100
  3. b3f9dd9 Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm by Tom Rini · Sun Feb 10 08:11:32 2019 -0500
  4. cb2d432 Convert CONFIG_BOARD_TYPES to Kconfig by Simon Glass · Fri Jan 11 18:37:06 2019 -0700
  5. f204f01 initcall: Move to inline function by Alexander Graf · Thu Jan 31 16:06:23 2019 +0100
  6. c9e7152 fdt: support booting with dtb in Android image by Shawn Guo · Tue Jan 15 22:26:37 2019 +0800
  7. f53872d spl: Kconfig: Enable SPI_FLASH_TINY by default for SPL by Vignesh R · Tue Feb 05 11:29:26 2019 +0530
  8. 3f5fb8b mtd: spi: Add lightweight SPI flash stack for SPL by Vignesh R · Tue Feb 05 11:29:25 2019 +0530
  9. 4d848c9 mtd: spi: spi-nor-core: Add SFDP support by Vignesh R · Tue Feb 05 11:29:20 2019 +0530
  10. 8890e7d lmb: handle more than one DRAM BANK by Simon Goldschmidt · Sat Jan 26 22:13:04 2019 +0100
  11. 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
  12. 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
  13. 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
  14. 2aaa27d linker: Modify linker scripts to be more generic by Tom Rini · Tue Jan 22 17:09:26 2019 -0500
  15. 9b0fbdc dfu: Remove dependency on HUSH parser in SPL by Andrew F. Davis · Thu Jan 17 13:43:04 2019 -0600
  16. 6d932e6 spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU by Andrew F. Davis · Thu Jan 17 13:43:02 2019 -0600
  17. b302747 Kconfig: Migrate BOUNCE_BUFFER by Philipp Tomsich · Fri Nov 30 22:13:25 2018 +0100
  18. 37bc316 common: spl: Kconfig: spelling fixes by Chris Packham · Sun Jan 13 22:13:20 2019 +1300
  19. f882a5a bootm: use new common function lmb_init_and_reserve by Simon Goldschmidt · Mon Jan 14 22:38:20 2019 +0100
  20. 01adc4c fdt: parse "reserved-memory" for memory reservation by Simon Goldschmidt · Mon Jan 14 22:38:17 2019 +0100
  21. 76d42c1 Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm by Tom Rini · Tue Jan 15 22:05:34 2019 -0500
  22. 619fc68 common: command: Add support for $ auto-completion by Boris Brezillon · Wed Dec 05 09:26:50 2018 +0100
  23. c71dfd1 common: command: Rework the 'cmd is repeatable' logic by Boris Brezillon · Mon Dec 03 22:54:20 2018 +0100
  24. ae73c33 common: command: Expose a generic helper to auto-complete sub commands by Boris Brezillon · Mon Dec 03 22:54:19 2018 +0100
  25. 8506ec6 common: command: Fix command auto-completion by Boris Brezillon · Mon Dec 03 22:54:18 2018 +0100
  26. 83ad248 common: Kconfig: miscellaneous spelling fixes by Chris Packham · Fri Jan 11 15:30:50 2019 +1300
  27. f209138 xyz-modem: Fix timeout loop waiting with WATCHDOG by Lokesh Vutla · Tue Jan 08 19:28:35 2019 +0530
  28. d963707 spl: ymodem: Add support for loading gzip compressed uImage by Marek Vasut · Mon Jan 07 21:23:22 2019 +0100
  29. a98ba7f common: fdt_support: print hexadecimal numbers in debug by Sekhar Nori · Thu Dec 06 15:20:47 2018 +0530
  30. 6127ac0 image: fix compiling without CMD_FDT by Simon Goldschmidt · Mon Dec 17 20:14:42 2018 +0100
  31. 6a22852 Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET by Jean-Jacques Hiblot · Thu Jan 10 15:44:13 2019 +0100
  32. 45f3703 Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Jan 01 09:56:41 2019 -0500
  33. d08aeb6 imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8M by Ye Li · Tue Nov 20 10:19:15 2018 +0000
  34. 31c51da tools: add i.MX8M image support by Peng Fan · Tue Nov 20 10:19:36 2018 +0000
  35. 9d5b0f4 SPL: Add HAB image authentication to FIT by Ye Li · Sat Nov 17 09:10:25 2018 +0000
  36. e63488f riscv: bootm: Support booting VxWorks by Bin Meng · Fri Dec 21 07:13:41 2018 -0800
  37. 54a735a bootm: vxworks: Make do_bootm_vxworks() non-static by Bin Meng · Fri Dec 21 07:13:40 2018 -0800
  38. b43c322 bootm: vxworks: Make do_bootvx_fdt() static by Bin Meng · Fri Dec 21 07:13:39 2018 -0800
  39. 57118f6 usb: musb-new: Add support for DM_USB by Jean-Jacques Hiblot · Tue Dec 04 11:30:57 2018 +0100
  40. 2c75314 spl: net: dm: usb: bind the gadget before attempting to load the image by Jean-Jacques Hiblot · Tue Dec 04 11:30:48 2018 +0100
  41. 9108d92 spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT by Sekhar Nori · Thu Dec 06 15:40:08 2018 +0530
  42. 1794ae6 blk: Rework guard around part_init call by Tom Rini · Wed Dec 05 08:23:38 2018 -0500
  43. aeed611 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Mon Dec 10 07:15:12 2018 -0500
  44. 6e2ac3e Roll CRC16-CCITT into the hash infrastructure by Philipp Tomsich · Sun Nov 25 19:22:19 2018 +0100
  45. 36b26d1 lib: merge CRC16-CCITT into u-boot/crc.h by Philipp Tomsich · Sun Nov 25 19:22:18 2018 +0100
  46. 585e199 usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · Thu Nov 29 10:52:41 2018 +0100
  47. 9afb462 main: Drop more #ifdefs by Simon Glass · Sun Nov 25 20:05:54 2018 -0700
  48. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Wed Dec 05 15:06:24 2018 -0500
  49. 42ca238 Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-video by Tom Rini · Wed Dec 05 08:24:14 2018 -0500
  50. 410f096 video: use BMP_ALIGN_CENTER define from splash.h by Anatolij Gustschin · Sat Dec 01 15:30:08 2018 +0100
  51. e0455a4 cmd: add clear screen 'cls' command by Anatolij Gustschin · Sat Dec 01 10:47:20 2018 +0100
  52. de320b8 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Mon Dec 03 17:52:40 2018 -0500
  53. ee6f542 board_r: fix build with DM_SPI by Christophe Leroy · Wed Nov 21 08:51:55 2018 +0000
  54. 47d73f0 rsa: add support of padding pss by Philippe Reynes · Wed Nov 14 13:51:01 2018 +0100
  55. 1246835 rsa: add a structure for the padding by Philippe Reynes · Wed Nov 14 13:51:00 2018 +0100
  56. 668cabc fdt_support: fdt reservations on the sandbox by Heinrich Schuchardt · Sun Nov 18 17:58:51 2018 +0100
  57. 370a176 fdt: sandbox: correct use of ${fdtcontroladdr} by Heinrich Schuchardt · Sun Nov 18 17:58:50 2018 +0100
  58. 8ed64a4 malloc_simple: Add logging of allocations by Simon Glass · Sun Nov 18 08:14:26 2018 -0700
  59. e1de5d4 tools: MediaTek: add MTK boot header generation to mkimage by developer · Thu Nov 15 10:07:49 2018 +0800
  60. dd3877c board_r: Remove initr_spi by Jagan Teki · Wed Nov 21 12:14:07 2018 +0530
  61. 5931fbb spi: Zap CONFIG_HARD_SPI by Jagan Teki · Sat Nov 24 14:31:12 2018 +0530
  62. b64cea0 spi: Remove unused mpc8xx code by Jagan Teki · Thu Nov 22 21:38:38 2018 +0530
  63. f9391ec spi: Remove used spi_init by Jagan Teki · Tue Nov 20 09:02:04 2018 +0100
  64. c58ff20 usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/ by Sven Schwermer · Wed Nov 21 08:43:57 2018 +0100
  65. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · Wed Nov 21 08:43:56 2018 +0100
  66. 8416c6a usb: Remove CMD_USB dependency for common code by Sven Schwermer · Wed Nov 21 08:43:55 2018 +0100
  67. e14f1a2 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · Thu Nov 15 18:44:09 2018 -0700
  68. bf5c486 sandbox: Allow puts() output before global_data is set up by Simon Glass · Thu Nov 15 18:44:04 2018 -0700
  69. ef8d48a spl: Add a comment to spl_set_bd() by Simon Glass · Thu Nov 15 18:43:58 2018 -0700
  70. 6324cce spl: Make SPL_DISABLE_BANNER_PRINT a positive option by Simon Glass · Thu Nov 15 18:43:57 2018 -0700
  71. dbd3f11 spl: Add a define for SPL_TPL_PROMPT by Simon Glass · Thu Nov 15 18:43:56 2018 -0700
  72. 592d5b9 spl: Support hash, input, pch, pci, rtc, tpm in SPL by Simon Glass · Thu Nov 15 18:43:55 2018 -0700
  73. a815dab bloblist: Locate bloblist in U-Boot by Simon Glass · Thu Nov 15 18:43:52 2018 -0700
  74. 4e0a52d spl: Set up the bloblist in SPL by Simon Glass · Thu Nov 15 18:43:51 2018 -0700
  75. 712bd2d Add core support for a bloblist to convey data from SPL by Simon Glass · Thu Nov 15 18:43:50 2018 -0700
  76. b56cdc0 spl: Add support for logging in SPL and TPL by Simon Glass · Thu Nov 15 18:43:49 2018 -0700
  77. a4bea1f spl: Support bootstage, log, hash and early malloc in TPL by Simon Glass · Tue Nov 06 15:21:28 2018 -0700
  78. fe3f643 sandbox: cros_ec: exynos: Drop use of cros_ec_get_error() by Simon Glass · Tue Nov 06 15:21:26 2018 -0700
  79. 198f39a image-sig: Ensure that hashed-nodes is null-terminated by Konrad Beckmann · Wed Nov 07 14:51:45 2018 -0500
  80. 0509c4e arm: at91: wdt: Convert watchdog driver to dm/dt by Prasanthi Chellakumar · Tue Oct 09 11:46:40 2018 -0700
  81. cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · Mon Oct 15 02:21:07 2018 -0700
  82. be2269f dm: cpu: Fix print_cpuinfo() output by Bin Meng · Wed Oct 10 22:06:55 2018 -0700
  83. 97bbb60 board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · Mon Aug 06 10:23:41 2018 +0200
  84. 06bc2da common: build ymodem only on need by Jun Nie · Tue Feb 13 16:07:55 2018 +0800
  85. 3fb6083 common: Compile error with CONFIG_MULTI_DTB_FIT and not SPL by Lars Povlsen · Tue Oct 23 10:21:25 2018 +0200
  86. 1ddade6 spl: fix debug prints for tiny printf by Simon Goldschmidt · Fri Nov 02 21:49:52 2018 +0100
  87. da0af04 fit: Add missing CR in debug output in fit_find_config_node() by Stefan Roese · Thu Nov 08 07:00:31 2018 +0100
  88. b0e3879 Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active" by Bin Meng · Wed Nov 07 03:50:34 2018 -0800
  89. 310cc0d Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Oct 25 20:30:05 2018 -0400
  90. 5db0e14 Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx by Tom Rini · Thu Oct 25 10:16:21 2018 -0400
  91. 7c18fe8 miiphy: Add function to retrieve MDIO bus list head by Pankaj Bansal · Tue Sep 18 15:46:48 2018 +0530
  92. 60a5607 tools: add i.MX8/8X image support by Peng Fan · Tue Oct 16 04:50:30 2018 +0000
  93. f707b5a spl: fpga: Implement fpga bistream loading with fpga_load by Michal Simek · Wed Jul 18 14:33:15 2018 +0200
  94. cf26c09 Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm by Tom Rini · Wed Oct 10 13:35:17 2018 -0400
  95. 5b9fbd9 bootm: Add board specific OS preboot hook by Marek Vasut · Thu Oct 04 21:16:31 2018 +0200
  96. b2ed222 cros: Adjust board_get_cros_ec_dev() to return a udevice by Simon Glass · Mon Oct 01 12:22:23 2018 -0600
  97. 4e9a64d sandbox: Add a flag to set the default log level by Simon Glass · Mon Oct 01 11:55:11 2018 -0600
  98. 838c70c avb_verify: support using OP-TEE TA AVB by Jens Wiklander · Tue Sep 25 16:40:20 2018 +0200
  99. b76359a spl: spi: Do not hardcode fixed size for header by Michal Simek · Thu Oct 04 09:30:20 2018 +0200
  100. 15e1216 spl: ram: Fix u_boot_pos calculation by Michal Simek · Thu Oct 04 09:29:20 2018 +0200