Page MenuHomeFreeBSD

arm/mv: Remove pre-armv7 support
ClosedPublic

Authored by andrew on Tue, Mar 25, 3:34 PM.
Tags
None
Referenced Files
F113284027: D49497.id152742.diff
Fri, Mar 28, 2:50 PM
F113269748: D49497.id152646.diff
Fri, Mar 28, 11:45 AM
Unknown Object (File)
Fri, Mar 28, 8:09 AM
Unknown Object (File)
Fri, Mar 28, 6:37 AM
Unknown Object (File)
Fri, Mar 28, 12:57 AM
Unknown Object (File)
Thu, Mar 27, 8:33 PM
Unknown Object (File)
Thu, Mar 27, 2:42 PM
Unknown Object (File)
Wed, Mar 26, 10:02 AM
Subscribers
None

Details

Summary

Armv4, Armv5, and Armv6 support has been removed. Remove the Marvell
SoCs that used these cores.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

andrew created this revision.

Remove cpu_extra_feat, it's unused

cognet added inline comments.
sys/arm/mv/mv_common.c
2050

Any reason to keep those dummy functions at all?

This revision is now accepted and ready to land.Tue, Mar 25, 3:51 PM
sys/arm/mv/mv_common.c
2050

I have a later change to remove them. They are referenced by the soc_nodes array, however the compat strings use the old FreeBSD specific names, and don't appear in any dts in the tree.

sys/arm/mv/mv_common.c
2050

Yeah given the code implies that those dummys where only there to get it to compile if the device were not there, I assumed it could be just removed from soc_nodes.

This revision was automatically updated to reflect the committed changes.