[Skiboot] [PATCH 5/6] devicetree: Add p9-simics.dts

Reza Arbab arbab at linux.ibm.com
Thu Feb 14 08:42:37 AEDT 2019


Add a p9-based devicetree that's suitable for use with Simics.

Signed-off-by: Reza Arbab <arbab at linux.ibm.com>
---
 external/devicetree/p9-simics.dts | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 external/devicetree/p9-simics.dts

diff --git a/external/devicetree/p9-simics.dts b/external/devicetree/p9-simics.dts
new file mode 100644
index 000000000000..bd05d09dc1b0
--- /dev/null
+++ b/external/devicetree/p9-simics.dts
@@ -0,0 +1,16 @@
+/include/ "p9.dts"
+
+/ {
+	simics {
+	};
+
+	/*
+	 * This isn't part of our Simics model (yet).
+	 * [system_cmp0.cosimulator error] write error to physical address 0x60300d00100e6
+	 */
+	lpcm-opb at 6030000000000 {
+		lpc at f0000000 {
+			/delete-node/ ipmi at ie4;
+		};
+	};
+};
-- 
1.8.3.1



More information about the Skiboot mailing list