1. d40e4a4 common: image-android-dt: Fix logic in print fdt info routine by Sam Protsenko · Mon Aug 05 20:11:03 2019 +0300
  2. 8804002 fit: Do not automatically decompress ramdisk images by Julius Werner · Fri Aug 02 15:52:28 2019 -0700
  3. b39862f console: execute flush on uart when silent is removed by Patrick Delaunay · Fri Aug 02 14:58:10 2019 +0200
  4. 46b610d console: update silent tag after env load by Patrick Delaunay · Fri Aug 02 14:58:09 2019 +0200
  5. 9101822 avb: Fix build when CONFIG_OPTEE_TA_AVB is disabled by Sam Protsenko · Wed Jul 31 19:59:08 2019 +0300
  6. 2ef3a95 autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTION by Heiko Schocher · Mon Jul 29 07:23:19 2019 +0200
  7. 313fcbd autoboot: Adjust the implementation in autoboot_command() by Simon Glass · Sat Jul 20 20:51:28 2019 -0600
  8. b97ace5 autoboot: Move a few more options from #ifdef to if() by Simon Glass · Sat Jul 20 20:51:27 2019 -0600
  9. ec5f71a autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT by Simon Glass · Sat Jul 20 20:51:24 2019 -0600
  10. 9d98385 autoboot: Tidy up use of menukey by Simon Glass · Sat Jul 20 20:51:23 2019 -0600
  11. 9e476d9 autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY by Simon Glass · Sat Jul 20 20:51:21 2019 -0600
  12. e699378 autoboot: Drop unused CONFIG_MENUPROMPT by Simon Glass · Sat Jul 20 20:51:20 2019 -0600
  13. 6d99d13 autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYED by Simon Glass · Sat Jul 20 20:51:19 2019 -0600
  14. 3a31505 autoboot: Use if() for CONFIG_SILENT_CONSOLE by Simon Glass · Sat Jul 20 20:51:18 2019 -0600
  15. a8cab88 autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTION by Simon Glass · Sat Jul 20 20:51:17 2019 -0600
  16. 6a2e09f autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION by Simon Glass · Sat Jul 20 20:51:16 2019 -0600
  17. 760d3fb autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectly by Simon Glass · Sat Jul 20 20:51:15 2019 -0600
  18. e767d0b Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig by Simon Glass · Sat Jul 20 20:51:12 2019 -0600
  19. 675cfaf main: Use conditional run_preboot_environment_command() by Simon Glass · Sat Jul 20 20:51:11 2019 -0600
  20. 3a591aa Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Tue Jul 30 19:19:54 2019 -0400
  21. be59d61 edid: fix edid_get_timing_validate() mode_valid lookup by Neil Armstrong · Mon Jul 29 15:35:18 2019 +0200
  22. f67cc99 Merge branch '2019-07-29-master-imports' by Tom Rini · Mon Jul 29 11:51:17 2019 -0400
  23. 58e4c38 gpio: fixes for gpio-hog support by Heiko Schocher · Wed Jul 17 06:59:51 2019 +0200
  24. 4e82352 fit: Support compat string property in configuration node by Julius Werner · Wed Jul 24 19:37:56 2019 -0700
  25. 97b09cd fit: Support compression for non-kernel components (e.g. FDT) by Julius Werner · Wed Jul 24 19:37:55 2019 -0700
  26. 47ef986 common: Move bootm_decomp_image() to image.c (as image_decomp()) by Julius Werner · Wed Jul 24 19:37:54 2019 -0700
  27. 99fd44e edid: add edid_get_timing_validate() variant to filter out edid modes by Neil Armstrong · Thu Jul 04 15:52:06 2019 +0200
  28. 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
  29. 0accd0d Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Wed Jul 24 16:24:50 2019 -0400
  30. 22203f5 common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges() by Marek Vasut · Tue Jul 09 02:49:29 2019 +0200
  31. b1dd47c fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not found by Masahiro Yamada · Thu Jun 27 16:39:57 2019 +0900
  32. c9eff6a spl: sata: support U-Boot load from raw sata disk by Baruch Siach · Sun Jul 14 17:54:21 2019 +0300
  33. 3b7dc91 common: Implement A/B metadata by Ruslan Trofymenko · Fri Jul 05 15:37:32 2019 +0300
  34. 7326858 image: android: allow to wrap uImage into the Android boot image by Roman Stratiienko · Mon Jun 03 15:38:13 2019 +0300
  35. 9686a93 menu: don't bother going interactive with just one menu item by Leon Yu · Fri Jun 21 12:12:39 2019 +0800
  36. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · Fri May 31 15:11:30 2019 +0200
  37. 55ec91b watchdog: Split WDT from SPL_WDT by Marek Vasut · Sun Jun 09 03:46:21 2019 +0200
  38. b093197 Merge branch '2019-07-17-master-imports' by Tom Rini · Thu Jul 18 11:31:37 2019 -0400
  39. fe6cdf3 common: Fix autocompletion with CONFIG_CMDLINE_PS_SUPPORT by Marek Vasut · Thu Jun 27 00:17:27 2019 +0200
  40. 8d9f7f1 spl: Make image loader infrastructure more universal by Andreas Dannenberg · Tue Jun 04 17:55:46 2019 -0500
  41. aa4ad4b spl: Allow performing BSS init early before board_init_f() by Andreas Dannenberg · Tue Jun 04 17:55:45 2019 -0500
  42. d38c8ad sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to Kconfig by Andre Przywara · Mon May 27 01:45:11 2019 +0100
  43. 39cb340 gpio: add gpio-hog support by Heiko Schocher · Wed Jun 12 06:11:46 2019 +0200
  44. 6698318 spl: Move SPL_MMC_TINY option to appear under SPL menu by Ezequiel Garcia · Sat May 25 19:25:21 2019 -0300
  45. 5a822e8 Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Jul 11 18:10:11 2019 -0400
  46. 4e5f22a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Jul 11 18:09:38 2019 -0400
  47. 6c9771e SPL: Default to disabling legacy image support when using FIT by Tom Rini · Thu May 23 07:14:08 2019 -0400
  48. c220bd9 configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT by Tom Rini · Thu May 23 07:14:07 2019 -0400
  49. 9f8d994 spl: Fix typo in kernel doc by Miquel Raynal · Tue May 07 14:18:43 2019 +0200
  50. 2f490e4 spl: sata: don't force FS_FAT support by Baruch Siach · Thu May 16 13:03:55 2019 +0300
  51. 6b6d862 spl: sata: fix build with DM_SCSI by Baruch Siach · Thu May 16 13:03:54 2019 +0300
  52. b522464 spl: sata: add default partition and image name by Baruch Siach · Thu May 16 13:03:53 2019 +0300
  53. c960b14 trace: trace buffer may exceed 2GiB by Heinrich Schuchardt · Fri Jun 14 21:52:22 2019 +0200
  54. 2aecfc5 trace: undefined reference to `trace_early_init' by Heinrich Schuchardt · Sun Jun 02 00:53:24 2019 +0200
  55. 6efe8b6 bootstage: Add support for TPL record count by Simon Glass · Sat May 18 11:59:52 2019 -0600
  56. cfe40f4 ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG by Markus Klotzbuecher · Wed May 15 15:16:00 2019 +0200
  57. 3ce740d ubispl: add support for loading volumes by name by Hamish Guthrie · Wed May 15 15:15:59 2019 +0200
  58. f5aa176 ubispl: migrate configuration to Kconfig by Markus Klotzbuecher · Wed May 15 15:15:57 2019 +0200
  59. e49871c board_r: move initr_watchdog to be called after initr_serial by developer · Thu May 16 17:19:13 2019 +0800
  60. b76d8c2 spl: atf: Fix uninitialized pointer to bl31_image_info by Frieder Schrempf · Thu Jun 27 07:03:16 2019 +0000
  61. 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
  62. 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
  63. 4f4e6a0 rsa: reject images with unknown padding by Patrick Doyle · Fri Jun 14 13:43:38 2019 -0400
  64. 69732df Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Mon Jun 17 11:27:21 2019 -0400
  65. e5678e4 configs: Migrate the various SPL_BOOT_xxx choices for PowerPC by Tom Rini · Sat Jun 01 14:20:25 2019 -0400
  66. c5ae8c8 common: Fix a typo abnove -> above by Andy Shevchenko · Wed Jun 12 15:35:24 2019 +0300
  67. 24d8ab3 usb: gadget: error out if g_dnl registration fails by Sjoerd Simons · Tue Jun 04 21:01:55 2019 +0200
  68. c1abd50 spl: dfu: Fix printed variable name by Marek Vasut · Sat May 25 22:50:35 2019 +0200
  69. 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
  70. 8ea5220 spl: imx6: Provide a SPL_SIZE_LIMIT default by Fabio Estevam · Sat Jun 08 14:56:44 2019 -0300
  71. cb52aa8 Merge tag 'video-updates-for-2019.07-rc3' of git://git.denx.de/u-boot-video by Tom Rini · Mon Jun 10 09:41:19 2019 -0400
  72. 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
  73. 764f766 spl: Correct SPL_SIZE_LIMIT Kconfig option by Tom Rini · Fri Jun 07 20:39:32 2019 -0400
  74. c272283 spl: add overall SPL size check by Simon Goldschmidt · Fri May 24 22:07:04 2019 +0200
  75. fdd833e spl: at91: add support for SPL_AT91_MCK_BYPASS by Eugen Hristev · Fri May 24 09:38:10 2019 +0300
  76. 1f6bfad splash: display splash in DM_VIDEO configurations by Igor Opaniuk · Wed May 29 09:01:43 2019 +0000
  77. f3a2c5a Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-boot by Tom Rini · Fri May 24 08:13:27 2019 -0400
  78. bbee270 stm32mp1: ram: add interactive mode for DDR configuration by Patrick Delaunay · Wed Apr 10 14:09:27 2019 +0200
  79. 64e02e9 stm32mp1: migrate PREBOOT to Kconfig by Patrick Delaunay · Thu Apr 18 17:32:38 2019 +0200
  80. 51b0c03 common: fdt_support: Check mtdparts cell size by Stefan Mavrodiev · Wed Apr 24 08:31:54 2019 +0300
  81. 32ee353 Merge tag 'video-for-2019.07-rc3' of git://git.denx.de/u-boot-video by Tom Rini · Tue May 21 07:12:46 2019 -0400
  82. efc20c6 splash: Load internal and external data from FIT by Leo Ruan · Fri Feb 08 10:51:36 2019 +0100
  83. e9b74d9 splash: Use splashfile instead of location->name by Leo Ruan · Fri Feb 08 10:51:35 2019 +0100
  84. 187b9e3 spl: Set spl_image->fdt_addr pointer for full fitImage configuration by Marek Vasut · Tue May 07 21:17:02 2019 +0200
  85. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  86. 5d5a0c0 fdt_shrink_to_minimum: do not mark fdt space reserved unconditionally by Simon Goldschmidt · Fri May 03 21:19:03 2019 +0200
  87. d00d6b5 Make FIT support really optional by Fabrice Fontaine · Fri May 03 22:37:05 2019 +0200
  88. 973c099 Fix spelling of available. by Vagrant Cascadian · Fri May 03 14:28:37 2019 -0800
  89. 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
  90. cc4078c configs: move CONFIG_SPL_TEXT_BASE to Kconfig by Simon Goldschmidt · Sun Sep 30 14:31:53 2018 +0200
  91. 78b0b9d avb: add support for named persistent values by Igor Opaniuk · Tue Apr 09 15:38:14 2019 +0200
  92. 7df72c3 main: add new bootstage ID for entering cli loop by Heiko Schocher · Fri Apr 12 12:37:03 2019 +0200
  93. 502acb0 watchdog: Implement generic watchdog_reset() version by Stefan Roese · Thu Apr 11 15:58:44 2019 +0200
  94. 18ae337 Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm by Tom Rini · Wed Apr 24 12:27:29 2019 -0400
  95. 792631c image: android: fix 'iminfo' typo by Eugeniu Rosca · Mon Apr 08 17:35:28 2019 +0200
  96. 1403f39 image: android: allow booting lz4-compressed kernels by Eugeniu Rosca · Mon Apr 08 17:35:27 2019 +0200
  97. 14b9477 bootstage: Allow calling bootstage_mark() before bootstage_init() by Simon Glass · Mon Apr 08 13:20:45 2019 -0600
  98. 752707a sandbox: Improve debugging in initcall_run_list() by Simon Glass · Mon Apr 08 13:20:41 2019 -0600
  99. 388b145 common: command: Add command execution tracer. by Christoph Muellner · Fri Apr 05 13:03:46 2019 +0200
  100. d3617b4 fdt: boot_get_fdt: android: use ENV 'fdtaddr' as fallback by Eugeniu Rosca · Mon Apr 01 12:52:52 2019 +0200