Page MenuHomeFreeBSD

bsd.cpu.mk: Simplify armv[67] support
ClosedPublic

Authored by imp on Feb 14 2023, 3:04 AM.
Tags
None
Referenced Files
F136845820: D38584.diff
Thu, Nov 20, 1:23 AM
F136809482: D38584.diff
Wed, Nov 19, 5:40 PM
Unknown Object (File)
Wed, Nov 5, 12:39 AM
Unknown Object (File)
Wed, Nov 5, 12:38 AM
Unknown Object (File)
Wed, Nov 5, 12:37 AM
Unknown Object (File)
Wed, Nov 5, 12:35 AM
Unknown Object (File)
Oct 12 2025, 7:23 PM
Unknown Object (File)
Oct 12 2025, 7:23 PM
Subscribers

Details

Summary

Drop a clause that's no longer relevant to v4/v5. Drop support for
softfloat for v[45]. Simplify soft float expression by assuming we're
always either armv6 or armv7.

Sponsored by: Netflix

Diff Detail

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

Event Timeline

imp requested review of this revision.Feb 14 2023, 3:04 AM
emaste added inline comments.
share/mk/bsd.cpu.mk
296

Do we still support softfp v6/v7?

This revision is now accepted and ready to land.Feb 14 2023, 4:47 PM
share/mk/bsd.cpu.mk
296

Yes. We support it as a CPU variation via CPUTYPE.

It's either a 'hardfp instructions, passed around in int registers' or 'software fp, in int registers'. We have the former in tree. I believe we also have the latter, but Juniper wanted this for a core they were exploring so we added it. I've not tested it in some time, however.

This revision was automatically updated to reflect the committed changes.