Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP DNM] x86: build cpukinds from AMD CPUID leaf 0x80000026 #587

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 22, 2024

  1. x86: build cpukinds from AMD CPUID leaf 0x80000026

    Use coretype to build "AMD-ECore" and "AMD-Pcore" kinds.
    
    Use power efficiency rankings to build kinds with native efficiencies.
    
    Signed-off-by: Brice Goglin <[email protected]>
    bgoglin committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    68df568 View commit details
    Browse the repository at this point in the history
  2. WIP debug AMD CPUID cpukinds

    PPR says it's in core level, which means
    we get the info from each thread?
    
    Signed-off-by: Brice Goglin <[email protected]>
    bgoglin committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2229659 View commit details
    Browse the repository at this point in the history