summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2016-12-13 17:36:34 +1100
committerAlistair Popple <alistair@popple.id.au>2016-12-13 17:41:50 +1100
commit013edf123b6ee17826cc172f3c4a47572c1f6ace (patch)
tree2fd91258ecdb41234022031b938e86f724b3de30 /src
parent95b49e2d1e688c68f7cba10700175fc4320ce03f (diff)
downloadpdbg-013edf123b6ee17826cc172f3c4a47572c1f6ace.tar.gz
pdbg-013edf123b6ee17826cc172f3c4a47572c1f6ace.zip
libpdbg/bmcfsi.c: Add Romulus gpio pinout
Signed-off-by: Alistair Popple <alistair@popple.id.au>
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 55849fc..01550bd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -381,6 +381,8 @@ static int fsi_backend_targets_init(void)
type = FSI_SYSTEM_P8;
else if (!strcmp(device_node, "p9w") || !strcmp(device_node, "witherspoon"))
type = FSI_SYSTEM_P9W;
+ else if (!strcmp(device_node, "p9r") || !strcmp(device_node, "romulus"))
+ type = FSI_SYSTEM_P9R;
else {
PR_ERROR("Unrecognized FSI system type %s\n", device_node);
return -1;
OpenPOWER on IntegriCloud