1. bca686a net: tsec: Fix offset of MDIO registers for DM_ETH by Vladimir Oltean · 5 years ago
  2. 29db310 net: tsec: Refactor the readout of the tbi-handle property by Vladimir Oltean · 5 years ago
  3. c6d07bf net/macb: increase RX buffer size for GEM by Ramon Fried · 5 years ago
  4. 9c29580 net: macb: apply sane DMA configuration by Ramon Fried · 5 years ago
  5. ed3c64f net: macb: add dma_burst_length config by Ramon Fried · 5 years ago
  6. 5a1899f net: macb: add support for SGMII phy interface by Ramon Fried · 5 years ago
  7. 0a2827e net: macb: use bit access macro from header file by Ramon Fried · 5 years ago
  8. 9e65f80 net: macb: add support for faster clk rates by Ramon Fried · 5 years ago
  9. 6c63651 net: macb: sync header definitions as taken from Linux by Ramon Fried · 5 years ago
  10. 88d2b1a doc: bindings: Add binding for register driven MDIO muxes by Alex Marginean · 5 years ago
  11. d9a9174 drivers: net: driver for MDIO muxes controlled over I2C by Alex Marginean · 5 years ago
  12. 5dce9df net: designware: use 'phy_connect' instead of open coded by Simon Goldschmidt · 5 years ago
  13. 9bc07e81 drivers: net: fsl_enetc: add support for SGMII 2500 by Alex Marginean · 5 years ago
  14. 9b84431 configs: ls1028a: enable networking options in rdb, qds defconfig by Alex Marginean · 5 years ago
  15. b32e9a7 arm: dts: ls1028a updates for network interfaces by Alex Marginean · 5 years ago
  16. e4aafd5 drivers: net: apply serdes configuration for ENETC Ethernet interfaces by Alex Marginean · 5 years ago
  17. 1d99534 drivers: net: add NXP ENETC MDIO driver by Alex Marginean · 5 years ago
  18. 120b5ef drivers: net: add NXP ENETC ethernet driver by Alex Marginean · 5 years ago
  19. ff6c6b2 include: configs: ls1028a: set SYS_RX_ETH_BUFFER to 8 by Alex Marginean · 5 years ago
  20. 1f17468 spi: Drop obsolete mtk_qspi driver references by Weijie Gao · 5 years ago
  21. 603fcd1 spi: add spi-mem driver for MediaTek MT7629 SoC by Weijie Gao · 5 years ago
  22. bfe9abe gitlab-ci: Update Docker image to xenial-20190720-24Jul2019 tag by Tom Rini · 5 years ago
  23. 8481217 gitlab-ci: Add pyelftools to the binman testsuite section by Tom Rini · 5 years ago
  24. f9b65c7 Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  25. 44e02e3 dm: device: make power domain calls optional by Anatolij Gustschin · 5 years ago
  26. 2429613 buildman: fix invocation examples typos by Baruch Siach · 5 years ago
  27. e497fab clk: initialize clk->data when using default xlate by Sekhar Nori · 5 years ago
  28. c026231 dm: uclass: fix comment copy/paste error by Baruch Siach · 5 years ago
  29. 867aaf6 common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges() by Marek Vasut · 5 years ago
  30. 15d61d0 dm: Fix parameter description of dev_read_name() by Bin Meng · 5 years ago
  31. 1635121 dm: core: Set correct "status" value for a node by Bin Meng · 5 years ago
  32. a1f99e4 dm: core: Call clk_set_defaults() during probe() only for a valid ofnode by Bin Meng · 5 years ago
  33. 7efb4a6 dm: timer: Skip device that does not have a valid ofnode in pre_probe() by Bin Meng · 5 years ago
  34. e3665ba fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not found by Masahiro Yamada · 5 years ago
  35. e2705fa binman: Add a test for nested and aligned sections by Simon Glass · 5 years ago
  36. 71ce0ba binman: Add an 'extract' command by Simon Glass · 5 years ago
  37. 3a9c252 binman: Support reading from CBFS entries by Simon Glass · 5 years ago
  38. f667e45 binman: Allow reading an entry from an image by Simon Glass · 5 years ago
  39. eea264e binman: Allow for logging information to be displayed by Simon Glass · 5 years ago
  40. 61f564d binman: Support listing an image by Simon Glass · 5 years ago
  41. 8beb11e binman: Convert Image to a subclass of Entry by Simon Glass · 5 years ago
  42. ffded75 binman: Support reading an image into an Image object by Simon Glass · 5 years ago
  43. 2d26003 binman: Support locating an image header by Simon Glass · 5 years ago
  44. e1925fa binman: Support locating an FDT map by Simon Glass · 5 years ago
  45. 41b8ba0 binman: Allow listing the entries in an image by Simon Glass · 5 years ago
  46. 8a1ad06 binman: Detect bad CBFS file types by Simon Glass · 5 years ago
  47. 69f7cb3 binman: Support FDT update for CBFS by Simon Glass · 5 years ago
  48. 52107ee binman: Use the cbfs memlen field only for uncompressed length by Simon Glass · 5 years ago
  49. 1223db0 binman: Provide the actual data address for cbfs files by Simon Glass · 5 years ago
  50. 6c223fd binman: Allow device-tree entries to be compressed by Simon Glass · 5 years ago
  51. c52c9e7 binman: Allow entries to expand after packing by Simon Glass · 5 years ago
  52. bf6906b binman: Add a control for post-pack entry expansion by Simon Glass · 5 years ago
  53. a0dcaf2 binman: Add a return value to ProcessContentsUpdate() by Simon Glass · 5 years ago
  54. 7f9e00a binman: Call ProcessUpdateContents() consistently by Simon Glass · 5 years ago
  55. 5b463fc binman: Fix up ProcessUpdateContents error and comments by Simon Glass · 5 years ago
  56. e430440 binman: Allow easy importing of entry modules by Simon Glass · 5 years ago
  57. c073ced binman: Drop an unused arg in Entry.Lookup() by Simon Glass · 5 years ago
  58. 8287ee8 binman: Move compression into the Entry base class by Simon Glass · 5 years ago
  59. 53cd5d9 binman: Convert to use ArgumentParser by Simon Glass · 5 years ago
  60. cf22894 binman: Add an image header by Simon Glass · 5 years ago
  61. 086cec9 binman: Add an FDT map by Simon Glass · 5 years ago
  62. 3c08131 binman: Add a convenience functions for real-DTB tests by Simon Glass · 5 years ago
  63. 5746018 binman: Update help for new features by Simon Glass · 5 years ago
  64. 488b225 binman: Update future features by Simon Glass · 5 years ago
  65. e90fe1b binman: Simplify the entry test by Simon Glass · 5 years ago
  66. e073d4e binman: Add support for fixed-offset files in CBFS by Simon Glass · 5 years ago
  67. 7c173ce binman: Pad empty areas of the CBFS with files by Simon Glass · 5 years ago
  68. c5ac138 binman: Add support for Intel IFWI entries by Simon Glass · 5 years ago
  69. ac62fba binman: Add support for CBFS entries by Simon Glass · 5 years ago
  70. 4997a7e binman: Add a utility library for coreboot CBFS by Simon Glass · 5 years ago
  71. 1cfdfc0 patman: Add a function to write ifwitool by Simon Glass · 5 years ago
  72. 8acce60 binman: Pass the toolpath to tests by Simon Glass · 5 years ago
  73. a9aa4c5 Merge branch '2019-07-24-master-imports' by Tom Rini · 5 years ago
  74. e21e3ff psci: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  75. f0ebcf8 distro_bootcmd: refactor virtio to support PCI block devices by David Abdurachmanov · 5 years ago
  76. 26557d1 remoteproc: Fix potential build issues with SPL remoteproc by Suman Anna · 5 years ago
  77. 57a5112 doc: fitImage: Cosmetics break lines by Mickaël Tansorier · 5 years ago
  78. 15958c7 doc: fitImage: Fix conf number incrementation by Mickaël Tansorier · 5 years ago
  79. e766b2e doc: Add the U-Boot logo to the html doc by Bin Meng · 5 years ago
  80. 98c0d49 doc: Add .gitignore for the Sphinx build output directory by Bin Meng · 5 years ago
  81. 60ca969 spl: sata: support U-Boot load from raw sata disk by Baruch Siach · 5 years ago
  82. 146ce64 scripts/kernel-doc: fix parsing of function pointers by Heinrich Schuchardt · 5 years ago
  83. b7ab098 scripts/kernel-doc: update script from Linux 5.2 by Heinrich Schuchardt · 5 years ago
  84. 61779ce doc: Cope with Sphinx logging deprecations by Jonathan Corbet · 5 years ago
  85. edd3108 env: am57xx: Implement A/B boot process by Ruslan Trofymenko · 5 years ago
  86. ae954ba doc: android: Add simple guide for A/B updates by Ruslan Trofymenko · 5 years ago
  87. 31a3879 test/py: Add base test case for A/B updates by Ruslan Trofymenko · 5 years ago
  88. 17030c7 cmd: Add 'ab_select' command by Ruslan Trofymenko · 5 years ago
  89. d65e8da common: Implement A/B metadata by Ruslan Trofymenko · 5 years ago
  90. 6eccd1f disk: part: Extend API to get partition info by Ruslan Trofymenko · 5 years ago
  91. 37f1811 cmd: bcb: Apply non-functional refinements by Eugeniu Rosca · 5 years ago
  92. 739168c cmd: bcb: Use strcmp() instead of strncmp() for string literals by Eugeniu Rosca · 5 years ago
  93. e47b73b cmd: bcb: Fix duplicated handling in two case-branches by Eugeniu Rosca · 5 years ago
  94. cef4de8 treewide: Fix stale references of Android docs by Eugeniu Rosca · 5 years ago
  95. 39f790b image: android: allow to wrap uImage into the Android boot image by Roman Stratiienko · 5 years ago
  96. dfaad82 menu: don't bother going interactive with just one menu item by Leon Yu · 5 years ago
  97. be68375 cmd: part: Add 'number' sub-command by Ruslan Trofymenko · 5 years ago
  98. ef78325 Merge branch '2019-07-24-doc-html-cleanup' by Tom Rini · 5 years ago
  99. 0694dd8 doc: Remove README.blackfin by Bin Meng · 5 years ago
  100. e1c1364 doc: arch: Convert README.xtensa to reST by Bin Meng · 5 years ago