13446Smrj /******************************************************************************* 23446Smrj * 33446Smrj * Module Name: rsio - IO and DMA resource descriptors 4*7851SDana.Myers@Sun.COM * $Revision: 1.38 $ 53446Smrj * 63446Smrj ******************************************************************************/ 73446Smrj 83446Smrj /****************************************************************************** 93446Smrj * 103446Smrj * 1. Copyright Notice 113446Smrj * 12*7851SDana.Myers@Sun.COM * Some or all of this work - Copyright (c) 1999 - 2008, Intel Corp. 133446Smrj * All rights reserved. 143446Smrj * 153446Smrj * 2. License 163446Smrj * 173446Smrj * 2.1. This is your license from Intel Corp. under its intellectual property 183446Smrj * rights. You may have additional license terms from the party that provided 193446Smrj * you this software, covering your right to use that party's intellectual 203446Smrj * property rights. 213446Smrj * 223446Smrj * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a 233446Smrj * copy of the source code appearing in this file ("Covered Code") an 243446Smrj * irrevocable, perpetual, worldwide license under Intel's copyrights in the 253446Smrj * base code distributed originally by Intel ("Original Intel Code") to copy, 263446Smrj * make derivatives, distribute, use and display any portion of the Covered 273446Smrj * Code in any form, with the right to sublicense such rights; and 283446Smrj * 293446Smrj * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 303446Smrj * license (with the right to sublicense), under only those claims of Intel 313446Smrj * patents that are infringed by the Original Intel Code, to make, use, sell, 323446Smrj * offer to sell, and import the Covered Code and derivative works thereof 333446Smrj * solely to the minimum extent necessary to exercise the above copyright 343446Smrj * license, and in no event shall the patent license extend to any additions 353446Smrj * to or modifications of the Original Intel Code. No other license or right 363446Smrj * is granted directly or by implication, estoppel or otherwise; 373446Smrj * 383446Smrj * The above copyright and patent license is granted only if the following 393446Smrj * conditions are met: 403446Smrj * 413446Smrj * 3. Conditions 423446Smrj * 433446Smrj * 3.1. Redistribution of Source with Rights to Further Distribute Source. 443446Smrj * Redistribution of source code of any substantial portion of the Covered 453446Smrj * Code or modification with rights to further distribute source must include 463446Smrj * the above Copyright Notice, the above License, this list of Conditions, 473446Smrj * and the following Disclaimer and Export Compliance provision. In addition, 483446Smrj * Licensee must cause all Covered Code to which Licensee contributes to 493446Smrj * contain a file documenting the changes Licensee made to create that Covered 503446Smrj * Code and the date of any change. Licensee must include in that file the 513446Smrj * documentation of any changes made by any predecessor Licensee. Licensee 523446Smrj * must include a prominent statement that the modification is derived, 533446Smrj * directly or indirectly, from Original Intel Code. 543446Smrj * 553446Smrj * 3.2. Redistribution of Source with no Rights to Further Distribute Source. 563446Smrj * Redistribution of source code of any substantial portion of the Covered 573446Smrj * Code or modification without rights to further distribute source must 583446Smrj * include the following Disclaimer and Export Compliance provision in the 593446Smrj * documentation and/or other materials provided with distribution. In 603446Smrj * addition, Licensee may not authorize further sublicense of source of any 613446Smrj * portion of the Covered Code, and must include terms to the effect that the 623446Smrj * license from Licensee to its licensee is limited to the intellectual 633446Smrj * property embodied in the software Licensee provides to its licensee, and 643446Smrj * not to intellectual property embodied in modifications its licensee may 653446Smrj * make. 663446Smrj * 673446Smrj * 3.3. Redistribution of Executable. Redistribution in executable form of any 683446Smrj * substantial portion of the Covered Code or modification must reproduce the 693446Smrj * above Copyright Notice, and the following Disclaimer and Export Compliance 703446Smrj * provision in the documentation and/or other materials provided with the 713446Smrj * distribution. 723446Smrj * 733446Smrj * 3.4. Intel retains all right, title, and interest in and to the Original 743446Smrj * Intel Code. 753446Smrj * 763446Smrj * 3.5. Neither the name Intel nor any other trademark owned or controlled by 773446Smrj * Intel shall be used in advertising or otherwise to promote the sale, use or 783446Smrj * other dealings in products derived from or relating to the Covered Code 793446Smrj * without prior written authorization from Intel. 803446Smrj * 813446Smrj * 4. Disclaimer and Export Compliance 823446Smrj * 833446Smrj * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED 843446Smrj * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE 853446Smrj * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE, 863446Smrj * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY 873446Smrj * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY 883446Smrj * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A 893446Smrj * PARTICULAR PURPOSE. 903446Smrj * 913446Smrj * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES 923446Smrj * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR 933446Smrj * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT, 943446Smrj * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY 953446Smrj * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 963446Smrj * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS 973446Smrj * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY 983446Smrj * LIMITED REMEDY. 993446Smrj * 1003446Smrj * 4.3. Licensee shall not export, either directly or indirectly, any of this 1013446Smrj * software or system incorporating such software without first obtaining any 1023446Smrj * required license or other approval from the U. S. Department of Commerce or 1033446Smrj * any other agency or department of the United States Government. In the 1043446Smrj * event Licensee exports any such software from the United States or 1053446Smrj * re-exports any such software from a foreign destination, Licensee shall 1063446Smrj * ensure that the distribution and export/re-export of the software is in 1073446Smrj * compliance with all laws, regulations, orders, or other restrictions of the 1083446Smrj * U.S. Export Administration Regulations. Licensee agrees that neither it nor 1093446Smrj * any of its subsidiaries will export/re-export any technical data, process, 1103446Smrj * software, or service, directly or indirectly, to any country for which the 1113446Smrj * United States government or any agency thereof requires an export license, 1123446Smrj * other governmental approval, or letter of assurance, without first obtaining 1133446Smrj * such license, approval or letter. 1143446Smrj * 1153446Smrj *****************************************************************************/ 1163446Smrj 1173446Smrj #define __RSIO_C__ 1183446Smrj 1193446Smrj #include "acpi.h" 1203446Smrj #include "acresrc.h" 1213446Smrj 1223446Smrj #define _COMPONENT ACPI_RESOURCES 1233446Smrj ACPI_MODULE_NAME ("rsio") 1243446Smrj 1253446Smrj 1263446Smrj /******************************************************************************* 1273446Smrj * 1283446Smrj * AcpiRsConvertIo 1293446Smrj * 1303446Smrj ******************************************************************************/ 1313446Smrj 1323446Smrj ACPI_RSCONVERT_INFO AcpiRsConvertIo[5] = 1333446Smrj { 1343446Smrj {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_IO, 1353446Smrj ACPI_RS_SIZE (ACPI_RESOURCE_IO), 1363446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsConvertIo)}, 1373446Smrj 1383446Smrj {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_IO, 1393446Smrj sizeof (AML_RESOURCE_IO), 1403446Smrj 0}, 1413446Smrj 1423446Smrj /* Decode flag */ 1433446Smrj 1443446Smrj {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Io.IoDecode), 1453446Smrj AML_OFFSET (Io.Flags), 1463446Smrj 0}, 1473446Smrj /* 1483446Smrj * These fields are contiguous in both the source and destination: 1493446Smrj * Address Alignment 1503446Smrj * Length 1513446Smrj * Minimum Base Address 1523446Smrj * Maximum Base Address 1533446Smrj */ 1543446Smrj {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Io.Alignment), 1553446Smrj AML_OFFSET (Io.Alignment), 1563446Smrj 2}, 1573446Smrj 1583446Smrj {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.Io.Minimum), 1593446Smrj AML_OFFSET (Io.Minimum), 1603446Smrj 2} 1613446Smrj }; 1623446Smrj 1633446Smrj 1643446Smrj /******************************************************************************* 1653446Smrj * 1663446Smrj * AcpiRsConvertFixedIo 1673446Smrj * 1683446Smrj ******************************************************************************/ 1693446Smrj 1703446Smrj ACPI_RSCONVERT_INFO AcpiRsConvertFixedIo[4] = 1713446Smrj { 1723446Smrj {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_FIXED_IO, 1733446Smrj ACPI_RS_SIZE (ACPI_RESOURCE_FIXED_IO), 1743446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsConvertFixedIo)}, 1753446Smrj 1763446Smrj {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_FIXED_IO, 1773446Smrj sizeof (AML_RESOURCE_FIXED_IO), 1783446Smrj 0}, 1793446Smrj /* 1803446Smrj * These fields are contiguous in both the source and destination: 1813446Smrj * Base Address 1823446Smrj * Length 1833446Smrj */ 1843446Smrj {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.FixedIo.AddressLength), 1853446Smrj AML_OFFSET (FixedIo.AddressLength), 1863446Smrj 1}, 1873446Smrj 1883446Smrj {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.FixedIo.Address), 1893446Smrj AML_OFFSET (FixedIo.Address), 1903446Smrj 1} 1913446Smrj }; 1923446Smrj 1933446Smrj 1943446Smrj /******************************************************************************* 1953446Smrj * 1963446Smrj * AcpiRsConvertGenericReg 1973446Smrj * 1983446Smrj ******************************************************************************/ 1993446Smrj 2003446Smrj ACPI_RSCONVERT_INFO AcpiRsConvertGenericReg[4] = 2013446Smrj { 2023446Smrj {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_GENERIC_REGISTER, 2033446Smrj ACPI_RS_SIZE (ACPI_RESOURCE_GENERIC_REGISTER), 2043446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsConvertGenericReg)}, 2053446Smrj 2063446Smrj {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_GENERIC_REGISTER, 2073446Smrj sizeof (AML_RESOURCE_GENERIC_REGISTER), 2083446Smrj 0}, 2093446Smrj /* 2103446Smrj * These fields are contiguous in both the source and destination: 2113446Smrj * Address Space ID 2123446Smrj * Register Bit Width 2133446Smrj * Register Bit Offset 2143446Smrj * Access Size 2153446Smrj */ 2163446Smrj {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.GenericReg.SpaceId), 2173446Smrj AML_OFFSET (GenericReg.AddressSpaceId), 2183446Smrj 4}, 2193446Smrj 2203446Smrj /* Get the Register Address */ 2213446Smrj 2223446Smrj {ACPI_RSC_MOVE64, ACPI_RS_OFFSET (Data.GenericReg.Address), 2233446Smrj AML_OFFSET (GenericReg.Address), 2243446Smrj 1} 2253446Smrj }; 2263446Smrj 2273446Smrj 2283446Smrj /******************************************************************************* 2293446Smrj * 2303446Smrj * AcpiRsConvertEndDpf 2313446Smrj * 2323446Smrj ******************************************************************************/ 2333446Smrj 2343446Smrj ACPI_RSCONVERT_INFO AcpiRsConvertEndDpf[2] = 2353446Smrj { 2363446Smrj {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_END_DEPENDENT, 2373446Smrj ACPI_RS_SIZE_MIN, 2383446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsConvertEndDpf)}, 2393446Smrj 2403446Smrj {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_END_DEPENDENT, 2413446Smrj sizeof (AML_RESOURCE_END_DEPENDENT), 2423446Smrj 0} 2433446Smrj }; 2443446Smrj 2453446Smrj 2463446Smrj /******************************************************************************* 2473446Smrj * 2483446Smrj * AcpiRsConvertEndTag 2493446Smrj * 2503446Smrj ******************************************************************************/ 2513446Smrj 2523446Smrj ACPI_RSCONVERT_INFO AcpiRsConvertEndTag[2] = 2533446Smrj { 2543446Smrj {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_END_TAG, 2553446Smrj ACPI_RS_SIZE_MIN, 2563446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsConvertEndTag)}, 2573446Smrj 2583446Smrj /* 2593446Smrj * Note: The checksum field is set to zero, meaning that the resource 2603446Smrj * data is treated as if the checksum operation succeeded. 2613446Smrj * (ACPI Spec 1.0b Section 6.4.2.8) 2623446Smrj */ 2633446Smrj {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_END_TAG, 2643446Smrj sizeof (AML_RESOURCE_END_TAG), 2653446Smrj 0} 2663446Smrj }; 2673446Smrj 2683446Smrj 2693446Smrj /******************************************************************************* 2703446Smrj * 2713446Smrj * AcpiRsGetStartDpf 2723446Smrj * 2733446Smrj ******************************************************************************/ 2743446Smrj 275*7851SDana.Myers@Sun.COM ACPI_RSCONVERT_INFO AcpiRsGetStartDpf[6] = 2763446Smrj { 2773446Smrj {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_START_DEPENDENT, 2783446Smrj ACPI_RS_SIZE (ACPI_RESOURCE_START_DEPENDENT), 2793446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsGetStartDpf)}, 2803446Smrj 2813446Smrj /* Defaults for Compatibility and Performance priorities */ 2823446Smrj 2833446Smrj {ACPI_RSC_SET8, ACPI_RS_OFFSET (Data.StartDpf.CompatibilityPriority), 2843446Smrj ACPI_ACCEPTABLE_CONFIGURATION, 2853446Smrj 2}, 2863446Smrj 287*7851SDana.Myers@Sun.COM /* Get the descriptor length (0 or 1 for Start Dpf descriptor) */ 288*7851SDana.Myers@Sun.COM 289*7851SDana.Myers@Sun.COM {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.DescriptorLength), 290*7851SDana.Myers@Sun.COM AML_OFFSET (StartDpf.DescriptorType), 291*7851SDana.Myers@Sun.COM 0}, 292*7851SDana.Myers@Sun.COM 2933446Smrj /* All done if there is no flag byte present in the descriptor */ 2943446Smrj 2953446Smrj {ACPI_RSC_EXIT_NE, ACPI_RSC_COMPARE_AML_LENGTH, 0, 1}, 2963446Smrj 2973446Smrj /* Flag byte is present, get the flags */ 2983446Smrj 2993446Smrj {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.CompatibilityPriority), 3003446Smrj AML_OFFSET (StartDpf.Flags), 3013446Smrj 0}, 3023446Smrj 3033446Smrj {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.PerformanceRobustness), 3043446Smrj AML_OFFSET (StartDpf.Flags), 3053446Smrj 2} 3063446Smrj }; 3073446Smrj 3083446Smrj 3093446Smrj /******************************************************************************* 3103446Smrj * 3113446Smrj * AcpiRsSetStartDpf 3123446Smrj * 3133446Smrj ******************************************************************************/ 3143446Smrj 315*7851SDana.Myers@Sun.COM ACPI_RSCONVERT_INFO AcpiRsSetStartDpf[10] = 3163446Smrj { 317*7851SDana.Myers@Sun.COM /* Start with a default descriptor of length 1 */ 318*7851SDana.Myers@Sun.COM 3193446Smrj {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_START_DEPENDENT, 3203446Smrj sizeof (AML_RESOURCE_START_DEPENDENT), 3213446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsSetStartDpf)}, 3223446Smrj 3233446Smrj /* Set the default flag values */ 3243446Smrj 3253446Smrj {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.CompatibilityPriority), 3263446Smrj AML_OFFSET (StartDpf.Flags), 3273446Smrj 0}, 3283446Smrj 3293446Smrj {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.StartDpf.PerformanceRobustness), 3303446Smrj AML_OFFSET (StartDpf.Flags), 3313446Smrj 2}, 3323446Smrj /* 333*7851SDana.Myers@Sun.COM * All done if the output descriptor length is required to be 1 334*7851SDana.Myers@Sun.COM * (i.e., optimization to 0 bytes cannot be attempted) 335*7851SDana.Myers@Sun.COM */ 336*7851SDana.Myers@Sun.COM {ACPI_RSC_EXIT_EQ, ACPI_RSC_COMPARE_VALUE, 337*7851SDana.Myers@Sun.COM ACPI_RS_OFFSET(Data.StartDpf.DescriptorLength), 338*7851SDana.Myers@Sun.COM 1}, 339*7851SDana.Myers@Sun.COM 340*7851SDana.Myers@Sun.COM /* Set length to 0 bytes (no flags byte) */ 341*7851SDana.Myers@Sun.COM 342*7851SDana.Myers@Sun.COM {ACPI_RSC_LENGTH, 0, 0, sizeof (AML_RESOURCE_START_DEPENDENT_NOPRIO)}, 343*7851SDana.Myers@Sun.COM 344*7851SDana.Myers@Sun.COM /* 345*7851SDana.Myers@Sun.COM * All done if the output descriptor length is required to be 0. 346*7851SDana.Myers@Sun.COM * 347*7851SDana.Myers@Sun.COM * TBD: Perhaps we should check for error if input flags are not 348*7851SDana.Myers@Sun.COM * compatible with a 0-byte descriptor. 349*7851SDana.Myers@Sun.COM */ 350*7851SDana.Myers@Sun.COM {ACPI_RSC_EXIT_EQ, ACPI_RSC_COMPARE_VALUE, 351*7851SDana.Myers@Sun.COM ACPI_RS_OFFSET(Data.StartDpf.DescriptorLength), 352*7851SDana.Myers@Sun.COM 0}, 353*7851SDana.Myers@Sun.COM 354*7851SDana.Myers@Sun.COM /* Reset length to 1 byte (descriptor with flags byte) */ 355*7851SDana.Myers@Sun.COM 356*7851SDana.Myers@Sun.COM {ACPI_RSC_LENGTH, 0, 0, sizeof (AML_RESOURCE_START_DEPENDENT)}, 357*7851SDana.Myers@Sun.COM 358*7851SDana.Myers@Sun.COM 359*7851SDana.Myers@Sun.COM /* 3603446Smrj * All done if flags byte is necessary -- if either priority value 3613446Smrj * is not ACPI_ACCEPTABLE_CONFIGURATION 3623446Smrj */ 3633446Smrj {ACPI_RSC_EXIT_NE, ACPI_RSC_COMPARE_VALUE, 3643446Smrj ACPI_RS_OFFSET (Data.StartDpf.CompatibilityPriority), 3653446Smrj ACPI_ACCEPTABLE_CONFIGURATION}, 3663446Smrj 3673446Smrj {ACPI_RSC_EXIT_NE, ACPI_RSC_COMPARE_VALUE, 3683446Smrj ACPI_RS_OFFSET (Data.StartDpf.PerformanceRobustness), 3693446Smrj ACPI_ACCEPTABLE_CONFIGURATION}, 3703446Smrj 3713446Smrj /* Flag byte is not necessary */ 3723446Smrj 3733446Smrj {ACPI_RSC_LENGTH, 0, 0, sizeof (AML_RESOURCE_START_DEPENDENT_NOPRIO)} 3743446Smrj }; 3753446Smrj 3763446Smrj 377