1. 2f57c95 spl: dm: Make it possible for the SPL to pick its own DTB from a FIT by Jean-Jacques Hiblot · 7 years ago
  2. 035d640 fdtdec: sort include files by Jean-Jacques Hiblot · 7 years ago
  3. 1195559 dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig by Jean-Jacques Hiblot · 7 years ago
  4. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  5. f6a4093 fdtdec: Drop old compatible values by Simon Glass · 7 years ago
  6. 2059ecf fdt: Enable selecting correct DTB from appended FIT Image by Cooper Jr., Franklin · 7 years ago
  7. c69380f fdt: Correct cast for sandbox in fdtdec_setup_memory_size() by Simon Glass · 7 years ago
  8. 2ec9d17 cros_ec: Convert to support live tree by Simon Glass · 7 years ago
  9. b7e0d73 dm: core: Add a place to put extra device-tree reading functions by Simon Glass · 7 years ago
  10. 82f766d Allow boards to initialize the DT at runtime. by Alex Deymo · 7 years ago
  11. e11b5e8 fdt: Add compatible strings for Arria 10 by Ley Foon Tan · 7 years ago
  12. 5efa1bf libfdt: use CONFIG_IS_ENABLED for OF_LIBFDT by Vignesh R · 8 years ago
  13. 623f601 fdt: add memory bank decoding functions for board setup by Nathan Rossi · 8 years ago
  14. df87e6b libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · 8 years ago
  15. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  16. 47a79f6 usb: uniphier: remove UniPhier xHCI driver and select DM_USB by Masahiro Yamada · 8 years ago
  17. 6e06acb fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  18. 4ccae81 mtd: nand: Add the sunxi NAND controller driver by Boris Brezillon · 8 years ago
  19. 920c696 sandbox: Find keyboard driver using driver model by Simon Glass · 8 years ago
  20. 39ea0ee fdt: x86: Tidy up a few COMPAT string definitions by Simon Glass · 8 years ago
  21. 01a227d fdt: Add a note to avoid adding new compatible strings by Simon Glass · 8 years ago
  22. da9e0a9 fdt: Drop unused exynos compatible strings by Simon Glass · 8 years ago
  23. 6cd2602 x86: fdt: Drop the unused compatible strings in fdtdec by Simon Glass · 8 years ago
  24. 703aaf7 fdt: Drop some unused compatible strings by Simon Glass · 8 years ago
  25. 04b9dd1 fdt: Correct return value in fdtdec_decode_display_timing() by Simon Glass · 8 years ago
  26. 39f6333 mmc: tegra: add basic Tegra186 support by Stephen Warren · 8 years ago
  27. 69ca6fd x86: dts: Drop memory SPD compatible string by Simon Glass · 9 years ago
  28. 779653b x86: Drop all the old pin configuration code by Simon Glass · 9 years ago
  29. fd30d2c dm: fdtdec: Correct a sandbox build warning by Simon Glass · 9 years ago
  30. d765921 tegra: nyan-big: Move the LCD driver to driver model by Simon Glass · 9 years ago
  31. 1889a7e fdt: introduce fdtdec_get_child_count by Peng Fan · 9 years ago
  32. f8b4e45 x86: Drop the irq router compatible string by Simon Glass · 9 years ago
  33. 3ade5bc dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · 9 years ago
  34. 4edde96 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  35. 394e0b6 fdtdec: Add compatible string for Intel IvyBridge FSP by Bin Meng · 9 years ago
  36. fcc0a87 dm: serial: Convert ns16550 driver to use driver model PCI API by Simon Glass · 9 years ago
  37. ef4b01b arm: socfpga: Allow DWC2 UDC probing from OF by Marek Vasut · 9 years ago
  38. e81ca88 dm: tegra: pci: Convert tegra boards to driver model for PCI by Simon Glass · 9 years ago
  39. f77f5e9 dm: tegra: Convert keyboard driver to driver model by Simon Glass · 9 years ago
  40. d9eda6c pci: tegra: add/enable support for Tegra210 by Stephen Warren · 9 years ago
  41. 1017296 dm: spl: Support device tree when BSS is in a different section by Simon Glass · 9 years ago
  42. 3bc37a5 fdt: Add a function to look up a /chosen property by Simon Glass · 9 years ago
  43. 4ea5243 fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT by Stephen Warren · 9 years ago
  44. ff0a635 fdtdec: fix parsing 'reg' property with zero value in '#size-cells' by Przemyslaw Marczak · 9 years ago
  45. d93b9a0 fdt: fix fdtdec_get_addr_size not to require any size cells by Stephen Warren · 9 years ago
  46. 02464e3 fdt: add new fdt address parsing functions by Stephen Warren · 9 years ago
  47. 129adf5 mmc: dw_mmc: Probe the MMC from OF by Marek Vasut · 9 years ago
  48. b697e0f dm: tpm: Convert I2C driver to driver model by Simon Glass · 9 years ago
  49. bc6351e fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev() by Bin Meng · 9 years ago
  50. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  51. 236efe3 Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit" by Simon Glass · 9 years ago
  52. f3b84a3 x86: baytrail: Configure FSP UPD from device tree by Andrew Bradford · 9 years ago
  53. 6ab00db arm: socfpga: misc: Reset ethernet from OF by Marek Vasut · 9 years ago
  54. 5ae3a5e dts: Drop unused compatible ID for the NXP video bridge by Simon Glass · 9 years ago
  55. 68964db video: Remove the old parade driver by Simon Glass · 9 years ago
  56. 05bccbc power: Remove old TPS65090 drivers by Simon Glass · 9 years ago
  57. 3bd926c lib: fdt: fix indent of #ifdef..#endif conditional by Masahiro Yamada · 9 years ago
  58. 7aaa5a6 ARM: Tegra210: Add support to common Tegra source/config files by Tom Warren · 10 years ago
  59. 5b34436 fdt: Fix fdtdec_get_addr_size() for 64-bit by Thierry Reding · 9 years ago
  60. cb5f97f70 fdt: Provide debug info when a device tree cannot be found by Simon Glass · 9 years ago
  61. c4af673 lib: Add function to extract a number from the end of a string by Simon Glass · 9 years ago
  62. b1d9e46 fdt: armv8: Fix build warnings on armv8 by Haikun Wang · 9 years ago
  63. 257bfd2 dm: usb: tegra: Drop legacy USB code by Simon Glass · 10 years ago
  64. 5318f18 x86: gpio: add pinctrl support from the device tree by Gabriel Huau · 9 years ago
  65. 9c7dea6 x86: Refactor PIRQ routing support by Bin Meng · 9 years ago
  66. f37df0f pmic: max77686 set the same compatible as in the kernel by Przemyslaw Marczak · 9 years ago
  67. f0e57b1 tpm: Rename Infineon TPM to slb9645tt by Simon Glass · 9 years ago
  68. 00f3732 tegra: video: Support serial output resource (SOR) on tegra124 by Simon Glass · 9 years ago
  69. 12e6711 fdt: Add binding decode function for display-timings by Simon Glass · 9 years ago
  70. f56da29 dm: usb: exynos: Drop legacy USB code by Simon Glass · 10 years ago
  71. 0879361 fdt: Rename setup_fdt() and make it prepare also by Simon Glass · 10 years ago
  72. b45122f fdt: sandbox: Move setup code from board_f to fdtdec by Simon Glass · 10 years ago
  73. 6631237 dm: Add a panic_str() function to reduce code size by Simon Glass · 10 years ago
  74. 3fbb787 cros_ec: exynos: Match up device tree with kernel version by Simon Glass · 9 years ago
  75. ce6adaa fdt: Drop LPC compatible string in fdtdec by Simon Glass · 9 years ago
  76. 672055e fdt: cros_ec: Drop compatible string in fdtdec by Simon Glass · 9 years ago
  77. 90b16d1 x86: chromebook_link: dts: Add PCH and LPC devices by Simon Glass · 9 years ago
  78. aad78d2 dm: x86: pci: Convert chromebook_link to use driver model for pci by Simon Glass · 10 years ago
  79. 106cce9 fdt: Tighten up error handling in fdtdec_get_pci_addr() by Simon Glass · 10 years ago
  80. 5f7bfdd fdt: Export fdtdec_get_number() for general use by Simon Glass · 10 years ago
  81. 6462cde ARM: UniPhier: adjust device trees for business transfer by Masahiro Yamada · 10 years ago
  82. 1e7df7c usb: UniPhier: add UniPhier on-chip xHCI host driver support by Masahiro Yamada · 10 years ago
  83. c89ada0 fdtdec: Add compatible id and string for Intel Quark MRC by Bin Meng · 10 years ago
  84. b9749eb dm: exynos: Drop unused COMPAT features for SPI by Simon Glass · 10 years ago
  85. dedff1a dm: tegra: Drop unused COMPAT features for I2C, SPI by Simon Glass · 10 years ago
  86. a08d643 dm: Drop gpio.h header from fdtdec.c by Simon Glass · 10 years ago
  87. 009067c dm: fdt: Remove the old GPIO functions by Simon Glass · 10 years ago
  88. 57068a7 dm: fdt: Add a function to decode phandles with arguments by Simon Glass · 10 years ago
  89. 5da3808 x86: dts: Add compatible string for Intel ICH9 SPI controller by Simon Glass · 10 years ago
  90. a62e84d fdt: Add several apis to decode pci device node by Bin Meng · 10 years ago
  91. f315828 pci: tegra: Add Tegra PCIe driver by Thierry Reding · 10 years ago
  92. 79c7a90 ARM: tegra: Implement XUSB pad controller by Thierry Reding · 10 years ago
  93. 6173c45 power: Add AMS AS3722 PMIC support by Thierry Reding · 10 years ago
  94. 8834210 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  95. f4e7e2d Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  96. 0bd4e39 fdt: remove fdtdec_get_alias_node() function by Masahiro Yamada · 10 years ago
  97. 1fc4e6f Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  98. effcf06 x86: Add initial video device init for Intel GMA by Simon Glass · 10 years ago
  99. bb80be3 x86: Add init for model 206AX CPU by Simon Glass · 10 years ago
  100. 3ac8393 x86: ivybridge: Add SATA init by Simon Glass · 10 years ago