Page MenuHomeFreeBSD

if_cgem: Cleanup compatible and add new ones
ClosedPublic

Authored by manu on Sep 14 2023, 9:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 12:12 AM
Unknown Object (File)
Sep 13 2025, 3:46 PM
Unknown Object (File)
Sep 12 2025, 9:07 PM
Unknown Object (File)
Sep 11 2025, 6:09 AM
Unknown Object (File)
Sep 11 2025, 6:03 AM
Unknown Object (File)
Sep 3 2025, 2:12 PM
Unknown Object (File)
Aug 23 2025, 1:49 AM
Unknown Object (File)
Aug 3 2025, 3:18 AM
Subscribers

Details

Summary
  • Remove cdns,gem, it's the generic binding but for all platform that include this one we need specific drivers setup so remove it.
  • Remove cdns,macb, it's the generic binding for Atmel AT91 which we don't suport
  • Remove cadence,gem, it's not an official binding and seems to be only used in some obscure ARM11 SoC.
  • Note that the cdns,zynq* are deprecated
  • Add the new Xilinx compatible for zynq and zynqmp

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Sep 14 2023, 9:50 AM
This revision is now accepted and ready to land.Sep 14 2023, 6:53 PM

I tried these changes on a Zybo and it works fine.

Tested together with D41857 on Zybo Z7 board, no problem with this change.

This revision was automatically updated to reflect the committed changes.