xref: /linux/arch/powerpc/include/asm/firmware.h (revision 4c5d87db497832c493ed296157bd1749dddc69f1)
1b8b572e1SStephen Rothwell /*
2b8b572e1SStephen Rothwell  *  Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org)
3b8b572e1SStephen Rothwell  *
4b8b572e1SStephen Rothwell  *  Modifications for ppc64:
5b8b572e1SStephen Rothwell  *      Copyright (C) 2003 Dave Engebretsen <engebret@us.ibm.com>
6b8b572e1SStephen Rothwell  *
7b8b572e1SStephen Rothwell  *  This program is free software; you can redistribute it and/or
8b8b572e1SStephen Rothwell  *  modify it under the terms of the GNU General Public License
9b8b572e1SStephen Rothwell  *  as published by the Free Software Foundation; either version
10b8b572e1SStephen Rothwell  *  2 of the License, or (at your option) any later version.
11b8b572e1SStephen Rothwell  */
12b8b572e1SStephen Rothwell #ifndef __ASM_POWERPC_FIRMWARE_H
13b8b572e1SStephen Rothwell #define __ASM_POWERPC_FIRMWARE_H
14b8b572e1SStephen Rothwell 
15b8b572e1SStephen Rothwell #ifdef __KERNEL__
16b8b572e1SStephen Rothwell 
17ec0c464cSChristophe Leroy #include <asm/asm-const.h>
18b8b572e1SStephen Rothwell 
19b8b572e1SStephen Rothwell /* firmware feature bitmask values */
20b8b572e1SStephen Rothwell 
21b8b572e1SStephen Rothwell #define FW_FEATURE_PFT		ASM_CONST(0x0000000000000001)
22b8b572e1SStephen Rothwell #define FW_FEATURE_TCE		ASM_CONST(0x0000000000000002)
23b8b572e1SStephen Rothwell #define FW_FEATURE_SPRG0	ASM_CONST(0x0000000000000004)
24b8b572e1SStephen Rothwell #define FW_FEATURE_DABR		ASM_CONST(0x0000000000000008)
25b8b572e1SStephen Rothwell #define FW_FEATURE_COPY		ASM_CONST(0x0000000000000010)
26b8b572e1SStephen Rothwell #define FW_FEATURE_ASR		ASM_CONST(0x0000000000000020)
27b8b572e1SStephen Rothwell #define FW_FEATURE_DEBUG	ASM_CONST(0x0000000000000040)
28b8b572e1SStephen Rothwell #define FW_FEATURE_TERM		ASM_CONST(0x0000000000000080)
29b8b572e1SStephen Rothwell #define FW_FEATURE_PERF		ASM_CONST(0x0000000000000100)
30b8b572e1SStephen Rothwell #define FW_FEATURE_DUMP		ASM_CONST(0x0000000000000200)
31b8b572e1SStephen Rothwell #define FW_FEATURE_INTERRUPT	ASM_CONST(0x0000000000000400)
32b8b572e1SStephen Rothwell #define FW_FEATURE_MIGRATE	ASM_CONST(0x0000000000000800)
33b8b572e1SStephen Rothwell #define FW_FEATURE_PERFMON	ASM_CONST(0x0000000000001000)
34b8b572e1SStephen Rothwell #define FW_FEATURE_CRQ		ASM_CONST(0x0000000000002000)
35b8b572e1SStephen Rothwell #define FW_FEATURE_VIO		ASM_CONST(0x0000000000004000)
36b8b572e1SStephen Rothwell #define FW_FEATURE_RDMA		ASM_CONST(0x0000000000008000)
37b8b572e1SStephen Rothwell #define FW_FEATURE_LLAN		ASM_CONST(0x0000000000010000)
38b6dcde5cSAnton Blanchard #define FW_FEATURE_BULK_REMOVE	ASM_CONST(0x0000000000020000)
39b8b572e1SStephen Rothwell #define FW_FEATURE_XDABR	ASM_CONST(0x0000000000040000)
40b8b572e1SStephen Rothwell #define FW_FEATURE_MULTITCE	ASM_CONST(0x0000000000080000)
41b8b572e1SStephen Rothwell #define FW_FEATURE_SPLPAR	ASM_CONST(0x0000000000100000)
42b8b572e1SStephen Rothwell #define FW_FEATURE_LPAR		ASM_CONST(0x0000000000400000)
43b8b572e1SStephen Rothwell #define FW_FEATURE_PS3_LV1	ASM_CONST(0x0000000000800000)
4464b40ffbSDavid Gibson #define FW_FEATURE_HPT_RESIZE	ASM_CONST(0x0000000001000000)
45b6dcde5cSAnton Blanchard #define FW_FEATURE_CMO		ASM_CONST(0x0000000002000000)
4636f567b4SJesse Larrew #define FW_FEATURE_VPHN		ASM_CONST(0x0000000004000000)
479ee820faSBrian King #define FW_FEATURE_XCMO		ASM_CONST(0x0000000008000000)
4814a43e69SBenjamin Herrenschmidt #define FW_FEATURE_OPAL		ASM_CONST(0x0000000010000000)
49d8f48eccSIan Munsie #define FW_FEATURE_SET_MODE	ASM_CONST(0x0000000040000000)
500388c79cSMichael Neuling #define FW_FEATURE_BEST_ENERGY	ASM_CONST(0x0000000080000000)
51f0ff7eb4SNathan Fontenot #define FW_FEATURE_TYPE1_AFFINITY ASM_CONST(0x0000000100000000)
525d88aa85SJesse Larrew #define FW_FEATURE_PRRN		ASM_CONST(0x0000000200000000)
530c38ed6fSNathan Fontenot #define FW_FEATURE_DRMEM_V2	ASM_CONST(0x0000000400000000)
545539d31aSMichael Ellerman #define FW_FEATURE_DRC_INFO	ASM_CONST(0x0000000800000000)
555600fbe3SLaurent Dufour #define FW_FEATURE_BLOCK_REMOVE ASM_CONST(0x0000001000000000)
56*4c5d87dbSOliver O'Halloran #define FW_FEATURE_PAPR_SCM 	ASM_CONST(0x0000002000000000)
57b8b572e1SStephen Rothwell 
58b8b572e1SStephen Rothwell #ifndef __ASSEMBLY__
59b8b572e1SStephen Rothwell 
60b8b572e1SStephen Rothwell enum {
61b8b572e1SStephen Rothwell #ifdef CONFIG_PPC64
62b8b572e1SStephen Rothwell 	FW_FEATURE_PSERIES_POSSIBLE = FW_FEATURE_PFT | FW_FEATURE_TCE |
63b8b572e1SStephen Rothwell 		FW_FEATURE_SPRG0 | FW_FEATURE_DABR | FW_FEATURE_COPY |
64b8b572e1SStephen Rothwell 		FW_FEATURE_ASR | FW_FEATURE_DEBUG | FW_FEATURE_TERM |
65b8b572e1SStephen Rothwell 		FW_FEATURE_PERF | FW_FEATURE_DUMP | FW_FEATURE_INTERRUPT |
66b8b572e1SStephen Rothwell 		FW_FEATURE_MIGRATE | FW_FEATURE_PERFMON | FW_FEATURE_CRQ |
67b8b572e1SStephen Rothwell 		FW_FEATURE_VIO | FW_FEATURE_RDMA | FW_FEATURE_LLAN |
68b6dcde5cSAnton Blanchard 		FW_FEATURE_BULK_REMOVE | FW_FEATURE_XDABR |
69b6dcde5cSAnton Blanchard 		FW_FEATURE_MULTITCE | FW_FEATURE_SPLPAR | FW_FEATURE_LPAR |
70d8f48eccSIan Munsie 		FW_FEATURE_CMO | FW_FEATURE_VPHN | FW_FEATURE_XCMO |
71f0ff7eb4SNathan Fontenot 		FW_FEATURE_SET_MODE | FW_FEATURE_BEST_ENERGY |
7264b40ffbSDavid Gibson 		FW_FEATURE_TYPE1_AFFINITY | FW_FEATURE_PRRN |
733f38000eSMichael Bringmann 		FW_FEATURE_HPT_RESIZE | FW_FEATURE_DRMEM_V2 |
74*4c5d87dbSOliver O'Halloran 		FW_FEATURE_DRC_INFO | FW_FEATURE_BLOCK_REMOVE |
75*4c5d87dbSOliver O'Halloran 		FW_FEATURE_PAPR_SCM,
76b8b572e1SStephen Rothwell 	FW_FEATURE_PSERIES_ALWAYS = 0,
77e4d54f71SStewart Smith 	FW_FEATURE_POWERNV_POSSIBLE = FW_FEATURE_OPAL,
7814a43e69SBenjamin Herrenschmidt 	FW_FEATURE_POWERNV_ALWAYS = 0,
79b8b572e1SStephen Rothwell 	FW_FEATURE_PS3_POSSIBLE = FW_FEATURE_LPAR | FW_FEATURE_PS3_LV1,
80b8b572e1SStephen Rothwell 	FW_FEATURE_PS3_ALWAYS = FW_FEATURE_LPAR | FW_FEATURE_PS3_LV1,
81b8b572e1SStephen Rothwell 	FW_FEATURE_NATIVE_POSSIBLE = 0,
82b8b572e1SStephen Rothwell 	FW_FEATURE_NATIVE_ALWAYS = 0,
83b8b572e1SStephen Rothwell 	FW_FEATURE_POSSIBLE =
84b8b572e1SStephen Rothwell #ifdef CONFIG_PPC_PSERIES
85b8b572e1SStephen Rothwell 		FW_FEATURE_PSERIES_POSSIBLE |
86b8b572e1SStephen Rothwell #endif
8714a43e69SBenjamin Herrenschmidt #ifdef CONFIG_PPC_POWERNV
8814a43e69SBenjamin Herrenschmidt 		FW_FEATURE_POWERNV_POSSIBLE |
8914a43e69SBenjamin Herrenschmidt #endif
90b8b572e1SStephen Rothwell #ifdef CONFIG_PPC_PS3
91b8b572e1SStephen Rothwell 		FW_FEATURE_PS3_POSSIBLE |
92b8b572e1SStephen Rothwell #endif
93b8b572e1SStephen Rothwell #ifdef CONFIG_PPC_NATIVE
94b8b572e1SStephen Rothwell 		FW_FEATURE_NATIVE_ALWAYS |
95b8b572e1SStephen Rothwell #endif
96b8b572e1SStephen Rothwell 		0,
97b8b572e1SStephen Rothwell 	FW_FEATURE_ALWAYS =
98b8b572e1SStephen Rothwell #ifdef CONFIG_PPC_PSERIES
99b8b572e1SStephen Rothwell 		FW_FEATURE_PSERIES_ALWAYS &
100b8b572e1SStephen Rothwell #endif
10114a43e69SBenjamin Herrenschmidt #ifdef CONFIG_PPC_POWERNV
10214a43e69SBenjamin Herrenschmidt 		FW_FEATURE_POWERNV_ALWAYS &
10314a43e69SBenjamin Herrenschmidt #endif
104b8b572e1SStephen Rothwell #ifdef CONFIG_PPC_PS3
105b8b572e1SStephen Rothwell 		FW_FEATURE_PS3_ALWAYS &
106b8b572e1SStephen Rothwell #endif
107b8b572e1SStephen Rothwell #ifdef CONFIG_PPC_NATIVE
108b8b572e1SStephen Rothwell 		FW_FEATURE_NATIVE_ALWAYS &
109b8b572e1SStephen Rothwell #endif
110b8b572e1SStephen Rothwell 		FW_FEATURE_POSSIBLE,
111b8b572e1SStephen Rothwell 
112b8b572e1SStephen Rothwell #else /* CONFIG_PPC64 */
113b8b572e1SStephen Rothwell 	FW_FEATURE_POSSIBLE = 0,
114b8b572e1SStephen Rothwell 	FW_FEATURE_ALWAYS = 0,
115b8b572e1SStephen Rothwell #endif
116b8b572e1SStephen Rothwell };
117b8b572e1SStephen Rothwell 
118b8b572e1SStephen Rothwell /* This is used to identify firmware features which are available
119b8b572e1SStephen Rothwell  * to the kernel.
120b8b572e1SStephen Rothwell  */
121b8b572e1SStephen Rothwell extern unsigned long	powerpc_firmware_features;
122b8b572e1SStephen Rothwell 
123b8b572e1SStephen Rothwell #define firmware_has_feature(feature)					\
124b8b572e1SStephen Rothwell 	((FW_FEATURE_ALWAYS & (feature)) ||				\
125b8b572e1SStephen Rothwell 		(FW_FEATURE_POSSIBLE & powerpc_firmware_features & (feature)))
126b8b572e1SStephen Rothwell 
127b8b572e1SStephen Rothwell extern void system_reset_fwnmi(void);
128b8b572e1SStephen Rothwell extern void machine_check_fwnmi(void);
129b8b572e1SStephen Rothwell 
130b8b572e1SStephen Rothwell /* This is true if we are using the firmware NMI handler (typically LPAR) */
131b8b572e1SStephen Rothwell extern int fwnmi_active;
132b8b572e1SStephen Rothwell 
133b8b572e1SStephen Rothwell extern unsigned int __start___fw_ftr_fixup, __stop___fw_ftr_fixup;
134b8b572e1SStephen Rothwell 
1353808a889SBenjamin Herrenschmidt #ifdef CONFIG_PPC_PSERIES
1363808a889SBenjamin Herrenschmidt void pseries_probe_fw_features(void);
1373808a889SBenjamin Herrenschmidt #else
1383808a889SBenjamin Herrenschmidt static inline void pseries_probe_fw_features(void) { };
1393808a889SBenjamin Herrenschmidt #endif
1403808a889SBenjamin Herrenschmidt 
141b8b572e1SStephen Rothwell #endif /* __ASSEMBLY__ */
142b8b572e1SStephen Rothwell #endif /* __KERNEL__ */
143b8b572e1SStephen Rothwell #endif /* __ASM_POWERPC_FIRMWARE_H */
144