1. 5b661ec Allow boards to initialize the DT at runtime. by Alex Deymo · Sun Apr 02 01:25:20 2017 -0700
  2. b25ae72 fdt: Add compatible strings for Arria 10 by Ley Foon Tan · Wed Apr 05 17:32:47 2017 +0800
  3. 621cc09 libfdt: use CONFIG_IS_ENABLED for OF_LIBFDT by Vignesh R · Mon Mar 20 10:04:38 2017 +0530
  4. ba97b72 fdt: add memory bank decoding functions for board setup by Nathan Rossi · Mon Dec 19 00:03:34 2016 +1000
  5. 499c29e libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · Sun Oct 02 17:59:29 2016 -0600
  6. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · Sun Oct 02 17:59:28 2016 -0600
  7. 5021b8a usb: uniphier: remove UniPhier xHCI driver and select DM_USB by Masahiro Yamada · Wed Sep 14 01:06:00 2016 +0900
  8. 7d30e10 fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · Fri Aug 05 09:47:51 2016 -0600
  9. 57f2038 mtd: nand: Add the sunxi NAND controller driver by Boris Brezillon · Wed Jun 15 21:09:23 2016 +0200
  10. 3e5a8b9 sandbox: Find keyboard driver using driver model by Simon Glass · Sun Jun 19 17:33:15 2016 -0600
  11. 6f70c11 fdt: x86: Tidy up a few COMPAT string definitions by Simon Glass · Sun Jun 19 17:33:14 2016 -0600
  12. 7c38030 fdt: Add a note to avoid adding new compatible strings by Simon Glass · Sun Jun 19 17:33:13 2016 -0600
  13. b1f6c4a fdt: Drop unused exynos compatible strings by Simon Glass · Sun Jun 19 17:33:12 2016 -0600
  14. 9404be5 x86: fdt: Drop the unused compatible strings in fdtdec by Simon Glass · Sun Jun 19 17:33:11 2016 -0600
  15. 69d1d72 fdt: Drop some unused compatible strings by Simon Glass · Sun May 08 16:55:22 2016 -0600
  16. 6eb90e1 fdt: Correct return value in fdtdec_decode_display_timing() by Simon Glass · Thu May 05 07:28:21 2016 -0600
  17. dfbdc12 mmc: tegra: add basic Tegra186 support by Stephen Warren · Thu May 12 12:11:23 2016 -0600
  18. 40ce12b x86: dts: Drop memory SPD compatible string by Simon Glass · Wed Mar 16 07:44:39 2016 -0600
  19. 9c7d931 x86: Drop all the old pin configuration code by Simon Glass · Fri Mar 11 22:07:15 2016 -0700
  20. 0b14dc7 dm: fdtdec: Correct a sandbox build warning by Simon Glass · Mon Feb 29 15:25:37 2016 -0700
  21. fad7218 tegra: nyan-big: Move the LCD driver to driver model by Simon Glass · Sat Jan 30 16:37:50 2016 -0700
  22. 23dd3a0 fdt: introduce fdtdec_get_child_count by Peng Fan · Mon Feb 01 13:31:15 2016 +0800
  23. cf33f6e x86: Drop the irq router compatible string by Simon Glass · Tue Jan 19 21:32:29 2016 -0700
  24. 38a2ae2 dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · Mon Jan 18 19:52:25 2016 -0700
  25. 19af854 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · Thu Jan 14 21:51:32 2016 -0500
  26. 5ce2d8b fdtdec: Add compatible string for Intel IvyBridge FSP by Bin Meng · Fri Dec 11 02:55:44 2015 -0800
  27. f1037ad dm: serial: Convert ns16550 driver to use driver model PCI API by Simon Glass · Sun Nov 29 13:17:54 2015 -0700
  28. f26c1ae arm: socfpga: Allow DWC2 UDC probing from OF by Marek Vasut · Sat Dec 05 19:28:44 2015 +0100
  29. 46fcfc1 dm: tegra: pci: Convert tegra boards to driver model for PCI by Simon Glass · Thu Nov 19 20:27:02 2015 -0700
  30. 01e9940 dm: tegra: Convert keyboard driver to driver model by Simon Glass · Sun Oct 18 21:17:16 2015 -0600
  31. 5e44dce pci: tegra: add/enable support for Tegra210 by Stephen Warren · Mon Oct 05 17:00:44 2015 -0600
  32. 77ec34e dm: spl: Support device tree when BSS is in a different section by Simon Glass · Sat Oct 17 19:41:19 2015 -0600
  33. 088dccb fdt: Add a function to look up a /chosen property by Simon Glass · Sat Oct 17 19:41:14 2015 -0600
  34. fed69ad fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT by Stephen Warren · Fri Oct 02 17:44:06 2015 -0600
  35. 7b42f4d fdtdec: fix parsing 'reg' property with zero value in '#size-cells' by Przemyslaw Marczak · Wed Sep 30 13:14:50 2015 +0200
  36. fda5916 fdt: fix fdtdec_get_addr_size not to require any size cells by Stephen Warren · Fri Sep 25 10:11:41 2015 -0600
  37. 6dfe618 fdt: add new fdt address parsing functions by Stephen Warren · Thu Aug 06 15:31:02 2015 -0600
  38. 1749723 mmc: dw_mmc: Probe the MMC from OF by Marek Vasut · Sat Jul 25 10:48:14 2015 +0200
  39. cd8cc67 dm: tpm: Convert I2C driver to driver model by Simon Glass · Sat Aug 22 18:31:38 2015 -0600
  40. a2822b8 fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev() by Bin Meng · Thu Aug 20 06:40:25 2015 -0700
  41. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · Wed Aug 12 07:31:55 2015 +0900
  42. 04c50d1 Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit" by Simon Glass · Sun Aug 02 18:13:50 2015 -0600
  43. 74fdb58 x86: baytrail: Configure FSP UPD from device tree by Andrew Bradford · Fri Aug 07 08:36:35 2015 -0400
  44. f3f8fe2 arm: socfpga: misc: Reset ethernet from OF by Marek Vasut · Sat Jul 25 19:33:56 2015 +0200
  45. abfb852 dts: Drop unused compatible ID for the NXP video bridge by Simon Glass · Mon Aug 03 08:19:35 2015 -0600
  46. 3e5b40f video: Remove the old parade driver by Simon Glass · Mon Aug 03 08:19:34 2015 -0600
  47. 50bcd1d power: Remove old TPS65090 drivers by Simon Glass · Mon Aug 03 08:19:32 2015 -0600
  48. 6cd571b lib: fdt: fix indent of #ifdef..#endif conditional by Masahiro Yamada · Sat Aug 01 16:03:25 2015 +0900
  49. ab0cc6b ARM: Tegra210: Add support to common Tegra source/config files by Tom Warren · Wed Mar 04 16:36:00 2015 -0700
  50. 108c4ca fdt: Fix fdtdec_get_addr_size() for 64-bit by Thierry Reding · Thu Jul 23 10:51:30 2015 -0600
  51. 63884ec fdt: Provide debug info when a device tree cannot be found by Simon Glass · Tue Jun 23 15:39:09 2015 -0600
  52. 4aaa460 lib: Add function to extract a number from the end of a string by Simon Glass · Tue Jun 23 15:39:08 2015 -0600
  53. f18e41c fdt: armv8: Fix build warnings on armv8 by Haikun Wang · Fri Jun 26 19:56:40 2015 +0800
  54. 3ada902 dm: usb: tegra: Drop legacy USB code by Simon Glass · Wed Mar 25 12:23:06 2015 -0600
  55. f813548 x86: gpio: add pinctrl support from the device tree by Gabriel Huau · Mon May 25 22:27:37 2015 -0700
  56. 51c3b1e x86: Refactor PIRQ routing support by Bin Meng · Mon May 25 22:35:04 2015 +0800
  57. ff0e22b pmic: max77686 set the same compatible as in the kernel by Przemyslaw Marczak · Mon Apr 20 20:07:45 2015 +0200
  58. 023ff8a tpm: Rename Infineon TPM to slb9645tt by Simon Glass · Mon May 04 11:31:00 2015 -0600
  59. f4f5cfa tegra: video: Support serial output resource (SOR) on tegra124 by Simon Glass · Tue Apr 14 21:03:40 2015 -0600
  60. b24e864 fdt: Add binding decode function for display-timings by Simon Glass · Tue Apr 14 21:03:21 2015 -0600
  61. 2a8a987 dm: usb: exynos: Drop legacy USB code by Simon Glass · Wed Mar 25 12:23:07 2015 -0600
  62. a087767 fdt: Rename setup_fdt() and make it prepare also by Simon Glass · Fri Feb 27 22:06:35 2015 -0700
  63. 26b78b2 fdt: sandbox: Move setup code from board_f to fdtdec by Simon Glass · Fri Feb 27 22:06:34 2015 -0700
  64. 509dbf9 dm: Add a panic_str() function to reduce code size by Simon Glass · Fri Feb 27 22:06:32 2015 -0700
  65. 73f220c cros_ec: exynos: Match up device tree with kernel version by Simon Glass · Thu Mar 26 09:29:39 2015 -0600
  66. 10781f2 fdt: Drop LPC compatible string in fdtdec by Simon Glass · Thu Mar 26 09:29:38 2015 -0600
  67. da790b8 fdt: cros_ec: Drop compatible string in fdtdec by Simon Glass · Thu Mar 26 09:29:37 2015 -0600
  68. 06e694f x86: chromebook_link: dts: Add PCH and LPC devices by Simon Glass · Thu Mar 26 09:29:29 2015 -0600
  69. e0e7b36 dm: x86: pci: Convert chromebook_link to use driver model for pci by Simon Glass · Thu Mar 05 12:25:33 2015 -0700
  70. 2eb77f1 fdt: Tighten up error handling in fdtdec_get_pci_addr() by Simon Glass · Thu Mar 05 12:25:19 2015 -0700
  71. 9ffbe33 fdt: Export fdtdec_get_number() for general use by Simon Glass · Thu Mar 05 12:25:14 2015 -0700
  72. d5f83a4 ARM: UniPhier: adjust device trees for business transfer by Masahiro Yamada · Wed Mar 11 15:54:46 2015 +0900
  73. 273f84d usb: UniPhier: add UniPhier on-chip xHCI host driver support by Masahiro Yamada · Fri Feb 27 02:27:00 2015 +0900
  74. 2bfd264 fdtdec: Add compatible id and string for Intel Quark MRC by Bin Meng · Thu Feb 05 23:42:26 2015 +0800
  75. 0e3b598 dm: exynos: Drop unused COMPAT features for SPI by Simon Glass · Sun Jan 25 08:27:15 2015 -0700
  76. 605760b dm: tegra: Drop unused COMPAT features for I2C, SPI by Simon Glass · Sun Jan 25 08:27:14 2015 -0700
  77. d457995 dm: Drop gpio.h header from fdtdec.c by Simon Glass · Thu Jan 15 09:19:36 2015 -0700
  78. a35bb47 dm: fdt: Remove the old GPIO functions by Simon Glass · Mon Jan 05 20:05:43 2015 -0700
  79. b491e9c dm: fdt: Add a function to decode phandles with arguments by Simon Glass · Mon Jan 05 20:05:26 2015 -0700
  80. b34f405 x86: dts: Add compatible string for Intel ICH9 SPI controller by Simon Glass · Mon Jan 19 22:16:06 2015 -0700
  81. 779847e fdt: Add several apis to decode pci device node by Bin Meng · Wed Dec 31 16:05:11 2014 +0800
  82. 412c758 pci: tegra: Add Tegra PCIe driver by Thierry Reding · Tue Dec 09 22:25:12 2014 -0700
  83. f202e02 ARM: tegra: Implement XUSB pad controller by Thierry Reding · Tue Dec 09 22:25:09 2014 -0700
  84. 09c0cf2 power: Add AMS AS3722 PMIC support by Thierry Reding · Tue Dec 09 22:25:05 2014 -0700
  85. 870345b Merge git://git.denx.de/u-boot-fdt by Tom Rini · Mon Dec 01 15:24:26 2014 -0500
  86. 8510133 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Mon Dec 01 15:24:07 2014 -0500
  87. 8d72f28 fdt: remove fdtdec_get_alias_node() function by Masahiro Yamada · Fri Nov 21 19:47:08 2014 +0900
  88. 0c87277 Merge git://git.denx.de/u-boot-fdt by Tom Rini · Tue Nov 25 11:08:52 2014 -0500
  89. d90f8e1 x86: Add initial video device init for Intel GMA by Simon Glass · Fri Nov 14 20:56:36 2014 -0700
  90. cf46d37 x86: Add init for model 206AX CPU by Simon Glass · Mon Nov 24 21:18:16 2014 -0700
  91. cd0adb3 x86: ivybridge: Add SATA init by Simon Glass · Fri Nov 14 18:18:38 2014 -0700
  92. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Nov 24 12:01:48 2014 -0500
  93. 37ef325 dm: fdt: Correct handling of aliases with embedded digits by Simon Glass · Tue Nov 11 10:46:20 2014 -0700
  94. 268eefd x86: ivybridge: Implement SDRAM init by Simon Glass · Wed Nov 12 22:42:28 2014 -0700
  95. f79d538 x86: ivybridge: Perform Intel microcode update on boot by Simon Glass · Wed Nov 12 22:42:21 2014 -0700
  96. eda0c3f fdt: Add a function to decode a variable-sized u32 array by Simon Glass · Mon Nov 10 18:00:19 2014 -0700
  97. 6894186 fdt: Add a function to decode a named memory region by Simon Glass · Thu Oct 23 18:58:56 2014 -0600
  98. f5e141f fdt: Enhance flashmap function to deal with region properties by Simon Glass · Thu Oct 23 18:58:52 2014 -0600
  99. a28f8ba fdt: Use the correct return types for fdtdec_decode_region() by Simon Glass · Thu Oct 23 18:58:51 2014 -0600
  100. 56b661f Merge git://git.denx.de/u-boot-x86 by Tom Rini · Thu Oct 23 06:54:03 2014 -0400