1. 54a9119 spl: fit: verify images prior to post processing by Ben Whitten · Thu Jun 07 11:37:27 2018 +0100
  2. 158105a configs: Remove empty #ifdef/#ifndef blocks from configs by Alex Kiernan · Sat Jun 02 05:42:55 2018 +0000
  3. 72bc5d5 spl: fit: Fix support for loading FPGA bitstream by Marek Vasut · Fri Jun 01 23:19:29 2018 +0200
  4. f6e0e5c spl: spi: Support full fitImage handling by Marek Vasut · Thu May 31 17:59:29 2018 +0200
  5. c659e58 spl: fat: Support full fitImage handling by Marek Vasut · Thu May 31 17:59:19 2018 +0200
  6. 5dee134 fit: Verify all configuration signatures by Marek Vasut · Thu May 31 17:59:07 2018 +0200
  7. 8b489b5 Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue Jul 10 10:29:14 2018 -0400
  8. 27d5c00 net: designware: Add reset ctrl to driver by Ley Foon Tan · Thu Jun 14 18:45:23 2018 +0800
  9. a176339 serial: ns16550: Add reset ctrl to driver by Ley Foon Tan · Thu Jun 14 18:45:22 2018 +0800
  10. 5a694d0 mmc: dwmmc: socfpga: Add reset ctrl to driver by Ley Foon Tan · Thu Jun 14 18:45:21 2018 +0800
  11. 8d7072b include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET) by Ley Foon Tan · Thu Jun 14 18:45:20 2018 +0800
  12. 9caf712 reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET by Ley Foon Tan · Thu Jun 14 18:45:19 2018 +0800
  13. 24ac473 MAINTAINERS: Add entries for Actions Semi OWL family by Manivannan Sadhasivam · Thu Jun 14 23:38:39 2018 +0530
  14. 01e4739 serial: Add Actions Semi OWL UART support by Manivannan Sadhasivam · Thu Jun 14 23:38:38 2018 +0530
  15. c7c2320 arm: dts: bubblegum_96: Enable UART5 for serial console by Manivannan Sadhasivam · Thu Jun 14 23:38:37 2018 +0530
  16. 1c4d348 arm: dts: s900: Add UART node by Manivannan Sadhasivam · Thu Jun 14 23:38:36 2018 +0530
  17. 91a8513 clk: Add Actions Semi OWL clock support by Manivannan Sadhasivam · Thu Jun 14 23:38:35 2018 +0530
  18. 611b19f arm: dts: s900: Add Clock Management Unit (CMU) nodes by Manivannan Sadhasivam · Thu Jun 14 23:38:34 2018 +0530
  19. 62cfd30 dt-bindings: clock: Add S900 CMU register definitions by Manivannan Sadhasivam · Thu Jun 14 23:38:33 2018 +0530
  20. 604ecc8 board: Add uCRobotics Bubblegum-96 board support by Manivannan Sadhasivam · Thu Jun 14 23:38:32 2018 +0530
  21. 474a5df arm: Add support for Actions Semi OWL SoC family by Manivannan Sadhasivam · Thu Jun 14 23:38:31 2018 +0530
  22. ecbc80e configs: Resync with savedefconfig by Tom Rini · Mon Jul 09 15:13:08 2018 -0400
  23. a87014e binman: Support updating the device tree with calc'd info by Simon Glass · Fri Jul 06 10:27:42 2018 -0600
  24. e22f8fa binman: Add a SetCalculatedProperties() method by Simon Glass · Fri Jul 06 10:27:41 2018 -0600
  25. 9230773 binman: Add a ProcessFdt() method by Simon Glass · Fri Jul 06 10:27:40 2018 -0600
  26. 29dae67 binman: Complete documentation of stages by Simon Glass · Fri Jul 06 10:27:39 2018 -0600
  27. e80c556 dtoc: Add functions to add integer properties by Simon Glass · Fri Jul 06 10:27:38 2018 -0600
  28. 3bce93d dtoc: Avoid unwanted output during tests by Simon Glass · Fri Jul 06 10:27:37 2018 -0600
  29. 6d52052 test: Enable cover-coverage tests for dtoc and fdt by Simon Glass · Fri Jul 06 10:27:36 2018 -0600
  30. 961c1ce dtoc: Increase code coverage to 100% by Simon Glass · Fri Jul 06 10:27:35 2018 -0600
  31. 3609d5e binman: Move capture_sys_output() to test_util by Simon Glass · Fri Jul 06 10:27:34 2018 -0600
  32. 0372540 dtoc: Add a test for code coverage by Simon Glass · Fri Jul 06 10:27:33 2018 -0600
  33. c38fee04 dtoc: Fix some minor errors by Simon Glass · Fri Jul 06 10:27:32 2018 -0600
  34. 609e2b1 dtoc: Fix properties with a single zero-arg phandle by Simon Glass · Fri Jul 06 10:27:31 2018 -0600
  35. c5eddc8 dtoc: Fix Fdt.GetNode() to handle a missing node by Simon Glass · Fri Jul 06 10:27:30 2018 -0600
  36. 4df8a0c dtoc: Keep track of property offsets by Simon Glass · Fri Jul 06 10:27:29 2018 -0600
  37. 9c52633 dtoc: Update fdt tests to increase code coverage by Simon Glass · Fri Jul 06 10:27:28 2018 -0600
  38. 792d239 dtoc: Drop use of a local dtb buffer by Simon Glass · Fri Jul 06 10:27:27 2018 -0600
  39. 151aeed dtoc: Make use of the new pylibfdt methods by Simon Glass · Fri Jul 06 10:27:26 2018 -0600
  40. c47c2b3 dtoc: Update tests to write failures to /tmp by Simon Glass · Fri Jul 06 10:27:25 2018 -0600
  41. 0ed5075 dtoc: Add some tests for the fdt module by Simon Glass · Fri Jul 06 10:27:24 2018 -0600
  42. 132be85 binman: Move coverage logic into a new test_util file by Simon Glass · Fri Jul 06 10:27:23 2018 -0600
  43. 0537c55 libfdt: Add get_property() and del_node() by Simon Glass · Fri Jul 06 10:27:22 2018 -0600
  44. 04402d3 libfdt: Fix the Python pack() function by Simon Glass · Fri Jul 06 10:27:21 2018 -0600
  45. 70cd0d7 libfdt: Bring in proposed pylibfdt changes by Simon Glass · Fri Jul 06 10:27:20 2018 -0600
  46. 2e1169f binman: Tidy up setting of entry contents by Simon Glass · Fri Jul 06 10:27:19 2018 -0600
  47. 02e0fc6 binman: Tidy up execution of tests by Simon Glass · Fri Jul 06 10:27:18 2018 -0600
  48. 6ba679c binman: Correct operation of ObtainContents() by Simon Glass · Fri Jul 06 10:27:17 2018 -0600
  49. 820af1d binman: Tidy up variables in _RunMicrocodeTest() by Simon Glass · Fri Jul 06 10:27:16 2018 -0600
  50. 09d3c8d binman: Make the operation of Entry__testing explicit by Simon Glass · Fri Jul 06 10:27:15 2018 -0600
  51. c2a849d binman: Switch to 'python-coverage' by Tom Rini · Fri Jul 06 10:27:14 2018 -0600
  52. 5ab533c dm: core: Add logging of some common errors by Simon Glass · Mon Jun 11 13:07:19 2018 -0600
  53. 2e4d872 dm: core: Add a function to decode a memory region by Simon Glass · Mon Jun 11 13:07:18 2018 -0600
  54. 4b58093 dm: core: Update of_read_fmap_entry() for livetree by Simon Glass · Mon Jun 11 13:07:17 2018 -0600
  55. f354863 dm: spi: Update sandbox SPI emulation driver to use ofnode by Simon Glass · Mon Jun 11 13:07:16 2018 -0600
  56. 9eb151e dm: core: Add a way to bind a device by ofnode by Simon Glass · Mon Jun 11 13:07:15 2018 -0600
  57. bfad6ed log: Add a way to log a return value with a message by Simon Glass · Mon Jun 11 13:07:14 2018 -0600
  58. 954eeae dm: core: Add a way to find an ofnode by compatible string by Simon Glass · Mon Jun 11 13:07:13 2018 -0600
  59. a8173d6 dm: core: Add comments to ofnode_read_resource() functoins by Simon Glass · Mon Jun 11 13:07:12 2018 -0600
  60. 1c68234 dm: core: Fix a few ofnode function comments by Simon Glass · Mon Jun 11 13:07:11 2018 -0600
  61. 9d54a7a dm: core: Add ofnode function to read a 64-bit int by Simon Glass · Mon Jun 11 13:07:10 2018 -0600
  62. fa28d14 fdt: Add device tree memory bindings by Michael Pratt · Mon Jun 11 13:07:09 2018 -0600
  63. 8e28ecc Prepare v2018.07 by Tom Rini · Mon Jul 09 10:24:14 2018 -0400
  64. 60f02ff Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Sun Jul 08 18:56:07 2018 -0400
  65. 0ebcc9a Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Fri Jul 06 17:12:06 2018 -0400
  66. d932e5f tegra: nyan-big: Update CONFIG_SYS_TEXT to the default in README.chromium by Peter Robinson · Sun Jun 10 06:17:46 2018 +0100
  67. 7a45060 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Jul 06 08:55:09 2018 -0400
  68. dc27c4f sunxi: A64: OHCI: prevent turning off shared USB clock by Andre Przywara · Thu Jul 05 00:57:48 2018 +0100
  69. 8044700 usb: dwc2: Add brcm,bcm2708-usb compatible by Emmanuel Vadot · Mon Jul 02 14:34:23 2018 +0200
  70. 52a5ccb Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Tue Jul 03 23:09:34 2018 -0400
  71. d1de0bb arm: timer: sunxi: add Allwinner timer erratum workaround by Andre Przywara · Wed Jun 27 01:42:53 2018 +0100
  72. 60b7865 arm: timer: factor out FSL arch timer erratum workaround by Andre Przywara · Wed Jun 27 01:42:52 2018 +0100
  73. bffdc86 Prepare v2018.07-rc3 by Tom Rini · Mon Jul 02 23:23:15 2018 -0400
  74. e1ea543 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Mon Jul 02 16:11:09 2018 -0400
  75. d165c70 board/aries: Remove by Tom Rini · Mon Jul 02 15:52:50 2018 -0400
  76. 1cfa5ee ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP by Alexander Graf · Fri Jun 15 10:29:29 2018 +0200
  77. 427e695 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · Fri Jun 15 10:29:28 2018 +0200
  78. f43bf5d net: Prefer command line arguments by Alexander Graf · Fri Jun 15 10:29:27 2018 +0200
  79. 776fc10 net: Add new wol command - Wake on LAN by Lothar Felten · Fri Jun 22 22:29:54 2018 +0200
  80. f046bed net: mvneta: zero Tx descriptors on init by Rabeeh Khoury · Tue Jun 19 21:36:51 2018 +0300
  81. 31ad3ce net: mvneta: dcache flush TX descriptors at init by Rabeeh Khoury · Tue Jun 19 21:36:50 2018 +0300
  82. 3338d9a net: fastboot: Fix build when FASTBOOT_FLASH is disabled by Alex Kiernan · Fri Jun 15 05:06:00 2018 +0000
  83. d061bfd net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read() by Michal Simek · Thu Jun 14 09:08:44 2018 +0200
  84. 43656cc Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Mon Jul 02 14:40:03 2018 -0400
  85. e270519 video: arm: rpi: Add brcm,bcm2708-fb compatible by Emmanuel Vadot · Mon Jul 02 14:33:14 2018 +0200
  86. 41d973c Merge git://git.denx.de/u-boot-x86 by Tom Rini · Sun Jul 01 22:13:34 2018 -0400
  87. 4c1192c Revert "fw_printenv: Don't bail out directly after one env read error" by Tom Rini · Sun Jul 01 22:10:33 2018 -0400
  88. b9cf35b doc: vxworks: Mention chain-loading an x86 kernel via 'bootefi' by Bin Meng · Wed Jun 27 20:38:06 2018 -0700
  89. 9cf307a x86: doc: Update EFI loader support by Bin Meng · Wed Jun 27 20:38:05 2018 -0700
  90. 8e94329 efi_loader: helloworld: Output ACPI configuration table by Bin Meng · Wed Jun 27 20:38:04 2018 -0700
  91. 2cfbdae efi_loader: Install ACPI configuration tables by Bin Meng · Wed Jun 27 20:38:03 2018 -0700
  92. c4d777b efi_loader: Increase number of configuration tables to 16 by Bin Meng · Wed Jun 27 20:38:02 2018 -0700
  93. 1a4e82d x86: efi_loader: Build EFI memory map per E820 table by Bin Meng · Wed Jun 27 20:38:01 2018 -0700
  94. 7fe4075 x86: Use microcode update from device tree for all processors by Ivan Gorinov · Thu Jun 21 21:16:16 2018 -0700
  95. 49568fe x86: Add scsi command to coreboot and qemu by Bin Meng · Tue Jun 26 03:58:55 2018 -0700
  96. 1394fbb x86: timer: tsc: Allow specifying clock rate from device tree again by Bin Meng · Sat Jun 23 03:03:47 2018 -0700
  97. 8979935 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Sat Jun 30 08:52:06 2018 -0400
  98. 4ed64b7 mx5: Select ARM_CORTEX_A8_CVE_2017_5715 by Fabio Estevam · Wed Jun 20 15:08:21 2018 -0300
  99. 073c05e lib: div64: fix typeo in include/div64.h by Heinrich Schuchardt · Thu Jun 28 19:55:46 2018 +0200
  100. 7afce44 ARM: mach-omap2: omap3/am335x: Enable ACR::IBE on Cortex-A8 SoCs for CVE-2017-5715 by Nishanth Menon · Tue Jun 12 15:24:11 2018 -0500