Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Jonathan Zhang, Ryback Hung, Philipp Deppenwiese, Rocky Phagura, Bryant Ou, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43996
to look at the new patch set (#4).
Change subject: drivers/ipmi/ocp: Add function to support OCP specific ipmi command ......................................................................
drivers/ipmi/ocp: Add function to support OCP specific ipmi command
Add driver for OCP specific ipmi commands. With this driver, OCP specific ipmi command can be used after implementing functions here.
TEST=Build with CB:42242 on Delta Lake, select Kconfig option: IPMI_OCP and add device in devicetree to open this function.
Use ipmi-util in OpenBMC to dump raw data and check if this function work.
Signed-off-by: Tim Chu Tim.Chu@quantatw.com Change-Id: I2efa85978ec4ad3d75f2bd93b4139ef8059127ed --- A src/drivers/ipmi/ocp/Kconfig A src/drivers/ipmi/ocp/Makefile.inc A src/drivers/ipmi/ocp/ipmi_ocp.c A src/drivers/ipmi/ocp/ipmi_ocp.h 4 files changed, 82 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/43996/4