From c9cadb4fe60d4d41fc45a35a1d2ae27e0632c679 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sun, 15 Jan 2017 22:38:25 -0600 Subject: xscom: Grab P9 DD1.0 revision level To differentiate between 1.00, 1.01, 1.02 etc... Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Stewart Smith --- include/chip.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/chip.h') diff --git a/include/chip.h b/include/chip.h index 61b413ce..588db9ff 100644 --- a/include/chip.h +++ b/include/chip.h @@ -155,6 +155,7 @@ struct proc_chip { /* These are only initialized after xcom_init */ enum proc_chip_type type; uint32_t ec_level; /* 0xMm (DD1.0 = 0x10) */ + uint8_t ec_rev; /* sub-revision */ /* Those two values are only populated on machines with an FSP * dbob_id = Drawer/Block/Octant/Blade (DBOBID) -- cgit v1.2.1