diff options
author | Joel Stanley <joel@jms.id.au> | 2019-02-07 10:41:41 +1030 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-02-10 21:42:32 -0600 |
commit | 23470f10d0b1e120dc2d2f1606444fb6fc07b506 (patch) | |
tree | 378faf9c7bb15180c52f4f1118f6dbf5b7dd8753 /hw/ast-bmc | |
parent | 17975a6e645768c4651199055052a13858db6506 (diff) | |
download | skiboot-23470f10d0b1e120dc2d2f1606444fb6fc07b506.zip skiboot-23470f10d0b1e120dc2d2f1606444fb6fc07b506.tar.gz skiboot-23470f10d0b1e120dc2d2f1606444fb6fc07b506.tar.bz2 |
Revert "astbmc: Try IPMI HIOMAP for P8"
This reverts commit bd9839684d482417e8c60449592f4308e9a91dac as it broke
booting on P8 systems, including Garrison (AMI BMC), Firestone (AMI BMC)
and QEMU (BMC simulator).
Issue https://github.com/open-power/skiboot/issues/217 tracks the
failure. The P8 IPMI HIOMAP feature can be re-enabled once this issue is
resolved.
Reported-by: Sam Mendoza-Jonas <sam@mendozajonas.com>
Reported-by: Sam Mendoza-Jonas <sam@mendozajonas.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Sam Mendoza-Jonas <sam@mendozajonas.com>
Acked-by: Sam Mendoza-Jonas <sam@mendozajonas.com>
Tested-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'hw/ast-bmc')
-rw-r--r-- | hw/ast-bmc/ast-io.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hw/ast-bmc/ast-io.c b/hw/ast-bmc/ast-io.c index 11cc084..38ca86c 100644 --- a/hw/ast-bmc/ast-io.c +++ b/hw/ast-bmc/ast-io.c @@ -360,12 +360,7 @@ bool ast_io_init(void) return ast_io_is_rw(); } -bool ast_lpc_fw_ipmi_hiomap(void) -{ - return platform.bmc->sw->ipmi_oem_hiomap_cmd != 0; -} - -bool ast_lpc_fw_mbox_hiomap(void) +bool ast_lpc_fw_needs_hiomap(void) { struct dt_node *n; |