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
F171126581: D41856.id127367.diff
Tue, Sep 8, 9:09 PM
Unknown Object (File)
Sun, Sep 6, 6:12 PM
Unknown Object (File)
Sun, Sep 6, 3:15 AM
Unknown Object (File)
Sun, Sep 6, 2:36 AM
Unknown Object (File)
Sat, Sep 5, 1:04 PM
Unknown Object (File)
Sat, Sep 5, 10:43 AM
Unknown Object (File)
Fri, Sep 4, 3:02 AM
Unknown Object (File)
Thu, Sep 3, 9:10 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 53583
Build 50474: arc lint + arc unit

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.