diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/ast-bmc/ast-io.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hw/ast-bmc/ast-io.c b/hw/ast-bmc/ast-io.c index 38ca86c4..11cc084c 100644 --- a/hw/ast-bmc/ast-io.c +++ b/hw/ast-bmc/ast-io.c @@ -360,7 +360,12 @@ bool ast_io_init(void) return ast_io_is_rw(); } -bool ast_lpc_fw_needs_hiomap(void) +bool ast_lpc_fw_ipmi_hiomap(void) +{ + return platform.bmc->sw->ipmi_oem_hiomap_cmd != 0; +} + +bool ast_lpc_fw_mbox_hiomap(void) { struct dt_node *n; |