From 2f9eccfe836ed918202447c493d63486d29dba9c Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Thu, 9 Apr 2015 08:10:30 +1000 Subject: Add Naples chip support This adds the PVR and CFAM ID for the Naples chip. Otherwise treated as a Venice. This doesn't add the definitions for the new PHB revision yet Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Stewart Smith --- asm/head.S | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'asm') diff --git a/asm/head.S b/asm/head.S index 0b90d22..955c3b5 100644 --- a/asm/head.S +++ b/asm/head.S @@ -257,6 +257,8 @@ boot_entry: beq 2f cmpwi cr0,%r3,PVR_TYPE_P8E beq 2f + cmpwi cr0,%r3,PVR_TYPE_P8NVL + beq 2f attn /* Unsupported CPU type... what do we do ? */ /* P8 -> 8 threads */ @@ -656,6 +658,8 @@ init_shared_sprs: beq 3f cmpwi cr0,%r3,PVR_TYPE_P8 beq 3f + cmpwi cr0,%r3,PVR_TYPE_P8NVL + beq 3f /* Unsupported CPU type... what do we do ? */ b 9f -- cgit v1.1