1. c9ed7a4 exynos: video: Combine LCD driver into one file by Simon Glass · 9 years ago
  2. 6d23709 exynos: video: Move mipi_lcd_device_dt into a function by Simon Glass · 9 years ago
  3. ef4e779 exynos: video: Move struct exynos_platform_mipi_dsim into vidinfo by Simon Glass · 9 years ago
  4. f013e7a exynos: video: Move dsim_config_dt into a function by Simon Glass · 9 years ago
  5. 0de7089 exynos: video: Drop static variables in exynos_dp_lowlevel.c by Simon Glass · 9 years ago
  6. 860ef00 exynos: video: Drop static variables in exynos_fb.c by Simon Glass · 9 years ago
  7. c7fdcd9 exynos: video: Drop static variables in exynos_fimd.c by Simon Glass · 9 years ago
  8. 4d022cc exynos: video: Drop the static lcd_base_addr variable by Simon Glass · 9 years ago
  9. 6d27559 exynos: video: Remove use of vidinfo_t typedef by Simon Glass · 9 years ago
  10. c0882ff exynos: video: Drop dead code by Simon Glass · 9 years ago
  11. bd40e2d exynos: video: Move driver files into their own directory by Simon Glass · 9 years ago
  12. 8d84faa board: samsung: add initial Espresso7420 board support by Thomas Abraham · 9 years ago
  13. d23cb31 arm: exynos: add support for Exynos7420 SoC by Thomas Abraham · 9 years ago
  14. a99ad39 arm: exynos: realign the code to allow support for newer 64-bit platforms by Thomas Abraham · 9 years ago
  15. c81fdbe serial: s5p: use clock api to get clock rate by Thomas Abraham · 9 years ago
  16. 214a395 serial: s5p: get the port id number from the alias of the device node by Thomas Abraham · 9 years ago
  17. e3fc84c clk: exynos: add clock driver for Exynos7420 Soc by Thomas Abraham · 9 years ago
  18. cf18bff pinctrl: Add pinctrl driver support for Exynos7420 SoC by Thomas Abraham · 9 years ago
  19. 87adc64 pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devices by Thomas Abraham · 9 years ago
  20. c4a11bc Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  21. 39452be Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  22. 4f4e962 net: phy: dp83867: Add SGMII helper for configuration by Dan Murphy · 9 years ago
  23. 07cf56a net: phy: Add phy_interface_is_sgmii to phy.h by Dan Murphy · 9 years ago
  24. 63e3cde net: phy: Move is_rgmii helper to phy.h by Dan Murphy · 9 years ago
  25. 83fbd0a net: phy: ti: Allow the driver to be more configurable by Dan Murphy · 9 years ago
  26. bb5a566 net: phy: dp83867: Add device tree bindings and documentation by Dan Murphy · 9 years ago
  27. a582871 net: zynq_gem: Add the passing of the phy-handle node by Dan Murphy · 9 years ago
  28. 4b7b24e drivers: net: cpsw: Add reading of DT phy-handle node by Dan Murphy · 9 years ago
  29. 4938e43 defconfig: dra74_evm: enable eth driver model by Mugunthan V N · 9 years ago
  30. 0be2f62 defconfig: am437x_sk_evm: enable eth driver model by Mugunthan V N · 9 years ago
  31. 35e6625 defconfig: am437x_gp_evm: enable eth driver model by Mugunthan V N · 9 years ago
  32. 74b82da arm: dts: dra7: fix ethernet name with proper device address by Mugunthan V N · 9 years ago
  33. ef3ad7b arm: dts: dra7: add syscon node to cpsw to read mac address by Mugunthan V N · 9 years ago
  34. 511beae arm: dts: am4372: add syscon node to cpsw to read mac address by Mugunthan V N · 9 years ago
  35. 9e55635 drivers: net: cpsw: add support for reading mac address from efuse by Mugunthan V N · 9 years ago
  36. 77f7bc7 drivers: net: cpsw: fix get mdio base and gmii_sel reg from DT by Mugunthan V N · 9 years ago
  37. 9a9cde9 ARM: omap5: add platform specific ethernet phy modes configurations by Mugunthan V N · 9 years ago
  38. 13a27fd drivers: net: cpsw: fix cpsw dp parse when num slaves as 1 by Mugunthan V N · 9 years ago
  39. c6e44b7 ti_omap5_common: eth: do not define DM_ETH for spl by Mugunthan V N · 9 years ago
  40. 4666bd9 drivers: core: device: add support to check dt compatible for a device/machine by Mugunthan V N · 9 years ago
  41. 87b2c4e net: phy: Add PHY driver for mv88e61xx switches by Kevin Smith · 9 years ago
  42. b3072db net: Remove unused mv88e61xx switch driver by Kevin Smith · 9 years ago
  43. 8632fec Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  44. 470060f Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 9 years ago
  45. 3917c4f ARM: zynq: Simplify zynq configuration by Michal Simek · 9 years ago
  46. 0b56710 phy: marvell: Do not reset phy after negotiation by Michal Simek · 9 years ago
  47. 24ce232 phy: Wire return value from phy_config() by Michal Simek · 9 years ago
  48. ebae78b image: Add boot_get_fpga() to load fpga with bootm by Michal Simek · 9 years ago
  49. 5ff8966 net: phy: Handle phy_startup() error codes properly by Michal Simek · 9 years ago
  50. cf6677b phy: Return correct error code when timeout happens by Michal Simek · 9 years ago
  51. dbc0cfc net: xilinx: Handle error value from phy_startup() by Michal Simek · 9 years ago
  52. 0a130b1 mkimage: Report information about fpga by Michal Simek · 9 years ago
  53. b563a6b fpga: Fix typo in function comment by Michal Simek · 9 years ago
  54. d969ea8 ARM64: zynqmp: Enable CLK framework by Michal Simek · 9 years ago
  55. 72536fd ARM64: zynqmp: Add SPL support support by Michal Simek · 9 years ago
  56. ba08753 ARM64: zynqmp: Add missing u-boot,dm-pre-reloc to DTSI by Michal Simek · 9 years ago
  57. d35e65d ARM64: zynqmp: Align gic ranges for 64k in device tree by Alexander Graf · 9 years ago
  58. fa12466 tools: zynqmpimage: Add Xilinx ZynqMP boot header generation by Michal Simek · 9 years ago
  59. 853fee2 SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode by Michal Simek · 9 years ago
  60. 42c8c41 ARM: zynq: Call ps7_post_config() for SPL by Michal Simek · 9 years ago
  61. cc991fc ARM64: zynqmp: Enable option to overwrite default variables by Michal Simek · 9 years ago
  62. 7a8465b spl: Introduce new function spl_board_prepare_for_boot by Michal Simek · 9 years ago
  63. 3d2b0a4 ARM64: zynqmp: Add debug uart for zc1751-dc1 by Michal Simek · 9 years ago
  64. b09281b ARM64: zynqmp: Enable SPI_FLASH and FLASH_BAR for ep108 by Michal Simek · 9 years ago
  65. 526135a ARM64: zynqmp: Remove CONFIG_PREBOOT by Michal Simek · 9 years ago
  66. f669e22 ARM: zynq: Add support for SPL_LOAD_FIT by Michal Simek · 9 years ago
  67. f55688c ARM64: zynqmp: Wire up debug_uart setup by Michal Simek · 9 years ago
  68. fe87595 ARM64: zynqmp: Enable eMMC boot partitions commands by Michal Simek · 9 years ago
  69. eec32f6 ARM64: zynqmp: Add support for reading MAC from eeprom by Michal Simek · 9 years ago
  70. 0061556 ARM64: zynqmp: Enable missing distro default options by Michal Simek · 9 years ago
  71. 1f72e9c ARM64: zynqmp: Enable HUSH parser for all zynqmp targets by Michal Simek · 9 years ago
  72. e5b2948 ARM: dts: zynq: describe SLCR as simple-mfd rather than simple-bus by Masahiro Yamada · 9 years ago
  73. 514281f gpio: zynq: Add support for reading gpio pin state by Michal Simek · 9 years ago
  74. fd63365 ARM: zynq: load u-boot.img whether CONFIG_OF_SEPARATE is defined or not by Masahiro Yamada · 9 years ago
  75. 4d88f1c ARM: sama5d2: Implement boot device autodetection by Marek Vasut · 9 years ago
  76. a93dac7 ARM: atmel: Enable FIT image support for SAMA5Dx by Marek Vasut · 9 years ago
  77. 709733b board: sama5d2_xplained: change SDHCI GCK's clock source to UPLL by Wenyou Yang · 9 years ago
  78. dcc8a84 ARM: at91: clock: complete the GCK's clock sources by Wenyou Yang · 9 years ago
  79. d47886e ARM: at91: clock: fix the GCK's clock source by Wenyou Yang · 9 years ago
  80. a141e5a board: atmel: sama5d2_xplained: fix the missing pin config of SDMMC0 by Wenyou Yang · 9 years ago
  81. b90c7cb board: atmel: add SAMA5D2 PTC Engineering board by Wenyou Yang · 9 years ago
  82. 0795a41 ARM: at91: sama5d2: add macro & field definitions by Wenyou Yang · 9 years ago
  83. 70eacf2 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  84. b858b6b Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 9 years ago
  85. e4ce25f ARM: fix ifdef in ARMv8 lowlevel_init() again by Masahiro Yamada · 9 years ago
  86. 1f54cbb SPL: fat: Fix spl_parse_image_header() return value handling by Tom Rini · 9 years ago
  87. d74ea96 omap3: Fix SPI registers on am33xx and am43xx by Martin Hejnfelt · 9 years ago
  88. c897487 kbuild: fixdep: Check fstat(2) return value by Tom Rini · 9 years ago
  89. 9b2e95a spl: Setup default value for OF_LIST by Michal Simek · 9 years ago
  90. 8667f8c spl: fit: Print error message when FDT is not present by Michal Simek · 9 years ago
  91. da1805f mkimage: Add a quiet mode by Simon Glass · 9 years ago
  92. e4016fa image-fit: Don't display an error in fit_set_timestamp() by Simon Glass · 9 years ago
  93. 44628b8 malloc: improve memalign fragmentation fix by Stephen Warren · 9 years ago
  94. c5e173c x86: galileo: Override SMBIOS product name by Bin Meng · 9 years ago
  95. 543a82b x86: Switch to use SMBIOS Kconfig options when writing SMBIOS tables by Bin Meng · 9 years ago
  96. 6efcb51 x86: kconfig: Add two options for SMBIOS manufacturer and product name by Bin Meng · 9 years ago
  97. 50bec1e x86: galileo: Enable MP table generation by Bin Meng · 9 years ago
  98. ff0c478 x86: broadwell: Correct I/O APIC ID by Bin Meng · 9 years ago
  99. 330be03 x86: quark: Assign a unique I/O APIC ID by Bin Meng · 9 years ago
  100. d538c36 x86: Call lapic_setup() in interrupt_init() by Bin Meng · 9 years ago