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, Dec 12, 7:29 PM
Unknown Object (File)
Nov 25 2024, 10:41 AM
Unknown Object (File)
Nov 25 2024, 3:05 AM
Unknown Object (File)
Nov 22 2024, 9:49 AM
Unknown Object (File)
Nov 21 2024, 12:56 AM
Unknown Object (File)
Nov 21 2024, 12:56 AM
Unknown Object (File)
Nov 20 2024, 1:37 AM
Unknown Object (File)
Nov 17 2024, 1:23 PM
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.