From: "Bills, Jason M" <jason.m.bills@linux.intel.com>
To: openbmc@lists.ozlabs.org
Subject: Re: Is there a way to get CPU model from PECI bus
Date: Tue, 13 Sep 2022 10:36:32 -0600 [thread overview]
Message-ID: <a1293bbd-35ce-a0e2-a2c8-ccc92dff7488@linux.intel.com> (raw)
In-Reply-To: <CAJewAaJM_BJcCUDTb36DPkOXCihCS48TAwk+qxYSD+oySQx8Xw@mail.gmail.com>
Hi Nikita
On 9/13/2022 8:38 AM, Nikita Pavlov wrote:
> Hi Jason,
> I use libpeci bus to get some information about CPUs. Now I can read CPU
> family and stepping number when I use this function peci_GetCPUID.
> Is there a way to get CPU model information though PECI like this 4116
> (Intel Xeon Silver 4116) ?
Do you mean you are looking for the processor version string? I don't
see anywhere that is available over PECI.
From PECI, you get just the CPUID dword which gives the extended
family, extended model, family, model, and stepping numbers.
If you need the version string, it looks like it may be available in the
SMBIOS tables. Type 4 is the Processor Information structure which
contains a string for Processor Version that our BIOS populates with the
processor version string.
>
> --
> Best Regards,
> Nikita Pavlov
> E-mail: icepbix@gmail.com <mailto:icepbix@gmail.com>
prev parent reply other threads:[~2022-09-13 16:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-13 14:38 Is there a way to get CPU model from PECI bus Nikita Pavlov
2022-09-13 16:36 ` Bills, Jason M [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a1293bbd-35ce-a0e2-a2c8-ccc92dff7488@linux.intel.com \
--to=jason.m.bills@linux.intel.com \
--cc=openbmc@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.