Page MenuHomeFreeBSD

Remove support for SOC FPGA drivers
ClosedPublic

Authored by jhb on Dec 3 2024, 6:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 13, 5:22 AM
Unknown Object (File)
Wed, Nov 12, 2:20 AM
Unknown Object (File)
Oct 26 2025, 12:26 AM
Unknown Object (File)
Oct 22 2025, 9:32 AM
Unknown Object (File)
Oct 8 2025, 6:18 AM
Unknown Object (File)
Sep 6 2025, 2:37 PM
Unknown Object (File)
Aug 31 2025, 7:42 AM
Unknown Object (File)
Aug 22 2025, 8:23 PM
Subscribers

Details

Summary

The drivers have been disconnected from the build since the removal of
the SOCFPGA kernel configs.

Sponsored by: AFRL, DARPA

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60934
Build 57818: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Dec 3 2024, 6:57 PM

maybe tag as release notes since it's a removal?

This revision is now accepted and ready to land.Dec 4 2024, 8:12 AM

Can we remove virtio_mmio_if.m in a followup? It looks like this removes the only user of that interface.

Can we remove virtio_mmio_if.m in a followup? It looks like this removes the only user of that interface.

Hmm, sys/dev/virtio/virtio_mmio.c also uses virtio_mmio_if.h.