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)
Mon, May 11, 10:17 PM
Unknown Object (File)
Mon, May 11, 8:56 PM
Unknown Object (File)
Fri, May 1, 12:04 PM
Unknown Object (File)
Wed, Apr 29, 6:01 AM
Unknown Object (File)
Wed, Apr 29, 6:00 AM
Unknown Object (File)
Fri, Apr 17, 9:49 PM
Unknown Object (File)
Fri, Apr 17, 9:35 PM
Unknown Object (File)
Thu, Apr 16, 10:03 AM
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.