1. 07fbba5 sysreset: Add a way to find the last reset by Simon Glass · Mon Oct 01 12:22:46 2018 -0600
  2. b8b4d2a sysreset: Tidy up a few comments and logging by Simon Glass · Mon Oct 01 12:22:45 2018 -0600
  3. baac4eb pci: Add a little more debugging to pci_rom by Simon Glass · Mon Oct 01 12:22:44 2018 -0600
  4. 126f0d2 ctags: Minor changes to fix ctags output by Simon Glass · Mon Oct 01 12:22:42 2018 -0600
  5. fe68a45 panel: Expand the backlight support by Simon Glass · Mon Oct 01 12:22:41 2018 -0600
  6. 5620cf8 test: panel: Add a test for the panel uclass by Simon Glass · Mon Oct 01 12:22:40 2018 -0600
  7. 4ed88a5 cros_ec: Add support for v3 messages on LPC by Simon Glass · Mon Oct 01 12:22:39 2018 -0600
  8. 9456490 cros_ec: Update cros_ec_read_hash() to specify the image by Simon Glass · Mon Oct 01 12:22:38 2018 -0600
  9. 2c1e550 cros: Update ec_commands to latest version by Simon Glass · Mon Oct 01 12:22:36 2018 -0600
  10. 1a82542 tpm: Use livetree and allow children by Simon Glass · Mon Oct 01 12:22:27 2018 -0600
  11. 5534312 video: Adjust video_clear() to return an error by Simon Glass · Mon Oct 01 12:22:26 2018 -0600
  12. 00d9990 dm: spi: Add logging of some return values by Simon Glass · Mon Oct 01 12:22:24 2018 -0600
  13. bed4352 cros: Update cros_ec code to use struct udevice by Simon Glass · Mon Oct 01 12:22:22 2018 -0600
  14. 6057392 serial: Allow serial to be absent in TPL by Simon Glass · Mon Oct 01 12:22:20 2018 -0600
  15. 93a45b1 tpm: Add support for SPL and TPL by Simon Glass · Mon Oct 01 12:22:19 2018 -0600
  16. 23f2284 fdt: Allow indicating a node is for U-Boot proper only by Simon Glass · Mon Oct 01 12:22:18 2018 -0600
  17. 39c9422 rtc: Allow use of RTC in SPL and TPL by Simon Glass · Mon Oct 01 12:22:15 2018 -0600
  18. 9be963e Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig by Simon Glass · Mon Oct 01 12:22:14 2018 -0600
  19. a19f730 blk: Support block drivers in TPL by Simon Glass · Mon Oct 01 12:22:13 2018 -0600
  20. f56afda spl: input: Allow input in SPL and TPL by Simon Glass · Mon Oct 01 12:22:10 2018 -0600
  21. 342eb81 sf: Avoid allocating memory on every read operation by Simon Glass · Mon Oct 01 12:22:09 2018 -0600
  22. 699c9ca dm: core: Update ofnode to read binman-style flash entry by Simon Glass · Mon Oct 01 12:22:08 2018 -0600
  23. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · Mon Oct 01 12:22:07 2018 -0600
  24. 2e5e5ec dm: core: Update some functions to use const by Simon Glass · Mon Oct 01 12:22:06 2018 -0600
  25. 7ebd13d dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · Mon Oct 01 12:22:05 2018 -0600
  26. ae50ec7 sandbox: Restore blocking I/O on exit by Simon Glass · Mon Oct 01 11:55:20 2018 -0600
  27. 8e8963b dm: spi: Clean up detection of sandbox SPI emulator by Simon Glass · Mon Oct 01 11:55:19 2018 -0600
  28. f99c329 sandbox: tpm: Enhance to support the latest Chromium OS by Simon Glass · Mon Oct 01 11:55:18 2018 -0600
  29. 5ff3f16 sandbox: tpm: Tidy up enums and return values by Simon Glass · Mon Oct 01 11:55:17 2018 -0600
  30. 15421f3 serial: sandbox: Allow serial output without device tree by Simon Glass · Mon Oct 01 11:55:16 2018 -0600
  31. e3057f3 sandbox: Add a debug UART by Simon Glass · Mon Oct 01 11:55:15 2018 -0600
  32. 0806dcc sandbox: video: Speed up video output by Simon Glass · Mon Oct 01 11:55:14 2018 -0600
  33. 3b4b340 sandbox: spi: Add more logging by Simon Glass · Mon Oct 01 11:55:13 2018 -0600
  34. fd5259a sandbox: spi: Drop command-line SPI option by Simon Glass · Mon Oct 01 11:55:09 2018 -0600
  35. a9dac49 ofnode: Add missing address translation into ofnode_get_addr_size() by Marek Vasut · Mon Oct 01 12:37:20 2018 +0200
  36. 1638c17 ofnode: Replace of_n_addr_cells with of_n_size_cells by Marek Vasut · Mon Oct 01 12:37:19 2018 +0200
  37. f1edae9 Kconfig: sandbox: enable cmd_avb and dependencies by Jens Wiklander · Tue Sep 25 16:40:23 2018 +0200
  38. c7b443a tee: add sandbox driver by Jens Wiklander · Tue Sep 25 16:40:18 2018 +0200
  39. 8ebf55f tee: optee: support AVB trusted application by Jens Wiklander · Tue Sep 25 16:40:15 2018 +0200
  40. f1420dd optee: support routing of rpmb data frames to mmc by Jens Wiklander · Tue Sep 25 16:40:14 2018 +0200
  41. 2b7216b tee: add OP-TEE driver by Jens Wiklander · Tue Sep 25 16:40:11 2018 +0200
  42. 1429044 Add UCLASS_TEE for Trusted Execution Environment by Jens Wiklander · Tue Sep 25 16:40:09 2018 +0200
  43. d489839 mmc: rpmb: add mmc_rpmb_route_frames() by Jens Wiklander · Tue Sep 25 16:40:08 2018 +0200
  44. 651a836 dm: fdt: scan for devices under /firmware too by Jens Wiklander · Tue Sep 25 16:40:05 2018 +0200
  45. 688db7f misc: Add support for the Arm Versatile Express config bus by Liviu Dudau · Fri Sep 28 13:43:31 2018 +0100
  46. a1f05a9 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Fri Oct 05 21:17:35 2018 -0400
  47. c26f751 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Fri Oct 05 21:17:21 2018 -0400
  48. eab8e23 Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchip by Tom Rini · Fri Oct 05 10:16:46 2018 -0400
  49. b6a6dc8 net: gmac_rockchip: Add handling for RGMII_ID/RXID/TXID by Janine Hagemann · Tue Aug 28 08:25:05 2018 +0200
  50. 714f70a net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii by Janine Hagemann · Tue Aug 28 08:25:04 2018 +0200
  51. e51fced Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Thu Oct 04 09:18:30 2018 -0400
  52. 8adb8cb spi: Add SPI driver for MT76xx SoCs by Stefan Roese · Thu Aug 16 10:48:48 2018 +0200
  53. cdb295c mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · Thu Aug 16 18:05:08 2018 +0200
  54. 72191c7 sf: Add XMC xm25qh64a and xm25qh128a entries by Stefan Roese · Mon Aug 06 16:33:19 2018 +0200
  55. f59a467 Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchip by Tom Rini · Wed Oct 03 12:09:19 2018 -0400
  56. 16a48f5 gpio: dwapb_gpio: Change to use devm_kcalloc() by Ley Foon Tan · Wed Sep 19 16:26:33 2018 +0800
  57. c31c4b1 phy: rcar: Add R-Car Gen3 PHY driver by Marek Vasut · Tue Oct 02 22:31:47 2018 +0200
  58. 6cdeb49 i2c: Add support for the Arm's Versatile Express I2C controller. by Liviu Dudau · Fri Sep 28 13:46:48 2018 +0100
  59. ac3de90 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Tue Oct 02 13:02:22 2018 -0400
  60. d2da045 spi: sh_qspi: Add DM support to SH QSPI driver by Marek Vasut · Sat Aug 25 19:34:24 2018 +0200
  61. 63f7711 driver/spi: fsl_qspi: Remove non-DM stuff by Ashish Kumar · Fri Sep 07 09:49:34 2018 +0530
  62. fc3382d spi: designware_spi: Add reset ctrl to driver by Ley Foon Tan · Fri Sep 07 14:25:29 2018 +0800
  63. 741f4c7 cmd: mtd: add 'mtd' command by Miquel Raynal · Sat Sep 29 12:58:28 2018 +0200
  64. 6382e0c mtd: mtdpart: implement proper partition handling by Miquel Raynal · Sat Sep 29 12:58:27 2018 +0200
  65. 1a08e99 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · Sat Sep 29 12:58:26 2018 +0200
  66. 6f381d5 mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · Sat Sep 29 12:58:25 2018 +0200
  67. aa168ac mtd: uclass: add probe function by Miquel Raynal · Sat Sep 29 12:58:24 2018 +0200
  68. 52c55a2 rockchip: dwmmc: add rk2928-dw-mshc compatible by Heiko Stuebner · Fri Sep 21 10:59:46 2018 +0200
  69. 46b7a4f mmc: dw_mmc: check fifo status with a timeout in fifo mode by Heiko Stuebner · Fri Sep 21 10:59:45 2018 +0200
  70. b93eea7 Merge git://git.denx.de/u-boot-dm by Tom Rini · Sun Sep 30 18:16:51 2018 -0400
  71. 8c09fce usb:ci_udc: don't overwrite configuration on pullup by Ramon Fried · Fri Sep 21 13:35:56 2018 +0300
  72. cbee908 usb: ehci-msm: Add init_after_reset for CI_UDC by Ramon Fried · Fri Sep 21 13:35:53 2018 +0300
  73. 5d4eb84 usb:ci_udc: Introduce init_after_reset phy function by Ramon Fried · Fri Sep 21 13:35:52 2018 +0300
  74. 7b0334f ehci: msm: use init_type in probe by Ramon Fried · Fri Sep 21 13:35:51 2018 +0300
  75. 7e36596 ehci: msm: switch to generic PHY uclass by Ramon Fried · Fri Sep 21 13:35:50 2018 +0300
  76. 019fb8c phy: db410c: Add MSM USB PHY driver by Ramon Fried · Fri Sep 21 13:35:47 2018 +0300
  77. 4383948 ehci: msm: Add missing platdata by Ramon Fried · Fri Sep 21 13:35:44 2018 +0300
  78. bc866cc8 ehci: Replace board_prepare_usb with board_usb_init by Ramon Fried · Fri Sep 21 13:35:43 2018 +0300
  79. 988de86 serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCs by Patrice Chotard · Thu Sep 20 15:14:15 2018 +0200
  80. ba024e6 clk: Add support for Arm's Versatile Express OSC clock generators by Liviu Dudau · Mon Sep 17 17:50:00 2018 +0100
  81. 6973345 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Sat Sep 29 22:28:44 2018 -0400
  82. b3b2ddb dm: test: Add "/firmware" node scan test by Rajan Vaja · Wed Sep 19 03:43:46 2018 -0700
  83. ed022eb firmware: Add FIRMWARE config prompt string by Rajan Vaja · Wed Sep 19 03:43:43 2018 -0700
  84. ab664ff test: Add tests for board uclass by Mario Six · Tue Jul 31 11:44:13 2018 +0200
  85. a7dfbd0 board: Add gazerbeam driver by Mario Six · Tue Jul 31 11:44:12 2018 +0200
  86. 2161e55 drivers: Add board uclass by Mario Six · Tue Jul 31 11:44:11 2018 +0200
  87. 3bedfbe core: Add dev_{disable,enable}_by_path by Mario Six · Tue Jun 26 08:46:50 2018 +0200
  88. 047dafc core: Add functions to set properties in live-tree by Mario Six · Tue Jun 26 08:46:48 2018 +0200
  89. b50374f Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Sat Sep 29 11:47:32 2018 -0400
  90. ac740ff mmc: omap_mmc: Remove invert references by Adam Ford · Sat Sep 08 08:16:23 2018 -0500
  91. 200e35e pinctrl: sandbox: add gpio onewire w1 group by Eugen Hristev · Tue Sep 18 10:35:34 2018 +0300
  92. 3036948 W1-EEPROM: add sandbox driver by Eugen Hristev · Tue Sep 18 10:35:31 2018 +0300
  93. 62fbdb5 W1-EEPROM: add support for Maxim DS24 eeprom families by Maxime Ripard · Tue Sep 18 10:35:29 2018 +0300
  94. 6a54612 w1: identify devices with w1-eeprom uclass by Eugen Hristev · Tue Sep 18 10:35:28 2018 +0300
  95. f674fc0 W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs by Maxime Ripard · Tue Sep 18 10:35:27 2018 +0300
  96. e95bf2e w1: Add 1-Wire gpio driver by Maxime Ripard · Tue Sep 18 10:35:25 2018 +0300
  97. bdbdca3 w1: Add 1-Wire uclass by Maxime Ripard · Tue Sep 18 10:35:24 2018 +0300
  98. 5ca878b common: Generic loader for file system by Tien Fong Chee · Fri Jul 06 16:28:03 2018 +0800
  99. 1037852 block: Add a function to find block device descriptor by Tien Fong Chee · Fri Jul 06 16:26:36 2018 +0800
  100. 8373ed3 video: Add support for Arm's Mali Display Processors by Liviu Dudau · Fri Sep 28 13:50:53 2018 +0100