1. 75168b4 mips: octeon: Add octeon-model.h header by Aaron Williams · 4 years, 2 months ago
  2. a23c279 mips: octeon: dts: mrvl, cn73xx.dtsi: Add memory controller DT node by Stefan Roese · 4 years, 2 months ago
  3. 42378e3 Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 1 month ago
  4. 175e832 sandbox: avoid duplicate backslash input by Heinrich Schuchardt · 4 years, 1 month ago
  5. c421621 sandbox: add missing SDL key scan codes by Heinrich Schuchardt · 4 years, 1 month ago
  6. cc72f3e test: dm: add test for phandle access functions by Patrick Delaunay · 4 years, 1 month ago
  7. cba487c fdtdec: correct test on return of fdt_node_offset_by_phandle by Patrick Delaunay · 4 years, 1 month ago
  8. 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 1 month ago
  9. 6d9949f dm: update test on of_offset in ofnode_valid by Patrick Delaunay · 4 years, 1 month ago
  10. 45dbe75 dm: ofnode: Fix compile breakage with OF_CHECKS enabled by Stefan Roese · 4 years, 1 month ago
  11. e9b6b2c bloblist: Fix up a few comments by Simon Glass · 4 years, 1 month ago
  12. 4c1497e bloblist: Allow custom alignment for blobs by Simon Glass · 4 years, 1 month ago
  13. 751b7c7 bloblist: Tidy up the data alignment by Simon Glass · 4 years, 1 month ago
  14. cdd4e30 bloblist: Compare addresses rather than pointers in tests by Simon Glass · 4 years, 1 month ago
  15. 4aed227 bloblist: Add a command by Simon Glass · 4 years, 1 month ago
  16. 9c22adb doc/arch/sandbox.rst: reformat command line options by Heinrich Schuchardt · 4 years, 1 month ago
  17. b0b3524 MAINTAINERS: assign doc/arch/sandbox.rst by Heinrich Schuchardt · 4 years, 1 month ago
  18. 5dcf7cc Merge tag 'efi-2021-01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 1 month ago
  19. 987ab49 Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 1 month ago
  20. 4cbb293 efi_loader: consider no-map property of reserved memory by Heinrich Schuchardt · 4 years, 2 months ago
  21. 4b71f6d efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=n by Heinrich Schuchardt · 4 years, 1 month ago
  22. 493a37f efi: Fix typo in documentation by Sean Anderson · 4 years, 1 month ago
  23. f386690 distro_bootcmd: call EFI bootmgr even without having /EFI/boot by Michael Walle · 4 years, 1 month ago
  24. eb0d1d8 efi_selftest: avoid unnecessary reset by Heinrich Schuchardt · 4 years, 1 month ago
  25. dc374ab efi_selftest: print CRC32 of initrd as hexadecimal by Heinrich Schuchardt · 4 years, 1 month ago
  26. 9487683 efi_selftest: enable printing hexadecimal numbers by Heinrich Schuchardt · 4 years, 1 month ago
  27. e2aff33 efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOL by Heinrich Schuchardt · 4 years, 1 month ago
  28. 5cd28e1 efi_loader: description EFI_LOAD_FILE2_PROTOCOL by Heinrich Schuchardt · 4 years, 1 month ago
  29. b24550a configs: Resync with savedefconfig by Tom Rini · 4 years, 1 month ago
  30. b7e7831 Merge branch 'next' by Tom Rini · 4 years, 1 month ago
  31. 2d481b2 pwm: Add driver for Amlogic Meson PWM controller by Neil Armstrong · 4 years, 1 month ago
  32. 38c1c6f pinctrl: meson-axg: add missing GPIOA_18 by Neil Armstrong · 4 years, 1 month ago
  33. 0f6bef4 pinctrl: meson-axg-pmx: fix gpio request by Neil Armstrong · 4 years, 1 month ago
  34. adbff64 board: amlogic: vim3: add support for dynamic PCIe enable by Neil Armstrong · 4 years, 1 month ago
  35. cb4a7fe configs: vim3: use the vim3 board support by Neil Armstrong · 4 years, 1 month ago
  36. 5aeecbc board: amlogic: add a vim3 specific board support by Neil Armstrong · 4 years, 1 month ago
  37. 1110e49 ARM: dts: sync amlogic G12A/SM1 DT from Linux 5.9-rc1 by Neil Armstrong · 4 years, 1 month ago
  38. 7570ad6 configs: s400: enable USB by Neil Armstrong · 4 years, 1 month ago
  39. 85a034c ARM: dts: meson-axg: add USB nodes for S400 by Neil Armstrong · 4 years, 1 month ago
  40. e9d29b9 arm: meson-axg: add board_usb_init()/cleanup() for USB gadget by Neil Armstrong · 4 years, 1 month ago
  41. 0ae8724 phy: meson-gxl-usb: depend on Meson AXG aswell by Neil Armstrong · 4 years, 1 month ago
  42. 66d9427 phy: meson-gxl: remove invalid USB3 PHY driver by Neil Armstrong · 4 years, 1 month ago
  43. 7ccc737 ARM: mach-meson: use new DWC3 glue for GXL & GXM by Neil Armstrong · 4 years, 1 month ago
  44. 46eddbc usb: dwc3: add Amlogic GXL & GXL DWC3 Glue by Neil Armstrong · 4 years, 1 month ago
  45. 4e7b0a3 ARM: dts: sync amlogic AXG/GXL/GXM DT from Linux 5.8-rc1 by Neil Armstrong · 4 years, 1 month ago
  46. 394c6b0 board: s400: generate unique mac address from SoC serial by Neil Armstrong · 4 years, 1 month ago
  47. 050acee Prepare v2020.10 by Tom Rini · 4 years, 1 month ago
  48. caebff0 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 4 years, 1 month ago
  49. 17e76b3 Merge tag 'u-boot-stm32-20201003' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · 4 years, 1 month ago
  50. 01c35f2 cpu: at91: add driver for CPU by Claudiu Beznea · 4 years, 1 month ago
  51. fee98a3 Merge branch 'rpi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi into next by Tom Rini · 4 years, 1 month ago
  52. 0db912d pinctrl: bcm283x: Store the return value of dev_read_u32_default to int by Ovidiu Panait · 4 years, 1 month ago
  53. e020c07 pinctrl: bcm283x: Read address from DT in ofdata_to_platdata by Ovidiu Panait · 4 years, 1 month ago
  54. bab9be9 pinctrl: bcm283x: DM_FLAG_PRE_RELOC: Remove OF_CONTROL check by Ovidiu Panait · 4 years, 1 month ago
  55. 04e29ca mailbox: stm32_ipcc: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 1 month ago
  56. a04616b video: stm32_dsi: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 1 month ago
  57. 28c6ba8 video: stm32_ltdc: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 1 month ago
  58. 10bccd0 pinctrl: stm32: Add header with SPDX licence by Patrick Delaunay · 4 years, 1 month ago
  59. d3bfad2 pinctrl: stm32: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 1 month ago
  60. cb08e84 gpio: stm32: check result of ofnode_phandle_args by Patrick Delaunay · 4 years, 1 month ago
  61. 15c8cbf gpio: stm32: cosmetic: cleanup gpio_stm32_probe by Patrick Delaunay · 4 years, 1 month ago
  62. 62f95af ARM: dts: stm32mp1: DT alignment with Linux kernel v5.9-rc4 by Patrick Delaunay · 4 years, 1 month ago
  63. 0f3e294 board: tbs2910: Use recommended distroboot addresses by Soeren Moch · 4 years, 2 months ago
  64. bb9f59f Merge tag 'u-boot-stm32-20201002' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 1 month ago
  65. d983941 ARM: dts: stm32: Add missing dm-spl props for SPI NOR on AV96 by Marek Vasut · 4 years, 1 month ago
  66. 7e373a1 Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 1 month ago
  67. f352c51 Revert "net: smc911x: Automatically Update ethaddr with MAC" by Tom Rini · 4 years, 1 month ago
  68. e15e817 usb: xhci-rcar: Add support for R8A774A1 SoC by Lad Prabhakar · 4 years, 1 month ago
  69. a6837a0 usb: xhci: convert to readx_poll_sleep_timeout() by Chunfeng Yun · 4 years, 2 months ago
  70. 23a54cc usb: xhci: use macros with parameter to fill ep_info2 by Chunfeng Yun · 4 years, 2 months ago
  71. bf58cf9 usb: xhci: convert to TRB_TX_TYPE() by Chunfeng Yun · 4 years, 2 months ago
  72. 4312638 usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET() by Chunfeng Yun · 4 years, 2 months ago
  73. a826d76 usb: xhci: convert to TRB_TYPE() by Chunfeng Yun · 4 years, 2 months ago
  74. 86d1fa1 usb: xhci: convert to HCS_MAX_PORTS() by Chunfeng Yun · 4 years, 2 months ago
  75. 7408205 usb: xhci: add quirks flag to support MediaTek xHCI 0.96 by Chunfeng Yun · 4 years, 2 months ago
  76. e3ea481 usb: xhci: create one unified function to calculate TRB TD remainder by Chunfeng Yun · 4 years, 2 months ago
  77. 719d7d8 usb: xhci: add a member hci_version in xhci_ctrl struct by Chunfeng Yun · 4 years, 2 months ago
  78. b084d85 Merge branch 'next' of git://git.denx.de/u-boot-sh into next by Tom Rini · 4 years, 1 month ago
  79. 26acc63 Merge branch '2020-09-30-assorted-network-improvements' into next by Tom Rini · 4 years, 1 month ago
  80. 4f48163 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 1 month ago
  81. 47e180f Merge tag 'late-bugfix-for-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 4 years, 1 month ago
  82. 8e8dc04 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 4 years, 1 month ago
  83. 05e7511 arm: mvebu: Espressobin: Fix checks against machine compatible strings by Andre Heider · 4 years, 1 month ago
  84. 3dee18e arm: mvebu: Espressobin: Instructions for more MAC addresses in README.marvell by Pali Rohár · 4 years, 1 month ago
  85. 86a73b0 i2c: rcar_i2c: Fix i2c read/write errors by Lad Prabhakar · 4 years, 1 month ago
  86. 912ece4 sntp: use udp framework by Philippe Reynes · 4 years, 1 month ago
  87. 6b981a2 sandbox: enable support of generic udp protocol by Philippe Reynes · 4 years, 1 month ago
  88. b43ea1b net: add a generic udp protocol by Philippe Reynes · 4 years, 1 month ago
  89. cafaa30 net: dwc_eth_qos: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 1 month ago
  90. 3151fdd phy: add support for stingray PAXB PHY controller by Srinath Mannam · 4 years, 7 months ago
  91. ad89591 net: use log_err() for 'No ethernet found' message by Heinrich Schuchardt · 4 years, 1 month ago
  92. f6a158b net: tftp: Fix load_block offset calculation by Ley Foon Tan · 4 years, 2 months ago
  93. ae0bdf0 net: tftp: Fix store_block offset calculation by Ley Foon Tan · 4 years, 2 months ago
  94. 6bf4636 net: tftp: Fix tftp_prev_block counter update by Ley Foon Tan · 4 years, 2 months ago
  95. 387cbf0 net: smc911x: Automatically Update ethaddr with MAC by Adam Ford · 4 years, 2 months ago
  96. 66e036b net: ftgmac100: Add support for board specific PHY interface address by Thirupathaiah Annapureddy · 4 years, 2 months ago
  97. d63c14c net: phy: mscc: sync rx/tx delay settings with Linux on vsc85xx by Heiko Stuebner · 4 years, 5 months ago
  98. 9a499b2 net: phy: mscc: make clock-output configurable on vsc85xx by Heiko Stuebner · 4 years, 5 months ago
  99. 097bbf1 Merge branch '2020-09-30-add-new-apis' into next by Tom Rini · 4 years, 1 month ago
  100. c0dd177 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · 4 years, 1 month ago