public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms 0/3] IpmiFeaturePkg: fix IPMI GetSelfTest command response
@ 2023-02-27 23:27 Mike Maslenkin
  2023-02-27 23:27 ` [PATCH edk2-platforms 1/3] IpmiFeaturePkg: fix IPMI GetSelfTest command response parsing Mike Maslenkin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Mike Maslenkin @ 2023-02-27 23:27 UTC (permalink / raw)
  To: devel; +Cc: Mike Maslenkin, Isaac Oram, Nate DeSimone, Liming Gao

This patchset fixes "Get Self Test Results" IPMI command response processing.
The first patch just makes a fix.
The second patch removes a transfer buffer from IPMI instance data as a
preparation of further improvement. It's not clear why a buffer of
a maximum size used for all commands. For the command mentioned above
response contains only 3 bytes. 
The third patch drops raw byte array usage while parsing command
response because structure for this response is already defined in edk2.

Checked compilation for the Intel’s Aowanda platform using GCC5
toolchain.

Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com>
CC: Isaac Oram <isaac.w.oram@intel.com>
CC: Nate DeSimone <nathaniel.l.desimone@intel.com>
CC: Liming Gao <gaoliming@byosoft.com.cn>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-03-07 23:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-27 23:27 [PATCH edk2-platforms 0/3] IpmiFeaturePkg: fix IPMI GetSelfTest command response Mike Maslenkin
2023-02-27 23:27 ` [PATCH edk2-platforms 1/3] IpmiFeaturePkg: fix IPMI GetSelfTest command response parsing Mike Maslenkin
2023-03-07 22:09   ` Isaac Oram
2023-02-27 23:27 ` [PATCH edk2-platforms 2/3] IpmiFeaturePkg: remove buffer temporary buffer from BMC instance structure Mike Maslenkin
2023-03-07 22:45   ` Isaac Oram
2023-02-27 23:27 ` [PATCH edk2-platforms 3/3] IpmiFeaturePkg: refine GetSelfTest function Mike Maslenkin
2023-03-07 23:07   ` [edk2-devel] " Isaac Oram

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox