Pull request: SoCFPGA changes for u-boot-socfpga-next-20250124

Chee, Tien Fong trini at konsulko.com
Fri Jan 24 04:32:21 CET 2025


Dear Tom,

Please pull the SoCFPGA changes for next from u-boot-socfpga, containing:


  1.  Bug fixed for doorbell in secure device manager mailbox driver
  2.  Enhancement on SoCFPGA dwc_eth_xgmac driver
  3.  Enhancement on DW MAC driver
  4.  Improved the error message and status for SoC64 device FPGA configuration driver
  5.  Updated existing watchdog in system manager to support new SM device

Best regards,
Tien Fong

The following changes since commit 2eed5a1ff36217372e19f7513bd07077fc76718a:

  Merge https://source.denx.de/u-boot/custodians/u-boot-snapdragon (2025-01-22 11:23:35 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-socfpga.git tags/u-boot-socfpga-next-20250124

for you to fetch changes up to 60d96038d7ca9681e926a22789613a983ff9bf9a:

  fpga: intel_sdm_mb: add support for query SDM config error and status (2025-01-24 09:56:34 +0800)

----------------------------------------------------------------
Alif Zakuan Yuslaimi (1):
      arch: arm: mach-socfpga: Mailbox buffer and SDM doorbell improvement

Boon Khai Ng (4):
      net: dwc_eth_xgmac_socfpga: Add support for rgmii-id mode.
      net: dwc_eth_xgmac: Add device name for the error message.
      net: dwc_eth_xgmac_socfpga: Add support for distinct mac-mode and phy mode.
      fpga: intel_sdm_mb: add support for query SDM config error and status

Muhammad Hazim Izzat Zamri (1):
      arm: socfpga:agilex5: Fix system manager watchdog mode setting

Rufus Segar (1):
      net: designware: socfpga: Add RGMII-ID support

arch/arm/mach-socfpga/include/mach/mailbox_s10.h          | 218 +++++++++++++++++++++
arch/arm/mach-socfpga/include/mach/system_manager_soc64.h |   2 +-
arch/arm/mach-socfpga/mailbox_s10.c                       |  16 +-
drivers/fpga/intel_sdm_mb.c                               | 641 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
drivers/net/dwc_eth_xgmac.c                               |  82 +++++---
drivers/net/dwc_eth_xgmac_socfpga.c                       |  27 ++-
drivers/net/dwmac_socfpga.c                               |   3 +
7 files changed, 940 insertions(+), 49 deletions(-)


More information about the U-Boot mailing list