1. 8148693 net: smc911x: Add DM support by Marek Vasut · 4 years, 9 months ago
  2. 8eb4fef net: smc911x: Split non-DM specific bits from common code by Marek Vasut · 4 years, 9 months ago
  3. b11c8bb net: smc911x: Clean up the status handling in smc911x_recv() by Marek Vasut · 4 years, 9 months ago
  4. 3dbab92 net: smc911x: Pass around driver private data by Marek Vasut · 4 years, 9 months ago
  5. ba267c7 net: smc911x: Convert IO accessors to {read,write}{w,l}() by Marek Vasut · 4 years, 9 months ago
  6. f0d73f5 net: smc911x: Drop weak alias from 32bit accessors by Marek Vasut · 4 years, 9 months ago
  7. eb46efa net: smc911x: Inline all functions from header file by Marek Vasut · 4 years, 9 months ago
  8. f51a2f8 net: smc911x: Pull MII registration into separate function by Marek Vasut · 4 years, 8 months ago
  9. 9741795 net: smc911x: Fix potential memleak() in init fail path by Marek Vasut · 4 years, 9 months ago
  10. 6f6cf00 net: smc911x: Invert the logic in smc911x_miiphy_{read,write}() by Marek Vasut · 4 years, 9 months ago
  11. 49af0cb net: smc911x: Rename smc911x_rx() to smc911x_recv() by Marek Vasut · 4 years, 9 months ago
  12. 882d5f6 net: smc911x: Replace malloc()+memset() with calloc() by Marek Vasut · 4 years, 9 months ago
  13. 9c211e3 net: smc911x: Remove pkt_data_{push,pull} by Marek Vasut · 4 years, 9 months ago
  14. e7ab86d net: rtl8139: Fill in SPDX tag by Marek Vasut · 4 years, 8 months ago
  15. 6ee6caa net: rtl8139: Move functions around by Marek Vasut · 4 years, 8 months ago
  16. 0e5a411 net: rtl8139: Finish cleanup by Marek Vasut · 4 years, 8 months ago
  17. 38b306d net: rtl8139: Factor out hardware reset by Marek Vasut · 4 years, 8 months ago
  18. 661479f net: rtl8139: Minor cleanup of rtl_disable() by Marek Vasut · 4 years, 8 months ago
  19. 468fd95 net: rtl8139: Minor cleanup of rtl_poll() by Marek Vasut · 4 years, 8 months ago
  20. 67fdbc0 net: rtl8139: Minor cleanup of rtl_transmit() by Marek Vasut · 4 years, 8 months ago
  21. c7a3e35d net: rtl8139: Minor cleanup of rtl_reset() by Marek Vasut · 4 years, 8 months ago
  22. 89f3fac net: rtl8139: Minor cleanup of set_rx_mode() by Marek Vasut · 4 years, 8 months ago
  23. 198e6b5 net: rtl8139: Consistently use rtl8139_rx_config by Marek Vasut · 4 years, 8 months ago
  24. 17dc95e net: rtl8139: Minor cleanup of read_eeprom() by Marek Vasut · 4 years, 8 months ago
  25. f80f4e4 net: rtl8139: Rework eeprom_delay() macro by Marek Vasut · 4 years, 8 months ago
  26. a5e66e5 net: rtl8139: Register macro cleanup by Marek Vasut · 4 years, 8 months ago
  27. 24891dd net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptor by Marek Vasut · 4 years, 8 months ago
  28. a83ca0c net: dwc_eth_qos: Invalidate RX packet DMA buffer by Marek Vasut · 4 years, 8 months ago
  29. 738ee27 net: dwc_eth_qos: Invalidate RX descriptor before reading by Marek Vasut · 4 years, 8 months ago
  30. dd90c2e net: dwc_eth_qos: Flush the RX descriptors on init by Marek Vasut · 4 years, 8 months ago
  31. 83858d8 net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointer by Marek Vasut · 4 years, 8 months ago
  32. 4332d80 net: dwc_eth_qos: Fully rewrite RX descriptor field 3 by Marek Vasut · 4 years, 8 months ago
  33. c2abfca net: dc2114x: Switch DEBUG_SROM{,2} to debug_cond() by Marek Vasut · 4 years, 7 months ago
  34. dbe9c0c net: dc2114x: Reorganize driver by Marek Vasut · 4 years, 7 months ago
  35. 3b7b9e2 net: dc2114x: Clean up INL/OUTL functions by Marek Vasut · 4 years, 7 months ago
  36. 04da061 net: dc2114x: Clean up DE4X5 macros by Marek Vasut · 4 years, 7 months ago
  37. eb216f1 net: dc2114x: Clean up remaining driver code by Marek Vasut · 4 years, 7 months ago
  38. 2e5c2a1 net: dc2114x: Clean up SROM operations by Marek Vasut · 4 years, 7 months ago
  39. 5a0c332 net: dc2114x: Clean up send_setup_frame() by Marek Vasut · 4 years, 7 months ago
  40. 5b4e7df net: dc2114x: Clean up dc21x4x_halt() by Marek Vasut · 4 years, 7 months ago
  41. 9308df8 net: dc2114x: Clean up dc21x4x_recv() by Marek Vasut · 4 years, 7 months ago
  42. 7c53e33 net: dc2114x: Clean up dc21x4x_send() by Marek Vasut · 4 years, 7 months ago
  43. ca5cb04 net: dc2114x: Clean up init code by Marek Vasut · 4 years, 7 months ago
  44. 69529c9 net: pcnet: Switch to PCI memory access by Marek Vasut · 4 years, 7 months ago
  45. 3c0bcb9 net: pcnet: Replace mips-specific accessors by Marek Vasut · 4 years, 7 months ago
  46. 171f5e5 net: tulip: Remove CONFIG_TULIP_* by Marek Vasut · 4 years, 7 months ago
  47. 635a76b net: pcnet: Remove CONFIG_PCNET_79C97x by Marek Vasut · 4 years, 7 months ago
  48. f2c5564 net: Fix warning when including netdev.h on DM systems by Marek Vasut · 4 years, 8 months ago
  49. 78021b6 Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 7 months ago
  50. 9f0a6df Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 7 months ago
  51. 6d7dacf Merge tag 'xilinx-for-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 7 months ago
  52. b9da77f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 7 months ago
  53. 2491546 x86: Add documentation for the chain-load feature by Simon Glass · 4 years, 7 months ago
  54. 86ee14f x86: Use the existing stack when chain-loading by Simon Glass · 4 years, 7 months ago
  55. cfe7a10 x86: Add a way to detect running from coreboot by Simon Glass · 4 years, 7 months ago
  56. 33139a0 x86: Move coreboot-table detection into common code by Simon Glass · 4 years, 7 months ago
  57. ba974a0 board: Add a gd flag for chain loading by Simon Glass · 4 years, 7 months ago
  58. f1f4438 pci: Avoid auto-config when chain loading by Simon Glass · 4 years, 7 months ago
  59. 526aabe x86: cpu: Skip init code when chain loading by Simon Glass · 4 years, 7 months ago
  60. 52b9beb x86: apl: Skip init code when chain loading by Simon Glass · 4 years, 7 months ago
  61. c793dbd x86: fsp: Allow skipping init code when chain loading by Simon Glass · 4 years, 7 months ago
  62. 0b885bc acpi: Add an acpi command by Simon Glass · 4 years, 7 months ago
  63. b38309b acpi: Move the xsdt pointer to acpi_ctx by Simon Glass · 4 years, 7 months ago
  64. 7e586f6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 7 months ago
  65. 29b3511 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 7 months ago
  66. 288edc7 acpi: Drop code for missing XSDT from acpi_write_rsdp() by Simon Glass · 4 years, 7 months ago
  67. 5f5ab0d x86: Allow devices to write ACPI tables by Simon Glass · 4 years, 7 months ago
  68. 86e1778 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 7 months ago
  69. 93f7f82 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
  70. fa04cef acpi: Add a binding for ACPI settings in the device tree by Simon Glass · 4 years, 7 months ago
  71. 43a1230 x86: cbfs: Drop unwanted declaration by Simon Glass · 4 years, 8 months ago
  72. f9f5f92 efi_loader: fix 'efidebug bootorder' by Heinrich Schuchardt · 4 years, 7 months ago
  73. dd9056c efi_loader: efidebug, avoid illegal memory access by Heinrich Schuchardt · 4 years, 7 months ago
  74. b5f4e9e efi_loader: fix 'efidebug boot dump' by Heinrich Schuchardt · 4 years, 7 months ago
  75. 661c02c MAINTAINERS: assign test/py/tests/test_efi*/ to EFI PAYLOAD by Heinrich Schuchardt · 4 years, 7 months ago
  76. d9f3307 efi_loader: remove CONFIG_EFI_SECURE_BOOT in efi_loader.h by AKASHI Takahiro · 4 years, 7 months ago
  77. 788bd90 doc/efi: rework secure boot description by Heinrich Schuchardt · 4 years, 7 months ago
  78. 11078bb efi_loader: identify EFI system partition by Heinrich Schuchardt · 4 years, 8 months ago
  79. 25801ac part: detect EFI system partition by Heinrich Schuchardt · 4 years, 8 months ago
  80. 4fe050e efi_loader: remove superfluous NULL check in bootefi.c by Heinrich Schuchardt · 4 years, 7 months ago
  81. b32ac16 test/py: fix test_efi_secboot/conftest.py by Heinrich Schuchardt · 4 years, 7 months ago
  82. 6864fc8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 4 years, 7 months ago
  83. 206f375 configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value by Kuldeep Singh · 4 years, 8 months ago
  84. 045ecf8 configs: enable DM_ETH support for LS1046ARDB by Madalin Bucur · 4 years, 7 months ago
  85. eb19868 configs: enable DM_ETH support for LS1043ARDB by Madalin Bucur · 4 years, 7 months ago
  86. 6eb32a0 driver: net: fm: add DM ETH support by Madalin Bucur · 4 years, 7 months ago
  87. 20e0f62 driver: net: fm: add DM MDIO support by Madalin Bucur · 4 years, 7 months ago
  88. 1c71018 driver: net: fm: separate receive buffer free code by Madalin Bucur · 4 years, 7 months ago
  89. 8313cb0 driver: net: fm: change init_phy() param by Madalin Bucur · 4 years, 7 months ago
  90. 8de6301 ARM: dts: add QorIQ DPAA 1 FMan v3 to LS1046ARDB by Madalin Bucur · 4 years, 7 months ago
  91. acbb98c ARM: dts: add QorIQ DPAA 1 FMan v3 for LS1046A by Madalin Bucur · 4 years, 7 months ago
  92. be1d758 ARM: dts: add QorIQ DPAA 1 FMan v3 to LS1043ARDB by Madalin Bucur · 4 years, 7 months ago
  93. cd64b0a ARM: dts: add QorIQ DPAA 1 FMan v3 for LS1043A by Madalin Bucur · 4 years, 7 months ago
  94. d86ab1b ARM: dts: add QorIQ DPAA 1 FMan v3 device tree nodes by Madalin Bucur · 4 years, 7 months ago
  95. a2c402c configs: ls1012afrwy: drop env qspi_bootcmd by Biwen Li · 4 years, 7 months ago
  96. d71f65e configs: ls1046aqds: support distro boot by Biwen Li · 4 years, 7 months ago
  97. 57100bb configs: ls1028aqds: add lpuart config by Yuantian Tang · 4 years, 7 months ago
  98. e88cfb0 armv8: ls1028aqds: add lpuart dts support by Yuantian Tang · 4 years, 8 months ago
  99. 4659eb2 arm: dts: ls1028a: add lpuart nodes by Yuantian Tang · 4 years, 8 months ago
  100. 7dfa44f board: freescale: ls1028a: mux changes for lpuart by Yuantian Tang · 4 years, 8 months ago