[Skiboot] [PATCH 08/61] plat/qemu/p10: add a POWER10 platform
Vasant Hegde
hegdevasant at linux.vnet.ibm.com
Mon Jul 19 23:19:19 AEST 2021
From: Cédric Le Goater <clg at kaod.org>
BMC is still defined as ast2500 but it should change to ast2600 when
available.
Signed-off-by: Cédric Le Goater <clg at kaod.org>
Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
core/chip.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/core/chip.c b/core/chip.c
index f79e8cd04..a4ba3249e 100644
--- a/core/chip.c
+++ b/core/chip.c
@@ -173,6 +173,7 @@ void init_chips(void)
if (dt_node_is_compatible(dt_root, "qemu,powernv") ||
dt_node_is_compatible(dt_root, "qemu,powernv8") ||
dt_node_is_compatible(dt_root, "qemu,powernv9") ||
+ dt_node_is_compatible(dt_root, "qemu,powernv10") ||
dt_find_by_path(dt_root, "/qemu")) {
proc_chip_quirks |= QUIRK_QEMU | QUIRK_NO_CHIPTOD
| QUIRK_NO_DIRECT_CTL | QUIRK_NO_RNG;
--
2.31.1
More information about the Skiboot
mailing list