blob: 88cb1fe22b4896abc30f55f95cfc775986f134ad [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * acpi.h - ACPI Interface
3 *
4 * Copyright (C) 2001 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>
5 *
6 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 *
22 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23 */
24
25#ifndef _LINUX_ACPI_H
26#define _LINUX_ACPI_H
27
David Mosberger3f5948f2005-06-06 15:50:09 -070028
Len Brown25be5e62005-05-27 04:21:50 -040029#ifdef CONFIG_ACPI
30
Linus Torvalds1da177e2005-04-16 15:20:36 -070031#ifndef _LINUX
32#define _LINUX
33#endif
34
35#include <linux/list.h>
36
37#include <acpi/acpi.h>
38#include <acpi/acpi_bus.h>
39#include <acpi/acpi_drivers.h>
Yasunori Goto762834e2006-06-23 02:03:19 -070040#include <acpi/acpi_numa.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include <asm/acpi.h>
42
43
Len Brown888ba6c2005-08-24 12:07:20 -040044#ifdef CONFIG_ACPI
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
46enum acpi_irq_model_id {
47 ACPI_IRQ_MODEL_PIC = 0,
48 ACPI_IRQ_MODEL_IOAPIC,
49 ACPI_IRQ_MODEL_IOSAPIC,
John Keller3948ec92006-12-22 11:50:04 -060050 ACPI_IRQ_MODEL_PLATFORM,
Linus Torvalds1da177e2005-04-16 15:20:36 -070051 ACPI_IRQ_MODEL_COUNT
52};
53
54extern enum acpi_irq_model_id acpi_irq_model;
55
Linus Torvalds1da177e2005-04-16 15:20:36 -070056typedef struct {
57 u8 type;
58 u8 length;
59} __attribute__ ((packed)) acpi_table_entry_header;
60
Linus Torvalds1da177e2005-04-16 15:20:36 -070061/* Multiple APIC Description Table (MADT) */
62
63struct acpi_table_madt {
64 struct acpi_table_header header;
65 u32 lapic_address;
66 struct {
67 u32 pcat_compat:1;
68 u32 reserved:31;
69 } flags;
70} __attribute__ ((packed));
71
72enum acpi_madt_entry_id {
73 ACPI_MADT_LAPIC = 0,
74 ACPI_MADT_IOAPIC,
75 ACPI_MADT_INT_SRC_OVR,
76 ACPI_MADT_NMI_SRC,
77 ACPI_MADT_LAPIC_NMI,
78 ACPI_MADT_LAPIC_ADDR_OVR,
79 ACPI_MADT_IOSAPIC,
80 ACPI_MADT_LSAPIC,
81 ACPI_MADT_PLAT_INT_SRC,
82 ACPI_MADT_ENTRY_COUNT
83};
84
85typedef struct {
86 u16 polarity:2;
87 u16 trigger:2;
88 u16 reserved:12;
89} __attribute__ ((packed)) acpi_interrupt_flags;
90
91struct acpi_table_lapic {
92 acpi_table_entry_header header;
93 u8 acpi_id;
94 u8 id;
95 struct {
96 u32 enabled:1;
97 u32 reserved:31;
98 } flags;
99} __attribute__ ((packed));
100
101struct acpi_table_ioapic {
102 acpi_table_entry_header header;
103 u8 id;
104 u8 reserved;
105 u32 address;
106 u32 global_irq_base;
107} __attribute__ ((packed));
108
109struct acpi_table_int_src_ovr {
110 acpi_table_entry_header header;
111 u8 bus;
112 u8 bus_irq;
113 u32 global_irq;
114 acpi_interrupt_flags flags;
115} __attribute__ ((packed));
116
117struct acpi_table_nmi_src {
118 acpi_table_entry_header header;
119 acpi_interrupt_flags flags;
120 u32 global_irq;
121} __attribute__ ((packed));
122
123struct acpi_table_lapic_nmi {
124 acpi_table_entry_header header;
125 u8 acpi_id;
126 acpi_interrupt_flags flags;
127 u8 lint;
128} __attribute__ ((packed));
129
130struct acpi_table_lapic_addr_ovr {
131 acpi_table_entry_header header;
132 u8 reserved[2];
133 u64 address;
134} __attribute__ ((packed));
135
136struct acpi_table_iosapic {
137 acpi_table_entry_header header;
138 u8 id;
139 u8 reserved;
140 u32 global_irq_base;
141 u64 address;
142} __attribute__ ((packed));
143
144struct acpi_table_lsapic {
145 acpi_table_entry_header header;
146 u8 acpi_id;
147 u8 id;
148 u8 eid;
149 u8 reserved[3];
150 struct {
151 u32 enabled:1;
152 u32 reserved:31;
153 } flags;
154} __attribute__ ((packed));
155
156struct acpi_table_plat_int_src {
157 acpi_table_entry_header header;
158 acpi_interrupt_flags flags;
159 u8 type; /* See acpi_interrupt_type */
160 u8 id;
161 u8 eid;
162 u8 iosapic_vector;
163 u32 global_irq;
Ashok Raj55e59c52005-03-31 22:51:10 -0500164 struct {
165 u32 cpei_override_flag:1;
166 u32 reserved:31;
167 } plint_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168} __attribute__ ((packed));
169
170enum acpi_interrupt_id {
171 ACPI_INTERRUPT_PMI = 1,
172 ACPI_INTERRUPT_INIT,
173 ACPI_INTERRUPT_CPEI,
174 ACPI_INTERRUPT_COUNT
175};
176
177#define ACPI_SPACE_MEM 0
178
179struct acpi_gen_regaddr {
180 u8 space_id;
181 u8 bit_width;
182 u8 bit_offset;
183 u8 resv;
184 u32 addrl;
185 u32 addrh;
186} __attribute__ ((packed));
187
188struct acpi_table_hpet {
189 struct acpi_table_header header;
190 u32 id;
191 struct acpi_gen_regaddr addr;
192 u8 number;
193 u16 min_tick;
194 u8 page_protect;
195} __attribute__ ((packed));
196
197/*
198 * Simple Boot Flags
199 * http://www.microsoft.com/whdc/hwdev/resources/specs/simp_bios.mspx
200 */
201struct acpi_table_sbf
202{
203 u8 sbf_signature[4];
204 u32 sbf_len;
205 u8 sbf_revision;
206 u8 sbf_csum;
207 u8 sbf_oemid[6];
208 u8 sbf_oemtable[8];
209 u8 sbf_revdata[4];
210 u8 sbf_creator[4];
211 u8 sbf_crearev[4];
212 u8 sbf_cmos;
213 u8 sbf_spare[3];
214} __attribute__ ((packed));
215
216/*
217 * System Resource Affinity Table (SRAT)
218 * http://www.microsoft.com/whdc/hwdev/platform/proc/SRAT.mspx
219 */
220
221struct acpi_table_srat {
222 struct acpi_table_header header;
223 u32 table_revision;
224 u64 reserved;
225} __attribute__ ((packed));
226
227enum acpi_srat_entry_id {
228 ACPI_SRAT_PROCESSOR_AFFINITY = 0,
229 ACPI_SRAT_MEMORY_AFFINITY,
230 ACPI_SRAT_ENTRY_COUNT
231};
232
233struct acpi_table_processor_affinity {
234 acpi_table_entry_header header;
235 u8 proximity_domain;
236 u8 apic_id;
237 struct {
238 u32 enabled:1;
239 u32 reserved:31;
240 } flags;
241 u8 lsapic_eid;
242 u8 reserved[7];
243} __attribute__ ((packed));
244
245struct acpi_table_memory_affinity {
246 acpi_table_entry_header header;
247 u8 proximity_domain;
248 u8 reserved1[5];
249 u32 base_addr_lo;
250 u32 base_addr_hi;
251 u32 length_lo;
252 u32 length_hi;
253 u32 memory_type; /* See acpi_address_range_id */
254 struct {
255 u32 enabled:1;
256 u32 hot_pluggable:1;
257 u32 reserved:30;
258 } flags;
259 u64 reserved2;
260} __attribute__ ((packed));
261
262enum acpi_address_range_id {
263 ACPI_ADDRESS_RANGE_MEMORY = 1,
264 ACPI_ADDRESS_RANGE_RESERVED = 2,
265 ACPI_ADDRESS_RANGE_ACPI = 3,
266 ACPI_ADDRESS_RANGE_NVS = 4,
267 ACPI_ADDRESS_RANGE_COUNT
268};
269
270/*
271 * System Locality Information Table (SLIT)
272 * see http://devresource.hp.com/devresource/docs/techpapers/ia64/slit.pdf
273 */
274
275struct acpi_table_slit {
276 struct acpi_table_header header;
277 u64 localities;
278 u8 entry[1]; /* real size = localities^2 */
279} __attribute__ ((packed));
280
281/* Smart Battery Description Table (SBST) */
282
283struct acpi_table_sbst {
284 struct acpi_table_header header;
285 u32 warning; /* Warn user */
286 u32 low; /* Critical sleep */
287 u32 critical; /* Critical shutdown */
288} __attribute__ ((packed));
289
290/* Embedded Controller Boot Resources Table (ECDT) */
291
292struct acpi_table_ecdt {
293 struct acpi_table_header header;
294 struct acpi_generic_address ec_control;
295 struct acpi_generic_address ec_data;
296 u32 uid;
297 u8 gpe_bit;
298 char ec_id[0];
299} __attribute__ ((packed));
300
301/* PCI MMCONFIG */
302
Greg Kroah-Hartman54549392005-06-23 17:35:56 -0700303/* Defined in PCI Firmware Specification 3.0 */
304struct acpi_table_mcfg_config {
305 u32 base_address;
306 u32 base_reserved;
307 u16 pci_segment_group_number;
308 u8 start_bus_number;
309 u8 end_bus_number;
310 u8 reserved[4];
311} __attribute__ ((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312struct acpi_table_mcfg {
313 struct acpi_table_header header;
314 u8 reserved[8];
Greg Kroah-Hartman54549392005-06-23 17:35:56 -0700315 struct acpi_table_mcfg_config config[0];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316} __attribute__ ((packed));
317
318/* Table Handlers */
319
320enum acpi_table_id {
321 ACPI_TABLE_UNKNOWN = 0,
322 ACPI_APIC,
323 ACPI_BOOT,
324 ACPI_DBGP,
325 ACPI_DSDT,
326 ACPI_ECDT,
327 ACPI_ETDT,
328 ACPI_FADT,
329 ACPI_FACS,
330 ACPI_OEMX,
331 ACPI_PSDT,
332 ACPI_SBST,
333 ACPI_SLIT,
334 ACPI_SPCR,
335 ACPI_SRAT,
336 ACPI_SSDT,
337 ACPI_SPMI,
338 ACPI_HPET,
339 ACPI_MCFG,
340 ACPI_TABLE_COUNT
341};
342
Alexey Starikovskiyceb6c462007-02-02 19:48:22 +0300343typedef int (*acpi_table_handler) (struct acpi_table_header *header);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344
345extern acpi_table_handler acpi_table_ops[ACPI_TABLE_COUNT];
346
347typedef int (*acpi_madt_entry_handler) (acpi_table_entry_header *header, const unsigned long end);
348
349char * __acpi_map_table (unsigned long phys_addr, unsigned long size);
350unsigned long acpi_find_rsdp (void);
351int acpi_boot_init (void);
352int acpi_boot_table_init (void);
353int acpi_numa_init (void);
354
355int acpi_table_init (void);
Alexey Starikovskiyceb6c462007-02-02 19:48:22 +0300356int acpi_table_parse (char *id, acpi_table_handler handler);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357int acpi_table_parse_madt (enum acpi_madt_entry_id id, acpi_madt_entry_handler handler, unsigned int max_entries);
358int acpi_table_parse_srat (enum acpi_srat_entry_id id, acpi_madt_entry_handler handler, unsigned int max_entries);
Alexey Starikovskiyceb6c462007-02-02 19:48:22 +0300359int acpi_parse_mcfg (struct acpi_table_header *header);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360void acpi_table_print (struct acpi_table_header *header, unsigned long phys_addr);
361void acpi_table_print_madt_entry (acpi_table_entry_header *madt);
362void acpi_table_print_srat_entry (acpi_table_entry_header *srat);
363
364/* the following four functions are architecture-dependent */
Yasunori Goto762834e2006-06-23 02:03:19 -0700365#ifdef CONFIG_HAVE_ARCH_PARSE_SRAT
366#define NR_NODE_MEMBLKS MAX_NUMNODES
367#define acpi_numa_slit_init(slit) do {} while (0)
368#define acpi_numa_processor_affinity_init(pa) do {} while (0)
369#define acpi_numa_memory_affinity_init(ma) do {} while (0)
370#define acpi_numa_arch_fixup() do {} while (0)
371#else
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372void acpi_numa_slit_init (struct acpi_table_slit *slit);
373void acpi_numa_processor_affinity_init (struct acpi_table_processor_affinity *pa);
374void acpi_numa_memory_affinity_init (struct acpi_table_memory_affinity *ma);
375void acpi_numa_arch_fixup(void);
Yasunori Goto762834e2006-06-23 02:03:19 -0700376#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377
378#ifdef CONFIG_ACPI_HOTPLUG_CPU
379/* Arch dependent functions for cpu hotplug support */
380int acpi_map_lsapic(acpi_handle handle, int *pcpu);
381int acpi_unmap_lsapic(int cpu);
382#endif /* CONFIG_ACPI_HOTPLUG_CPU */
383
Kenji Kaneshigeb1bb2482005-04-28 00:25:58 -0700384int acpi_register_ioapic(acpi_handle handle, u64 phys_addr, u32 gsi_base);
385int acpi_unregister_ioapic(acpi_handle handle, u32 gsi_base);
386
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387extern int acpi_mp_config;
388
Greg Kroah-Hartman54549392005-06-23 17:35:56 -0700389extern struct acpi_table_mcfg_config *pci_mmcfg_config;
390extern int pci_mmcfg_config_num;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391
Pavel Machekc255d842006-02-20 18:27:58 -0800392extern int sbf_port;
393extern unsigned long acpi_video_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394
Len Brown888ba6c2005-08-24 12:07:20 -0400395#else /* !CONFIG_ACPI */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396
397#define acpi_mp_config 0
398
Len Brown888ba6c2005-08-24 12:07:20 -0400399#endif /* !CONFIG_ACPI */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400
Bob Moore50eca3e2005-09-30 19:03:00 -0400401int acpi_register_gsi (u32 gsi, int triggering, int polarity);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402int acpi_gsi_to_irq (u32 gsi, unsigned int *irq);
403
404/*
405 * This function undoes the effect of one call to acpi_register_gsi().
406 * If this matches the last registration, any IRQ resources for gsi
407 * are freed.
408 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409void acpi_unregister_gsi (u32 gsi);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410
Len Brown6153df7b2005-08-25 12:27:09 -0400411#ifdef CONFIG_ACPI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412
413struct acpi_prt_entry {
414 struct list_head node;
415 struct acpi_pci_id id;
416 u8 pin;
417 struct {
418 acpi_handle handle;
419 u32 index;
420 } link;
421 u32 irq;
422};
423
424struct acpi_prt_list {
425 int count;
426 struct list_head entries;
427};
428
429struct pci_dev;
430
431int acpi_pci_irq_enable (struct pci_dev *dev);
David Shaohua Lic9c3e452005-04-01 00:07:31 -0500432void acpi_penalize_isa_irq(int irq, int active);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434void acpi_pci_irq_disable (struct pci_dev *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435
436struct acpi_pci_driver {
437 struct acpi_pci_driver *next;
438 int (*add)(acpi_handle handle);
439 void (*remove)(acpi_handle handle);
440};
441
442int acpi_pci_register_driver(struct acpi_pci_driver *driver);
443void acpi_pci_unregister_driver(struct acpi_pci_driver *driver);
444
Len Brown6153df7b2005-08-25 12:27:09 -0400445#endif /* CONFIG_ACPI */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446
447#ifdef CONFIG_ACPI_EC
448
449extern int ec_read(u8 addr, u8 *val);
450extern int ec_write(u8 addr, u8 val);
Lennart Poetteringd7a76e42006-09-05 12:12:24 -0400451extern int ec_transaction(u8 command,
452 const u8 *wdata, unsigned wdata_len,
453 u8 *rdata, unsigned rdata_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454
455#endif /*CONFIG_ACPI_EC*/
456
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457extern int acpi_blacklisted(void);
458extern void acpi_bios_year(char *s);
459
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460#define ACPI_CSTATE_LIMIT_DEFINED /* for driver builds */
461#ifdef CONFIG_ACPI
462
463/*
464 * Set highest legal C-state
465 * 0: C0 okay, but not C1
466 * 1: C1 okay, but not C2
467 * 2: C2 okay, but not C3 etc.
468 */
469
470extern unsigned int max_cstate;
471
472static inline unsigned int acpi_get_cstate_limit(void)
473{
474 return max_cstate;
475}
476static inline void acpi_set_cstate_limit(unsigned int new_limit)
477{
478 max_cstate = new_limit;
479 return;
480}
481#else
482static inline unsigned int acpi_get_cstate_limit(void) { return 0; }
483static inline void acpi_set_cstate_limit(unsigned int new_limit) { return; }
484#endif
485
486#ifdef CONFIG_ACPI_NUMA
487int acpi_get_pxm(acpi_handle handle);
Yasunori Goto1e3590e2006-06-27 02:53:31 -0700488int acpi_get_node(acpi_handle *handle);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489#else
490static inline int acpi_get_pxm(acpi_handle handle)
491{
492 return 0;
493}
Yasunori Goto1e3590e2006-06-27 02:53:31 -0700494static inline int acpi_get_node(acpi_handle *handle)
495{
496 return 0;
497}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498#endif
Yasunori Goto1e3590e2006-06-27 02:53:31 -0700499extern int acpi_paddr_to_node(u64 start_addr, u64 size);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500
501extern int pnpacpi_disabled;
502
Andrew Morton53de49f2005-07-30 04:18:00 -0400503#else /* CONFIG_ACPI */
504
505static inline int acpi_boot_init(void)
506{
507 return 0;
508}
509
510static inline int acpi_boot_table_init(void)
511{
512 return 0;
513}
514
Len Brown25be5e62005-05-27 04:21:50 -0400515#endif /* CONFIG_ACPI */
516#endif /*_LINUX_ACPI_H*/