2 /******************************************************************************
4 * Name: acpiosxf.h - All interfaces to the OS Services Layer (OSL). These
5 * interfaces must be implemented by OSL to interface the
6 * ACPI components to the host operating system.
8 *****************************************************************************/
11 /******************************************************************************
15 * Some or all of this work - Copyright (c) 1999 - 2006, Intel Corp.
16 * All rights reserved.
20 * 2.1. This is your license from Intel Corp. under its intellectual property
21 * rights. You may have additional license terms from the party that provided
22 * you this software, covering your right to use that party's intellectual
25 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
26 * copy of the source code appearing in this file ("Covered Code") an
27 * irrevocable, perpetual, worldwide license under Intel's copyrights in the
28 * base code distributed originally by Intel ("Original Intel Code") to copy,
29 * make derivatives, distribute, use and display any portion of the Covered
30 * Code in any form, with the right to sublicense such rights; and
32 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
33 * license (with the right to sublicense), under only those claims of Intel
34 * patents that are infringed by the Original Intel Code, to make, use, sell,
35 * offer to sell, and import the Covered Code and derivative works thereof
36 * solely to the minimum extent necessary to exer
37 se the above copyright
38 * license, and in no event shall the patent license extend to any additions
39 * to or modifications of the Original Intel Code. No other license or right
40 * is granted directly or by implication, estoppel or otherwise;
42 * The above copyright and patent license is granted only if the following
47 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
48 * Redistribution of source code of any substantial portion of the Covered
49 * Code or modification with rights to further distribute source must include
50 * the above Copyright Notice, the above License, this list of Conditions,
51 * and the following Disclaimer and Export Compliance provision. In addition,
52 * Licensee must cause all Covered Code to which Licensee contributes to
53 * contain a file documenting the changes Licensee made to create that Covered
54 * Code and the date of any change. Licensee must include in that file the
55 * documentation of any changes made by any predecessor Licensee. Licensee
56 * must include a prominent statement that the modification is derived,
57 * directly or indirectly, from Original Intel Code.
59 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
60 * Redistribution of source code of any substantial portion of the Covered
61 * Code or modification without rights to further distribute source must
62 * include the following Disclaimer and Export Compliance provision in the
63 * documentation and/or other materials provided with distribution. In
64 * addition, Licensee may not authorize further sublicense of source of any
65 * portion of the Covered Code, and must include terms to the effect that the
66 * license from Licensee to its licensee is limited to the intellectual
67 * property embodied in the software Licensee provides to its licensee, and
68 * not to intellectual property embodied in modifications its licensee may
71 * 3.3. Redistribution of Executable. Redistribution in executable form of any
72 * substantial portion of the Covered Code or modification must reproduce the
73 * above Copyright Notice, and the following Disclaimer and Export Compliance
74 * provision in the documentation and/or other materials provided with the
77 * 3.4. Intel retains all right, title, and interest in and to the Original
80 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
81 * Intel shall be used in advertising or otherwise to promote the sale, use or
82 * other dealings in products derived from or relating to the Covered Code
83 * without prior written authorization from Intel.
85 * 4. Disclaimer and Export Compliance
87 * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
88 * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
89 * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
90 * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
91 * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
92 * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
95 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
96 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
97 * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
98 * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
99 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
100 * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
101 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
104 * 4.3. Licensee shall not export, either directly or indirectly, any of this
105 * software or system incorporating such software without first obtaining any
106 * required license or other approval from the U. S. Department of Commerce or
107 * any other agency or department of the United States Government. In the
108 * event Licensee exports any such software from the United States or
109 * re-exports any such software from a foreign destination, Licensee shall
110 * ensure that the distribution and export/re-export of the software is in
111 * compliance with all laws, regulations, orders, or other restrictions of the
112 * U.S. Export Administration Regulations. Licensee agrees that neither it nor
113 * any of its subsidiaries will export/re-export any technical data, process,
114 * software, or service, directly or indirectly, to any country for which the
115 * United States government or any agency thereof requires an export license,
116 * other governmental approval, or letter of assurance, without first obtaining
117 * such license, approval or letter.
119 *****************************************************************************/
121 #ifndef __ACPIOSXF_H__
122 #define __ACPIOSXF_H__
124 #include "platform/acenv.h"
128 /* Types for AcpiOsExecute */
132 OSL_GLOBAL_LOCK_HANDLER
,
141 #define ACPI_NO_UNIT_LIMIT ((UINT32) -1)
142 #define ACPI_MUTEX_SEM 1
145 /* Functions for AcpiOsSignal */
147 #define ACPI_SIGNAL_FATAL 0
148 #define ACPI_SIGNAL_BREAKPOINT 1
150 typedef struct acpi_signal_fatal_info
156 } ACPI_SIGNAL_FATAL_INFO
;
160 * OSL Initialization and shutdown primitives
172 * ACPI Table interfaces
174 ACPI_PHYSICAL_ADDRESS
175 AcpiOsGetRootPointer (
179 AcpiOsPredefinedOverride (
180 const ACPI_PREDEFINED_NAMES
*InitVal
,
181 ACPI_STRING
*NewVal
);
184 AcpiOsTableOverride (
185 ACPI_TABLE_HEADER
*ExistingTable
,
186 ACPI_TABLE_HEADER
**NewTable
);
190 * Spinlock primitives
194 ACPI_SPINLOCK
*OutHandle
);
198 ACPI_SPINLOCK Handle
);
202 ACPI_SPINLOCK Handle
);
206 ACPI_SPINLOCK Handle
,
207 ACPI_CPU_FLAGS Flags
);
211 * Semaphore primitives
214 AcpiOsCreateSemaphore (
217 ACPI_SEMAPHORE
*OutHandle
);
220 AcpiOsDeleteSemaphore (
221 ACPI_SEMAPHORE Handle
);
224 AcpiOsWaitSemaphore (
225 ACPI_SEMAPHORE Handle
,
230 AcpiOsSignalSemaphore (
231 ACPI_SEMAPHORE Handle
,
240 ACPI_MUTEX
*OutHandle
);
255 /* Temporary macros for Mutex* interfaces, map to existing semaphore xfaces */
257 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle)
258 #define AcpiOsDeleteMutex(Handle) (void) AcpiOsDeleteSemaphore (Handle)
259 #define AcpiOsAcquireMutex(Handle,Time) AcpiOsWaitSemaphore (Handle, 1, Time)
260 #define AcpiOsReleaseMutex(Handle) (void) AcpiOsSignalSemaphore (Handle, 1)
264 * Memory allocation and mapping
276 ACPI_PHYSICAL_ADDRESS Where
,
277 ACPI_NATIVE_UINT Length
);
281 void *LogicalAddress
,
285 AcpiOsGetPhysicalAddress (
286 void *LogicalAddress
,
287 ACPI_PHYSICAL_ADDRESS
*PhysicalAddress
);
291 * Memory/Object Cache
298 ACPI_CACHE_T
**ReturnCache
);
302 ACPI_CACHE_T
*Cache
);
306 ACPI_CACHE_T
*Cache
);
309 AcpiOsAcquireObject (
310 ACPI_CACHE_T
*Cache
);
313 AcpiOsReleaseObject (
322 AcpiOsInstallInterruptHandler (
323 UINT32 InterruptNumber
,
324 ACPI_OSD_HANDLER ServiceRoutine
,
328 AcpiOsRemoveInterruptHandler (
329 UINT32 InterruptNumber
,
330 ACPI_OSD_HANDLER ServiceRoutine
);
334 * Threads and Scheduling
342 ACPI_EXECUTE_TYPE Type
,
343 ACPI_OSD_EXEC_CALLBACK Function
,
347 AcpiOsWaitEventsComplete (
352 ACPI_INTEGER Milliseconds
);
356 UINT32 Microseconds
);
360 * Platform and hardware-independent I/O interfaces
364 ACPI_IO_ADDRESS Address
,
370 ACPI_IO_ADDRESS Address
,
376 * Platform and hardware-independent physical memory interfaces
380 ACPI_PHYSICAL_ADDRESS Address
,
386 ACPI_PHYSICAL_ADDRESS Address
,
392 * Platform and hardware-independent PCI configuration space access
393 * Note: Can't use "Register" as a parameter, changed to "Reg" --
394 * certain compilers complain.
397 AcpiOsReadPciConfiguration (
404 AcpiOsWritePciConfiguration (
412 * Interim function needed for PCI IRQ routing
418 ACPI_PCI_ID
**PciId
);
425 AcpiOsValidateInterface (
429 AcpiOsValidateAddress (
431 ACPI_PHYSICAL_ADDRESS Address
,
455 * Debug print routines
457 void ACPI_INTERNAL_VAR_XFACE
468 AcpiOsRedirectOutput (
481 * Directory manipulation
484 AcpiOsOpenDirectory (
487 char RequestedFileType
);
489 /* RequesteFileType values */
491 #define REQUEST_FILE_ONLY 0
492 #define REQUEST_DIR_ONLY 1
496 AcpiOsGetNextFilename (
500 AcpiOsCloseDirectory (
504 #endif /* __ACPIOSXF_H__ */