blob: 3f2c68f4e9598a58df4896c9bb0ea128fb46bbec [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/******************************************************************************
2 *
3 * Module Name: utglobal - Global variables for the ACPI subsystem
4 *
5 *****************************************************************************/
6
7/*
Len Brown75a44ce2008-04-23 23:00:13 -04008 * Copyright (C) 2000 - 2008, Intel Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.
17 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
18 * substantially similar to the "NO WARRANTY" disclaimer below
19 * ("Disclaimer") and any redistribution must be conditioned upon
20 * including a substantially similar Disclaimer requirement for further
21 * binary redistribution.
22 * 3. Neither the names of the above-listed copyright holders nor the names
23 * of any contributors may be used to endorse or promote products derived
24 * from this software without specific prior written permission.
25 *
26 * Alternatively, this software may be distributed under the terms of the
27 * GNU General Public License ("GPL") version 2 as published by the Free
28 * Software Foundation.
29 *
30 * NO WARRANTY
31 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
32 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
34 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
35 * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
36 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
37 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
39 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
40 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41 * POSSIBILITY OF SUCH DAMAGES.
42 */
43
44#define DEFINE_ACPI_GLOBALS
45
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#include <acpi/acpi.h>
Len Browne2f7a772009-01-09 00:30:03 -050047#include "accommon.h"
48#include "acnamesp.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070049
50#define _COMPONENT ACPI_UTILITIES
Bob Mooree97d6bf2008-12-30 09:45:17 +080051ACPI_MODULE_NAME("utglobal")
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
Robert Moore44f6c012005-04-18 22:49:35 -040053/*******************************************************************************
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070055 * Static global variable initialization.
56 *
57 ******************************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -070058/*
59 * We want the debug switches statically initialized so they
60 * are already set when the debugger is entered.
61 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070062/* Debug switch - level and trace mask */
Len Brown4be44fc2005-08-05 00:44:28 -040063u32 acpi_dbg_level = ACPI_DEBUG_DEFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -070064
65/* Debug switch - layer (component) mask */
66
Bjorn Helgaase76f4272008-11-13 17:30:13 -060067u32 acpi_dbg_layer = 0;
Len Brown4be44fc2005-08-05 00:44:28 -040068u32 acpi_gbl_nesting_level = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
70/* Debugger globals */
71
Len Brown4be44fc2005-08-05 00:44:28 -040072u8 acpi_gbl_db_terminate_threads = FALSE;
73u8 acpi_gbl_abort_method = FALSE;
74u8 acpi_gbl_method_executing = FALSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -070075
76/* System flags */
77
Len Brown4be44fc2005-08-05 00:44:28 -040078u32 acpi_gbl_startup_flags = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -070079
80/* System starts uninitialized */
81
Len Brown4be44fc2005-08-05 00:44:28 -040082u8 acpi_gbl_shutdown = TRUE;
Linus Torvalds1da177e2005-04-16 15:20:36 -070083
Len Brown4be44fc2005-08-05 00:44:28 -040084const char *acpi_gbl_sleep_state_names[ACPI_S_STATE_COUNT] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -070085 "\\_S0_",
86 "\\_S1_",
87 "\\_S2_",
88 "\\_S3_",
89 "\\_S4_",
90 "\\_S5_"
91};
92
Bob Moore15b8dd52009-06-29 13:39:29 +080093const char *acpi_gbl_lowest_dstate_names[ACPI_NUM_sx_w_METHODS] = {
94 "_S0W",
95 "_S1W",
96 "_S2W",
97 "_S3W",
98 "_S4W"
99};
100
101const char *acpi_gbl_highest_dstate_names[ACPI_NUM_sx_d_METHODS] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102 "_S1D",
103 "_S2D",
104 "_S3D",
105 "_S4D"
106};
107
Robert Moore44f6c012005-04-18 22:49:35 -0400108/*******************************************************************************
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109 *
Bob Moore84fb2c92007-02-02 19:48:19 +0300110 * FUNCTION: acpi_format_exception
111 *
112 * PARAMETERS: Status - The acpi_status code to be formatted
113 *
114 * RETURN: A string containing the exception text. A valid pointer is
115 * always returned.
116 *
117 * DESCRIPTION: This function translates an ACPI exception into an ASCII string
118 * It is here instead of utxface.c so it is always present.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119 *
120 ******************************************************************************/
121
Bob Moore84fb2c92007-02-02 19:48:19 +0300122const char *acpi_format_exception(acpi_status status)
123{
124 const char *exception = NULL;
125
126 ACPI_FUNCTION_ENTRY();
127
128 exception = acpi_ut_validate_exception(status);
129 if (!exception) {
130
131 /* Exception code was not recognized */
132
133 ACPI_ERROR((AE_INFO,
134 "Unknown exception code: 0x%8.8X", status));
135
136 exception = "UNKNOWN_STATUS_CODE";
Andrew Morton3e0d69e2007-08-25 01:28:20 -0400137 dump_stack();
Bob Moore84fb2c92007-02-02 19:48:19 +0300138 }
139
140 return (ACPI_CAST_PTR(const char, exception));
141}
142
143ACPI_EXPORT_SYMBOL(acpi_format_exception)
144
145/*******************************************************************************
146 *
147 * Namespace globals
148 *
149 ******************************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150/*
151 * Predefined ACPI Names (Built-in to the Interpreter)
152 *
153 * NOTES:
154 * 1) _SB_ is defined to be a device to allow \_SB_._INI to be run
155 * during the initialization sequence.
156 * 2) _TZ_ is defined to be a thermal zone in order to allow ASL code to
157 * perform a Notify() operation on it.
158 */
Bob Moore08978312005-10-21 00:00:00 -0400159const struct acpi_predefined_names acpi_gbl_pre_defined_names[] = {
160 {"_GPE", ACPI_TYPE_LOCAL_SCOPE, NULL},
161 {"_PR_", ACPI_TYPE_LOCAL_SCOPE, NULL},
162 {"_SB_", ACPI_TYPE_DEVICE, NULL},
163 {"_SI_", ACPI_TYPE_LOCAL_SCOPE, NULL},
164 {"_TZ_", ACPI_TYPE_THERMAL, NULL},
165 {"_REV", ACPI_TYPE_INTEGER, (char *)ACPI_CA_SUPPORT_LEVEL},
166 {"_OS_", ACPI_TYPE_STRING, ACPI_OS_NAME},
167 {"_GL_", ACPI_TYPE_MUTEX, (char *)1},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168
169#if !defined (ACPI_NO_METHOD_EXECUTION) || defined (ACPI_CONSTANT_EVAL_ONLY)
Bob Moore08978312005-10-21 00:00:00 -0400170 {"_OSI", ACPI_TYPE_METHOD, (char *)1},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172
Robert Moore44f6c012005-04-18 22:49:35 -0400173 /* Table terminator */
174
Bob Moore08978312005-10-21 00:00:00 -0400175 {NULL, ACPI_TYPE_ANY, NULL}
Robert Moore44f6c012005-04-18 22:49:35 -0400176};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700177
178/*
179 * Properties of the ACPI Object Types, both internal and external.
180 * The table is indexed by values of acpi_object_type
181 */
Len Brown4be44fc2005-08-05 00:44:28 -0400182const u8 acpi_gbl_ns_properties[] = {
183 ACPI_NS_NORMAL, /* 00 Any */
184 ACPI_NS_NORMAL, /* 01 Number */
185 ACPI_NS_NORMAL, /* 02 String */
186 ACPI_NS_NORMAL, /* 03 Buffer */
187 ACPI_NS_NORMAL, /* 04 Package */
188 ACPI_NS_NORMAL, /* 05 field_unit */
189 ACPI_NS_NEWSCOPE, /* 06 Device */
190 ACPI_NS_NORMAL, /* 07 Event */
191 ACPI_NS_NEWSCOPE, /* 08 Method */
192 ACPI_NS_NORMAL, /* 09 Mutex */
193 ACPI_NS_NORMAL, /* 10 Region */
194 ACPI_NS_NEWSCOPE, /* 11 Power */
195 ACPI_NS_NEWSCOPE, /* 12 Processor */
196 ACPI_NS_NEWSCOPE, /* 13 Thermal */
197 ACPI_NS_NORMAL, /* 14 buffer_field */
198 ACPI_NS_NORMAL, /* 15 ddb_handle */
199 ACPI_NS_NORMAL, /* 16 Debug Object */
200 ACPI_NS_NORMAL, /* 17 def_field */
201 ACPI_NS_NORMAL, /* 18 bank_field */
202 ACPI_NS_NORMAL, /* 19 index_field */
203 ACPI_NS_NORMAL, /* 20 Reference */
204 ACPI_NS_NORMAL, /* 21 Alias */
205 ACPI_NS_NORMAL, /* 22 method_alias */
206 ACPI_NS_NORMAL, /* 23 Notify */
207 ACPI_NS_NORMAL, /* 24 Address Handler */
208 ACPI_NS_NEWSCOPE | ACPI_NS_LOCAL, /* 25 Resource Desc */
209 ACPI_NS_NEWSCOPE | ACPI_NS_LOCAL, /* 26 Resource Field */
210 ACPI_NS_NEWSCOPE, /* 27 Scope */
211 ACPI_NS_NORMAL, /* 28 Extra */
212 ACPI_NS_NORMAL, /* 29 Data */
213 ACPI_NS_NORMAL /* 30 Invalid */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214};
215
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216/* Hex to ASCII conversion table */
217
Len Brown4be44fc2005-08-05 00:44:28 -0400218static const char acpi_gbl_hex_to_ascii[] = {
219 '0', '1', '2', '3', '4', '5', '6', '7',
220 '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'
Robert Moore44f6c012005-04-18 22:49:35 -0400221};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222
Robert Moore44f6c012005-04-18 22:49:35 -0400223/*******************************************************************************
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224 *
225 * FUNCTION: acpi_ut_hex_to_ascii_char
226 *
227 * PARAMETERS: Integer - Contains the hex digit
228 * Position - bit position of the digit within the
Robert Moore44f6c012005-04-18 22:49:35 -0400229 * integer (multiple of 4)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230 *
Robert Moore44f6c012005-04-18 22:49:35 -0400231 * RETURN: The converted Ascii character
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232 *
Robert Moore44f6c012005-04-18 22:49:35 -0400233 * DESCRIPTION: Convert a hex digit to an Ascii character
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234 *
Robert Moore44f6c012005-04-18 22:49:35 -0400235 ******************************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236
Len Brown4be44fc2005-08-05 00:44:28 -0400237char acpi_ut_hex_to_ascii_char(acpi_integer integer, u32 position)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238{
239
240 return (acpi_gbl_hex_to_ascii[(integer >> position) & 0xF]);
241}
242
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243/******************************************************************************
244 *
245 * Event and Hardware globals
246 *
247 ******************************************************************************/
248
Len Brown4be44fc2005-08-05 00:44:28 -0400249struct acpi_bit_register_info acpi_gbl_bit_register_info[ACPI_NUM_BITREG] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250 /* Name Parent Register Register Bit Position Register Bit Mask */
251
Len Brown4be44fc2005-08-05 00:44:28 -0400252 /* ACPI_BITREG_TIMER_STATUS */ {ACPI_REGISTER_PM1_STATUS,
253 ACPI_BITPOSITION_TIMER_STATUS,
254 ACPI_BITMASK_TIMER_STATUS},
255 /* ACPI_BITREG_BUS_MASTER_STATUS */ {ACPI_REGISTER_PM1_STATUS,
256 ACPI_BITPOSITION_BUS_MASTER_STATUS,
257 ACPI_BITMASK_BUS_MASTER_STATUS},
258 /* ACPI_BITREG_GLOBAL_LOCK_STATUS */ {ACPI_REGISTER_PM1_STATUS,
259 ACPI_BITPOSITION_GLOBAL_LOCK_STATUS,
260 ACPI_BITMASK_GLOBAL_LOCK_STATUS},
261 /* ACPI_BITREG_POWER_BUTTON_STATUS */ {ACPI_REGISTER_PM1_STATUS,
262 ACPI_BITPOSITION_POWER_BUTTON_STATUS,
263 ACPI_BITMASK_POWER_BUTTON_STATUS},
264 /* ACPI_BITREG_SLEEP_BUTTON_STATUS */ {ACPI_REGISTER_PM1_STATUS,
265 ACPI_BITPOSITION_SLEEP_BUTTON_STATUS,
266 ACPI_BITMASK_SLEEP_BUTTON_STATUS},
267 /* ACPI_BITREG_RT_CLOCK_STATUS */ {ACPI_REGISTER_PM1_STATUS,
268 ACPI_BITPOSITION_RT_CLOCK_STATUS,
269 ACPI_BITMASK_RT_CLOCK_STATUS},
270 /* ACPI_BITREG_WAKE_STATUS */ {ACPI_REGISTER_PM1_STATUS,
271 ACPI_BITPOSITION_WAKE_STATUS,
272 ACPI_BITMASK_WAKE_STATUS},
273 /* ACPI_BITREG_PCIEXP_WAKE_STATUS */ {ACPI_REGISTER_PM1_STATUS,
274 ACPI_BITPOSITION_PCIEXP_WAKE_STATUS,
275 ACPI_BITMASK_PCIEXP_WAKE_STATUS},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276
Len Brown4be44fc2005-08-05 00:44:28 -0400277 /* ACPI_BITREG_TIMER_ENABLE */ {ACPI_REGISTER_PM1_ENABLE,
278 ACPI_BITPOSITION_TIMER_ENABLE,
279 ACPI_BITMASK_TIMER_ENABLE},
280 /* ACPI_BITREG_GLOBAL_LOCK_ENABLE */ {ACPI_REGISTER_PM1_ENABLE,
281 ACPI_BITPOSITION_GLOBAL_LOCK_ENABLE,
282 ACPI_BITMASK_GLOBAL_LOCK_ENABLE},
283 /* ACPI_BITREG_POWER_BUTTON_ENABLE */ {ACPI_REGISTER_PM1_ENABLE,
284 ACPI_BITPOSITION_POWER_BUTTON_ENABLE,
285 ACPI_BITMASK_POWER_BUTTON_ENABLE},
286 /* ACPI_BITREG_SLEEP_BUTTON_ENABLE */ {ACPI_REGISTER_PM1_ENABLE,
287 ACPI_BITPOSITION_SLEEP_BUTTON_ENABLE,
288 ACPI_BITMASK_SLEEP_BUTTON_ENABLE},
289 /* ACPI_BITREG_RT_CLOCK_ENABLE */ {ACPI_REGISTER_PM1_ENABLE,
290 ACPI_BITPOSITION_RT_CLOCK_ENABLE,
291 ACPI_BITMASK_RT_CLOCK_ENABLE},
Len Brown4be44fc2005-08-05 00:44:28 -0400292 /* ACPI_BITREG_PCIEXP_WAKE_DISABLE */ {ACPI_REGISTER_PM1_ENABLE,
293 ACPI_BITPOSITION_PCIEXP_WAKE_DISABLE,
294 ACPI_BITMASK_PCIEXP_WAKE_DISABLE},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295
Len Brown4be44fc2005-08-05 00:44:28 -0400296 /* ACPI_BITREG_SCI_ENABLE */ {ACPI_REGISTER_PM1_CONTROL,
297 ACPI_BITPOSITION_SCI_ENABLE,
298 ACPI_BITMASK_SCI_ENABLE},
299 /* ACPI_BITREG_BUS_MASTER_RLD */ {ACPI_REGISTER_PM1_CONTROL,
300 ACPI_BITPOSITION_BUS_MASTER_RLD,
301 ACPI_BITMASK_BUS_MASTER_RLD},
302 /* ACPI_BITREG_GLOBAL_LOCK_RELEASE */ {ACPI_REGISTER_PM1_CONTROL,
303 ACPI_BITPOSITION_GLOBAL_LOCK_RELEASE,
304 ACPI_BITMASK_GLOBAL_LOCK_RELEASE},
Bob Moore82d79b82009-02-18 14:31:05 +0800305 /* ACPI_BITREG_SLEEP_TYPE */ {ACPI_REGISTER_PM1_CONTROL,
306 ACPI_BITPOSITION_SLEEP_TYPE,
307 ACPI_BITMASK_SLEEP_TYPE},
Len Brown4be44fc2005-08-05 00:44:28 -0400308 /* ACPI_BITREG_SLEEP_ENABLE */ {ACPI_REGISTER_PM1_CONTROL,
309 ACPI_BITPOSITION_SLEEP_ENABLE,
310 ACPI_BITMASK_SLEEP_ENABLE},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311
Len Brown4be44fc2005-08-05 00:44:28 -0400312 /* ACPI_BITREG_ARB_DIS */ {ACPI_REGISTER_PM2_CONTROL,
313 ACPI_BITPOSITION_ARB_DISABLE,
314 ACPI_BITMASK_ARB_DISABLE}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315};
316
Len Brown4be44fc2005-08-05 00:44:28 -0400317struct acpi_fixed_event_info acpi_gbl_fixed_event_info[ACPI_NUM_FIXED_EVENTS] = {
318 /* ACPI_EVENT_PMTIMER */ {ACPI_BITREG_TIMER_STATUS,
319 ACPI_BITREG_TIMER_ENABLE,
320 ACPI_BITMASK_TIMER_STATUS,
321 ACPI_BITMASK_TIMER_ENABLE},
322 /* ACPI_EVENT_GLOBAL */ {ACPI_BITREG_GLOBAL_LOCK_STATUS,
323 ACPI_BITREG_GLOBAL_LOCK_ENABLE,
324 ACPI_BITMASK_GLOBAL_LOCK_STATUS,
325 ACPI_BITMASK_GLOBAL_LOCK_ENABLE},
326 /* ACPI_EVENT_POWER_BUTTON */ {ACPI_BITREG_POWER_BUTTON_STATUS,
327 ACPI_BITREG_POWER_BUTTON_ENABLE,
328 ACPI_BITMASK_POWER_BUTTON_STATUS,
329 ACPI_BITMASK_POWER_BUTTON_ENABLE},
330 /* ACPI_EVENT_SLEEP_BUTTON */ {ACPI_BITREG_SLEEP_BUTTON_STATUS,
331 ACPI_BITREG_SLEEP_BUTTON_ENABLE,
332 ACPI_BITMASK_SLEEP_BUTTON_STATUS,
333 ACPI_BITMASK_SLEEP_BUTTON_ENABLE},
334 /* ACPI_EVENT_RTC */ {ACPI_BITREG_RT_CLOCK_STATUS,
335 ACPI_BITREG_RT_CLOCK_ENABLE,
336 ACPI_BITMASK_RT_CLOCK_STATUS,
337 ACPI_BITMASK_RT_CLOCK_ENABLE},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338};
339
Robert Moore44f6c012005-04-18 22:49:35 -0400340/*******************************************************************************
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341 *
342 * FUNCTION: acpi_ut_get_region_name
343 *
344 * PARAMETERS: None.
345 *
346 * RETURN: Status
347 *
348 * DESCRIPTION: Translate a Space ID into a name string (Debug only)
349 *
Robert Moore44f6c012005-04-18 22:49:35 -0400350 ******************************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351
352/* Region type decoding */
353
Len Brown4be44fc2005-08-05 00:44:28 -0400354const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355 "SystemMemory",
356 "SystemIO",
357 "PCI_Config",
358 "EmbeddedControl",
359 "SMBus",
Bob Moore34830722008-11-12 15:17:41 +0800360 "SystemCMOS",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361 "PCIBARTarget",
Lin Ming3db20be2009-06-24 11:25:17 +0800362 "IPMI",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363 "DataTable"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364};
365
Len Brown4be44fc2005-08-05 00:44:28 -0400366char *acpi_ut_get_region_name(u8 space_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700367{
368
Len Brown4be44fc2005-08-05 00:44:28 -0400369 if (space_id >= ACPI_USER_REGION_BEGIN) {
Bob Mooreb229cf92006-04-21 17:15:00 -0400370 return ("UserDefinedRegion");
Len Brown4be44fc2005-08-05 00:44:28 -0400371 } else if (space_id >= ACPI_NUM_PREDEFINED_REGIONS) {
Bob Mooreb229cf92006-04-21 17:15:00 -0400372 return ("InvalidSpaceId");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373 }
374
Bob Mooredefba1d2005-12-16 17:05:00 -0500375 return (ACPI_CAST_PTR(char, acpi_gbl_region_types[space_id]));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376}
377
Robert Moore44f6c012005-04-18 22:49:35 -0400378/*******************************************************************************
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379 *
380 * FUNCTION: acpi_ut_get_event_name
381 *
382 * PARAMETERS: None.
383 *
384 * RETURN: Status
385 *
386 * DESCRIPTION: Translate a Event ID into a name string (Debug only)
387 *
Robert Moore44f6c012005-04-18 22:49:35 -0400388 ******************************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389
390/* Event type decoding */
391
Len Brown4be44fc2005-08-05 00:44:28 -0400392static const char *acpi_gbl_event_types[ACPI_NUM_FIXED_EVENTS] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393 "PM_Timer",
Bob Moore08978312005-10-21 00:00:00 -0400394 "GlobalLock",
395 "PowerButton",
396 "SleepButton",
397 "RealTimeClock",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398};
399
Len Brown4be44fc2005-08-05 00:44:28 -0400400char *acpi_ut_get_event_name(u32 event_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401{
402
Len Brown4be44fc2005-08-05 00:44:28 -0400403 if (event_id > ACPI_EVENT_MAX) {
Bob Mooreb229cf92006-04-21 17:15:00 -0400404 return ("InvalidEventID");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405 }
406
Bob Moore4a90c7e2006-01-13 16:22:00 -0500407 return (ACPI_CAST_PTR(char, acpi_gbl_event_types[event_id]));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408}
409
Robert Moore44f6c012005-04-18 22:49:35 -0400410/*******************************************************************************
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411 *
412 * FUNCTION: acpi_ut_get_type_name
413 *
414 * PARAMETERS: None.
415 *
416 * RETURN: Status
417 *
418 * DESCRIPTION: Translate a Type ID into a name string (Debug only)
419 *
Robert Moore44f6c012005-04-18 22:49:35 -0400420 ******************************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421
422/*
423 * Elements of acpi_gbl_ns_type_names below must match
424 * one-to-one with values of acpi_object_type
425 *
Robert Moore44f6c012005-04-18 22:49:35 -0400426 * The type ACPI_TYPE_ANY (Untyped) is used as a "don't care" when searching;
427 * when stored in a table it really means that we have thus far seen no
428 * evidence to indicate what type is actually going to be stored for this entry.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429 */
Len Brown4be44fc2005-08-05 00:44:28 -0400430static const char acpi_gbl_bad_type[] = "UNDEFINED";
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431
Robert Moore44f6c012005-04-18 22:49:35 -0400432/* Printable names of the ACPI object types */
433
Len Brown4be44fc2005-08-05 00:44:28 -0400434static const char *acpi_gbl_ns_type_names[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435 /* 00 */ "Untyped",
436 /* 01 */ "Integer",
437 /* 02 */ "String",
438 /* 03 */ "Buffer",
439 /* 04 */ "Package",
Bob Moore08978312005-10-21 00:00:00 -0400440 /* 05 */ "FieldUnit",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700441 /* 06 */ "Device",
442 /* 07 */ "Event",
443 /* 08 */ "Method",
444 /* 09 */ "Mutex",
445 /* 10 */ "Region",
446 /* 11 */ "Power",
447 /* 12 */ "Processor",
448 /* 13 */ "Thermal",
Bob Moore08978312005-10-21 00:00:00 -0400449 /* 14 */ "BufferField",
450 /* 15 */ "DdbHandle",
451 /* 16 */ "DebugObject",
452 /* 17 */ "RegionField",
453 /* 18 */ "BankField",
454 /* 19 */ "IndexField",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455 /* 20 */ "Reference",
456 /* 21 */ "Alias",
Bob Moore08978312005-10-21 00:00:00 -0400457 /* 22 */ "MethodAlias",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458 /* 23 */ "Notify",
Bob Moore08978312005-10-21 00:00:00 -0400459 /* 24 */ "AddrHandler",
460 /* 25 */ "ResourceDesc",
461 /* 26 */ "ResourceFld",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462 /* 27 */ "Scope",
463 /* 28 */ "Extra",
464 /* 29 */ "Data",
465 /* 30 */ "Invalid"
466};
467
Len Brown4be44fc2005-08-05 00:44:28 -0400468char *acpi_ut_get_type_name(acpi_object_type type)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469{
470
Len Brown4be44fc2005-08-05 00:44:28 -0400471 if (type > ACPI_TYPE_INVALID) {
Bob Moore4a90c7e2006-01-13 16:22:00 -0500472 return (ACPI_CAST_PTR(char, acpi_gbl_bad_type));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473 }
474
Bob Moore4a90c7e2006-01-13 16:22:00 -0500475 return (ACPI_CAST_PTR(char, acpi_gbl_ns_type_names[type]));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476}
477
Len Brown4be44fc2005-08-05 00:44:28 -0400478char *acpi_ut_get_object_type_name(union acpi_operand_object *obj_desc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479{
480
Len Brown4be44fc2005-08-05 00:44:28 -0400481 if (!obj_desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482 return ("[NULL Object Descriptor]");
483 }
484
Bob Moore3371c192009-02-18 14:44:03 +0800485 return (acpi_ut_get_type_name(obj_desc->common.type));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486}
487
Robert Moore44f6c012005-04-18 22:49:35 -0400488/*******************************************************************************
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489 *
490 * FUNCTION: acpi_ut_get_node_name
491 *
492 * PARAMETERS: Object - A namespace node
493 *
494 * RETURN: Pointer to a string
495 *
496 * DESCRIPTION: Validate the node and return the node's ACPI name.
497 *
Robert Moore44f6c012005-04-18 22:49:35 -0400498 ******************************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499
Len Brown4be44fc2005-08-05 00:44:28 -0400500char *acpi_ut_get_node_name(void *object)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501{
Len Brown4be44fc2005-08-05 00:44:28 -0400502 struct acpi_namespace_node *node = (struct acpi_namespace_node *)object;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503
504 /* Must return a string of exactly 4 characters == ACPI_NAME_SIZE */
505
Len Brown4be44fc2005-08-05 00:44:28 -0400506 if (!object) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507 return ("NULL");
508 }
509
510 /* Check for Root node */
511
Len Brown4be44fc2005-08-05 00:44:28 -0400512 if ((object == ACPI_ROOT_OBJECT) || (object == acpi_gbl_root_node)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 return ("\"\\\" ");
514 }
515
516 /* Descriptor must be a namespace node */
517
Bob Moore61686122006-03-17 16:44:00 -0500518 if (ACPI_GET_DESCRIPTOR_TYPE(node) != ACPI_DESC_TYPE_NAMED) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519 return ("####");
520 }
521
522 /* Name must be a valid ACPI name */
523
Bob Moorec51a4de2005-11-17 13:07:00 -0500524 if (!acpi_ut_valid_acpi_name(node->name.integer)) {
Bob Moore3d81b232007-02-02 19:48:19 +0300525 node->name.integer = acpi_ut_repair_name(node->name.ascii);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526 }
527
528 /* Return the name */
529
530 return (node->name.ascii);
531}
532
Robert Moore44f6c012005-04-18 22:49:35 -0400533/*******************************************************************************
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534 *
535 * FUNCTION: acpi_ut_get_descriptor_name
536 *
537 * PARAMETERS: Object - An ACPI object
538 *
539 * RETURN: Pointer to a string
540 *
541 * DESCRIPTION: Validate object and return the descriptor type
542 *
Robert Moore44f6c012005-04-18 22:49:35 -0400543 ******************************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544
Robert Moore44f6c012005-04-18 22:49:35 -0400545/* Printable names of object descriptor types */
546
Len Brown4be44fc2005-08-05 00:44:28 -0400547static const char *acpi_gbl_desc_type_names[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548 /* 00 */ "Invalid",
549 /* 01 */ "Cached",
550 /* 02 */ "State-Generic",
551 /* 03 */ "State-Update",
552 /* 04 */ "State-Package",
553 /* 05 */ "State-Control",
Bob Moore08978312005-10-21 00:00:00 -0400554 /* 06 */ "State-RootParseScope",
555 /* 07 */ "State-ParseScope",
556 /* 08 */ "State-WalkScope",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557 /* 09 */ "State-Result",
558 /* 10 */ "State-Notify",
559 /* 11 */ "State-Thread",
560 /* 12 */ "Walk",
561 /* 13 */ "Parser",
562 /* 14 */ "Operand",
563 /* 15 */ "Node"
564};
565
Len Brown4be44fc2005-08-05 00:44:28 -0400566char *acpi_ut_get_descriptor_name(void *object)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567{
568
Len Brown4be44fc2005-08-05 00:44:28 -0400569 if (!object) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570 return ("NULL OBJECT");
571 }
572
Len Brown4be44fc2005-08-05 00:44:28 -0400573 if (ACPI_GET_DESCRIPTOR_TYPE(object) > ACPI_DESC_TYPE_MAX) {
Bob Mooredefba1d2005-12-16 17:05:00 -0500574 return (ACPI_CAST_PTR(char, acpi_gbl_bad_type));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575 }
576
Bob Mooredefba1d2005-12-16 17:05:00 -0500577 return (ACPI_CAST_PTR(char,
578 acpi_gbl_desc_type_names[ACPI_GET_DESCRIPTOR_TYPE
579 (object)]));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580
581}
582
Bob Mooref02a99a2008-08-04 10:40:09 +0800583/*******************************************************************************
584 *
585 * FUNCTION: acpi_ut_get_reference_name
586 *
587 * PARAMETERS: Object - An ACPI reference object
588 *
589 * RETURN: Pointer to a string
590 *
591 * DESCRIPTION: Decode a reference object sub-type to a string.
592 *
593 ******************************************************************************/
594
595/* Printable names of reference object sub-types */
596
Bob Moore1044f1f2008-09-27 11:08:41 +0800597static const char *acpi_gbl_ref_class_names[] = {
598 /* 00 */ "Local",
599 /* 01 */ "Argument",
600 /* 02 */ "RefOf",
601 /* 03 */ "Index",
602 /* 04 */ "DdbHandle",
603 /* 05 */ "Named Object",
604 /* 06 */ "Debug"
605};
606
Bob Mooref02a99a2008-08-04 10:40:09 +0800607const char *acpi_ut_get_reference_name(union acpi_operand_object *object)
608{
Bob Moore1044f1f2008-09-27 11:08:41 +0800609 if (!object)
610 return "NULL Object";
Bob Mooref02a99a2008-08-04 10:40:09 +0800611
Bob Moore1044f1f2008-09-27 11:08:41 +0800612 if (ACPI_GET_DESCRIPTOR_TYPE(object) != ACPI_DESC_TYPE_OPERAND)
613 return "Not an Operand object";
Bob Mooref02a99a2008-08-04 10:40:09 +0800614
Bob Moore1044f1f2008-09-27 11:08:41 +0800615 if (object->common.type != ACPI_TYPE_LOCAL_REFERENCE)
616 return "Not a Reference object";
Bob Mooref02a99a2008-08-04 10:40:09 +0800617
Bob Moore1044f1f2008-09-27 11:08:41 +0800618 if (object->reference.class > ACPI_REFCLASS_MAX)
619 return "Unknown Reference class";
Bob Mooref02a99a2008-08-04 10:40:09 +0800620
Bob Moore1044f1f2008-09-27 11:08:41 +0800621 return acpi_gbl_ref_class_names[object->reference.class];
Bob Mooref02a99a2008-08-04 10:40:09 +0800622}
623
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624#if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER)
625/*
626 * Strings and procedures used for debug only
627 */
628
Robert Moore44f6c012005-04-18 22:49:35 -0400629/*******************************************************************************
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 *
631 * FUNCTION: acpi_ut_get_mutex_name
632 *
Robert Moore44f6c012005-04-18 22:49:35 -0400633 * PARAMETERS: mutex_id - The predefined ID for this mutex.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634 *
Robert Moore44f6c012005-04-18 22:49:35 -0400635 * RETURN: String containing the name of the mutex. Always returns a valid
636 * pointer.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637 *
638 * DESCRIPTION: Translate a mutex ID into a name string (Debug only)
639 *
Robert Moore44f6c012005-04-18 22:49:35 -0400640 ******************************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641
Len Brown4be44fc2005-08-05 00:44:28 -0400642char *acpi_ut_get_mutex_name(u32 mutex_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643{
644
Bob Moore4c90ece2006-06-08 16:29:00 -0400645 if (mutex_id > ACPI_MAX_MUTEX) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646 return ("Invalid Mutex ID");
647 }
648
649 return (acpi_gbl_mutex_names[mutex_id]);
650}
Zhang Rui514d18d2008-04-10 19:06:44 +0400651
652/*******************************************************************************
653 *
654 * FUNCTION: acpi_ut_get_notify_name
655 *
656 * PARAMETERS: notify_value - Value from the Notify() request
657 *
658 * RETURN: String corresponding to the Notify Value.
659 *
660 * DESCRIPTION: Translate a Notify Value to a notify namestring.
661 *
662 ******************************************************************************/
663
664/* Names for Notify() values, used for debug output */
665
666static const char *acpi_gbl_notify_value_names[] = {
667 "Bus Check",
668 "Device Check",
669 "Device Wake",
670 "Eject Request",
671 "Device Check Light",
672 "Frequency Mismatch",
673 "Bus Mode Mismatch",
674 "Power Fault",
675 "Capabilities Check",
676 "Device PLD Check",
677 "Reserved",
678 "System Locality Update"
679};
680
681const char *acpi_ut_get_notify_name(u32 notify_value)
682{
683
684 if (notify_value <= ACPI_NOTIFY_MAX) {
685 return (acpi_gbl_notify_value_names[notify_value]);
686 } else if (notify_value <= ACPI_MAX_SYS_NOTIFY) {
687 return ("Reserved");
688 } else { /* Greater or equal to 0x80 */
689
690 return ("**Device Specific**");
691 }
692}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693#endif
694
Robert Moore44f6c012005-04-18 22:49:35 -0400695/*******************************************************************************
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696 *
697 * FUNCTION: acpi_ut_valid_object_type
698 *
699 * PARAMETERS: Type - Object type to be validated
700 *
Robert Moore44f6c012005-04-18 22:49:35 -0400701 * RETURN: TRUE if valid object type, FALSE otherwise
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702 *
703 * DESCRIPTION: Validate an object type
704 *
Robert Moore44f6c012005-04-18 22:49:35 -0400705 ******************************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700706
Len Brown4be44fc2005-08-05 00:44:28 -0400707u8 acpi_ut_valid_object_type(acpi_object_type type)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708{
709
Len Brown4be44fc2005-08-05 00:44:28 -0400710 if (type > ACPI_TYPE_LOCAL_MAX) {
Bob Moore52fc0b02006-10-02 00:00:00 -0400711
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712 /* Note: Assumes all TYPEs are contiguous (external/local) */
713
714 return (FALSE);
715 }
716
717 return (TRUE);
718}
719
Robert Moore44f6c012005-04-18 22:49:35 -0400720/*******************************************************************************
Linus Torvalds1da177e2005-04-16 15:20:36 -0700721 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722 * FUNCTION: acpi_ut_init_globals
723 *
Robert Moore44f6c012005-04-18 22:49:35 -0400724 * PARAMETERS: None
725 *
Yi Yangb417d402008-08-04 10:30:09 +0800726 * RETURN: Status
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727 *
728 * DESCRIPTION: Init library globals. All globals that require specific
729 * initialization should be initialized here!
730 *
Robert Moore44f6c012005-04-18 22:49:35 -0400731 ******************************************************************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732
Yi Yangb417d402008-08-04 10:30:09 +0800733acpi_status acpi_ut_init_globals(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734{
Len Brown4be44fc2005-08-05 00:44:28 -0400735 acpi_status status;
736 u32 i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737
Bob Mooreb229cf92006-04-21 17:15:00 -0400738 ACPI_FUNCTION_TRACE(ut_init_globals);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739
Robert Moore73459f72005-06-24 00:00:00 -0400740 /* Create all memory caches */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741
Len Brown4be44fc2005-08-05 00:44:28 -0400742 status = acpi_ut_create_caches();
743 if (ACPI_FAILURE(status)) {
Yi Yangb417d402008-08-04 10:30:09 +0800744 return_ACPI_STATUS(status);
Robert Moore73459f72005-06-24 00:00:00 -0400745 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747 /* Mutex locked flags */
748
Bob Moore4c90ece2006-06-08 16:29:00 -0400749 for (i = 0; i < ACPI_NUM_MUTEX; i++) {
Len Brown4be44fc2005-08-05 00:44:28 -0400750 acpi_gbl_mutex_info[i].mutex = NULL;
751 acpi_gbl_mutex_info[i].thread_id = ACPI_MUTEX_NOT_ACQUIRED;
752 acpi_gbl_mutex_info[i].use_count = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753 }
754
Bob Moore28f55eb2005-12-02 18:27:00 -0500755 for (i = 0; i < ACPI_NUM_OWNERID_MASKS; i++) {
756 acpi_gbl_owner_id_mask[i] = 0;
757 }
Bob Mooreec41f192009-02-18 15:03:30 +0800758
759 /* Last owner_iD is never valid */
760
761 acpi_gbl_owner_id_mask[ACPI_NUM_OWNERID_MASKS - 1] = 0x80000000;
Bob Moore28f55eb2005-12-02 18:27:00 -0500762
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763 /* GPE support */
764
Len Brown4be44fc2005-08-05 00:44:28 -0400765 acpi_gbl_gpe_xrupt_list_head = NULL;
766 acpi_gbl_gpe_fadt_blocks[0] = NULL;
767 acpi_gbl_gpe_fadt_blocks[1] = NULL;
Bob Mooree97d6bf2008-12-30 09:45:17 +0800768 acpi_current_gpe_count = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769
Lin Ming3e08e2d2008-04-10 19:06:38 +0400770 /* Global handlers */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771
Len Brown4be44fc2005-08-05 00:44:28 -0400772 acpi_gbl_system_notify.handler = NULL;
773 acpi_gbl_device_notify.handler = NULL;
774 acpi_gbl_exception_handler = NULL;
775 acpi_gbl_init_handler = NULL;
Lin Ming3e08e2d2008-04-10 19:06:38 +0400776 acpi_gbl_table_handler = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778 /* Global Lock support */
779
Bob Moore967440e2006-06-23 17:04:00 -0400780 acpi_gbl_global_lock_semaphore = NULL;
Bob Moorec81da662007-02-02 19:48:18 +0300781 acpi_gbl_global_lock_mutex = NULL;
Len Brown4be44fc2005-08-05 00:44:28 -0400782 acpi_gbl_global_lock_acquired = FALSE;
Len Brown4be44fc2005-08-05 00:44:28 -0400783 acpi_gbl_global_lock_handle = 0;
Bob Moore009c4cbe2008-11-12 15:34:52 +0800784 acpi_gbl_global_lock_present = FALSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785
786 /* Miscellaneous variables */
787
Len Brown4be44fc2005-08-05 00:44:28 -0400788 acpi_gbl_cm_single_step = FALSE;
789 acpi_gbl_db_terminate_threads = FALSE;
790 acpi_gbl_shutdown = FALSE;
791 acpi_gbl_ns_lookup_count = 0;
792 acpi_gbl_ps_find_count = 0;
793 acpi_gbl_acpi_hardware_present = TRUE;
Bob Moore28f55eb2005-12-02 18:27:00 -0500794 acpi_gbl_last_owner_id_index = 0;
795 acpi_gbl_next_owner_id_offset = 0;
Bob Moore50eca3e2005-09-30 19:03:00 -0400796 acpi_gbl_trace_method_name = 0;
797 acpi_gbl_trace_dbg_level = 0;
798 acpi_gbl_trace_dbg_layer = 0;
Len Brown4be44fc2005-08-05 00:44:28 -0400799 acpi_gbl_debugger_configuration = DEBUGGER_THREADING;
800 acpi_gbl_db_output_flags = ACPI_DB_CONSOLE_OUTPUT;
Bob Moore7f071902009-03-19 09:37:47 +0800801 acpi_gbl_osi_data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802
803 /* Hardware oriented */
804
Len Brown4be44fc2005-08-05 00:44:28 -0400805 acpi_gbl_events_initialized = FALSE;
806 acpi_gbl_system_awake_and_running = TRUE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807
808 /* Namespace */
809
Lin Ming7f0c8262009-08-13 14:03:15 +0800810 acpi_gbl_module_code_list = NULL;
Len Brown4be44fc2005-08-05 00:44:28 -0400811 acpi_gbl_root_node = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812 acpi_gbl_root_node_struct.name.integer = ACPI_ROOT_NAME;
Bob Moore61686122006-03-17 16:44:00 -0500813 acpi_gbl_root_node_struct.descriptor_type = ACPI_DESC_TYPE_NAMED;
Len Brown4be44fc2005-08-05 00:44:28 -0400814 acpi_gbl_root_node_struct.type = ACPI_TYPE_DEVICE;
815 acpi_gbl_root_node_struct.child = NULL;
816 acpi_gbl_root_node_struct.peer = NULL;
817 acpi_gbl_root_node_struct.object = NULL;
818 acpi_gbl_root_node_struct.flags = ANOBJ_END_OF_PEER_LIST;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819
820#ifdef ACPI_DEBUG_OUTPUT
Bob Moore1d18c052008-04-10 19:06:40 +0400821 acpi_gbl_lowest_stack_pointer = ACPI_CAST_PTR(acpi_size, ACPI_SIZE_MAX);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822#endif
823
Bob Moored41eb992007-02-02 19:48:23 +0300824#ifdef ACPI_DBG_TRACK_ALLOCATIONS
825 acpi_gbl_display_final_mem_stats = FALSE;
826#endif
827
Yi Yangb417d402008-08-04 10:30:09 +0800828 return_ACPI_STATUS(AE_OK);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829}
Bob Moore83135242006-10-03 00:00:00 -0400830
Bob Mooree97d6bf2008-12-30 09:45:17 +0800831ACPI_EXPORT_SYMBOL(acpi_gbl_FADT)
Bob Moore83135242006-10-03 00:00:00 -0400832ACPI_EXPORT_SYMBOL(acpi_dbg_level)
Bob Moore1044f1f2008-09-27 11:08:41 +0800833ACPI_EXPORT_SYMBOL(acpi_dbg_layer)
Bob Mooree97d6bf2008-12-30 09:45:17 +0800834ACPI_EXPORT_SYMBOL(acpi_current_gpe_count)