1. 1d7f6ad ti816x: Modernize the defconfig by Tom Rini · 8 years ago
  2. 708ca4d ti816x: Import dts files from Linux Kernel v4.11 by Tom Rini · 8 years ago
  3. 77e9927 ti816x: Enable NAND by Tom Rini · 8 years ago
  4. dab2fc2 ti816x_evm: Disable CONFIG_USE_PRIVATE_LIBGCC by Tom Rini · 8 years ago
  5. 8627733 ti816x: Rework DDR initialization sequence by Tom Rini · 8 years ago
  6. ffb5656 armv7: Mark the default lowlevel_init function as weak by Tom Rini · 8 years ago
  7. 7c0c6be configs: davinci: omapl138_lcdk: add random eth address support by Anna, Suman · 8 years ago
  8. e320d37 Enable PXE boot on meson-gxbb. by Vagrant Cascadian · 8 years ago
  9. f0a1ad4 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  10. d7f7ba3 x86: fsp: Remove the call to set up internal uart in fsp_init() by Bin Meng · 7 years ago
  11. 37d1023 x86: baytrail: Fix boot hang with a debug build by Bin Meng · 7 years ago
  12. f8f291b x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer by Bin Meng · 7 years ago
  13. 5e74e5a x86: baytrail: Use macros instead of magic numbers for FSP settings by Bin Meng · 7 years ago
  14. 6702488 x86: baytrail: Remove "serial-debug-port-*" settings by Bin Meng · 7 years ago
  15. 455a5a8 x86: baytrail: Change "fsp, mrc-init-tseg-size" default value to 1 by Bin Meng · 7 years ago
  16. dd31be2 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 7 years ago
  17. 5cafcba Merge git://git.denx.de/u-boot-net by Tom Rini · 7 years ago
  18. 541f538 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  19. b07d044 Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  20. 91d27a1 Kconfig: Migrate FS_FAT / FAT_WRITE by Tom Rini · 7 years ago
  21. 4a72d8d board: ti: enable support for writing to fat partition by Sekhar Nori · 7 years ago
  22. 0dbb9a9 config_fallbacks: add additional fallbacks for fat filesystem by Sekhar Nori · 7 years ago
  23. 391b037 configs: k2g_evm: make sure config fallbacks take effect by Sekhar Nori · 7 years ago
  24. ae87339 configs: k2*_evm: let each board decide env location by Sekhar Nori · 7 years ago
  25. eedfb89 fs: fat: add kbuild configuration support by Sekhar Nori · 7 years ago
  26. 2303bff net: pch_gbe: Add cache maintenance by Paul Burton · 8 years ago
  27. 52e727c net: pch_gbe: CPU accessible addresses are virtual by Paul Burton · 8 years ago
  28. db225f1 net: pch_gbe: Fix rx descriptor buffer addresses by Paul Burton · 8 years ago
  29. 43979cb net: pch_gbe: Reset during probe by Paul Burton · 8 years ago
  30. f0b94c4 net: zynq_gem: Dont flush dummy descriptors by Siva Durga Prasad Paladugu · 7 years ago
  31. dea004e net: zynq_gem: Use wait_for_bit with non breakable by Siva Durga Prasad Paladugu · 7 years ago
  32. 68e6eca net: phy: marvell 88e151x: Fix handling of RGMII interface types by Phil Edworthy · 8 years ago
  33. c08248d net: core: avoid possible NULL pointer dereference by xypron.glpk@gmx.de · 8 years ago
  34. 96d1d84 drivers: net: cpsw: abort init() on aneg timeout by Sekhar Nori · 8 years ago
  35. 6de046e net: macb: Fix GMAC not work when enable DM_ETH by Wenyou Yang · 8 years ago
  36. e09d0c8 net: mvpp2.c: Enable 10G support for port 0 (SFI) by Stefan Chulski · 8 years ago
  37. cc1aa21 armv8/ls1046a: RGMII PHY requires internal delay on Tx by Madalin Bucur · 8 years ago
  38. 5a78a47 armv8/ls1043a: RGMII PHY requires internal delay on Tx by Madalin Bucur · 8 years ago
  39. b233089 net: zynq_gem: Do not return -ENOSYS on success by Olliver Schinagl · 8 years ago
  40. 6ec922f net: designware: Add phy supply support by Jacob Chen · 8 years ago
  41. 449ea2c net: Kconfig:make PHY_GIGE and individual Micrel PHYs selectable by Philipp Tomsich · 8 years ago
  42. 99ed4a2 fdt: Drop fdt_select.py by Simon Glass · 8 years ago
  43. ec3f378 binman: Rename fdt variable to dtb by Simon Glass · 8 years ago
  44. 7b75b44 fdt: Merge fdt_normal with its base class by Simon Glass · 8 years ago
  45. 515d3f0 binman: Drop a special case related to fdt_fallback by Simon Glass · 8 years ago
  46. 160a766 fdt: Drop fdt_fallback library by Simon Glass · 8 years ago
  47. 6d804ea fdt: Drop use of the legacy libfdt python module by Simon Glass · 8 years ago
  48. 727f153 fdt: Stop building the old python libfdt module by Simon Glass · 8 years ago
  49. e38ffc4 fdt: Makefile: Build python libfdt library if needed by Simon Glass · 8 years ago
  50. b436020 fdt: Support use of the new python libfdt library by Simon Glass · 8 years ago
  51. 4a28b00 fdt: dtoc: Add a full set of property tests by Simon Glass · 8 years ago
  52. 1d88ebb fdt: Update fdt_test to use 'dt' instead of 'fdt' by Simon Glass · 8 years ago
  53. ee95d10 fdt: Build the new python libfdt module by Simon Glass · 8 years ago
  54. 555ba48 fdt: Rename existing python libfdt module by Simon Glass · 8 years ago
  55. 330274f fdt: Add all source files to the libfdt build by Simon Glass · 8 years ago
  56. 7e91b102 fdt: Allow swig options to be provided by Makefile by Simon Glass · 8 years ago
  57. a2b2caa fdt: Move header files into lib/libfdt by Simon Glass · 8 years ago
  58. c40bfba fdt: Use SPDX format for licenses in the libfdt headers by Simon Glass · 8 years ago
  59. c69380f fdt: Correct cast for sandbox in fdtdec_setup_memory_size() by Simon Glass · 8 years ago
  60. 84d7f91 pci: Correct cast for sandbox by Simon Glass · 8 years ago
  61. cf2064d fdt: Add Python bindings by Simon Glass · 8 years ago
  62. 868e371 sun50i: h5: Add initial Orangepi Prime support by Jagan Teki · 8 years ago
  63. 8d75d52 armv8: ls1046ardb: Enable loading PPA during SPL stage for SD boot by York Sun · 8 years ago
  64. b3a860a armv8: ls1046a: Enable spl_board_init() function by York Sun · 8 years ago
  65. f24c785 armv8: ls1043ardb: Enable loading PPA during SPL stage for SD boot by York Sun · 8 years ago
  66. 8e59778 armv8: layerscape: Enabling loading PPA during SPL stage by York Sun · 8 years ago
  67. 399e2bb armv8: layerscape: Make U-Boot EL2 safe by York Sun · 8 years ago
  68. 1f55a93 armv8: ls2080aqds: Add support for SD boot by Santan Kumar · 8 years ago
  69. faed6bd armv8: ls2080a: Reorganise NAND_BOOT code in config flag by Santan Kumar · 8 years ago
  70. 5aa03dd QE: add QE support on SD boot by Zhao Qiang · 8 years ago
  71. 1161dbc drivers: net: fsl-mc: Include MAC addr fixup to DPL by Bogdan Purcareata · 8 years ago
  72. 33a8991 drivers: net: fsl-mc: Link MC boot to PHY_RESET_R by Bogdan Purcareata · 8 years ago
  73. f333973 arm64: dts: sun50i: h5: orangepi-pc2: Use GPIO flag binding macro by Jagan Teki · 8 years ago
  74. 702a3e5 arm64: dts: sun50i: Add sun50i-h5.dtsi by Jagan Teki · 8 years ago
  75. 46bac66 sandbox: Move to use live tree by Simon Glass · 8 years ago
  76. 04048d5 dm: gpio: power: Convert pm8916 drivers to livetree by Simon Glass · 8 years ago
  77. fe3c0b5 dm: test: Fix nit with position of backslash by Simon Glass · 8 years ago
  78. 03753c9 dm: sandbox: sysreset: Convert driver to livetree by Simon Glass · 8 years ago
  79. a118179 dm: sandbox: spi: Convert driver to support livetree by Simon Glass · 8 years ago
  80. 656f29d dm: spi-flash: Convert uclass to livetree by Simon Glass · 8 years ago
  81. 2ceb648 dm: sandbox: i2c_rtc: Drop fdtdec.h header by Simon Glass · 8 years ago
  82. aabf799 dm: sandbox: i2c: Drop fdtdec.h header by Simon Glass · 8 years ago
  83. 279e26f dm: spi: Convert uclass to livetree by Simon Glass · 8 years ago
  84. 8327d41 cros_ec: Update the cros_ec keyboard driver to livetree by Simon Glass · 8 years ago
  85. 2dd57f5 dm: Update the I2C eeprom driver for livetree by Simon Glass · 8 years ago
  86. bf50159 dm: pci: Update uclass to support livetree by Simon Glass · 8 years ago
  87. 40a475e dm: reset: Update uclass to support livetree by Simon Glass · 8 years ago
  88. 424b2fe dm: power-domain: Update uclass to support livetree by Simon Glass · 8 years ago
  89. 5204e9b sandbox: phy: Update driver for livetree by Simon Glass · 8 years ago
  90. 23558bb dm: phy: Update uclass to support livetree by Simon Glass · 8 years ago
  91. 5e1ff64 dm: mailbox: Update uclass to support livetree by Simon Glass · 8 years ago
  92. ac206a0 dm: phy: Update tests to use ut_asserteq() by Simon Glass · 8 years ago
  93. 86b54ec dm: test: Disable the fdt_offset test with livetree by Simon Glass · 8 years ago
  94. 298afb5 dm: test: Separate out the bus DT offset test by Simon Glass · 8 years ago
  95. 8b92e1c dm: clk: fixed: Update to support livetree by Simon Glass · 8 years ago
  96. aa9bb09 dm: clk: Update uclass to support livetree by Simon Glass · 7 years ago
  97. a4e0ef5 clk: Modify xlate() method for livetree by Simon Glass · 8 years ago
  98. a1e4ade sandbox: usb: Convert emulators to livetree by Simon Glass · 8 years ago
  99. d20fd27 dm: usb: Convert uclass to livetree by Simon Glass · 8 years ago
  100. 53d788d dm: adc: Convert uclass to livetree by Simon Glass · 8 years ago