1. fe5eb09 dm: timer: Skip device that does not have a valid ofnode in pre_probe() by Bin Meng · Fri Jul 05 09:23:15 2019 -0700
  2. 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
  3. 52d0621 binman: Add a test for nested and aligned sections by Simon Glass · Mon Jul 08 14:25:53 2019 -0600
  4. 980a284 binman: Add an 'extract' command by Simon Glass · Mon Jul 08 14:25:52 2019 -0600
  5. e1b605d binman: Support reading from CBFS entries by Simon Glass · Mon Jul 08 14:25:51 2019 -0600
  6. 4c613bf binman: Allow reading an entry from an image by Simon Glass · Mon Jul 08 14:25:50 2019 -0600
  7. 233a26a9 binman: Allow for logging information to be displayed by Simon Glass · Mon Jul 08 14:25:49 2019 -0600
  8. b2fd11d binman: Support listing an image by Simon Glass · Mon Jul 08 14:25:48 2019 -0600
  9. 39dd215 binman: Convert Image to a subclass of Entry by Simon Glass · Mon Jul 08 14:25:47 2019 -0600
  10. b8424fa binman: Support reading an image into an Image object by Simon Glass · Mon Jul 08 14:25:46 2019 -0600
  11. ed39a3c binman: Support locating an image header by Simon Glass · Mon Jul 08 14:25:45 2019 -0600
  12. 8d8bf4e binman: Support locating an FDT map by Simon Glass · Mon Jul 08 14:25:44 2019 -0600
  13. 6b156f8 binman: Allow listing the entries in an image by Simon Glass · Mon Jul 08 14:25:43 2019 -0600
  14. 3c9b4f2 binman: Detect bad CBFS file types by Simon Glass · Mon Jul 08 14:25:42 2019 -0600
  15. 151bbbf binman: Support FDT update for CBFS by Simon Glass · Mon Jul 08 14:25:41 2019 -0600
  16. 4f37433 binman: Use the cbfs memlen field only for uncompressed length by Simon Glass · Mon Jul 08 14:25:40 2019 -0600
  17. 3170e54 binman: Provide the actual data address for cbfs files by Simon Glass · Mon Jul 08 14:25:39 2019 -0600
  18. 90d2968 binman: Allow device-tree entries to be compressed by Simon Glass · Mon Jul 08 14:25:38 2019 -0600
  19. e61b6f6 binman: Allow entries to expand after packing by Simon Glass · Mon Jul 08 14:25:37 2019 -0600
  20. cbc80e8 binman: Add a control for post-pack entry expansion by Simon Glass · Mon Jul 08 14:25:36 2019 -0600
  21. ec84985 binman: Add a return value to ProcessContentsUpdate() by Simon Glass · Mon Jul 08 14:25:35 2019 -0600
  22. a40f30c binman: Call ProcessUpdateContents() consistently by Simon Glass · Mon Jul 08 14:25:34 2019 -0600
  23. d17dfea binman: Fix up ProcessUpdateContents error and comments by Simon Glass · Mon Jul 08 14:25:33 2019 -0600
  24. 0baeab7 binman: Allow easy importing of entry modules by Simon Glass · Mon Jul 08 14:25:32 2019 -0600
  25. 7550293 binman: Drop an unused arg in Entry.Lookup() by Simon Glass · Mon Jul 08 14:25:31 2019 -0600
  26. aa2fcf9 binman: Move compression into the Entry base class by Simon Glass · Mon Jul 08 14:25:30 2019 -0600
  27. f46732a binman: Convert to use ArgumentParser by Simon Glass · Mon Jul 08 14:25:29 2019 -0600
  28. cec34ba binman: Add an image header by Simon Glass · Mon Jul 08 14:25:28 2019 -0600
  29. 0f62133 binman: Add an FDT map by Simon Glass · Mon Jul 08 14:25:27 2019 -0600
  30. 5b4bce3 binman: Add a convenience functions for real-DTB tests by Simon Glass · Mon Jul 08 14:25:26 2019 -0600
  31. 43062bc binman: Update help for new features by Simon Glass · Mon Jul 08 14:25:25 2019 -0600
  32. a9408f8 binman: Update future features by Simon Glass · Mon Jul 08 14:25:24 2019 -0600
  33. 97011e1 binman: Simplify the entry test by Simon Glass · Mon Jul 08 14:25:23 2019 -0600
  34. c2f1aed binman: Add support for fixed-offset files in CBFS by Simon Glass · Mon Jul 08 13:18:56 2019 -0600
  35. a61e6fe binman: Pad empty areas of the CBFS with files by Simon Glass · Mon Jul 08 13:18:55 2019 -0600
  36. 759af87 binman: Add support for Intel IFWI entries by Simon Glass · Mon Jul 08 13:18:54 2019 -0600
  37. 1de3448 binman: Add support for CBFS entries by Simon Glass · Mon Jul 08 13:18:53 2019 -0600
  38. 96a6296 binman: Add a utility library for coreboot CBFS by Simon Glass · Mon Jul 08 13:18:52 2019 -0600
  39. 578d53e patman: Add a function to write ifwitool by Simon Glass · Mon Jul 08 13:18:51 2019 -0600
  40. cebfab2 binman: Pass the toolpath to tests by Simon Glass · Mon Jul 08 13:18:50 2019 -0600
  41. 1c420c9 binman: Allow preserving test directories by Simon Glass · Mon Jul 08 13:18:49 2019 -0600
  42. 8a50b4a binman: Allow verbosity control when running tests by Simon Glass · Mon Jul 08 13:18:48 2019 -0600
  43. 38a411c binman: Fix up the _DoTestFile() function -u argument by Simon Glass · Mon Jul 08 13:18:47 2019 -0600
  44. a899f71 binman: Support ELF files for TPL by Simon Glass · Mon Jul 08 13:18:46 2019 -0600
  45. 5dcc21d binman: Correct comment in u_boot_spl_elf by Simon Glass · Mon Jul 08 13:18:45 2019 -0600
  46. e2f3c0c binman: Use tools compression function for blob handling by Simon Glass · Mon Jul 08 13:18:44 2019 -0600
  47. c9a5455 binman: Drop unnecessary debug handling by Simon Glass · Mon Jul 08 13:18:43 2019 -0600
  48. ccec026 binman: Use the tools.Decompress method by Simon Glass · Mon Jul 08 13:18:42 2019 -0600
  49. dfd1901 patman: Add functions to compress and decompress data by Simon Glass · Mon Jul 08 13:18:41 2019 -0600
  50. 47f6a62 binman: Allow text directly in the node by Simon Glass · Mon Jul 08 13:18:40 2019 -0600
  51. ed365eb binman: Update entry.SetOffsetSize to be optional by Simon Glass · Mon Jul 08 13:18:39 2019 -0600
  52. c4056b8 binman: Don't assume there is an ME region by Simon Glass · Mon Jul 08 13:18:38 2019 -0600
  53. b9fa857 binman: Assume Intel descriptor is at the start of the image by Simon Glass · Mon Jul 08 13:18:37 2019 -0600
  54. 40778d7 binman: Ensure that coverage has access to site packages by Simon Glass · Mon Jul 08 13:18:36 2019 -0600
  55. 567b682 binman: Add a function to decode an ELF file by Simon Glass · Mon Jul 08 13:18:35 2019 -0600
  56. 4f379ea binman: Add a function to create a sample ELF file by Simon Glass · Mon Jul 08 13:18:34 2019 -0600
  57. 231976a binman: Detect skipped tests by Simon Glass · Mon Jul 08 13:18:33 2019 -0600
  58. ac4738b binman: Use a better error for missing Intel descriptor by Simon Glass · Mon Jul 08 13:18:32 2019 -0600
  59. 720d567 binman: Tidy up help for --indir by Simon Glass · Mon Jul 08 13:18:31 2019 -0600
  60. 224bc66 binman: Add missing comments toentry by Simon Glass · Mon Jul 08 13:18:30 2019 -0600
  61. d84c310 binman: Add missing comments to bsection by Simon Glass · Mon Jul 08 13:18:29 2019 -0600
  62. 6244fa4 binman: Add a --toolpath option to set the tool search path by Simon Glass · Mon Jul 08 13:18:28 2019 -0600
  63. 90c3c4c patman: Add a way to set the search path for tools by Simon Glass · Mon Jul 08 13:18:27 2019 -0600
  64. a16dd6e binman: Add coverage tools info for Python 3 by Simon Glass · Mon Jul 08 13:18:26 2019 -0600
  65. 0d67379 binman: Correct two typos in function names in ftest by Simon Glass · Mon Jul 08 13:18:25 2019 -0600
  66. 221883d binman: Fix comment in bsection.GetEntries() by Simon Glass · Mon Jul 08 13:18:24 2019 -0600
  67. 097483d tools: Drop duplicate raise_on_error argument by Simon Glass · Mon Jul 08 13:18:23 2019 -0600
  68. 87d1504 cbfs: Rename checksum to attributes_offset by Simon Glass · Mon Jul 08 13:18:22 2019 -0600
  69. 6b836a9 cbfs: Add an enum and comment for the magic number by Simon Glass · Mon Jul 08 13:18:21 2019 -0600
  70. d7dbfce x86: Add ifwitool for Intel Integrated Firmware Image by Simon Glass · Mon Jul 08 13:18:20 2019 -0600
  71. c6b05de Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Jul 23 14:16:21 2019 -0400
  72. 6072e23 Merge tag 'rockchip-for-v2019.07-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Tue Jul 23 09:48:16 2019 -0400
  73. 45dd801 rockchip: TPL banner should depend on CONFIG_TPL_BANNER_PRINT by Chris Webb · Fri Jul 19 14:23:55 2019 +0100
  74. a88cbf9 rockchip: Fix TPL build without CONFIG_TPL_SERIAL_SUPPORT by Chris Webb · Fri Jul 19 14:23:11 2019 +0100
  75. feee9af rtc: Add rtc driver for stm32mp1 by Patrick Delaunay · Mon Jul 22 11:02:34 2019 +0200
  76. 03d87aa clk: stm32mp1: Add RTC clock entry by Patrick Delaunay · Thu Jul 11 12:03:37 2019 +0200
  77. a7815ea doc: device-tree-bindings: alignment with v5.2-rc6 for spi-stm32-qspi.txt by Patrice Chotard · Fri Jun 28 15:03:01 2019 +0200
  78. 4916264 spi: stm32_qspi: Remove "st, stm32-qspi" compatible string by Patrice Chotard · Fri Jun 28 15:03:00 2019 +0200
  79. 482ab7a ARM: dts: stm32: Use kernel qspi compatible string for stm32f469-disco-uboot.dtsi by Patrice Chotard · Fri Jun 28 15:02:59 2019 +0200
  80. ea75d10 ARM: dts: stm32: Use kernel qspi compatible string for stm32f7-uboot.dtsi by Patrice Chotard · Fri Jun 28 15:02:58 2019 +0200
  81. 0e336f3 configs: stm32mp15: enable stm32 remoteproc by Patrick Delaunay · Mon Jul 22 11:04:31 2019 +0200
  82. 12750dd MAINTAINERS: Add stm32 remoteproc driver by Fabien Dessenne · Fri May 31 15:11:35 2019 +0200
  83. e09846a remoteproc: Introduce STM32 Cortex-M4 remoteproc driver by Fabien Dessenne · Fri May 31 15:11:34 2019 +0200
  84. edbbdad remoteproc: add elf file load support by Fabien Dessenne · Fri May 31 15:11:33 2019 +0200
  85. b892598 remoteproc: add device_to_virt ops by Fabien Dessenne · Fri May 31 15:11:32 2019 +0200
  86. 88a5114 remoteproc: fix function headers by Fabien Dessenne · Fri May 31 15:11:31 2019 +0200
  87. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · Fri May 31 15:11:30 2019 +0200
  88. c498923 Merge tag 'rockchip-for-v2019.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sun Jul 21 15:40:21 2019 -0400
  89. 36d9bf8 rockchip: sdhci: Fix sdhci mmc driver probe abort by Kever Yang · Fri Jul 19 18:01:11 2019 +0800
  90. 790efe6 rockchip: Remove obsolete references to pyelftools by Chris Webb · Tue Jul 16 20:53:26 2019 +0100
  91. dd7c700 rockchip: make_fit_atf.py: Eliminate pyelftools dependency by Chris Webb · Tue Jul 16 20:52:57 2019 +0100
  92. 5bf79c2 rockchip: enable rk322x TPL_BOOTROM_SUPPORT in Kconfig by Kever Yang · Tue Jul 16 20:40:17 2019 +0800
  93. 65fdabe rockchip: video: rk3288_hdmi: Add missing call to dw_hdmi_enable() by Niklas Schulze · Sun Jul 14 10:40:13 2019 +0000
  94. 3cfbb94 rockchip: rk3399: use common TPL board file by Kever Yang · Tue Jul 09 22:06:01 2019 +0800
  95. 8580d4a rockchip: rk3399: remove TPL_BOARD_INIT by Kever Yang · Tue Jul 09 22:06:00 2019 +0800
  96. e937a99 rockchip: rk3399: use common secure_timer_init() for spl/tpl by Kever Yang · Tue Jul 09 22:05:59 2019 +0800
  97. 48831b2 rockchip: rk3368: use common TPL board file by Kever Yang · Tue Jul 09 22:05:58 2019 +0800
  98. e32f38e rockchip: rk3288: use common TPL board file by Kever Yang · Tue Jul 09 22:05:57 2019 +0800
  99. 466f3fd rockchip: rk322x: use common TPL board file by Kever Yang · Tue Jul 09 22:05:56 2019 +0800
  100. 34ead0f rockchip: add common tpl board file by Kever Yang · Tue Jul 09 22:05:55 2019 +0800