Re: [RFC PATCH 3/3] hw/peci: add support for EndPointConfig reads

2022-09-13 Thread Titus Rwantare
On Fri, 9 Sept 2022 at 12:48, Peter Delevoryas wrote: > > On Tue, Sep 06, 2022 at 10:05:52PM +, Titus Rwantare wrote: > > Signed-off-by: Titus Rwantare > > Reviewed-by: Hao Wu > > --- ... > > +++ b/include/hw/peci/peci.h > > @@ -112,6 +112,26 @@ typedef struct PECITempTarget { > >

Re: [RFC PATCH 3/3] hw/peci: add support for EndPointConfig reads

2022-09-09 Thread Peter Delevoryas
On Tue, Sep 06, 2022 at 10:05:52PM +, Titus Rwantare wrote: > Signed-off-by: Titus Rwantare > Reviewed-by: Hao Wu > --- > hw/peci/peci-client.c | 63 ++ > hw/peci/peci-core.c| 44 +++-- > include/hw/peci/peci.h | 23

[RFC PATCH 3/3] hw/peci: add support for EndPointConfig reads

2022-09-06 Thread Titus Rwantare
Signed-off-by: Titus Rwantare Reviewed-by: Hao Wu --- hw/peci/peci-client.c | 63 ++ hw/peci/peci-core.c| 44 +++-- include/hw/peci/peci.h | 23 +++ 3 files changed, 128 insertions(+), 2 deletions(-) diff --git