diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2019-02-28 10:01:07 +1030 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-03-01 15:13:06 +1100 |
commit | b9d7c9da583a13a1842fb6ec16f77b9a76e726b7 (patch) | |
tree | 6031e5960e00d2e2fc987924b65994f780d73060 | |
parent | 740904858586d09ee7827fe7a09e1600d267c9f5 (diff) | |
download | blackbird-skiboot-b9d7c9da583a13a1842fb6ec16f77b9a76e726b7.tar.gz blackbird-skiboot-b9d7c9da583a13a1842fb6ec16f77b9a76e726b7.zip |
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>
-rw-r--r-- | platforms/astbmc/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/astbmc/common.c b/platforms/astbmc/common.c index bc0e58f8..faa73e2f 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 = { |