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