[Skiboot] [PATCH] astbmc: Enable IPMI HIOMAP for AMI platforms
Andrew Jeffery
andrew at aj.id.au
Thu Feb 28 10:31:07 AEDT 2019
Required for Habanero, Palmetto and Romulus.
Cc: Lei YU <mine260309 at gmail.com>
Cc: Uma Yadlapati <yadlapat at us.ibm.com>
Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
---
platforms/astbmc/common.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/platforms/astbmc/common.c b/platforms/astbmc/common.c
index bc0e58f88e59..faa73e2f7aa0 100644
--- a/platforms/astbmc/common.c
+++ b/platforms/astbmc/common.c
@@ -459,6 +459,7 @@ void astbmc_exit(void)
const struct bmc_sw_config bmc_sw_ami = {
.ipmi_oem_partial_add_esel = IPMI_CODE(0x3a, 0xf0),
.ipmi_oem_pnor_access_status = IPMI_CODE(0x3a, 0x07),
+ .ipmi_oem_hiomap_cmd = IPMI_CODE(0x3a, 0x5a),
};
const struct bmc_sw_config bmc_sw_openbmc = {
--
2.19.1
More information about the Skiboot
mailing list