1. 74588bb drivers/ddr/fsl: Cleanup unused variable by York Sun · Mon Jan 29 09:44:38 2018 -0800
  2. 194c2f4 drivers/ddr/fsl: Modify binding registers to save time on data init by York Sun · Mon Jan 29 09:44:37 2018 -0800
  3. bc2f32a drivers/ddr/fsl: Add calculation of register control words by York Sun · Mon Jan 29 10:24:08 2018 -0800
  4. 6db4fdd drivers/ddr/fsl: Add 3DS RDIMM support by York Sun · Mon Jan 29 09:44:35 2018 -0800
  5. 2a4859e drivers/ddr/fsl: Fix workaround for A009803 by York Sun · Mon Jan 29 09:44:34 2018 -0800
  6. d9f7fa0 drivers/ddr/fsl: Fix DDR4 RDIMM support by York Sun · Mon Jan 29 09:44:33 2018 -0800
  7. 69803fc armv8: ls1088a: Add CONFIG_SPI_FLASH_SPANSION to sdcard defconfigs by Ashish Kumar · Mon Jan 29 12:11:20 2018 +0530
  8. 8dadfb4 driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl by Yogesh Gaur · Tue Jan 16 10:08:24 2018 +0530
  9. c8bda54 serial: Make full device search optional by Alexander Graf · Mon Jan 29 13:57:20 2018 +0100
  10. 7a9a6ad Merge git://git.denx.de/u-boot-marvell by Tom Rini · Mon Jan 29 08:17:28 2018 -0500
  11. 80fd688 Merge git://git.denx.de/u-boot-cfi-flash by Tom Rini · Mon Jan 29 08:17:13 2018 -0500
  12. 88f89b1 tools/mrvl_uart.sh: Tidy script output by Andreas Färber · Sat Jan 20 13:18:39 2018 +0100
  13. fd6bbed tools/mrvl_uart.sh: Fix minicom baudrate by Andreas Färber · Sat Jan 20 13:07:09 2018 +0100
  14. 28f1898 cfi_flash: Always define cfi_flash_num_flash_banks by Mario Six · Fri Jan 26 14:43:56 2018 +0100
  15. dde8550 cfi_flash: Fix indention by Mario Six · Fri Jan 26 14:43:55 2018 +0100
  16. bc762c1 cfi_flash: Fix long lines by Mario Six · Fri Jan 26 14:43:54 2018 +0100
  17. aaf1a4a cfi_flash: Bound-check index before array access by Mario Six · Fri Jan 26 14:43:53 2018 +0100
  18. 324b940 flash: Fix spelling of "ERR_TIMOUT" by Mario Six · Fri Jan 26 14:43:52 2018 +0100
  19. f8783d2 cfi_flash: Rename camel-case variables by Mario Six · Fri Jan 26 14:43:51 2018 +0100
  20. 246e506 cfi_flash: Fix strings split across lines by Mario Six · Fri Jan 26 14:43:50 2018 +0100
  21. f4bab85 cfi_flash: Use u8 pointers instead of void pointers by Mario Six · Fri Jan 26 14:43:49 2018 +0100
  22. 6cf5574 cfi_flash: Remove assignments from if conditions by Mario Six · Fri Jan 26 14:43:48 2018 +0100
  23. d544ddf cfi_flash: Remove return from void function by Mario Six · Fri Jan 26 14:43:47 2018 +0100
  24. c4b85c3 cfi_flash: Fix placement of brace by Mario Six · Fri Jan 26 14:43:46 2018 +0100
  25. 411ede3 cfi_flash: Fix else after break by Mario Six · Fri Jan 26 14:43:45 2018 +0100
  26. acf1208 cfi_flash: Fix spelling of "Unknown" by Mario Six · Fri Jan 26 14:43:44 2018 +0100
  27. 179b8d6 cfi_flash: Add missing braces in blocks by Mario Six · Fri Jan 26 14:43:43 2018 +0100
  28. d1141c5 cfi_flash: Remove unnecessary braces by Mario Six · Fri Jan 26 14:43:42 2018 +0100
  29. 1ec6d34 cfi_flash: Fix comment style by Mario Six · Fri Jan 26 14:43:41 2018 +0100
  30. 9355d55 cfi_flash: Use __func__ macro instead of function name by Mario Six · Fri Jan 26 14:43:40 2018 +0100
  31. 0c9be97 cfi_flash: Fix logical continuations by Mario Six · Fri Jan 26 14:43:39 2018 +0100
  32. cbe41ca cfi_flash: Remove braces for single-statement blocks by Mario Six · Fri Jan 26 14:43:38 2018 +0100
  33. c7e359e cfi_flash: Fix missing/superfluous lines by Mario Six · Fri Jan 26 14:43:37 2018 +0100
  34. a828c1e cfi_flash: Fix spacing around casts/operators by Mario Six · Fri Jan 26 14:43:36 2018 +0100
  35. 76857f0 cfi_flash: Fix indent of case statements by Mario Six · Fri Jan 26 14:43:35 2018 +0100
  36. ae0b9c7 cfi_flash: Fix whitespace with casting by Mario Six · Fri Jan 26 14:43:34 2018 +0100
  37. e2c0746 cfi_flash: Fix Parenthesis spacing by Mario Six · Fri Jan 26 14:43:33 2018 +0100
  38. 88f439f cfi_flash: Fix style of pointer declarations by Mario Six · Fri Jan 26 14:43:32 2018 +0100
  39. fa29069 cfi_flash: Fix space between function name and parenthesis by Mario Six · Fri Jan 26 14:43:31 2018 +0100
  40. 9d590fe Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Sun Jan 28 18:26:00 2018 -0500
  41. 123b90b efi_loader: add a README.iscsi describing booting via iSCSI by Heinrich Schuchardt · Sun Jan 28 15:26:02 2018 +0100
  42. 253aa64 efi_loader: consistently use %pD to print device paths by Heinrich Schuchardt · Fri Jan 26 07:20:54 2018 +0100
  43. f3996be efi_loader: do not install NULL as device path by Heinrich Schuchardt · Fri Jan 26 06:50:54 2018 +0100
  44. 3b47f33 vsprintf.c: correct printing of a NULL device path by Heinrich Schuchardt · Fri Jan 26 06:30:30 2018 +0100
  45. eff317c efi_loader: Call Exit() on return from payload in StartImage() by Alexander Graf · Fri Jan 26 00:47:53 2018 +0100
  46. 091cf43 efi_loader: fix comments in indent_string() by Heinrich Schuchardt · Wed Jan 24 19:21:36 2018 +0100
  47. aa6fd9a efi_loader: catch misspelled bootefi subcommand by Heinrich Schuchardt · Wed Jan 24 20:33:54 2018 +0100
  48. 54d8cdf efi_loader: Always use EFIAPI instead of asmlinkage by Alexander Graf · Wed Jan 24 00:18:08 2018 +0100
  49. 5e24717 efi: Conflict efi_loader with different stub bitness by Alexander Graf · Wed Jan 24 14:54:21 2018 +0100
  50. 0039d71 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · Sun Jan 28 13:56:19 2018 -0500
  51. cb84981 omap3_logic: Clean up I2C pin muxing. by Adam Ford · Thu Jan 25 14:15:38 2018 -0600
  52. 6fe74d2 spl: add option to disable SPL banner output by Anatolij Gustschin · Thu Jan 25 18:45:22 2018 +0100
  53. 7fcd313 bcm2835_pinctrl: Probe pre-reloc by Alexander Graf · Thu Jan 25 12:05:56 2018 +0100
  54. a73b0ec bcm2835_pl011_serial: Add BCM2835 specific serial driver by Alexander Graf · Thu Jan 25 12:05:55 2018 +0100
  55. 2477293 MAINTAINERS: Take over BCM2835 maintainership by Alexander Graf · Thu Jan 25 12:05:54 2018 +0100
  56. 1b44295 bcm2835_mu_serial: Convert to Kconfig by Alexander Graf · Thu Jan 25 12:05:53 2018 +0100
  57. 633ef89 pl01x: Convert CONFIG_PL01X_SERIAL to Kconfig by Alexander Graf · Thu Jan 25 12:05:52 2018 +0100
  58. 65bfb42 pl011: Convert CONFIG_PL011_SERIAL to Kconfig by Alexander Graf · Thu Jan 25 12:05:51 2018 +0100
  59. 2184ccd pl010: Convert CONFIG_PL010_SERIAL to Kconfig by Alexander Graf · Thu Jan 25 12:05:50 2018 +0100
  60. cce6443 pl01x: Convert to dev_read by Alexander Graf · Thu Jan 25 12:05:49 2018 +0100
  61. ff9fd76 serial_bcm283x_mu: Fail loading if not muxed by Alexander Graf · Thu Jan 25 12:05:48 2018 +0100
  62. c3883e0 serial_bcm283x_mu: Always skip init by Alexander Graf · Thu Jan 25 12:05:47 2018 +0100
  63. 35b31e0 serial_bcm283x_mu: Convert to dev_read by Alexander Graf · Thu Jan 25 12:05:46 2018 +0100
  64. b17aa50 rpi: Determine PL011/Mini-UART availability at runtime by Alexander Graf · Thu Jan 25 12:05:45 2018 +0100
  65. f7c2628 serial: bcm283x_mu: Remove support for post-init disabling by Alexander Graf · Thu Jan 25 12:05:44 2018 +0100
  66. 3598200 rpi: Remove runtime disabling support for serial by Alexander Graf · Thu Jan 25 12:05:43 2018 +0100
  67. 132ca2d serial: Use next serial device if probing fails by Alexander Graf · Thu Jan 25 12:05:42 2018 +0100
  68. 3e73a18 am33xx: board: Call spl_early_init() to support sdram_init() by Faiz Abbas · Wed Jan 24 14:44:49 2018 +0530
  69. 1ba8c9e arm: add support for PDU001 by Felix Brack · Tue Jan 23 18:27:22 2018 +0100
  70. 044725f mmc: Add bcm2835 sdhost controller by Alexander Graf · Tue Jan 23 18:05:22 2018 +0100
  71. fce8e5c bcm283x: Add pinctrl driver by Alexander Graf · Tue Jan 23 18:05:21 2018 +0100
  72. f66276d powerpc: Drop CONFIG_WALNUT and other related dead code by Tuomas Tynkkynen · Sun Jan 21 18:16:42 2018 +0200
  73. 9ca4574 libfdt: migrate include/libfdt_env.h to a wrapper by Masahiro Yamada · Sun Jan 21 19:19:18 2018 +0900
  74. cb48501 libfdt: migrate libfdt.h to a wrapper + U-Boot own code by Masahiro Yamada · Sun Jan 21 19:19:17 2018 +0900
  75. befc7ab libfdt: move working_fdt and FDT_RAMDISK_OVERHEAD to include/libfdt.h by Masahiro Yamada · Sun Jan 21 19:19:16 2018 +0900
  76. 315fe0a tools: include necessary headers explicitly by Masahiro Yamada · Sun Jan 21 19:19:15 2018 +0900
  77. bf5cf52 libfdt: fix <linux/libfdt.h> by Masahiro Yamada · Sun Jan 21 19:19:14 2018 +0900
  78. 938f039 libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c by Masahiro Yamada · Sun Jan 21 19:19:13 2018 +0900
  79. c05e791 host-tools: use python2 explicitly for shebang by Masahiro Yamada · Sun Jan 21 18:34:57 2018 +0900
  80. 4da5820 ARM: omap3: evm: Fix distro bootcmd UBIFS and MMC support by Derald D. Woods · Sat Jan 20 21:16:14 2018 -0600
  81. 5f5d150 distro bootcmd: Allow board defined UBI partition and volume names by Derald D. Woods · Sat Jan 20 21:16:13 2018 -0600
  82. 2b5994b spl: use different BOARD_INIT MACRO for spl and tpl by Kever Yang · Sat Jan 20 18:00:26 2018 +0800
  83. d1f4333 fs: btrfs: Fix unaligned memory accesses by Alberto Sánchez Molero · Sat Jan 20 09:17:57 2018 +0200
  84. 7db55cb spl: atf: pass NULL for bl32_ep pc by Kever Yang · Wed Jan 17 11:05:38 2018 +0800
  85. a79b78f rockchip: rk3036: enable rockusb support on rk3036 based device by Eddie Cai · Wed Jan 17 09:51:41 2018 +0800
  86. 32e4900 rockchip: dts: rk3128: update pwm-cell for pwm0 by Kever Yang · Tue Jan 16 16:08:18 2018 +0800
  87. 6dd2fb4 rockchip: clk: guard set_parent implementations against OF_PLATDATA by Philipp Tomsich · Thu Jan 25 15:27:10 2018 +0100
  88. e72793d clk: rockchip: clk_rk3368: Implement "assign-clock-parent" by David Wu · Sat Jan 13 14:07:04 2018 +0800
  89. 879d2fb clk: rockchip: clk_rk3288: Implement "assign-clock-parent" and "assign-clock-rate" by David Wu · Sat Jan 13 14:06:33 2018 +0800
  90. 452bb03 ARM: dts: rk3288: Remove unused LCDC clock assigned by David Wu · Sat Jan 13 14:06:16 2018 +0800
  91. 669426f config: evb-rk3229: Enable rk gmac configs by David Wu · Sat Jan 13 14:05:51 2018 +0800
  92. adcde49 net: gmac_rockchip: Add support for the RK3228 GMAC by David Wu · Sat Jan 13 14:05:30 2018 +0800
  93. 0bfebea clk: rockchip: Add rk322x gamc clock support by David Wu · Sat Jan 13 14:05:12 2018 +0800
  94. c329842 rockchip: pinctrl: Add rk322x gmac pinctrl support by David Wu · Sat Jan 13 14:04:51 2018 +0800
  95. 14d5cf0 rockchip: pinctrl: rk322x: Move the iomux definitions into pinctrl-driver by David Wu · Sat Jan 13 14:04:26 2018 +0800
  96. 60525e1 rockchip: dts: rk3328-evb: Enable gmac2io for rk3328-evb by David Wu · Sat Jan 13 14:04:11 2018 +0800
  97. 29b0bfd rockchip: dts: rk3328: Add gmac2io support by David Wu · Sat Jan 13 14:03:56 2018 +0800
  98. 67572b2 rockchip: configs: Enable GMAC configs for evb-rk3328 by David Wu · Sat Jan 13 14:03:23 2018 +0800
  99. bac972b net: gmac_rockchip: Add rk3328 gmac support by David Wu · Sat Jan 13 14:03:04 2018 +0800
  100. f01c581 clk: rockchip: Add rk3328 gamc clock support by David Wu · Sat Jan 13 14:02:36 2018 +0800