[Skiboot] [PATCH 2/3] OpenBMC: use 0x3a as OEM command for partial add esel
Stewart Smith
stewart at linux.ibm.com
Wed May 16 08:50:40 AEST 2018
It turns out this is the IBM way to do this and we (OPAL) were just
never really told about the change.
So, with the best public docs that are available being Hostboot
source, let's make the change!
See https://github.com/open-power/hostboot/blob/8e05a4399b/src/include/usr/ipmi/ipmiif.H#L115
Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
---
platforms/astbmc/common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platforms/astbmc/common.c b/platforms/astbmc/common.c
index d1ee0e888f64..470ab5de9ad1 100644
--- a/platforms/astbmc/common.c
+++ b/platforms/astbmc/common.c
@@ -429,5 +429,5 @@ const struct bmc_platform astbmc_ami = {
const struct bmc_platform astbmc_openbmc = {
.name = "OpenBMC",
- .ipmi_oem_partial_add_esel = IPMI_CODE(0x32, 0xf0),
+ .ipmi_oem_partial_add_esel = IPMI_CODE(0x3a, 0xf0),
};
--
2.14.3
More information about the Skiboot
mailing list