1. 0e4c1dd arm: zynq: Enable FIT fpga loading in SPL for zc706 by Michal Simek · 6 years ago
  2. 3313ae6 spl: fpga: Implement fpga bistream loading with fpga_load by Michal Simek · 6 years ago
  3. 2364b70 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  4. 39cb4f3 arm: mx5: Add M53Menlo board by Marek Vasut · 6 years ago
  5. ed85f77 arm: mx5: Add LDB clock config code by Marek Vasut · 6 years ago
  6. 0b6b8a3 arm: imx: mx5: Make videoskip available on MX5 by Marek Vasut · 6 years ago
  7. 892f93d Prepare v2018.11-rc2 by Tom Rini · 6 years ago
  8. 658954c Revert "fdt: fdtdec_setup_memory_banksize() use livetree" by Michal Simek · 6 years ago
  9. 6e7a186 Merge tag 'arc-more-updates-for-2018.11-rc2-2' of git://git.denx.de/u-boot-arc by Tom Rini · 6 years ago
  10. 6e63314 ARC: Don't use COMMON section for global not-initialized variables by Alexey Brodkin · 6 years ago
  11. 19ca29f Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  12. e6cd05e Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  13. a211091 iot_dk: Link for eFlash by Alexey Brodkin · 6 years ago
  14. 9f87d47 axs10x/emdk/hsdk/iot_dk: Implement board_mmc_getcd() by Alexey Brodkin · 6 years ago
  15. 8a8f32d iot_dk: Save CPU clock value to gd->cpu_clk by Alexey Brodkin · 6 years ago
  16. 031154f iot_dk: Add support of 136 MHz clock by Alexey Brodkin · 6 years ago
  17. 7d388ad iot_dk: Implement board reset by Alexey Brodkin · 6 years ago
  18. 5b86ca9 iot_dk/hsdk: Implement its own print_cpuinfo() by Alexey Brodkin · 6 years ago
  19. ba9f56f ARC: make generic print_cpuinfo() weak by Alexey Brodkin · 6 years ago
  20. 18e8923 iot_dk: Disable networking support by Alexey Brodkin · 6 years ago
  21. 8d0a496 iot_dk: Add localversion string by Alexey Brodkin · 6 years ago
  22. 15f22ac ldpaa_eth.c: Fix warning when PHYLIB is not enabled by Tom Rini · 6 years ago
  23. 5c39148 sf: Add MICRON manufacturer id by Ashish Kumar · 6 years ago
  24. e3bc4bb i2c: fix: Add support for the Arm's Versatile Express I2C controller by Heiko Schocher · 6 years ago
  25. 0223462 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  26. 1a048cd driver: net: fsl-mc: Add support of multiple phys for dpmac by Pankaj Bansal · 6 years ago
  27. 1ed19a1 driver: net: fsl-mc: initialize dpmac irrespective of phy by Pankaj Bansal · 6 years ago
  28. a3cb534 driver: net: fsl-mc: Modify the dpmac link detection method by Pankaj Bansal · 6 years ago
  29. f259c43 driver: net: fsl-mc: fix error handing in init_phy by Pankaj Bansal · 6 years ago
  30. d75e81d driver: net: fsl-mc: remove unused strcture elements by Pankaj Bansal · 6 years ago
  31. 3d5ced9 Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  32. 98068b3 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  33. 606f3a7 arm: remove duplicated prototypes in u-boot.arm.h by Patrick Delaunay · 6 years ago
  34. 6180ea7 arm: remove prototype for get_timer_masked by Patrick Delaunay · 6 years ago
  35. aa33fe8 arm: remove prototype for udelay_masked by Patrick Delaunay · 6 years ago
  36. aad5b4a arm: remove prototype for reset_timer_masked by Patrick Delaunay · 6 years ago
  37. 1c8e9fa arm: remove prototype for arch_interrupt_init by Patrick Delaunay · 6 years ago
  38. fd3d121 bootm: Add board specific OS preboot hook by Marek Vasut · 6 years ago
  39. 81089a5 arm: K3: am654: Add support for getting boot mode by Andrew F. Davis · 6 years ago
  40. b5700ef arm: K3: am654: Choose MMC boot device based on boot port by Andrew F. Davis · 6 years ago
  41. 0f3cf2b gpio: da8xx: Push generic defines of gpio.h out of mach-davinci by Keerthy · 6 years ago
  42. 401d74c gpio: da8xx: Add k2g compatible by Keerthy · 6 years ago
  43. 442faf6 board: ks2: move uinitrd fixup logic inside ft_board_setup_ex by Nicholas Faustini · 6 years ago
  44. 2c76d31 fdt: add call to ft_board_setup_ex() for ks2 boards by Nicholas Faustini · 6 years ago
  45. 8afd4ea ARM: meson: Add Khadas VIM2 board support by Loic Devulder · 6 years ago
  46. 2058b73 ARM: meson: Add Khadas VIM2 board DT by Loic Devulder · 6 years ago
  47. 1c547bf ARM: dts: stm32mp1: Add usbotg_hs regulator for stm32mp157c-ev1 by Patrice Chotard · 6 years ago
  48. afd6c6b driver: net: fsl-mc: modify the label name by Pankaj Bansal · 6 years ago
  49. 5d457ec net: Consolidate UDP header functions by Duncan Hare · 6 years ago
  50. ac3f26c net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · 6 years ago
  51. 72ff004 test: eth: Add a test for the target being pinged by Joe Hershberger · 6 years ago
  52. 45988da test: eth: Add a test for ARP requests by Joe Hershberger · 6 years ago
  53. 9cbe597 net: sandbox: Add a priv ptr for tests to use by Joe Hershberger · 6 years ago
  54. 3f02c98 net: Add an accessor to know if waiting for ARP by Joe Hershberger · 6 years ago
  55. c67a420 net: sandbox: Allow fake eth to handle more than 1 packet response by Joe Hershberger · 6 years ago
  56. 76a5034 net: sandbox: Share the priv structure with tests by Joe Hershberger · 6 years ago
  57. c7eb733 net: sandbox: Make the fake eth driver response configurable by Joe Hershberger · 6 years ago
  58. e95bb16 net: sandbox: Refactor sandbox send function by Joe Hershberger · 6 years ago
  59. e4ab9a6 net: sandbox: Move disabled flag into priv struct by Joe Hershberger · 6 years ago
  60. 5b72398 phy: Add 25G_AUI, XLAUI, CAUI2, CAUI4 related macros by Priyanka Jain · 6 years ago
  61. 0f347a0 net: phy: ti: Add binding for the CLK_OUT pin muxing by Janine Hagemann · 6 years ago
  62. be71a74 net: phy: ti: Recover from "port mirroring" N/A MODE4 by Janine Hagemann · 6 years ago
  63. fba725f net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driver by Janine Hagemann · 6 years ago
  64. 883b530 linux/if_ether.h: Add VLAN related macros by Bin Meng · 6 years ago
  65. dda5251 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  66. 2240d76 linux/if_ether.h: Initial import from Linux kernel v4.17 by Bin Meng · 6 years ago
  67. 90de396 sunxi: fix DRAM gate/reset sequence of H6 by Icenowy Zheng · 6 years ago
  68. cb19c29 board: da8xxevm: Add SPL DM for serial, spi by Jagan Teki · 6 years ago
  69. ba3c22b spi: davinci: Add platdata support by Jagan Teki · 6 years ago
  70. c860206 mtd: uboot: Fix hanging during mtd list command by Adam Ford · 6 years ago
  71. 339613e net: pch_gbe: Make probe/remove static by Bin Meng · 6 years ago
  72. b06d76f linux/compat.h: Add netdev_### log macros by Bin Meng · 6 years ago
  73. 1456639 linux/mdio.h: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  74. 8da3524 linux/mii.h: Sync with Linux kernel v4.17 by Bin Meng · 6 years ago
  75. 2f90c62 ARM: opos6ul: make the board boot again by Sébastien Szymanski · 6 years ago
  76. be381cc configs: mx7: Remove CONFIG_DBG_MONITOR by Fabio Estevam · 6 years ago
  77. 787075e colibri_imx7: prime get_ram_size() using imx_ddr_size() by Fabio Estevam · 6 years ago
  78. 2cea8d7 imx: mx7: fix potential overflow in imx_ddr_size() by Marcel Ziswiler · 6 years ago
  79. 780e31e pico-imx7d: Add USB Host support by Fabio Estevam · 6 years ago
  80. 4d72d34 pico-imx7d: Make SPL binary fit into 64kB by Fabio Estevam · 6 years ago
  81. c066d3c pico-imx6ul, pico-imx7d: Enable USB and PXE boot support by Otavio Salvador · 6 years ago
  82. 6899b04 pico-imx6ul, pico-imx7d: Use eMMC user partition by default by Otavio Salvador · 6 years ago
  83. ae400fd ARM: dts: rmobile: Reinstate missing CPLD on ULCB by Marek Vasut · 6 years ago
  84. beced53 mmc: tmio: Limit DMA to 32bit on R-Car Gen3 by Marek Vasut · 6 years ago
  85. 92bde15 mmc: tmio: Pass full address to tmio_sd_addr_is_dmaable() by Marek Vasut · 6 years ago
  86. 41b781d dtoc: Fix the value of SetInt() by Simon Glass · 6 years ago
  87. 8c466ed video: Tidy up a few comments in video.o by Simon Glass · 6 years ago
  88. 9949ee8 video: at91: Adjust vidconsole_position_cursor() to use char pos by Simon Glass · 6 years ago
  89. 751fed4 sysreset: Add a way to find the last reset by Simon Glass · 6 years ago
  90. eb51731 sysreset: Tidy up a few comments and logging by Simon Glass · 6 years ago
  91. 595aac9 pci: Add a little more debugging to pci_rom by Simon Glass · 6 years ago
  92. 44093a1 fdt: Allow C++ comments in link scripts and DT files by Simon Glass · 6 years ago
  93. 07bc873 ctags: Minor changes to fix ctags output by Simon Glass · 6 years ago
  94. a4f737a panel: Expand the backlight support by Simon Glass · 6 years ago
  95. 5d9a88f test: panel: Add a test for the panel uclass by Simon Glass · 6 years ago
  96. d07b6e1 cros_ec: Add support for v3 messages on LPC by Simon Glass · 6 years ago
  97. a12ef7e cros_ec: Update cros_ec_read_hash() to specify the image by Simon Glass · 6 years ago
  98. 590cee8 x86: Update mtrr functions to allow leaving cache alone by Simon Glass · 6 years ago
  99. 6f1c043 cros: Update ec_commands to latest version by Simon Glass · 6 years ago
  100. 67b9052 Rename GPT_HEADER_SIGNATURE to avoid conflict by Simon Glass · 6 years ago