aboutsummaryrefslogtreecommitdiff
path: root/platforms/astbmc
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2019-02-28 10:01:07 +1030
committerStewart Smith <stewart@linux.ibm.com>2019-03-01 15:13:06 +1100
commitb9d7c9da583a13a1842fb6ec16f77b9a76e726b7 (patch)
tree6031e5960e00d2e2fc987924b65994f780d73060 /platforms/astbmc
parent740904858586d09ee7827fe7a09e1600d267c9f5 (diff)
downloadskiboot-b9d7c9da583a13a1842fb6ec16f77b9a76e726b7.zip
skiboot-b9d7c9da583a13a1842fb6ec16f77b9a76e726b7.tar.gz
skiboot-b9d7c9da583a13a1842fb6ec16f77b9a76e726b7.tar.bz2
astbmc: Enable IPMI HIOMAP for AMI platforms
Required for Habanero, Palmetto and Romulus. Cc: Lei YU <mine260309@gmail.com> Cc: Uma Yadlapati <yadlapat@us.ibm.com> Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'platforms/astbmc')
-rw-r--r--platforms/astbmc/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/astbmc/common.c b/platforms/astbmc/common.c
index bc0e58f..faa73e2 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 = {