Page MenuHomeFreeBSD

hwpmc: Add Atom Goldmont microarchitecture support.
ClosedPublic

Authored by dgr_semihalf.com on Apr 6 2020, 2:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 5:43 AM
Unknown Object (File)
Nov 6 2023, 12:04 PM
Unknown Object (File)
Oct 29 2023, 5:37 PM
Unknown Object (File)
Oct 5 2023, 11:02 AM
Unknown Object (File)
Jul 9 2023, 2:26 AM
Unknown Object (File)
Jul 9 2023, 2:25 AM
Unknown Object (File)
Jul 9 2023, 2:19 AM
Unknown Object (File)
Jul 5 2023, 5:30 PM
Subscribers

Details

Summary

Recognize new micro-architecture in hwpmc driver. Based on Intel
document 325462-071US. Tested with tools/test/hwpmc/pmctest.py
on Atom E3930.

Only list Apollo Lake CPU ID (0x5C) as Denverton (0x5F)
was not tested.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I do suggest to list all CPUIDs for family, even if not tested. At best it would just work, at worst you do get the user report that something gone wrong. Otherwise the CPU is unsupported for more time.

This revision is now accepted and ready to land.Apr 6 2020, 2:35 PM