1. f755a45 x86: fsp: Use if() instead of #ifdef by Simon Glass · Wed Sep 25 08:11:27 2019 -0600
  2. ef8a2dd x86: fsp: Create a common fsp_support.h header by Simon Glass · Sat Aug 24 14:19:05 2019 -0600
  3. 1372414 x86: Rename some FSP functions to have an fsp_ prefix by Simon Glass · Wed Sep 25 08:11:25 2019 -0600
  4. d22c135 x86: sysreset: Allow reset driver to be included in SPL/TPL by Simon Glass · Wed Sep 25 08:11:24 2019 -0600
  5. b7fb513 spl: Add a function to determine the U-Boot phase by Simon Glass · Wed Sep 25 08:11:20 2019 -0600
  6. f120775 spl: Set up the bloblist in board_init_r() by Simon Glass · Wed Sep 25 08:11:19 2019 -0600
  7. c5d2720 spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · Wed Sep 25 08:11:18 2019 -0600
  8. 540ee8d spl: handoff: Correct Kconfig condition for SPL and TPL by Simon Glass · Wed Sep 25 08:11:17 2019 -0600
  9. 9502cae spl: Avoid checking for Ctrl-C in SPL with print_buffer() by Simon Glass · Wed Sep 25 08:11:16 2019 -0600
  10. d945a49 serial: ns16550: Allow serial to enabled/disabled in SPL by Simon Glass · Wed Sep 25 08:11:14 2019 -0600
  11. bdb4016 mtd: spi: Add 'struct spi_flash {' to the code by Simon Glass · Wed Sep 25 08:11:13 2019 -0600
  12. 03b1d8f binman: Allow selection of logging verbosity by Simon Glass · Wed Sep 25 08:11:11 2019 -0600
  13. eaec4f1 binman: Pass the toolpath to binman from the main Makefile by Simon Glass · Wed Sep 25 08:11:10 2019 -0600
  14. 4b6e2bb x86: Move fsp_ffs.h include to fsp_arch.h by Simon Glass · Wed Sep 25 08:00:20 2019 -0600
  15. 3206688 x86: Move fsp_bootmode.h to the generic fsp directory by Simon Glass · Wed Sep 25 08:00:19 2019 -0600
  16. 0b7df8a x86: Move fsp_infoheader.h to the generic fsp directory by Simon Glass · Wed Oct 02 08:26:41 2019 +0800
  17. 7cd23b1 x86: Move fsp_hob.h to the generic fsp directory by Simon Glass · Wed Oct 02 08:25:10 2019 +0800
  18. 6fd4e0b x86: Move fsp_fv.h to the generic fsp directory by Simon Glass · Wed Sep 25 08:00:16 2019 -0600
  19. d7004b9 x86: Move fsp_types.h to the generic fsp directory by Simon Glass · Wed Sep 25 08:00:15 2019 -0600
  20. b56ddd9 x86: Move fsp_api.h inclusion out of fsp_support.h by Simon Glass · Wed Sep 25 08:00:14 2019 -0600
  21. e0e4b64 x86: Create a new fsp_arch.h header by Simon Glass · Wed Sep 25 08:00:13 2019 -0600
  22. 788ed15 x86: Move fsp_azalia.h to the generic fsp directory by Simon Glass · Wed Sep 25 08:00:12 2019 -0600
  23. 6c34fc1 x86: Rename existing FSP code to fsp1 by Simon Glass · Wed Sep 25 08:00:11 2019 -0600
  24. 8c70180 Prepare v2019.10 by Tom Rini · Mon Oct 07 17:14:02 2019 -0400
  25. 5738e94 NET: DW: fix regression for ARC boards by Eugeniy Paltsev · Mon Oct 07 19:10:50 2019 +0300
  26. 644c271 Merge branch '2019-10-06-master-imports' by Tom Rini · Sun Oct 06 18:02:18 2019 -0400
  27. 23b1349 cmd: host: fix seg fault at "host info" by AKASHI Takahiro · Thu Aug 22 16:47:39 2019 +0900
  28. 293f392 MAINTAINERS: Update my email address by Maxime Ripard · Thu Oct 03 18:32:11 2019 +0200
  29. fe6275f arm: socfpga: disable CONFIG_SPL_WDT for gen5 and a10 by Simon Goldschmidt · Sat Oct 05 22:10:11 2019 +0200
  30. 8e8e1cc gitlab-ci: fix typo 'plaforms' by Heinrich Schuchardt · Sun Oct 06 12:26:16 2019 +0200
  31. 11a5a6d Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Sat Oct 05 20:06:58 2019 -0400
  32. 5cb2bf0 Merge branch '2019-10-04-master-imports' by Tom Rini · Fri Oct 04 12:22:43 2019 -0400
  33. f2d89d1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Fri Oct 04 12:22:28 2019 -0400
  34. 9ad1d3b Revert "env: solve compilation error in SPL" by Tom Rini · Fri Oct 04 12:21:33 2019 -0400
  35. 58eda55 ARM: dts: imx6q-logicpd: Add missing imx6q-logicpd-u-boot for SPL by Adam Ford · Wed Aug 07 10:16:33 2019 -0500
  36. 3136e3d initcall.h: initcall_run_list(): Improve debug output by Ovidiu Panait · Wed Sep 25 14:10:54 2019 +0300
  37. 1d5ccd6 Kconfig: fix a typo in the description of bmp command. by Andrius Štikonas · Mon Sep 23 22:43:41 2019 +0100
  38. 9a10207 Kconfig: Migrate CONFIG_BOOTM_* options by Tom Rini · Fri Sep 20 17:36:50 2019 -0400
  39. 014a381 cmd: part: number: return hexadecimal value by Roman Stratiienko · Fri Sep 20 15:59:18 2019 +0200
  40. 22bbed7 ARM: keystone2: update the default addresses of the secure monitor by Jean-Jacques Hiblot · Tue Sep 17 17:18:25 2019 -0400
  41. 6c43b52 board: ti: am654: Disable TRNG node for HS devices by Andrew F. Davis · Tue Sep 17 17:15:40 2019 -0400
  42. c492752 autoboot: add necessary dependency at AUTOBOOT_MENU_SHOW by AKASHI Takahiro · Thu Sep 12 15:31:22 2019 +0900
  43. 5d81b99 MAINTAINERS, git-mailrc: Update the maintainer for socfpga by Ley Foon Tan · Fri Oct 04 16:43:50 2019 +0800
  44. d136e98 Makefile: mrproper should remove *.pyc files by Heinrich Schuchardt · Thu Oct 03 16:45:29 2019 +0000
  45. c320b26 Makefile: Fix typo around CONFIG_SPL_FIT_SOURCE by Michal Simek · Wed Oct 02 15:53:12 2019 +0200
  46. 8e3c0bb arm: K3: Increase default SYSFW image size allocation by Andrew F. Davis · Tue Oct 01 10:33:43 2019 -0400
  47. 47f85de dm: core: Correct bad cast in ofnode_get_addr_size_index() by Simon Glass · Wed Sep 25 08:55:50 2019 -0600
  48. dfd4315 dm: core: Correct low cell in ofnode_read_pci_addr() by Simon Glass · Wed Sep 25 08:55:46 2019 -0600
  49. e98b7ef Merge tag 'rpi-next-2019.10.2' of https://github.com/mbgg/u-boot by Tom Rini · Tue Oct 01 16:31:26 2019 -0400
  50. cdc4f2d Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Tue Oct 01 16:31:11 2019 -0400
  51. d87a21d x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · Fri Sep 13 18:42:00 2019 +0300
  52. d3dcfe2 rpi4: enable dram bank initialization by Matthias Brugger · Mon Sep 09 18:31:56 2019 +0200
  53. c5078d5 Merge tag 'u-boot-atmel-fixes-2019.10-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · Mon Sep 30 07:21:38 2019 -0400
  54. f2a06e2 Merge tag 'u-boot-rockchip-20190928' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Mon Sep 30 07:20:35 2019 -0400
  55. e004c5f at91: configs: Drop duplication of defconfig macros by Tudor Ambarus · Fri Sep 20 10:52:58 2019 +0000
  56. 8ec84e0 arm: at91: gardena-smart-gateway-at91sam: Enable CONFIG_SYS_NAND_USE_FLASH_BBT by Stefan Roese · Tue Aug 27 08:14:50 2019 +0200
  57. a07df96 ARM: dts: rmobile: Restore increase off-on delay on the SD Vcc regulator by Marek Vasut · Mon Mar 18 03:20:31 2019 +0100
  58. 5a98979 rockchip: make_fit_atf.py: fix .its generation for a single atf image by Heiko Stuebner · Thu Sep 26 21:15:15 2019 +0200
  59. 1b03955 rockchip: misc: read the correct number of bytes from the efuse by Heiko Stuebner · Wed Sep 25 20:40:56 2019 +0200
  60. a57f16c Merge tag 'efi-2019-10-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Thu Sep 26 17:22:22 2019 -0400
  61. 6812f5e ci: add envtools support by Pierre-Jean Texier · Mon Aug 26 13:06:18 2019 +0200
  62. 1abf6c7 env: add missing <compiler.h> header file by Pierre-Jean Texier · Mon Aug 26 13:06:17 2019 +0200
  63. d7f9545 fw_env: fix build error by Pierre-Jean Texier · Mon Aug 26 13:06:16 2019 +0200
  64. ee143c6 fw_env: remove duplicated definitions by Pierre-Jean Texier · Mon Aug 26 13:06:15 2019 +0200
  65. a6c25fb efi_loader: SetVariable() deleting variables by Heinrich Schuchardt · Mon Sep 23 22:38:53 2019 +0200
  66. e044a76 efi_loader: SetVariable() fix illegal return by Heinrich Schuchardt · Mon Sep 23 22:18:09 2019 +0200
  67. 92d575c efi_loader: description efi_stri_coll() by Heinrich Schuchardt · Sat Sep 21 06:38:11 2019 +0200
  68. c4fb422 Prepare v2019.10-rc4 by Tom Rini · Mon Sep 23 12:24:39 2019 -0400
  69. 527ded8 configs: Resync with savedefconfig by Tom Rini · Mon Sep 23 11:47:37 2019 -0400
  70. 6afc27a Merge tag 'fixes-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-video.git by Tom Rini · Sun Sep 22 16:39:01 2019 -0400
  71. 824bb83 Merge tag 'efi-2019-10-rc4-5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Sep 21 07:31:23 2019 -0400
  72. 898c609 sunxi: video: HDMI: Fix LCD clock divider by Mark Kettenis · Fri Aug 09 22:30:26 2019 +0200
  73. c07ecbb splash: fix splash banner output by Anatolij Gustschin · Fri Sep 20 17:23:41 2019 +0200
  74. 655acb7 imx: mx6sabreauto: fix splash logo drawing by Anatolij Gustschin · Wed Sep 18 17:40:21 2019 +0200
  75. 96ab240 imx: colibri_imx6: fix splash logo drawing by Anatolij Gustschin · Wed Sep 18 17:31:52 2019 +0200
  76. bfef4cd imx: icore: fix splash logo drawing by Anatolij Gustschin · Wed Sep 18 17:23:45 2019 +0200
  77. f2a9597 imx: apalis_imx6: fix splash logo drawing by Anatolij Gustschin · Thu Sep 19 17:19:01 2019 +0200
  78. aa4925b imx: mx6sabresd: fix splash logo drawing by Anatolij Gustschin · Wed Sep 18 17:05:31 2019 +0200
  79. 87cb710 imx: wandboard: fix splash logo drawing by Anatolij Gustschin · Wed Sep 18 16:55:49 2019 +0200
  80. 2d902ea splash: fix logo drawing if CONFIG_VIDEO_LOGO enabled by Anatolij Gustschin · Wed Sep 18 16:47:33 2019 +0200
  81. 6a3f986 Merge tag 'u-boot-rockchip-20190920' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Fri Sep 20 17:43:33 2019 -0400
  82. 0d1705e test: add tests for u16_str<n>cmp() by AKASHI Takahiro · Wed Sep 18 10:26:30 2019 +0900
  83. 02b46b8 lib: charset: add u16_str<n>cmp() by AKASHI Takahiro · Wed Sep 18 10:26:29 2019 +0900
  84. b4248cf efi_loader: selftest: enable APPEND_WRITE tests by AKASHI Takahiro · Fri Sep 06 15:09:53 2019 +0900
  85. e5023b7 efi_loader: variable: support APPEND_WRITE by AKASHI Takahiro · Fri Sep 06 15:09:52 2019 +0900
  86. 7962284 efi_loader: incorrect return value form DisconnectController by Heinrich Schuchardt · Fri Sep 13 18:20:40 2019 +0200
  87. 659a626 efi_loader: device_path: support Sandbox's "host" devices by AKASHI Takahiro · Thu Sep 12 13:52:35 2019 +0900
  88. 7e1f7b5 Merge branch '2019-09-19-master-imports' by Tom Rini · Fri Sep 20 10:47:03 2019 -0400
  89. 301c80c dm: MIGRATION: Add migration plan for CONFIG_DM by Heinrich Schuchardt · Mon Sep 16 18:41:42 2019 +0200
  90. b536bf8 watchdog: omap_wdt: Fix WDT target reset when booted from emmc by Suniel Mahesh · Mon Sep 16 13:39:17 2019 +0530
  91. 4cc76c1 scrapyard: Delete this file and script by Tom Rini · Fri Sep 13 11:51:42 2019 -0400
  92. 1bca8de disk: part_dos: Allocate at least one block size for mbr by Faiz Abbas · Wed Sep 04 20:10:12 2019 +0530
  93. 3d5f27c kconfig: doc: Update comment regarding CONFIG_IS_ENABLED(FOO) for TPL by Lukasz Majewski · Tue Sep 03 15:43:55 2019 +0200
  94. fd54ab2 doc: fix: Replace SPL_OF_PLATDATA with OF_PLATDATA in examples by Lukasz Majewski · Tue Sep 03 15:43:19 2019 +0200
  95. 20a5f79 rtc: ds3231/ds3232: fix coding style by Biwen Li · Tue Aug 27 15:32:36 2019 +0800
  96. bd818c4 travis.yml: change Ubuntu version to xenial by Ramon Fried · Mon Aug 12 20:43:38 2019 +0300
  97. 263851d rockchip: config: evb-rk3288: enable SPL_STACK_R by Kever Yang · Wed Sep 18 17:56:42 2019 +0800
  98. 2473800 rockchip: evb-rk3288: Drop explicit SPL_TEXT by Kever Yang · Wed Sep 18 17:56:41 2019 +0800
  99. 1df993f configs: rk3288: Increase bootm length by Jagan Teki · Tue Sep 17 12:59:29 2019 +0530
  100. 5e2d238 rockchip: rk3288-tinker: Attach missing peripherals at SPL by Michael Trimarchi · Tue Sep 17 11:40:42 2019 +0530