summaryrefslogtreecommitdiffstats
path: root/fake.dts
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2017-07-13 13:45:27 +1000
committerAlistair Popple <alistair@popple.id.au>2017-07-13 13:45:27 +1000
commit4b55a9664d33a9ea3bab87e9668c71ac3c3f877d (patch)
tree9e83ac5712f42f4030d1c87e19032e2a0dca2f25 /fake.dts
parent7970779cfa59b94923e00b3f2898da0badbd4bcf (diff)
downloadpdbg-4b55a9664d33a9ea3bab87e9668c71ac3c3f877d.tar.gz
pdbg-4b55a9664d33a9ea3bab87e9668c71ac3c3f877d.zip
libpdbg: Add a more complete fake backend
The fake backend we had couldn't be used as src/main.c was missing the option to enable it. It was also missing an implementation of a fake pib so add that too. Signed-off-by: Alistair Popple <alistair@popple.id.au>
Diffstat (limited to 'fake.dts')
-rw-r--r--fake.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/fake.dts b/fake.dts
index e6dd958..f647491 100644
--- a/fake.dts
+++ b/fake.dts
@@ -12,5 +12,11 @@
index = <0x0>;
status = "hidden";
+
+ pib@0 {
+ compatible = "ibm,fake-pib";
+ reg = <0x0 0x0 0x0>;
+ index = <0x0>;
+ };
};
};
OpenPOWER on IntegriCloud