summaryrefslogtreecommitdiffstats
path: root/include/chip.h
diff options
context:
space:
mode:
authorReza Arbab <arbab@linux.ibm.com>2019-02-10 14:42:18 -0600
committerStewart Smith <stewart@linux.ibm.com>2019-02-10 21:42:32 -0600
commitd3803711f8a9ac90e675bf9978d983f38d14b856 (patch)
tree9abfbee5b56928258beda511d45f1ca5b2046df1 /include/chip.h
parent23470f10d0b1e120dc2d2f1606444fb6fc07b506 (diff)
downloadblackbird-skiboot-d3803711f8a9ac90e675bf9978d983f38d14b856.tar.gz
blackbird-skiboot-d3803711f8a9ac90e675bf9978d983f38d14b856.zip
Add PVR_TYPE_P9P
Enable a new PVR to get us running on another p9 variant. Signed-off-by: Reza Arbab <arbab@linux.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include/chip.h')
-rw-r--r--include/chip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chip.h b/include/chip.h
index c759d0a0..d6e7e355 100644
--- a/include/chip.h
+++ b/include/chip.h
@@ -125,6 +125,7 @@ enum proc_chip_type {
PROC_CHIP_P8_NAPLES,
PROC_CHIP_P9_NIMBUS,
PROC_CHIP_P9_CUMULUS,
+ PROC_CHIP_P9P,
};
/* Simulator quirks */
OpenPOWER on IntegriCloud