summaryrefslogtreecommitdiffstats
path: root/include/npu2.h
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2018-03-16 14:10:55 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2018-03-22 10:12:41 -0700
commit87145c6bad5bc6bb712ff1ae7ae3464037153424 (patch)
tree7098588c279a21e0e8d69c659ddb23d1a5749a45 /include/npu2.h
parentd8c596368279a489f17d3412acdcca4aa6452803 (diff)
downloadblackbird-skiboot-87145c6bad5bc6bb712ff1ae7ae3464037153424.tar.gz
blackbird-skiboot-87145c6bad5bc6bb712ff1ae7ae3464037153424.zip
npu2: Remove DD1 support
Major changes in the NPU between DD1 and DD2 necessitated a fair bit of revision-specific code. Now that all our lab machines are DD2, we no longer test anything on DD1 and it's time to get rid of it. Remove DD1-specific code and abort probe if we're running on a DD1 machine. Cc: Alistair Popple <alistair@popple.id.au> Cc: Reza Arbab <arbab@linux.vnet.ibm.com> Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Acked-By: Alistair Popple <alistair@popple.id.au> Acked-by: Reza Arbab <arbab@linux.vnet.ibm.com> Acked-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/npu2.h')
-rw-r--r--include/npu2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/npu2.h b/include/npu2.h
index 85176595..b95e1d3a 100644
--- a/include/npu2.h
+++ b/include/npu2.h
@@ -204,7 +204,6 @@ void npu2_set_link_flag(struct npu2_dev *ndev, uint8_t flag);
void npu2_clear_link_flag(struct npu2_dev *ndev, uint8_t flag);
uint32_t reset_ntl(struct npu2_dev *ndev);
extern int nv_zcal_nominal;
-bool is_p9dd1(void);
void npu2_opencapi_phy_setup(struct npu2_dev *dev);
void npu2_opencapi_phy_prbs31(struct npu2_dev *dev);
void npu2_opencapi_bump_ui_lane(struct npu2_dev *dev);
OpenPOWER on IntegriCloud