[Skiboot] [PATCH] astbmc: Enable IPMI HIOMAP for AMI platforms

Stewart Smith stewart at linux.vnet.ibm.com
Mon Mar 4 14:02:31 AEDT 2019


Andrew Jeffery <andrew at aj.id.au> writes:
> 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

Thanks, merged to master as of b9d7c9da583a13a1842fb6ec16f77b9a76e726b7

-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Skiboot mailing list