1. d21afd5 dm: test: Fix nit with position of backslash by Simon Glass · 8 years ago
  2. 4b28058 dm: spi: Convert uclass to livetree by Simon Glass · 8 years ago
  3. bf45b2e cros_ec: Update the cros_ec keyboard driver to livetree by Simon Glass · 8 years ago
  4. aec8cc0 dm: reset: Update uclass to support livetree by Simon Glass · 8 years ago
  5. 085ba47 dm: power-domain: Update uclass to support livetree by Simon Glass · 8 years ago
  6. 8195551 dm: phy: Update uclass to support livetree by Simon Glass · 8 years ago
  7. 91dbd53 dm: mailbox: Update uclass to support livetree by Simon Glass · 8 years ago
  8. b7ae277 clk: Modify xlate() method for livetree by Simon Glass · 8 years ago
  9. 2c2d2c2 dm: pmic: Convert uclass to livetree by Simon Glass · 8 years ago
  10. 19eb118 samsung: Move pmic header out of config file by Simon Glass · 8 years ago
  11. 654e3a0 dm: i2c: Convert uclass to livetree by Simon Glass · 8 years ago
  12. 0d0e3c9 string: Add strcspn() by Simon Glass · 8 years ago
  13. 4355d42 string: Add strchrnul() by Simon Glass · 8 years ago
  14. a67cc63 dm: Add more livetree helpers and definitions by Simon Glass · 8 years ago
  15. bb7c01e fdt: Rename a few functions in fdt_support by Simon Glass · 8 years ago
  16. b35e6d6 cros_ec: Convert to support live tree by Simon Glass · 8 years ago
  17. 1d9af1f dm: gpio: Add live tree support by Simon Glass · 8 years ago
  18. f6820a8 dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment by Simon Glass · 8 years ago
  19. 12faa02 dm: gpio: Refactor to prepare for live tree support by Simon Glass · 8 years ago
  20. 017886b dm: core: Run tests with both livetree and flat tree by Simon Glass · 8 years ago
  21. be408ee dm: test: Show the test filename when running by Simon Glass · 8 years ago
  22. ee145d6 dm: core: Add a way to find a device by ofnode by Simon Glass · 8 years ago
  23. f19d9f2 dm: core: Scan the live tree when setting up driver model by Simon Glass · 8 years ago
  24. e6dd8da dm: core: Update device_bind_driver_to_node() to use ofnode by Simon Glass · 8 years ago
  25. 802b2c6 dm: core: Update lists_bind_fdt() to use ofnode by Simon Glass · 8 years ago
  26. 322b290 dm: core: Allow binding a device from a live tree by Simon Glass · 8 years ago
  27. cfdae5c dm: core: Implement live tree 'read' functions by Simon Glass · 8 years ago
  28. 34ef0c2 dm: core: Add device-based 'read' functions to access DT by Simon Glass · 8 years ago
  29. 0fbf66b dm: core: Add a place to put extra device-tree reading functions by Simon Glass · 8 years ago
  30. 049ae1b dm: core: Add address operations on device tree references by Simon Glass · 8 years ago
  31. 293340a fdt: Update fdt_get_base_address() to use const by Simon Glass · 8 years ago
  32. 6fe43a3 dm: core: Add livetree address functions by Simon Glass · 8 years ago
  33. c4fc562 dm: core: Add operations on device tree references by Simon Glass · 8 years ago
  34. 54cbcc8 dm: core: Rename of_device_is_compatible() by Simon Glass · 8 years ago
  35. 8ff57ae dm: Add a function to create a 'live' device tree by Simon Glass · 8 years ago
  36. 1ccaa05 dm: core: Add livetree access functions by Simon Glass · 8 years ago
  37. a6eedb8 dm: core: Add livetree definitions by Simon Glass · 8 years ago
  38. a782467 Update WARN_ON() to return a value by Simon Glass · 8 years ago
  39. d5d4c10 dm: blk: Allow finding block devices without probing by Simon Glass · 8 years ago
  40. 9a14860 dm: core: Add ofnode to represent device tree nodes by Simon Glass · 8 years ago
  41. a4dbe25 dm: core: Dont export dm_scan_fdt_node() by Simon Glass · 8 years ago
  42. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  43. aadfaf0 dm: core: Move dev_get_addr() etc. into a separate file by Simon Glass · 8 years ago
  44. 37652a7 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 8 years ago
  45. ea68e96 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 8 years ago
  46. a9e2c67 Kconfig: Finish migration of hashing commands by Daniel Thompson · 8 years ago
  47. 9e2b1d0 mips: bmips: extend baud rates support by Álvaro Fernández Rojas · 8 years ago
  48. 0118857 MIPS: add BMIPS Sagem F@ST1704 board by Álvaro Fernández Rojas · 8 years ago
  49. e2b9ed0 MIPS: add support for Broadcom MIPS BCM6338 SoC family by Álvaro Fernández Rojas · 8 years ago
  50. 2ea88e6 MIPS: add BMIPS Netgear CG3100D board by Álvaro Fernández Rojas · 8 years ago
  51. ec8d4c9 MIPS: add support for Broadcom MIPS BCM3380 SoC family by Álvaro Fernández Rojas · 8 years ago
  52. 2149f3b MIPS: add BMIPS Comtrend CT-5361 board by Álvaro Fernández Rojas · 8 years ago
  53. 92da83d MIPS: add support for Broadcom MIPS BCM6348 SoC family by Álvaro Fernández Rojas · 8 years ago
  54. 7e5b019 arm: mvebu: clearfog: generic distro bootcmd by Patrick Wildt · 8 years ago
  55. 7cac656 power: pmic: tps65218: Fix tps65218_voltage_update function by Keerthy · 8 years ago
  56. e812831 mmc: Change 'part_config' to be a u8 not char. by Tom Rini · 8 years ago
  57. edc93f9 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  58. c5ea8ed Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · 8 years ago
  59. 6ffb700 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 8 years ago
  60. d11fed7 armv8: LS2080A: Adjust memory map for secure boot headers for NOR-boot by Udit Agarwal · 8 years ago
  61. 0f0173d armv8: ls2080ardb, ls2080aqds: Adjust memory map for NOR-boot by Santan Kumar · 8 years ago
  62. 42f3780 armv8: layerscape: Adjust memory mapping for Flash/SD card on LS1046A by Alison Wang · 8 years ago
  63. b5b8bfa armv8: layerscape: Adjust memory mapping for Flash/SD card on LS1043A by Alison Wang · 8 years ago
  64. 2766608 arm: ls1021a: Adjust memory mapping for Flash/SD card on LS1021AQDS/TWR by Alison Wang · 8 years ago
  65. 75cd67f armv8: ls2080ardb: Add LS2081ARDB board support by Priyanka Jain · 8 years ago
  66. 7d05b99 armv8: ls2080ardb: Add QSPI-boot support by Priyanka Jain · 8 years ago
  67. 5f0580c armv8: ls1043ardb: Make NET independent of FMan by York Sun · 8 years ago
  68. 624b657 armv8: ls1046ardb: Make NET independent of FMan by York Sun · 8 years ago
  69. 2c31d72 armv8: ls1012a: fix the size of flash for multiple boards by Suresh Gupta · 8 years ago
  70. 9bcb3fe armv8: layperscape: remove CONFIG_SPI_FLASH_BAR from some platforms by Suresh Gupta · 8 years ago
  71. 105457e armv8: ls1046a: enable PCI command tool by Hou Zhiqiang · 8 years ago
  72. dc24dac nds32: eth: Support ftmac100 DM. by rick · 8 years ago
  73. df7576b Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  74. d9d7d8b Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · 8 years ago
  75. 452b6c7 ColdFire: Remove rogue 'CONFIG_SYS_NO_FLASH' embedded within another CONFIG_ name by Lothar Waßmann · 8 years ago
  76. becaa8f Convert CONFIG_CMD_LZMADEC to Kconfig by Simon Glass · 8 years ago
  77. 264aa5f Convert CONFIG_LZMA to Kconfig by Simon Glass · 8 years ago
  78. 3b1fb95 Kconfig: Drop CONFIG_CMD_LOADY by Simon Glass · 8 years ago
  79. fd9948c Convert CONFIG_CMD_KGDB to Kconfig by Simon Glass · 8 years ago
  80. 4c3a620 Convert CONFIG_CMD_IRQ to Kconfig by Simon Glass · 8 years ago
  81. c4abb4b Convert CONFIG_CMD_JFFS2 to Kconfig by Simon Glass · 8 years ago
  82. 30daabc Convert CONFIG_CMD_IOTRACE to Kconfig by Simon Glass · 8 years ago
  83. ec10c01 Convert CONFIG_CMD_IOLOOP to Kconfig by Simon Glass · 8 years ago
  84. 3bebbe6 Convert CONFIG_CMD_IO to Kconfig by Simon Glass · 8 years ago
  85. 5a22b3c Kconfig: Drop CONFIG_CMD_IMX_FUSE by Simon Glass · 8 years ago
  86. 420ca11 Kconfig: Drop CONFIG_CMD_IMXOTP by Simon Glass · 8 years ago
  87. 5d51124 Convert CONFIG_CMD_IMMAP to Kconfig by Simon Glass · 8 years ago
  88. b569a01 Kconfig: Add a CONFIG_IDE option by Simon Glass · 8 years ago
  89. a831eca Convert CONFIG_CMD_IDE to Kconfig by Simon Glass · 8 years ago
  90. f3a50ee Convert CONFIG_CMD_HDMIDETECT to Kconfig by Simon Glass · 8 years ago
  91. bb3500d Convert CONFIG_CMD_HD44760 to Kconfig by Simon Glass · 8 years ago
  92. 027608e Convert CONFIG_CMD_HASH to Kconfig by Simon Glass · 8 years ago
  93. 182ae0e Convert CONFIG_CMD_GSC to Kconfig by Simon Glass · 8 years ago
  94. fa74452 Convert CONFIG_CMD_GETTIME to Kconfig by Simon Glass · 8 years ago
  95. 18980cc Convert CONFIG_CMD_FUSE to Kconfig by Simon Glass · 8 years ago
  96. 80cb189 Convert CONFIG_CMD_FPGA_LOADBP et al to Kconfig by Simon Glass · 8 years ago
  97. 811eb26 Convert CONFIG_CMD_FPGAD to Kconfig by Simon Glass · 8 years ago
  98. 4a30120 Convert CONFIG_CMD_FDC to Kconfig by Simon Glass · 8 years ago
  99. 12b8570 Convert CONFIG_CMD_ETHSW to Kconfig by Simon Glass · 8 years ago
  100. 9fdc0de Convert CONFIG_CMD_ERRATA to Kconfig by Simon Glass · 8 years ago