Page MenuHomeFreeBSD

Move setting arm64 HWCAP values to the ID tables
ClosedPublic

Authored by andrew on Jul 16 2021, 2:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 23, 7:02 PM
Unknown Object (File)
Tue, Jan 21, 8:25 PM
Unknown Object (File)
Dec 26 2024, 6:31 PM
Unknown Object (File)
Dec 14 2024, 5:38 PM
Unknown Object (File)
Dec 14 2024, 5:35 PM
Unknown Object (File)
Dec 8 2024, 6:41 AM
Unknown Object (File)
Dec 4 2024, 4:36 PM
Unknown Object (File)
Dec 4 2024, 4:36 PM
Subscribers

Details

Summary

The HWCAPS values are based on the ID registers. Move setting these
to the existing ID register parsing code.

Previously we would need to handle all possible ID field values where
a HWCAP is set, however as most ID fields follow a scheme where when
the field increments it will only add new features meaning we only
need to check if the field is greater than when the HWCAP feature
was added.

While here stop setting HWCAP value that need kernel support, but this
support is missing.

Diff Detail

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