Skip to content

Commit

Permalink
astbmc: Enable IPMI HIOMAP for AMI platforms
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
amboar authored and stewartsmith committed Mar 1, 2019
1 parent 7409048 commit b9d7c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/astbmc/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit b9d7c9d

Please sign in to comment.