Re: [RFC PATCH v2 1/3] hw/peci: add initial support for PECI

2022-09-13 Thread Peter Delevoryas
On Tue, Sep 13, 2022 at 06:21:47PM +, Titus Rwantare wrote: > PECI - Platform Environment Control Interface > > This commit adds support for reading basic sensor values from a client > on the PECI bus. > BMCs can use the PECI wire to get thermal information out of an Intel > cpu.

[RFC PATCH v2 1/3] hw/peci: add initial support for PECI

2022-09-13 Thread Titus Rwantare
PECI - Platform Environment Control Interface This commit adds support for reading basic sensor values from a client on the PECI bus. BMCs can use the PECI wire to get thermal information out of an Intel cpu. Additionally, on hardware, various MSRs are exposed over the PECI bus. Part of PCI