aboutsummaryrefslogtreecommitdiff
path: root/include/ast.h
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-02-07 10:41:41 +1030
committerStewart Smith <stewart@linux.ibm.com>2019-02-10 21:42:32 -0600
commit23470f10d0b1e120dc2d2f1606444fb6fc07b506 (patch)
tree378faf9c7bb15180c52f4f1118f6dbf5b7dd8753 /include/ast.h
parent17975a6e645768c4651199055052a13858db6506 (diff)
downloadskiboot-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 'include/ast.h')
-rw-r--r--include/ast.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ast.h b/include/ast.h
index 5c46cf2..c6684fc 100644
--- a/include/ast.h
+++ b/include/ast.h
@@ -86,8 +86,7 @@ bool ast_sio_init(void);
bool ast_io_init(void);
bool ast_io_is_rw(void);
bool ast_lpc_fw_maps_flash(void);
-bool ast_lpc_fw_ipmi_hiomap(void);
-bool ast_lpc_fw_mbox_hiomap(void);
+bool ast_lpc_fw_needs_hiomap(void);
bool ast_scratch_reg_is_mbox(void);
/* UART configuration */