10d84335fSJung-uk Kim /****************************************************************************** 20d84335fSJung-uk Kim * 30d84335fSJung-uk Kim * Module Name: acapps - common include for ACPI applications/tools 40d84335fSJung-uk Kim * 50d84335fSJung-uk Kim *****************************************************************************/ 60d84335fSJung-uk Kim 70d84335fSJung-uk Kim /****************************************************************************** 80d84335fSJung-uk Kim * 90d84335fSJung-uk Kim * 1. Copyright Notice 100d84335fSJung-uk Kim * 11*58308fadSJung-uk Kim * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 120d84335fSJung-uk Kim * All rights reserved. 130d84335fSJung-uk Kim * 140d84335fSJung-uk Kim * 2. License 150d84335fSJung-uk Kim * 160d84335fSJung-uk Kim * 2.1. This is your license from Intel Corp. under its intellectual property 170d84335fSJung-uk Kim * rights. You may have additional license terms from the party that provided 180d84335fSJung-uk Kim * you this software, covering your right to use that party's intellectual 190d84335fSJung-uk Kim * property rights. 200d84335fSJung-uk Kim * 210d84335fSJung-uk Kim * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a 220d84335fSJung-uk Kim * copy of the source code appearing in this file ("Covered Code") an 230d84335fSJung-uk Kim * irrevocable, perpetual, worldwide license under Intel's copyrights in the 240d84335fSJung-uk Kim * base code distributed originally by Intel ("Original Intel Code") to copy, 250d84335fSJung-uk Kim * make derivatives, distribute, use and display any portion of the Covered 260d84335fSJung-uk Kim * Code in any form, with the right to sublicense such rights; and 270d84335fSJung-uk Kim * 280d84335fSJung-uk Kim * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 290d84335fSJung-uk Kim * license (with the right to sublicense), under only those claims of Intel 300d84335fSJung-uk Kim * patents that are infringed by the Original Intel Code, to make, use, sell, 310d84335fSJung-uk Kim * offer to sell, and import the Covered Code and derivative works thereof 320d84335fSJung-uk Kim * solely to the minimum extent necessary to exercise the above copyright 330d84335fSJung-uk Kim * license, and in no event shall the patent license extend to any additions 340d84335fSJung-uk Kim * to or modifications of the Original Intel Code. No other license or right 350d84335fSJung-uk Kim * is granted directly or by implication, estoppel or otherwise; 360d84335fSJung-uk Kim * 370d84335fSJung-uk Kim * The above copyright and patent license is granted only if the following 380d84335fSJung-uk Kim * conditions are met: 390d84335fSJung-uk Kim * 400d84335fSJung-uk Kim * 3. Conditions 410d84335fSJung-uk Kim * 420d84335fSJung-uk Kim * 3.1. Redistribution of Source with Rights to Further Distribute Source. 430d84335fSJung-uk Kim * Redistribution of source code of any substantial portion of the Covered 440d84335fSJung-uk Kim * Code or modification with rights to further distribute source must include 450d84335fSJung-uk Kim * the above Copyright Notice, the above License, this list of Conditions, 460d84335fSJung-uk Kim * and the following Disclaimer and Export Compliance provision. In addition, 470d84335fSJung-uk Kim * Licensee must cause all Covered Code to which Licensee contributes to 480d84335fSJung-uk Kim * contain a file documenting the changes Licensee made to create that Covered 490d84335fSJung-uk Kim * Code and the date of any change. Licensee must include in that file the 500d84335fSJung-uk Kim * documentation of any changes made by any predecessor Licensee. Licensee 510d84335fSJung-uk Kim * must include a prominent statement that the modification is derived, 520d84335fSJung-uk Kim * directly or indirectly, from Original Intel Code. 530d84335fSJung-uk Kim * 540d84335fSJung-uk Kim * 3.2. Redistribution of Source with no Rights to Further Distribute Source. 550d84335fSJung-uk Kim * Redistribution of source code of any substantial portion of the Covered 560d84335fSJung-uk Kim * Code or modification without rights to further distribute source must 570d84335fSJung-uk Kim * include the following Disclaimer and Export Compliance provision in the 580d84335fSJung-uk Kim * documentation and/or other materials provided with distribution. In 590d84335fSJung-uk Kim * addition, Licensee may not authorize further sublicense of source of any 600d84335fSJung-uk Kim * portion of the Covered Code, and must include terms to the effect that the 610d84335fSJung-uk Kim * license from Licensee to its licensee is limited to the intellectual 620d84335fSJung-uk Kim * property embodied in the software Licensee provides to its licensee, and 630d84335fSJung-uk Kim * not to intellectual property embodied in modifications its licensee may 640d84335fSJung-uk Kim * make. 650d84335fSJung-uk Kim * 660d84335fSJung-uk Kim * 3.3. Redistribution of Executable. Redistribution in executable form of any 670d84335fSJung-uk Kim * substantial portion of the Covered Code or modification must reproduce the 680d84335fSJung-uk Kim * above Copyright Notice, and the following Disclaimer and Export Compliance 690d84335fSJung-uk Kim * provision in the documentation and/or other materials provided with the 700d84335fSJung-uk Kim * distribution. 710d84335fSJung-uk Kim * 720d84335fSJung-uk Kim * 3.4. Intel retains all right, title, and interest in and to the Original 730d84335fSJung-uk Kim * Intel Code. 740d84335fSJung-uk Kim * 750d84335fSJung-uk Kim * 3.5. Neither the name Intel nor any other trademark owned or controlled by 760d84335fSJung-uk Kim * Intel shall be used in advertising or otherwise to promote the sale, use or 770d84335fSJung-uk Kim * other dealings in products derived from or relating to the Covered Code 780d84335fSJung-uk Kim * without prior written authorization from Intel. 790d84335fSJung-uk Kim * 800d84335fSJung-uk Kim * 4. Disclaimer and Export Compliance 810d84335fSJung-uk Kim * 820d84335fSJung-uk Kim * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED 830d84335fSJung-uk Kim * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE 840d84335fSJung-uk Kim * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE, 850d84335fSJung-uk Kim * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY 860d84335fSJung-uk Kim * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY 870d84335fSJung-uk Kim * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A 880d84335fSJung-uk Kim * PARTICULAR PURPOSE. 890d84335fSJung-uk Kim * 900d84335fSJung-uk Kim * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES 910d84335fSJung-uk Kim * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR 920d84335fSJung-uk Kim * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT, 930d84335fSJung-uk Kim * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY 940d84335fSJung-uk Kim * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 950d84335fSJung-uk Kim * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS 960d84335fSJung-uk Kim * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY 970d84335fSJung-uk Kim * LIMITED REMEDY. 980d84335fSJung-uk Kim * 990d84335fSJung-uk Kim * 4.3. Licensee shall not export, either directly or indirectly, any of this 1000d84335fSJung-uk Kim * software or system incorporating such software without first obtaining any 1010d84335fSJung-uk Kim * required license or other approval from the U. S. Department of Commerce or 1020d84335fSJung-uk Kim * any other agency or department of the United States Government. In the 1030d84335fSJung-uk Kim * event Licensee exports any such software from the United States or 1040d84335fSJung-uk Kim * re-exports any such software from a foreign destination, Licensee shall 1050d84335fSJung-uk Kim * ensure that the distribution and export/re-export of the software is in 1060d84335fSJung-uk Kim * compliance with all laws, regulations, orders, or other restrictions of the 1070d84335fSJung-uk Kim * U.S. Export Administration Regulations. Licensee agrees that neither it nor 1080d84335fSJung-uk Kim * any of its subsidiaries will export/re-export any technical data, process, 1090d84335fSJung-uk Kim * software, or service, directly or indirectly, to any country for which the 1100d84335fSJung-uk Kim * United States government or any agency thereof requires an export license, 1110d84335fSJung-uk Kim * other governmental approval, or letter of assurance, without first obtaining 1120d84335fSJung-uk Kim * such license, approval or letter. 1130d84335fSJung-uk Kim * 1140d84335fSJung-uk Kim ***************************************************************************** 1150d84335fSJung-uk Kim * 1160d84335fSJung-uk Kim * Alternatively, you may choose to be licensed under the terms of the 1170d84335fSJung-uk Kim * following license: 1180d84335fSJung-uk Kim * 1190d84335fSJung-uk Kim * Redistribution and use in source and binary forms, with or without 1200d84335fSJung-uk Kim * modification, are permitted provided that the following conditions 1210d84335fSJung-uk Kim * are met: 1220d84335fSJung-uk Kim * 1. Redistributions of source code must retain the above copyright 1230d84335fSJung-uk Kim * notice, this list of conditions, and the following disclaimer, 1240d84335fSJung-uk Kim * without modification. 1250d84335fSJung-uk Kim * 2. Redistributions in binary form must reproduce at minimum a disclaimer 1260d84335fSJung-uk Kim * substantially similar to the "NO WARRANTY" disclaimer below 1270d84335fSJung-uk Kim * ("Disclaimer") and any redistribution must be conditioned upon 1280d84335fSJung-uk Kim * including a substantially similar Disclaimer requirement for further 1290d84335fSJung-uk Kim * binary redistribution. 1300d84335fSJung-uk Kim * 3. Neither the names of the above-listed copyright holders nor the names 1310d84335fSJung-uk Kim * of any contributors may be used to endorse or promote products derived 1320d84335fSJung-uk Kim * from this software without specific prior written permission. 1330d84335fSJung-uk Kim * 1340d84335fSJung-uk Kim * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1350d84335fSJung-uk Kim * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 1360d84335fSJung-uk Kim * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 1370d84335fSJung-uk Kim * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 1380d84335fSJung-uk Kim * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 1390d84335fSJung-uk Kim * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 1400d84335fSJung-uk Kim * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 1410d84335fSJung-uk Kim * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 1420d84335fSJung-uk Kim * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 1430d84335fSJung-uk Kim * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 1440d84335fSJung-uk Kim * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1450d84335fSJung-uk Kim * 1460d84335fSJung-uk Kim * Alternatively, you may choose to be licensed under the terms of the 1470d84335fSJung-uk Kim * GNU General Public License ("GPL") version 2 as published by the Free 1480d84335fSJung-uk Kim * Software Foundation. 1490d84335fSJung-uk Kim * 1500d84335fSJung-uk Kim *****************************************************************************/ 1510d84335fSJung-uk Kim 1520d84335fSJung-uk Kim #ifndef _ACCONVERT 1530d84335fSJung-uk Kim #define _ACCONVERT 1540d84335fSJung-uk Kim 1550d84335fSJung-uk Kim /* Definitions for comment state */ 1560d84335fSJung-uk Kim 1570d84335fSJung-uk Kim #define ASL_COMMENT_STANDARD 1 1580d84335fSJung-uk Kim #define ASLCOMMENT_INLINE 2 1590d84335fSJung-uk Kim #define ASL_COMMENT_OPEN_PAREN 3 1600d84335fSJung-uk Kim #define ASL_COMMENT_CLOSE_PAREN 4 1610d84335fSJung-uk Kim #define ASL_COMMENT_CLOSE_BRACE 5 1620d84335fSJung-uk Kim 1630d84335fSJung-uk Kim /* Definitions for comment print function*/ 1640d84335fSJung-uk Kim 1650d84335fSJung-uk Kim #define AML_COMMENT_STANDARD 1 1660d84335fSJung-uk Kim #define AMLCOMMENT_INLINE 2 1670d84335fSJung-uk Kim #define AML_COMMENT_END_NODE 3 1680d84335fSJung-uk Kim #define AML_NAMECOMMENT 4 1690d84335fSJung-uk Kim #define AML_COMMENT_CLOSE_BRACE 5 1700d84335fSJung-uk Kim #define AML_COMMENT_ENDBLK 6 1710d84335fSJung-uk Kim #define AML_COMMENT_INCLUDE 7 1720d84335fSJung-uk Kim 1730d84335fSJung-uk Kim 1740d84335fSJung-uk Kim #ifdef ACPI_ASL_COMPILER 1750d84335fSJung-uk Kim /* 1760d84335fSJung-uk Kim * cvcompiler 1770d84335fSJung-uk Kim */ 1780d84335fSJung-uk Kim void 1790d84335fSJung-uk Kim CvProcessComment ( 1800d84335fSJung-uk Kim ASL_COMMENT_STATE CurrentState, 1810d84335fSJung-uk Kim char *StringBuffer, 1820d84335fSJung-uk Kim int c1); 1830d84335fSJung-uk Kim 1840d84335fSJung-uk Kim void 1850d84335fSJung-uk Kim CvProcessCommentType2 ( 1860d84335fSJung-uk Kim ASL_COMMENT_STATE CurrentState, 1870d84335fSJung-uk Kim char *StringBuffer); 1880d84335fSJung-uk Kim 1890d84335fSJung-uk Kim UINT32 1900d84335fSJung-uk Kim CvCalculateCommentLengths( 1910d84335fSJung-uk Kim ACPI_PARSE_OBJECT *Op); 1920d84335fSJung-uk Kim 1930d84335fSJung-uk Kim void 1940d84335fSJung-uk Kim CvProcessCommentState ( 1950d84335fSJung-uk Kim char input); 1960d84335fSJung-uk Kim 1970d84335fSJung-uk Kim char* 1980d84335fSJung-uk Kim CvAppendInlineComment ( 1990d84335fSJung-uk Kim char *InlineComment, 2000d84335fSJung-uk Kim char *ToAdd); 2010d84335fSJung-uk Kim 2020d84335fSJung-uk Kim void 2030d84335fSJung-uk Kim CvAddToCommentList ( 2040d84335fSJung-uk Kim char* ToAdd); 2050d84335fSJung-uk Kim 2060d84335fSJung-uk Kim void 2070d84335fSJung-uk Kim CvPlaceComment ( 2080d84335fSJung-uk Kim UINT8 Type, 2090d84335fSJung-uk Kim char *CommentString); 2100d84335fSJung-uk Kim 2110d84335fSJung-uk Kim UINT32 2120d84335fSJung-uk Kim CvParseOpBlockType ( 2130d84335fSJung-uk Kim ACPI_PARSE_OBJECT *Op); 2140d84335fSJung-uk Kim 2150d84335fSJung-uk Kim ACPI_COMMENT_NODE* 2160d84335fSJung-uk Kim CvCommentNodeCalloc ( 2170d84335fSJung-uk Kim void); 2180d84335fSJung-uk Kim 2190d84335fSJung-uk Kim void 2200d84335fSJung-uk Kim CgWriteAmlDefBlockComment ( 2210d84335fSJung-uk Kim ACPI_PARSE_OBJECT *Op); 2220d84335fSJung-uk Kim 2230d84335fSJung-uk Kim void 2240d84335fSJung-uk Kim CgWriteOneAmlComment ( 2250d84335fSJung-uk Kim ACPI_PARSE_OBJECT *Op, 2260d84335fSJung-uk Kim char* CommentToPrint, 2270d84335fSJung-uk Kim UINT8 InputOption); 2280d84335fSJung-uk Kim 2290d84335fSJung-uk Kim void 2300d84335fSJung-uk Kim CgWriteAmlComment ( 2310d84335fSJung-uk Kim ACPI_PARSE_OBJECT *Op); 2320d84335fSJung-uk Kim 2330d84335fSJung-uk Kim 2340d84335fSJung-uk Kim /* 2350d84335fSJung-uk Kim * cvparser 2360d84335fSJung-uk Kim */ 2370d84335fSJung-uk Kim void 2380d84335fSJung-uk Kim CvInitFileTree ( 2390d84335fSJung-uk Kim ACPI_TABLE_HEADER *Table, 240ec0234b4SJung-uk Kim FILE *RootFile); 2410d84335fSJung-uk Kim 2420d84335fSJung-uk Kim void 2430d84335fSJung-uk Kim CvClearOpComments ( 2440d84335fSJung-uk Kim ACPI_PARSE_OBJECT *Op); 2450d84335fSJung-uk Kim 2460d84335fSJung-uk Kim ACPI_FILE_NODE* 2470d84335fSJung-uk Kim CvFilenameExists ( 2480d84335fSJung-uk Kim char *Filename, 2490d84335fSJung-uk Kim ACPI_FILE_NODE *Head); 2500d84335fSJung-uk Kim 2510d84335fSJung-uk Kim void 2520d84335fSJung-uk Kim CvLabelFileNode ( 2530d84335fSJung-uk Kim ACPI_PARSE_OBJECT *Op); 2540d84335fSJung-uk Kim 2550d84335fSJung-uk Kim void 2560d84335fSJung-uk Kim CvCaptureListComments ( 2570d84335fSJung-uk Kim ACPI_PARSE_STATE *ParserState, 2580d84335fSJung-uk Kim ACPI_COMMENT_NODE *ListHead, 2590d84335fSJung-uk Kim ACPI_COMMENT_NODE *ListTail); 2600d84335fSJung-uk Kim 2610d84335fSJung-uk Kim void 2620d84335fSJung-uk Kim CvCaptureCommentsOnly ( 2630d84335fSJung-uk Kim ACPI_PARSE_STATE *ParserState); 2640d84335fSJung-uk Kim 2650d84335fSJung-uk Kim void 2660d84335fSJung-uk Kim CvCaptureComments ( 2670d84335fSJung-uk Kim ACPI_WALK_STATE *WalkState); 2680d84335fSJung-uk Kim 2690d84335fSJung-uk Kim void 2700d84335fSJung-uk Kim CvTransferComments ( 2710d84335fSJung-uk Kim ACPI_PARSE_OBJECT *Op); 2720d84335fSJung-uk Kim 2730d84335fSJung-uk Kim /* 2740d84335fSJung-uk Kim * cvdisasm 2750d84335fSJung-uk Kim */ 2760d84335fSJung-uk Kim void 2770d84335fSJung-uk Kim CvSwitchFiles ( 2780d84335fSJung-uk Kim UINT32 level, 2790d84335fSJung-uk Kim ACPI_PARSE_OBJECT *op); 2800d84335fSJung-uk Kim 2810d84335fSJung-uk Kim BOOLEAN 2820d84335fSJung-uk Kim CvFileHasSwitched ( 2830d84335fSJung-uk Kim ACPI_PARSE_OBJECT *Op); 2840d84335fSJung-uk Kim 2850d84335fSJung-uk Kim 2860d84335fSJung-uk Kim void 2870d84335fSJung-uk Kim CvCloseParenWriteComment ( 2880d84335fSJung-uk Kim ACPI_PARSE_OBJECT *Op, 2890d84335fSJung-uk Kim UINT32 Level); 2900d84335fSJung-uk Kim 2910d84335fSJung-uk Kim void 2920d84335fSJung-uk Kim CvCloseBraceWriteComment ( 2930d84335fSJung-uk Kim ACPI_PARSE_OBJECT *Op, 2940d84335fSJung-uk Kim UINT32 Level); 2950d84335fSJung-uk Kim 2960d84335fSJung-uk Kim void 2970d84335fSJung-uk Kim CvPrintOneCommentList ( 2980d84335fSJung-uk Kim ACPI_COMMENT_NODE *CommentList, 2990d84335fSJung-uk Kim UINT32 Level); 3000d84335fSJung-uk Kim 3010d84335fSJung-uk Kim void 3020d84335fSJung-uk Kim CvPrintOneCommentType ( 3030d84335fSJung-uk Kim ACPI_PARSE_OBJECT *Op, 3040d84335fSJung-uk Kim UINT8 CommentType, 3050d84335fSJung-uk Kim char* EndStr, 3060d84335fSJung-uk Kim UINT32 Level); 3070d84335fSJung-uk Kim 3080d84335fSJung-uk Kim 3090d84335fSJung-uk Kim #endif 3100d84335fSJung-uk Kim 3110d84335fSJung-uk Kim #endif /* _ACCONVERT */ 312