Skip to content

Commit

Permalink
OpenBMC: use 0x3a as OEM command for partial add esel
Browse files Browse the repository at this point in the history
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@linux.ibm.com>
  • Loading branch information
stewartsmith committed May 16, 2018
1 parent 7bcbc78 commit 66c499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/astbmc/common.c
Expand Up @@ -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),
};

0 comments on commit 66c499f

Please sign in to comment.