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
F110112505: D24310.id70269.diff
Thu, Feb 13, 6:58 PM
Unknown Object (File)
Sat, Jan 18, 11:00 AM
Unknown Object (File)
Nov 6 2024, 10:26 AM
Unknown Object (File)
Nov 2 2024, 8:55 PM
Unknown Object (File)
Oct 12 2024, 9:47 PM
Unknown Object (File)
Oct 1 2024, 5:43 AM
Unknown Object (File)
Sep 28 2024, 5:45 PM
Unknown Object (File)
Sep 28 2024, 5:44 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