xref: /linux/arch/powerpc/include/asm/firmware.h (revision 1ac731c529cd4d6adbce134754b51ff7d822b145)
12874c5fdSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */
2b8b572e1SStephen Rothwell /*
3b8b572e1SStephen Rothwell  *  Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org)
4b8b572e1SStephen Rothwell  *
5b8b572e1SStephen Rothwell  *  Modifications for ppc64:
6b8b572e1SStephen Rothwell  *      Copyright (C) 2003 Dave Engebretsen <engebret@us.ibm.com>
7b8b572e1SStephen Rothwell  */
8b8b572e1SStephen Rothwell #ifndef __ASM_POWERPC_FIRMWARE_H
9b8b572e1SStephen Rothwell #define __ASM_POWERPC_FIRMWARE_H
10b8b572e1SStephen Rothwell 
11b8b572e1SStephen Rothwell #ifdef __KERNEL__
12b8b572e1SStephen Rothwell 
13ec0c464cSChristophe Leroy #include <asm/asm-const.h>
14b8b572e1SStephen Rothwell 
15b8b572e1SStephen Rothwell /* firmware feature bitmask values */
16b8b572e1SStephen Rothwell 
17b8b572e1SStephen Rothwell #define FW_FEATURE_PFT		ASM_CONST(0x0000000000000001)
18b8b572e1SStephen Rothwell #define FW_FEATURE_TCE		ASM_CONST(0x0000000000000002)
19b8b572e1SStephen Rothwell #define FW_FEATURE_SPRG0	ASM_CONST(0x0000000000000004)
20b8b572e1SStephen Rothwell #define FW_FEATURE_DABR		ASM_CONST(0x0000000000000008)
21b8b572e1SStephen Rothwell #define FW_FEATURE_COPY		ASM_CONST(0x0000000000000010)
22b8b572e1SStephen Rothwell #define FW_FEATURE_ASR		ASM_CONST(0x0000000000000020)
23b8b572e1SStephen Rothwell #define FW_FEATURE_DEBUG	ASM_CONST(0x0000000000000040)
24b8b572e1SStephen Rothwell #define FW_FEATURE_TERM		ASM_CONST(0x0000000000000080)
25b8b572e1SStephen Rothwell #define FW_FEATURE_PERF		ASM_CONST(0x0000000000000100)
26b8b572e1SStephen Rothwell #define FW_FEATURE_DUMP		ASM_CONST(0x0000000000000200)
27b8b572e1SStephen Rothwell #define FW_FEATURE_INTERRUPT	ASM_CONST(0x0000000000000400)
28b8b572e1SStephen Rothwell #define FW_FEATURE_MIGRATE	ASM_CONST(0x0000000000000800)
29b8b572e1SStephen Rothwell #define FW_FEATURE_PERFMON	ASM_CONST(0x0000000000001000)
30b8b572e1SStephen Rothwell #define FW_FEATURE_CRQ		ASM_CONST(0x0000000000002000)
31b8b572e1SStephen Rothwell #define FW_FEATURE_VIO		ASM_CONST(0x0000000000004000)
32b8b572e1SStephen Rothwell #define FW_FEATURE_RDMA		ASM_CONST(0x0000000000008000)
33b8b572e1SStephen Rothwell #define FW_FEATURE_LLAN		ASM_CONST(0x0000000000010000)
34b6dcde5cSAnton Blanchard #define FW_FEATURE_BULK_REMOVE	ASM_CONST(0x0000000000020000)
35b8b572e1SStephen Rothwell #define FW_FEATURE_XDABR	ASM_CONST(0x0000000000040000)
3617a0364cSAlexey Kardashevskiy #define FW_FEATURE_PUT_TCE_IND	ASM_CONST(0x0000000000080000)
37b8b572e1SStephen Rothwell #define FW_FEATURE_SPLPAR	ASM_CONST(0x0000000000100000)
38b8b572e1SStephen Rothwell #define FW_FEATURE_LPAR		ASM_CONST(0x0000000000400000)
39b8b572e1SStephen Rothwell #define FW_FEATURE_PS3_LV1	ASM_CONST(0x0000000000800000)
4064b40ffbSDavid Gibson #define FW_FEATURE_HPT_RESIZE	ASM_CONST(0x0000000001000000)
41b6dcde5cSAnton Blanchard #define FW_FEATURE_CMO		ASM_CONST(0x0000000002000000)
4236f567b4SJesse Larrew #define FW_FEATURE_VPHN		ASM_CONST(0x0000000004000000)
439ee820faSBrian King #define FW_FEATURE_XCMO		ASM_CONST(0x0000000008000000)
4414a43e69SBenjamin Herrenschmidt #define FW_FEATURE_OPAL		ASM_CONST(0x0000000010000000)
45d8f48eccSIan Munsie #define FW_FEATURE_SET_MODE	ASM_CONST(0x0000000040000000)
460388c79cSMichael Neuling #define FW_FEATURE_BEST_ENERGY	ASM_CONST(0x0000000080000000)
470eacd06bSAneesh Kumar K.V #define FW_FEATURE_FORM1_AFFINITY ASM_CONST(0x0000000100000000)
485d88aa85SJesse Larrew #define FW_FEATURE_PRRN		ASM_CONST(0x0000000200000000)
490c38ed6fSNathan Fontenot #define FW_FEATURE_DRMEM_V2	ASM_CONST(0x0000000400000000)
505539d31aSMichael Ellerman #define FW_FEATURE_DRC_INFO	ASM_CONST(0x0000000800000000)
515600fbe3SLaurent Dufour #define FW_FEATURE_BLOCK_REMOVE ASM_CONST(0x0000001000000000)
524c5d87dbSOliver O'Halloran #define FW_FEATURE_PAPR_SCM 	ASM_CONST(0x0000002000000000)
53bb04ffe8SClaudio Carvalho #define FW_FEATURE_ULTRAVISOR	ASM_CONST(0x0000004000000000)
5417a0364cSAlexey Kardashevskiy #define FW_FEATURE_STUFF_TCE	ASM_CONST(0x0000008000000000)
55bf6b7661SAneesh Kumar K.V #define FW_FEATURE_RPT_INVALIDATE ASM_CONST(0x0000010000000000)
561c6b5a7eSAneesh Kumar K.V #define FW_FEATURE_FORM2_AFFINITY ASM_CONST(0x0000020000000000)
573c14b734SPratik R. Sampat #define FW_FEATURE_ENERGY_SCALE_INFO ASM_CONST(0x0000040000000000)
581621563eSScott Cheloha #define FW_FEATURE_WATCHDOG	ASM_CONST(0x0000080000000000)
59*df9cad09SAndrew Donnellan #define FW_FEATURE_PLPKS	ASM_CONST(0x0000100000000000)
60b8b572e1SStephen Rothwell 
61b8b572e1SStephen Rothwell #ifndef __ASSEMBLY__
62b8b572e1SStephen Rothwell 
63b8b572e1SStephen Rothwell enum {
64b8b572e1SStephen Rothwell #ifdef CONFIG_PPC64
65b8b572e1SStephen Rothwell 	FW_FEATURE_PSERIES_POSSIBLE = FW_FEATURE_PFT | FW_FEATURE_TCE |
66b8b572e1SStephen Rothwell 		FW_FEATURE_SPRG0 | FW_FEATURE_DABR | FW_FEATURE_COPY |
67b8b572e1SStephen Rothwell 		FW_FEATURE_ASR | FW_FEATURE_DEBUG | FW_FEATURE_TERM |
68b8b572e1SStephen Rothwell 		FW_FEATURE_PERF | FW_FEATURE_DUMP | FW_FEATURE_INTERRUPT |
69b8b572e1SStephen Rothwell 		FW_FEATURE_MIGRATE | FW_FEATURE_PERFMON | FW_FEATURE_CRQ |
70b8b572e1SStephen Rothwell 		FW_FEATURE_VIO | FW_FEATURE_RDMA | FW_FEATURE_LLAN |
71b6dcde5cSAnton Blanchard 		FW_FEATURE_BULK_REMOVE | FW_FEATURE_XDABR |
7217a0364cSAlexey Kardashevskiy 		FW_FEATURE_PUT_TCE_IND | FW_FEATURE_STUFF_TCE |
7317a0364cSAlexey Kardashevskiy 		FW_FEATURE_SPLPAR | FW_FEATURE_LPAR |
74d8f48eccSIan Munsie 		FW_FEATURE_CMO | FW_FEATURE_VPHN | FW_FEATURE_XCMO |
75f0ff7eb4SNathan Fontenot 		FW_FEATURE_SET_MODE | FW_FEATURE_BEST_ENERGY |
760eacd06bSAneesh Kumar K.V 		FW_FEATURE_FORM1_AFFINITY | FW_FEATURE_PRRN |
773f38000eSMichael Bringmann 		FW_FEATURE_HPT_RESIZE | FW_FEATURE_DRMEM_V2 |
784c5d87dbSOliver O'Halloran 		FW_FEATURE_DRC_INFO | FW_FEATURE_BLOCK_REMOVE |
79bf6b7661SAneesh Kumar K.V 		FW_FEATURE_PAPR_SCM | FW_FEATURE_ULTRAVISOR |
803c14b734SPratik R. Sampat 		FW_FEATURE_RPT_INVALIDATE | FW_FEATURE_FORM2_AFFINITY |
81*df9cad09SAndrew Donnellan 		FW_FEATURE_ENERGY_SCALE_INFO | FW_FEATURE_WATCHDOG |
82*df9cad09SAndrew Donnellan 		FW_FEATURE_PLPKS,
83b8b572e1SStephen Rothwell 	FW_FEATURE_PSERIES_ALWAYS = 0,
84bb04ffe8SClaudio Carvalho 	FW_FEATURE_POWERNV_POSSIBLE = FW_FEATURE_OPAL | FW_FEATURE_ULTRAVISOR,
8514a43e69SBenjamin Herrenschmidt 	FW_FEATURE_POWERNV_ALWAYS = 0,
86b8b572e1SStephen Rothwell 	FW_FEATURE_PS3_POSSIBLE = FW_FEATURE_LPAR | FW_FEATURE_PS3_LV1,
87b8b572e1SStephen Rothwell 	FW_FEATURE_PS3_ALWAYS = FW_FEATURE_LPAR | FW_FEATURE_PS3_LV1,
88310d1344SMichael Ellerman 	FW_FEATURE_NATIVE_POSSIBLE = 0,
89310d1344SMichael Ellerman 	FW_FEATURE_NATIVE_ALWAYS = 0,
90b8b572e1SStephen Rothwell 	FW_FEATURE_POSSIBLE =
91b8b572e1SStephen Rothwell #ifdef CONFIG_PPC_PSERIES
92b8b572e1SStephen Rothwell 		FW_FEATURE_PSERIES_POSSIBLE |
93b8b572e1SStephen Rothwell #endif
9414a43e69SBenjamin Herrenschmidt #ifdef CONFIG_PPC_POWERNV
9514a43e69SBenjamin Herrenschmidt 		FW_FEATURE_POWERNV_POSSIBLE |
9614a43e69SBenjamin Herrenschmidt #endif
97b8b572e1SStephen Rothwell #ifdef CONFIG_PPC_PS3
98b8b572e1SStephen Rothwell 		FW_FEATURE_PS3_POSSIBLE |
99b8b572e1SStephen Rothwell #endif
100310d1344SMichael Ellerman #ifdef CONFIG_PPC_HASH_MMU_NATIVE
101310d1344SMichael Ellerman 		FW_FEATURE_NATIVE_ALWAYS |
102310d1344SMichael Ellerman #endif
103b8b572e1SStephen Rothwell 		0,
104b8b572e1SStephen Rothwell 	FW_FEATURE_ALWAYS =
105b8b572e1SStephen Rothwell #ifdef CONFIG_PPC_PSERIES
106b8b572e1SStephen Rothwell 		FW_FEATURE_PSERIES_ALWAYS &
107b8b572e1SStephen Rothwell #endif
10814a43e69SBenjamin Herrenschmidt #ifdef CONFIG_PPC_POWERNV
10914a43e69SBenjamin Herrenschmidt 		FW_FEATURE_POWERNV_ALWAYS &
11014a43e69SBenjamin Herrenschmidt #endif
111b8b572e1SStephen Rothwell #ifdef CONFIG_PPC_PS3
112b8b572e1SStephen Rothwell 		FW_FEATURE_PS3_ALWAYS &
113b8b572e1SStephen Rothwell #endif
114310d1344SMichael Ellerman #ifdef CONFIG_PPC_HASH_MMU_NATIVE
115310d1344SMichael Ellerman 		FW_FEATURE_NATIVE_ALWAYS &
116310d1344SMichael Ellerman #endif
117b8b572e1SStephen Rothwell 		FW_FEATURE_POSSIBLE,
118b8b572e1SStephen Rothwell 
119b8b572e1SStephen Rothwell #else /* CONFIG_PPC64 */
120b8b572e1SStephen Rothwell 	FW_FEATURE_POSSIBLE = 0,
121b8b572e1SStephen Rothwell 	FW_FEATURE_ALWAYS = 0,
122b8b572e1SStephen Rothwell #endif
123b8b572e1SStephen Rothwell };
124b8b572e1SStephen Rothwell 
125b8b572e1SStephen Rothwell /* This is used to identify firmware features which are available
126b8b572e1SStephen Rothwell  * to the kernel.
127b8b572e1SStephen Rothwell  */
128b8b572e1SStephen Rothwell extern unsigned long	powerpc_firmware_features;
129b8b572e1SStephen Rothwell 
130b8b572e1SStephen Rothwell #define firmware_has_feature(feature)					\
131b8b572e1SStephen Rothwell 	((FW_FEATURE_ALWAYS & (feature)) ||				\
132b8b572e1SStephen Rothwell 		(FW_FEATURE_POSSIBLE & powerpc_firmware_features & (feature)))
133b8b572e1SStephen Rothwell 
134b8b572e1SStephen Rothwell extern void system_reset_fwnmi(void);
135b8b572e1SStephen Rothwell extern void machine_check_fwnmi(void);
136b8b572e1SStephen Rothwell 
137b8b572e1SStephen Rothwell /* This is true if we are using the firmware NMI handler (typically LPAR) */
138b8b572e1SStephen Rothwell extern int fwnmi_active;
1397368b38bSNicholas Piggin extern int ibm_nmi_interlock_token;
140b8b572e1SStephen Rothwell 
141b8b572e1SStephen Rothwell extern unsigned int __start___fw_ftr_fixup, __stop___fw_ftr_fixup;
142b8b572e1SStephen Rothwell 
1433808a889SBenjamin Herrenschmidt #ifdef CONFIG_PPC_PSERIES
1443808a889SBenjamin Herrenschmidt void pseries_probe_fw_features(void);
1453808a889SBenjamin Herrenschmidt #else
pseries_probe_fw_features(void)1466c6fdbb2SChengyang Fan static inline void pseries_probe_fw_features(void) { }
1473808a889SBenjamin Herrenschmidt #endif
1483808a889SBenjamin Herrenschmidt 
149b8b572e1SStephen Rothwell #endif /* __ASSEMBLY__ */
150b8b572e1SStephen Rothwell #endif /* __KERNEL__ */
151b8b572e1SStephen Rothwell #endif /* __ASM_POWERPC_FIRMWARE_H */
152