[Skiboot] [PATCH 2/3] p9dsu: Add HIOMAP-over-IPMI support
Andrew Jeffery
andrew at aj.id.au
Wed Oct 31 16:24:12 AEDT 2018
Boston uses the same netfn / command values as OpenBMC.
Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
---
platforms/astbmc/p9dsu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/platforms/astbmc/p9dsu.c b/platforms/astbmc/p9dsu.c
index 234d25ce6a35..94ef06d72658 100644
--- a/platforms/astbmc/p9dsu.c
+++ b/platforms/astbmc/p9dsu.c
@@ -685,6 +685,7 @@ static void p9dsu_init(void)
static const struct bmc_sw_config bmc_sw_smc = {
.ipmi_oem_partial_add_esel = IPMI_CODE(0x3a, 0xf0),
+ .ipmi_oem_hiomap_cmd = IPMI_CODE(0x3a, 0x5a),
};
static const struct bmc_platform bmc_plat_ast2500_smc = {
--
2.17.1
More information about the Skiboot
mailing list