1. 3ef6d08 ARM: rmobile: Add R8A77995 D3 Draak board by Marek Vasut · Sun Oct 08 20:41:18 2017 +0200
  2. b47bc37 ARM: rmobile: Add R8A77970 V3M Eagle board by Marek Vasut · Mon Oct 09 21:08:10 2017 +0200
  3. 42832fe net: ravb: Add R8A77995 D3 compatible by Marek Vasut · Sat Oct 21 11:35:49 2017 +0200
  4. 2d3ec64 net: ravb: Add R8A77970 V3M compatible by Marek Vasut · Sat Oct 21 11:33:17 2017 +0200
  5. 0d1f3fb mmc: uniphier-sd: Add R8A77995 D3 compatible by Marek Vasut · Sat Oct 21 11:33:20 2017 +0200
  6. fc1123d mmc: uniphier-sd: Add R8A77970 V3M compatible by Marek Vasut · Sat Oct 21 11:31:57 2017 +0200
  7. 54a34ed gpio: rmobile: Add generic Gen3 compatible by Marek Vasut · Sat Oct 21 11:30:41 2017 +0200
  8. c129f2b gpio: rmobile: Add R8A77995 D3 compatible by Marek Vasut · Sat Oct 21 11:28:06 2017 +0200
  9. 6403ab8 gpio: rmobile: Add R8A77970 V3M compatible by Marek Vasut · Sat Oct 21 11:27:04 2017 +0200
  10. 7d35e64 pinctrl: rmobile: Add R8A77995 D3 PFC tables by Marek Vasut · Sun Oct 08 20:57:37 2017 +0200
  11. a0e11e5 pinctrl: rmobile: Add R8A77970 V3M PFC tables by Marek Vasut · Mon Oct 09 20:57:29 2017 +0200
  12. fb0aa29 clk: rmobile: Add R8A77995 D3 clock tables by Marek Vasut · Sun Oct 08 21:09:15 2017 +0200
  13. 3f1a3a1 clk: rmobile: Add R8A77970 V3M clock tables by Marek Vasut · Mon Oct 09 20:52:33 2017 +0200
  14. 04cd2e2 ARM: rmobile: Add R8A77995 SoC by Marek Vasut · Sun Oct 08 20:52:52 2017 +0200
  15. 46175fc ARM: rmobile: Add R8A77970 SoC by Marek Vasut · Mon Oct 09 20:39:47 2017 +0200
  16. 314ecf6 clk: rmobile: Fix typo in R8A7796 RPC clock table entry by Marek Vasut · Thu Nov 30 03:01:52 2017 +0100
  17. 68d3d49 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · Fri Dec 08 12:02:01 2017 -0500
  18. 7008715 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · Fri Dec 08 09:32:10 2017 -0500
  19. 219340c rockchip: rk3399-puma: preserve leading zeros in serial# by Jakob Unterwurzacher · Thu Dec 07 16:20:44 2017 +0100
  20. e557a8d Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Thu Dec 07 17:56:51 2017 -0500
  21. b400f6e armv8: fix gd after relocation by York Sun · Thu Dec 07 13:16:07 2017 -0800
  22. 19bc24f log: Add documentation by Simon Glass · Mon Dec 04 13:48:31 2017 -0700
  23. 5f0e0c8 log: test: Add a pytest for logging by Simon Glass · Mon Dec 04 13:48:30 2017 -0700
  24. 045e0e2 log: sandbox: Enable logging by Simon Glass · Mon Dec 04 13:48:29 2017 -0700
  25. 55e32ba log: Plumb logging into the init sequence by Simon Glass · Mon Dec 04 13:48:28 2017 -0700
  26. 14c8a06 log: Add a test command by Simon Glass · Mon Dec 04 13:48:27 2017 -0700
  27. 5684f8f log: Add a 'log level' command by Simon Glass · Mon Dec 04 13:48:26 2017 -0700
  28. a68ce92 log: Add a console driver by Simon Glass · Mon Dec 04 13:48:25 2017 -0700
  29. d95645d log: Add an implementation of logging by Simon Glass · Mon Dec 04 13:48:24 2017 -0700
  30. 49badb9 Drop the log buffer by Simon Glass · Mon Dec 04 13:48:23 2017 -0700
  31. e599972 usb: Correct use of debug() by Simon Glass · Mon Dec 04 13:48:22 2017 -0700
  32. 6bb7d89 mtdparts: Correct use of debug() by Simon Glass · Mon Dec 04 13:48:21 2017 -0700
  33. 9054a02 Move debug and logging support to a separate header by Simon Glass · Mon Dec 04 13:48:20 2017 -0700
  34. 16e3d7c Revert "sandbox: Drop special case console code for sandbox" by Simon Glass · Mon Dec 04 13:48:19 2017 -0700
  35. 9e940b1 sandbox: Adjust pre-console address to avoid conflict by Simon Glass · Mon Dec 04 13:48:18 2017 -0700
  36. 29d1143 Revert "sandbox: remove os_putc() and os_puts()" by Simon Glass · Mon Dec 04 13:48:17 2017 -0700
  37. b1003ac Merge git://git.denx.de/u-boot-i2c by Tom Rini · Thu Dec 07 07:28:20 2017 -0500
  38. 24e592c cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C by Nobuhiro Iwamatsu · Fri Dec 01 14:39:40 2017 +0900
  39. c351b53 i2c: at91_i2c: remove the .probe_chip function by Alan Ott · Tue Nov 28 22:25:24 2017 -0500
  40. 59596e5 i2c: at91_i2c: Wait for TXRDY after sending the first byte by Alan Ott · Tue Nov 28 22:25:23 2017 -0500
  41. 9ba506d i2c: meson: add some comments by Beniamino Galvani · Sun Nov 26 17:40:57 2017 +0100
  42. 04b9538 i2c: meson: fix return codes on error by Beniamino Galvani · Sun Nov 26 17:40:56 2017 +0100
  43. cf0a7a9 i2c: meson: reduce timeout by Beniamino Galvani · Sun Nov 26 17:40:55 2017 +0100
  44. 83b153d i2c: meson: improve Kconfig description by Beniamino Galvani · Sun Nov 26 17:40:54 2017 +0100
  45. 624787d armv8: ls1088a: Add nand support for ls1088ardb by Ashish Kumar · Tue Nov 28 10:52:17 2017 +0530
  46. 82709e5 driver: fsl-mc: MC object cleanup when DPL not loaded by Yogesh Gaur · Tue Nov 28 10:11:14 2017 +0530
  47. 0c6e10a SECURE BOOT: Add fall back option by Vinitha Pillai-B57223 · Wed Nov 22 10:38:35 2017 +0530
  48. ae1eade armv8: LS2080A_SECURE_BOOT: Enable CONFIG_FSL_LS_PPA. by Udit Agarwal · Wed Nov 22 09:02:07 2017 +0530
  49. acf154d armv8: LS1088A_QSPI: Add secure boot defconfigs for QSPI boot. by Udit Agarwal · Wed Nov 22 09:01:27 2017 +0530
  50. 09fd579 armv8: LS1088A_QSPI: SECURE_BOOT: Images validation by Udit Agarwal · Wed Nov 22 09:01:26 2017 +0530
  51. 11385d8 armv8: ls1012a: Modify Kernel and Environment offset by Bhaskar Upadhaya · Tue Nov 14 05:05:10 2017 +0530
  52. 02dc77b armv8: Workaround for USB erratua on LS1012A by Ran Wang · Mon Nov 13 16:14:48 2017 +0800
  53. 0acce84 armv8: fsl-layerscape: Add support of disabling core prefetch by Prabhakar Kushwaha · Fri Nov 10 11:32:52 2017 +0530
  54. ff12b8a armv8: ls1088: Add fsl_fdt_fixup_flash by Ashish Kumar · Thu Nov 09 11:14:24 2017 +0530
  55. 318c32f driver: net: fsl-mc: flib changes for MC 10.3.0 by Yogesh Gaur · Wed Nov 15 11:59:31 2017 +0530
  56. 5f6a427 armv8: ls1088a: Unset USE_BOOTCOMMAND in defconfig by Ashish Kumar · Thu Nov 23 14:33:49 2017 +0530
  57. 05204d0 powerpc: mpc85xx: Fix static TLB table for SDRAM by York Sun · Tue Dec 05 10:57:54 2017 -0800
  58. e7eaf62 powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization by Ran Wang · Mon Nov 27 10:51:55 2017 +0800
  59. 99aafe4 powerpc/T104xRDB: Fix endian access issue on EHCI intinalization by Ran Wang · Mon Nov 27 10:51:54 2017 +0800
  60. 070aa2d tools: omapimage: fix corner-case in byteswap path by Philipp Tomsich · Mon Dec 04 17:04:02 2017 +0100
  61. 210e7fb Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Tue Dec 05 17:52:16 2017 -0500
  62. f8833e9 efi_stub: Use efi_uintn_t by Alexander Graf · Mon Dec 04 16:33:51 2017 +0100
  63. 37d427b Prepare v2018.01-rc1 by Tom Rini · Mon Dec 04 18:27:17 2017 -0500
  64. f1f03cf Merge git://git.denx.de/u-boot-uniphier by Tom Rini · Mon Dec 04 10:24:35 2017 -0500
  65. e4ed8cf Merge git://git.denx.de/u-boot-cfi-flash by Tom Rini · Mon Dec 04 10:24:32 2017 -0500
  66. cfa4c71 arm: Make gcc 6.0 or later a hard requirement now. by Tom Rini · Sat Dec 02 20:11:31 2017 -0500
  67. 663eb8c scripts: spl: fix typo by Peng Fan · Thu Nov 30 10:07:07 2017 +0800
  68. 8fa57ed drivers: firmware: psci: use pr_* log functions instead of printf() by Masahiro Yamada · Wed Nov 29 15:04:40 2017 +0900
  69. f6438a8 omap3: evm: Explicitly use DISTRO_DEFAULTS features at startup by Derald D. Woods · Wed Nov 29 03:28:55 2017 +0000
  70. e0e9871 armv8: mmu: fix page table mapping by Peng Fan · Tue Nov 28 10:31:28 2017 +0800
  71. c3c9b33 arm64 :show_regs: show the address before relocation by Peng Fan · Tue Nov 28 10:08:08 2017 +0800
  72. 8b24569 ARM: arch-meson: build memory banks using reported memory from registers by Neil Armstrong · Mon Nov 27 10:35:46 2017 +0100
  73. 83256d8 arm: Add Khadas VIM support based on Meson GXL family by Neil Armstrong · Mon Nov 27 10:16:20 2017 +0100
  74. 514ad81 arm: Add LibreTech CC support based on Meson GXL family by Neil Armstrong · Mon Nov 27 10:16:19 2017 +0100
  75. eabf436 board: p212: use common ethernet init function by Neil Armstrong · Mon Nov 27 10:16:18 2017 +0100
  76. 1aca6b1 board: odroid-c2: use common ethernet init function by Neil Armstrong · Mon Nov 27 10:16:17 2017 +0100
  77. ef441cb ARM: arch-meson: add ethernet common init function by Neil Armstrong · Mon Nov 27 10:16:16 2017 +0100
  78. b79320b libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c by Masahiro Yamada · Mon Nov 27 16:06:07 2017 +0900
  79. b9e6ef2 libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.c by Masahiro Yamada · Mon Nov 27 16:06:06 2017 +0900
  80. 143362c armv8: shrink exception table code by Andre Przywara · Mon Nov 27 00:47:09 2017 +0000
  81. 3f88741 add support for Raspberry Pi Zero W by Dmitry Korunov · Sun Nov 26 13:38:53 2017 +0400
  82. 1edaed0 test: compression: Convert to unit test framework by Simon Glass · Sat Nov 25 11:57:33 2017 -0700
  83. 5beb1b3 mtd: nand: denali: consolidate include directives by Masahiro Yamada · Thu Nov 30 13:45:27 2017 +0900
  84. 2cf4eba mtd: nand: denali_dt: replace printf() with pr_err() by Masahiro Yamada · Thu Nov 30 13:45:26 2017 +0900
  85. 99ef87e mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h by Masahiro Yamada · Thu Nov 30 13:45:25 2017 +0900
  86. 2b7a873 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · Thu Nov 30 13:45:24 2017 +0900
  87. 26ea9c9 mtd: nand: denali: remove ad-hoc board_nand_init() entry by Masahiro Yamada · Wed Nov 29 19:19:09 2017 +0900
  88. 59a1f3e mtd: nand: denali: remove bogus __maybe_unused by Masahiro Yamada · Wed Nov 29 19:18:18 2017 +0900
  89. 7b9fc45 ARM: uniphier: clean up board_init by Masahiro Yamada · Wed Nov 29 15:01:22 2017 +0900
  90. de067cd mtd: cfi: Fix checking status register feature by York Sun · Sat Nov 18 11:09:08 2017 -0800
  91. 7186167 test/py: Allow any unit test suite to be found by Simon Glass · Sat Nov 25 11:57:32 2017 -0700
  92. 053f801 test: compression: Put test variables in a struct by Simon Glass · Sat Nov 25 11:57:31 2017 -0700
  93. 17e9903 test: overlay: Use cmd_ut_category() by Simon Glass · Sat Nov 25 11:57:30 2017 -0700
  94. 81cbe1c test: Add a command function for test execution by Simon Glass · Sat Nov 25 11:57:29 2017 -0700
  95. 8033a55 omap2: set the ethaddr as well as the usbethaddr env var to ensure static MAC by Peter Robinson · Thu Nov 23 13:14:17 2017 +0000
  96. b402d0b Merge git://git.denx.de/u-boot-rockchip by Tom Rini · Fri Dec 01 19:08:30 2017 -0500
  97. 4703ea6 rockchip: clk: rk3128: fix DCLK_VOP_DIV_CON_MASK by Philipp Tomsich · Sat Dec 02 00:19:14 2017 +0100
  98. f16060e rockchip: clk: rk3128: fix NANDC_PLL_SEL_MASK by Philipp Tomsich · Sat Dec 02 00:14:55 2017 +0100
  99. 8b86ad6 efi_loader helloworld.efi: Fix building with -Os by Alexander Graf · Fri Dec 01 22:09:50 2017 +0100
  100. 83a83f2 efi_loader: Fix partition offsets by Alexander Graf · Fri Dec 01 16:10:33 2017 +0100