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)
Oct 18 2024, 11:07 AM
Unknown Object (File)
Oct 9 2024, 5:28 PM
Unknown Object (File)
Sep 16 2024, 10:15 AM
Unknown Object (File)
Sep 6 2024, 1:56 AM
Unknown Object (File)
Sep 4 2024, 1:49 PM
Unknown Object (File)
Sep 3 2024, 12:36 PM
Unknown Object (File)
Aug 31 2024, 8:57 AM
Unknown Object (File)
Aug 30 2024, 4:26 AM
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