1. c9e7ac8 Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogic by Tom Rini · Thu Nov 29 09:33:33 2018 -0500
  2. ed71a40 arm: MediaTek: add basic support for MT7623 boards by developer · Thu Nov 15 10:07:53 2018 +0800
  3. f4a079c arm: MediaTek: add basic support for MT7629 boards by developer · Thu Nov 15 10:07:52 2018 +0800
  4. aae0028 arm: dts: MediaTek: add device tree for MT7623 by developer · Thu Nov 15 10:07:51 2018 +0800
  5. a37ad46 arm: dts: MediaTek: add device tree for MT7629 by developer · Thu Nov 15 10:07:50 2018 +0800
  6. e1de5d4 tools: MediaTek: add MTK boot header generation to mkimage by developer · Thu Nov 15 10:07:49 2018 +0800
  7. 87efc1b Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Tue Nov 27 14:01:45 2018 -0500
  8. 489b2ab configs: Remove CONFIG_MARVELL by Chris Packham · Wed Nov 21 20:24:51 2018 +1300
  9. 0737ff1 ARM: vexpress_*_defconfig: Enable CMD_UBI support by Otavio Salvador · Tue Nov 20 16:47:12 2018 -0200
  10. f2c2e6d board: da8xxevm: Fix Environmental CRC error by Adam Ford · Tue Nov 20 08:43:13 2018 -0600
  11. 78371f3 arm: ti: boot: Fix U-Boot environment partition address by Sam Protsenko · Thu Nov 15 22:26:17 2018 +0200
  12. ceadc3e armv7r: K3: Allow SPL to run only on core 0 by Lokesh Vutla · Thu Nov 15 11:04:50 2018 +0530
  13. b0253b2 Merge git://git.denx.de/u-boot-riscv by Tom Rini · Mon Nov 26 13:45:29 2018 -0500
  14. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · Wed Nov 21 08:43:56 2018 +0100
  15. 2fbfcbb ARM: meson: Add boot device discovery by Neil Armstrong · Fri Jul 27 14:10:00 2018 +0200
  16. 7c088e1 ARM: dts: Sync Amlogic Meson AXG DT from Linux 4.20-rc1 by Neil Armstrong · Wed Sep 05 15:56:52 2018 +0200
  17. 0fca923 ARM: meson: Add support for AXG family by Neil Armstrong · Wed Sep 05 15:56:12 2018 +0200
  18. 7c3ca35 configs: meson: change default load addresses by Jerome Brunet · Wed Oct 24 16:27:51 2018 +0200
  19. 32bacc5 ARM: rework amlogic configuration by Jerome Brunet · Thu Oct 25 16:41:37 2018 +0200
  20. 716dbbf board: amlogic: move khadas-vim2 as q200 ref board by Neil Armstrong · Fri Nov 09 11:57:47 2018 +0100
  21. ff5ce03 configs: meson: remove unnecessary MESON_FDTFILE_SETTING by Jerome Brunet · Fri Oct 19 12:00:51 2018 +0200
  22. e14f1a2 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · Thu Nov 15 18:44:09 2018 -0700
  23. dbd3f11 spl: Add a define for SPL_TPL_PROMPT by Simon Glass · Thu Nov 15 18:43:56 2018 -0700
  24. 78b0ef5 test: Add a simple test for bloblist by Simon Glass · Thu Nov 15 18:43:53 2018 -0700
  25. a815dab bloblist: Locate bloblist in U-Boot by Simon Glass · Thu Nov 15 18:43:52 2018 -0700
  26. 4e0a52d spl: Set up the bloblist in SPL by Simon Glass · Thu Nov 15 18:43:51 2018 -0700
  27. 712bd2d Add core support for a bloblist to convey data from SPL by Simon Glass · Thu Nov 15 18:43:50 2018 -0700
  28. b56cdc0 spl: Add support for logging in SPL and TPL by Simon Glass · Thu Nov 15 18:43:49 2018 -0700
  29. 7fcf212 riscv: qemu: detect and boot the kernel passed by QEMU by Lukas Auer · Thu Nov 22 11:26:36 2018 +0100
  30. b03a60b dm: core: add missing prototype for ofnode_read_u64 by Lukas Auer · Thu Nov 22 11:26:35 2018 +0100
  31. 6e62d2c riscv: qemu: enable distro boot by Lukas Auer · Thu Nov 22 11:26:34 2018 +0100
  32. e8c4df4 distro_bootcmd: add VirtIO distro boot command by Lukas Auer · Thu Nov 22 11:26:33 2018 +0100
  33. 50d61e2 riscv: qemu: support booting Linux by Lukas Auer · Thu Nov 22 11:26:31 2018 +0100
  34. ccd035a Drop CONFIG_INIT_CRITICAL by Bin Meng · Thu Nov 22 11:26:26 2018 +0100
  35. 54ebfe7 riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I by Lukas Auer · Thu Nov 22 11:26:12 2018 +0100
  36. 36eee8c sf: Add a method to obtain the block-protect setting by Simon Glass · Tue Nov 06 15:21:41 2018 -0700
  37. 587dc40 misc: Update read() and write() methods to return bytes xfered by Simon Glass · Tue Nov 06 15:21:39 2018 -0700
  38. 2b063b8 video: Update video_set_default_colors() to support invert by Simon Glass · Tue Nov 06 15:21:36 2018 -0700
  39. 8d176d8 sandbox: Add a function to read a host file by Simon Glass · Tue Nov 06 15:21:25 2018 -0700
  40. 541b2b8 sandbox: log: Add a category for sandbox by Simon Glass · Tue Nov 06 15:21:24 2018 -0700
  41. 153f252 cros_ec: Add new features for events and power by Simon Glass · Tue Nov 06 15:21:22 2018 -0700
  42. 99a097d fdt: restore board_fdt_blob_setup() declaration by Baruch Siach · Sun Oct 28 14:41:14 2018 +0200
  43. 4a35965 Merge git://git.denx.de/u-boot-marvell by Tom Rini · Tue Nov 20 12:36:47 2018 -0500
  44. b341a43 dm: adc: add uclass's mask and conversion helpers by Fabrice Gasnier · Mon Nov 12 14:03:58 2018 +0100
  45. 716a186 ARM: mvebu: db-88f6820: remove redundant comment by Chris Packham · Mon Nov 19 19:59:23 2018 +1300
  46. e539a7c linux/sizes.h: sync from kernel by Baruch Siach · Sun Nov 11 12:31:03 2018 +0200
  47. 401885a Use _AC and UL macros from linux/const.h by Baruch Siach · Sun Nov 11 12:31:01 2018 +0200
  48. 4864f30 linux/const.h: import from kernel by Baruch Siach · Sun Nov 11 12:31:00 2018 +0200
  49. dcbacf4 mips: mt76xx: linkit-smart-7688: Misc updates to dts/config/defconfig by Stefan Roese · Tue Oct 09 08:59:16 2018 +0200
  50. 95c6c29 mips: mt76xx: gardena-smart-gateway: Misc updates to dts/config/defconfig by Stefan Roese · Tue Oct 09 08:59:14 2018 +0200
  51. e897fc5 Ability to modify distro boot filename by Martyn Welch · Tue Nov 06 12:23:53 2018 +0000
  52. 6b981d0 dm: serial: fix comment on dm_serial_ops setconfig by Simon Goldschmidt · Fri Nov 02 21:08:16 2018 +0100
  53. cbf5403 board: ti: am654: r5: Add initial support for am654 by Lokesh Vutla · Fri Nov 02 19:51:07 2018 +0530
  54. c4b4ef0 cmd: pinmux: Add pinmux command by Patrice Chotard · Wed Oct 24 14:10:17 2018 +0200
  55. 492b7a9 dm: uclass: Add uclass_foreach_dev_probe by Patrice Chotard · Wed Oct 24 14:10:16 2018 +0200
  56. 4dff178 dm: uclass: Add uclass_next_device_err() to return a valid device by Patrice Chotard · Wed Oct 24 14:10:15 2018 +0200
  57. fbf8082 dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count by Patrice Chotard · Wed Oct 24 14:10:14 2018 +0200
  58. 74ba3f2 dm: pinctrl: Add get_pin_muxing() ops by Patrice Chotard · Wed Oct 24 14:10:13 2018 +0200
  59. 2e461ef w1-eeprom: Add support for Maxim DS2502 add only memory by Martin Fuzzey · Wed Oct 24 10:21:19 2018 +0200
  60. 66ff8b2 configs: am3517_evm: Use default OMAP3 memory settings by Adam Ford · Sun Oct 21 10:34:49 2018 -0500
  61. 3da5fb4 bcm968580xref: add initial support by Philippe Reynes · Thu Oct 11 18:31:59 2018 +0200
  62. 0509c4e arm: at91: wdt: Convert watchdog driver to dm/dt by Prasanthi Chellakumar · Tue Oct 09 11:46:40 2018 -0700
  63. 631f348 dm: pci: Add APIs to find next capability and extended capability by Bin Meng · Mon Oct 15 02:21:21 2018 -0700
  64. b95e9db kconfig: Introduce HAVE_ARCH_IOMAP by Bin Meng · Mon Oct 15 02:21:15 2018 -0700
  65. d458006 blk: Introduce IF_TYPE_VIRTIO by Tuomas Tynkkynen · Mon Oct 15 02:21:10 2018 -0700
  66. fd5eda7 blk: Make blk_next_free_devnum() public by Bin Meng · Mon Oct 15 02:21:09 2018 -0700
  67. e086801 blk: Drop blk_prepare_device() by Bin Meng · Mon Oct 15 02:21:08 2018 -0700
  68. d58269f virtio: Add codes for virtual queue/ring management by Tuomas Tynkkynen · Mon Oct 15 02:21:01 2018 -0700
  69. db7ca2e dm: Add a new uclass driver for VirtIO transport devices by Bin Meng · Mon Oct 15 02:21:00 2018 -0700
  70. d9bad17 test: dm: core: Add test case for uclass driver's child_post_probe() by Bin Meng · Mon Oct 15 02:20:58 2018 -0700
  71. 30569cf dm: core: Allow uclass to set up a device's child after it is probed by Bin Meng · Mon Oct 15 02:20:57 2018 -0700
  72. 318937e regmap: Add overview documentation by Mario Six · Mon Oct 15 09:24:15 2018 +0200
  73. e5a3d5b regmap: Add endianness support by Mario Six · Mon Oct 15 09:24:14 2018 +0200
  74. 83ceba2 regmap: Define regmap_{get,set} by Mario Six · Mon Oct 15 09:24:12 2018 +0200
  75. 2f00997 regmap: Support reading from specific range by Mario Six · Mon Oct 15 09:24:11 2018 +0200
  76. a4fd59e regmap: Add raw read/write functions by Mario Six · Mon Oct 15 09:24:10 2018 +0200
  77. 1d67cfb regmap: Fix documentation by Mario Six · Thu Oct 04 09:00:41 2018 +0200
  78. 004323a dm: Correct pre_reloc_only parameter description in several APIs' comments by Bin Meng · Wed Oct 10 22:06:59 2018 -0700
  79. 9a9b074 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · Wed Oct 10 22:06:58 2018 -0700
  80. dddc3a8 dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc() by Bin Meng · Wed Oct 10 22:06:57 2018 -0700
  81. 97bbb60 board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · Mon Aug 06 10:23:41 2018 +0200
  82. ed2dd4e Merge branch 'next' by Tom Rini · Wed Nov 14 11:30:07 2018 -0500
  83. 2b62b91 configs: Migrate and re-enabled CONFIG_CMD_MTDPARTS by Tom Rini · Tue Nov 13 19:54:45 2018 -0500
  84. a6d9199 mmc: dw_mmc: Add RCRC handling by Marek Vasut · Tue Nov 06 23:42:11 2018 +0100
  85. b0e3879 Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active" by Bin Meng · Wed Nov 07 03:50:34 2018 -0800
  86. 8f0700c arm: zynq: Setup non zero SPL FIT load address by Michal Simek · Wed Oct 17 12:16:12 2018 +0200
  87. f69821b configs: net: convert DRIVER_TI_KEYSTONE_NET kconfig by Grygorii Strashko · Wed Oct 31 16:21:40 2018 -0500
  88. 38b33e9 net: ftgmac100: convert to driver model by Cédric Le Goater · Mon Oct 29 07:06:31 2018 +0100
  89. d6c7a9c Merge tag 'arc-for-2018.11' of git://git.denx.de/u-boot-arc by Tom Rini · Fri Nov 02 09:39:18 2018 -0400
  90. ddbf697 emdk->emsdp: Rename board by Alexey Brodkin · Thu Oct 18 09:54:58 2018 +0300
  91. e8f533e arm: ti: boot: Don't read environment partition by Sam Protsenko · Tue Oct 30 19:57:48 2018 +0200
  92. dc9a493 configs: at91: at91sam9x5ek: fix bootcmd for NAND flash by Eugen.Hristev@microchip.com · Tue Oct 23 07:41:33 2018 +0000
  93. 111fe33 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Wed Oct 31 17:15:55 2018 -0400
  94. ad4105f arm: socfpga: Fix bootcounter located at the end of internal SRAM by Stefan Roese · Tue Oct 30 10:00:22 2018 +0100
  95. 434f058 fsl/usb: Workaround for USB erratum-A005275 by Chris Packham · Thu Oct 04 20:03:53 2018 +1300
  96. fd58a66 x86: theadorable-x86: Generate and pass root=PARTUUID instead of /dev/sdaX by Stefan Roese · Mon Oct 22 14:07:55 2018 +0200
  97. 104e111 x86: theadorable-x86-common: Change pci hotplug cmdline parameters (again) by Stefan Roese · Mon Oct 22 14:07:54 2018 +0200
  98. 310cc0d Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Oct 25 20:30:05 2018 -0400
  99. 5db0e14 Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx by Tom Rini · Thu Oct 25 10:16:21 2018 -0400
  100. 46fa2bd net/phy: Add phy-id for IN112525_S03 by Priyanka Jain · Thu Oct 11 04:47:05 2018 +0000