13446Smrj /*******************************************************************************
23446Smrj *
33446Smrj * Module Name: rsaddr - Address resource descriptors (16/32/64)
43446Smrj *
53446Smrj ******************************************************************************/
63446Smrj
73446Smrj /******************************************************************************
83446Smrj *
93446Smrj * 1. Copyright Notice
103446Smrj *
11*9980SDana.Myers@Sun.COM * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
123446Smrj * All rights reserved.
133446Smrj *
143446Smrj * 2. License
153446Smrj *
163446Smrj * 2.1. This is your license from Intel Corp. under its intellectual property
173446Smrj * rights. You may have additional license terms from the party that provided
183446Smrj * you this software, covering your right to use that party's intellectual
193446Smrj * property rights.
203446Smrj *
213446Smrj * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
223446Smrj * copy of the source code appearing in this file ("Covered Code") an
233446Smrj * irrevocable, perpetual, worldwide license under Intel's copyrights in the
243446Smrj * base code distributed originally by Intel ("Original Intel Code") to copy,
253446Smrj * make derivatives, distribute, use and display any portion of the Covered
263446Smrj * Code in any form, with the right to sublicense such rights; and
273446Smrj *
283446Smrj * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
293446Smrj * license (with the right to sublicense), under only those claims of Intel
303446Smrj * patents that are infringed by the Original Intel Code, to make, use, sell,
313446Smrj * offer to sell, and import the Covered Code and derivative works thereof
323446Smrj * solely to the minimum extent necessary to exercise the above copyright
333446Smrj * license, and in no event shall the patent license extend to any additions
343446Smrj * to or modifications of the Original Intel Code. No other license or right
353446Smrj * is granted directly or by implication, estoppel or otherwise;
363446Smrj *
373446Smrj * The above copyright and patent license is granted only if the following
383446Smrj * conditions are met:
393446Smrj *
403446Smrj * 3. Conditions
413446Smrj *
423446Smrj * 3.1. Redistribution of Source with Rights to Further Distribute Source.
433446Smrj * Redistribution of source code of any substantial portion of the Covered
443446Smrj * Code or modification with rights to further distribute source must include
453446Smrj * the above Copyright Notice, the above License, this list of Conditions,
463446Smrj * and the following Disclaimer and Export Compliance provision. In addition,
473446Smrj * Licensee must cause all Covered Code to which Licensee contributes to
483446Smrj * contain a file documenting the changes Licensee made to create that Covered
493446Smrj * Code and the date of any change. Licensee must include in that file the
503446Smrj * documentation of any changes made by any predecessor Licensee. Licensee
513446Smrj * must include a prominent statement that the modification is derived,
523446Smrj * directly or indirectly, from Original Intel Code.
533446Smrj *
543446Smrj * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
553446Smrj * Redistribution of source code of any substantial portion of the Covered
563446Smrj * Code or modification without rights to further distribute source must
573446Smrj * include the following Disclaimer and Export Compliance provision in the
583446Smrj * documentation and/or other materials provided with distribution. In
593446Smrj * addition, Licensee may not authorize further sublicense of source of any
603446Smrj * portion of the Covered Code, and must include terms to the effect that the
613446Smrj * license from Licensee to its licensee is limited to the intellectual
623446Smrj * property embodied in the software Licensee provides to its licensee, and
633446Smrj * not to intellectual property embodied in modifications its licensee may
643446Smrj * make.
653446Smrj *
663446Smrj * 3.3. Redistribution of Executable. Redistribution in executable form of any
673446Smrj * substantial portion of the Covered Code or modification must reproduce the
683446Smrj * above Copyright Notice, and the following Disclaimer and Export Compliance
693446Smrj * provision in the documentation and/or other materials provided with the
703446Smrj * distribution.
713446Smrj *
723446Smrj * 3.4. Intel retains all right, title, and interest in and to the Original
733446Smrj * Intel Code.
743446Smrj *
753446Smrj * 3.5. Neither the name Intel nor any other trademark owned or controlled by
763446Smrj * Intel shall be used in advertising or otherwise to promote the sale, use or
773446Smrj * other dealings in products derived from or relating to the Covered Code
783446Smrj * without prior written authorization from Intel.
793446Smrj *
803446Smrj * 4. Disclaimer and Export Compliance
813446Smrj *
823446Smrj * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
833446Smrj * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
843446Smrj * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
853446Smrj * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
863446Smrj * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
873446Smrj * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
883446Smrj * PARTICULAR PURPOSE.
893446Smrj *
903446Smrj * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
913446Smrj * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
923446Smrj * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
933446Smrj * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
943446Smrj * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
953446Smrj * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
963446Smrj * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
973446Smrj * LIMITED REMEDY.
983446Smrj *
993446Smrj * 4.3. Licensee shall not export, either directly or indirectly, any of this
1003446Smrj * software or system incorporating such software without first obtaining any
1013446Smrj * required license or other approval from the U. S. Department of Commerce or
1023446Smrj * any other agency or department of the United States Government. In the
1033446Smrj * event Licensee exports any such software from the United States or
1043446Smrj * re-exports any such software from a foreign destination, Licensee shall
1053446Smrj * ensure that the distribution and export/re-export of the software is in
1063446Smrj * compliance with all laws, regulations, orders, or other restrictions of the
1073446Smrj * U.S. Export Administration Regulations. Licensee agrees that neither it nor
1083446Smrj * any of its subsidiaries will export/re-export any technical data, process,
1093446Smrj * software, or service, directly or indirectly, to any country for which the
1103446Smrj * United States government or any agency thereof requires an export license,
1113446Smrj * other governmental approval, or letter of assurance, without first obtaining
1123446Smrj * such license, approval or letter.
1133446Smrj *
1143446Smrj *****************************************************************************/
1153446Smrj
1163446Smrj #define __RSADDR_C__
1173446Smrj
1183446Smrj #include "acpi.h"
119*9980SDana.Myers@Sun.COM #include "accommon.h"
1203446Smrj #include "acresrc.h"
1213446Smrj
1223446Smrj #define _COMPONENT ACPI_RESOURCES
1233446Smrj ACPI_MODULE_NAME ("rsaddr")
1243446Smrj
1253446Smrj
1263446Smrj /*******************************************************************************
1273446Smrj *
1283446Smrj * AcpiRsConvertAddress16 - All WORD (16-bit) address resources
1293446Smrj *
1303446Smrj ******************************************************************************/
1313446Smrj
1323446Smrj ACPI_RSCONVERT_INFO AcpiRsConvertAddress16[5] =
1333446Smrj {
1343446Smrj {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_ADDRESS16,
1353446Smrj ACPI_RS_SIZE (ACPI_RESOURCE_ADDRESS16),
1363446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsConvertAddress16)},
1373446Smrj
1383446Smrj {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_ADDRESS16,
1393446Smrj sizeof (AML_RESOURCE_ADDRESS16),
1403446Smrj 0},
1413446Smrj
1423446Smrj /* Resource Type, General Flags, and Type-Specific Flags */
1433446Smrj
1443446Smrj {ACPI_RSC_ADDRESS, 0, 0, 0},
1453446Smrj
1463446Smrj /*
1473446Smrj * These fields are contiguous in both the source and destination:
1483446Smrj * Address Granularity
1493446Smrj * Address Range Minimum
1503446Smrj * Address Range Maximum
1513446Smrj * Address Translation Offset
1523446Smrj * Address Length
1533446Smrj */
1543446Smrj {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.Address16.Granularity),
1553446Smrj AML_OFFSET (Address16.Granularity),
1563446Smrj 5},
1573446Smrj
1583446Smrj /* Optional ResourceSource (Index and String) */
1593446Smrj
1603446Smrj {ACPI_RSC_SOURCE, ACPI_RS_OFFSET (Data.Address16.ResourceSource),
1613446Smrj 0,
1623446Smrj sizeof (AML_RESOURCE_ADDRESS16)}
1633446Smrj };
1643446Smrj
1653446Smrj
1663446Smrj /*******************************************************************************
1673446Smrj *
1683446Smrj * AcpiRsConvertAddress32 - All DWORD (32-bit) address resources
1693446Smrj *
1703446Smrj ******************************************************************************/
1713446Smrj
1723446Smrj ACPI_RSCONVERT_INFO AcpiRsConvertAddress32[5] =
1733446Smrj {
1743446Smrj {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_ADDRESS32,
1753446Smrj ACPI_RS_SIZE (ACPI_RESOURCE_ADDRESS32),
1763446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsConvertAddress32)},
1773446Smrj
1783446Smrj {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_ADDRESS32,
1793446Smrj sizeof (AML_RESOURCE_ADDRESS32),
1803446Smrj 0},
1813446Smrj
1823446Smrj /* Resource Type, General Flags, and Type-Specific Flags */
1833446Smrj
1843446Smrj {ACPI_RSC_ADDRESS, 0, 0, 0},
1853446Smrj
1863446Smrj /*
1873446Smrj * These fields are contiguous in both the source and destination:
1883446Smrj * Address Granularity
1893446Smrj * Address Range Minimum
1903446Smrj * Address Range Maximum
1913446Smrj * Address Translation Offset
1923446Smrj * Address Length
1933446Smrj */
1943446Smrj {ACPI_RSC_MOVE32, ACPI_RS_OFFSET (Data.Address32.Granularity),
1953446Smrj AML_OFFSET (Address32.Granularity),
1963446Smrj 5},
1973446Smrj
1983446Smrj /* Optional ResourceSource (Index and String) */
1993446Smrj
2003446Smrj {ACPI_RSC_SOURCE, ACPI_RS_OFFSET (Data.Address32.ResourceSource),
2013446Smrj 0,
2023446Smrj sizeof (AML_RESOURCE_ADDRESS32)}
2033446Smrj };
2043446Smrj
2053446Smrj
2063446Smrj /*******************************************************************************
2073446Smrj *
2083446Smrj * AcpiRsConvertAddress64 - All QWORD (64-bit) address resources
2093446Smrj *
2103446Smrj ******************************************************************************/
2113446Smrj
2123446Smrj ACPI_RSCONVERT_INFO AcpiRsConvertAddress64[5] =
2133446Smrj {
2143446Smrj {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_ADDRESS64,
2153446Smrj ACPI_RS_SIZE (ACPI_RESOURCE_ADDRESS64),
2163446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsConvertAddress64)},
2173446Smrj
2183446Smrj {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_ADDRESS64,
2193446Smrj sizeof (AML_RESOURCE_ADDRESS64),
2203446Smrj 0},
2213446Smrj
2223446Smrj /* Resource Type, General Flags, and Type-Specific Flags */
2233446Smrj
2243446Smrj {ACPI_RSC_ADDRESS, 0, 0, 0},
2253446Smrj
2263446Smrj /*
2273446Smrj * These fields are contiguous in both the source and destination:
2283446Smrj * Address Granularity
2293446Smrj * Address Range Minimum
2303446Smrj * Address Range Maximum
2313446Smrj * Address Translation Offset
2323446Smrj * Address Length
2333446Smrj */
2343446Smrj {ACPI_RSC_MOVE64, ACPI_RS_OFFSET (Data.Address64.Granularity),
2353446Smrj AML_OFFSET (Address64.Granularity),
2363446Smrj 5},
2373446Smrj
2383446Smrj /* Optional ResourceSource (Index and String) */
2393446Smrj
2403446Smrj {ACPI_RSC_SOURCE, ACPI_RS_OFFSET (Data.Address64.ResourceSource),
2413446Smrj 0,
2423446Smrj sizeof (AML_RESOURCE_ADDRESS64)}
2433446Smrj };
2443446Smrj
2453446Smrj
2463446Smrj /*******************************************************************************
2473446Smrj *
2483446Smrj * AcpiRsConvertExtAddress64 - All Extended (64-bit) address resources
2493446Smrj *
2503446Smrj ******************************************************************************/
2513446Smrj
2523446Smrj ACPI_RSCONVERT_INFO AcpiRsConvertExtAddress64[5] =
2533446Smrj {
2543446Smrj {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_EXTENDED_ADDRESS64,
2553446Smrj ACPI_RS_SIZE (ACPI_RESOURCE_EXTENDED_ADDRESS64),
2563446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsConvertExtAddress64)},
2573446Smrj
2583446Smrj {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64,
2593446Smrj sizeof (AML_RESOURCE_EXTENDED_ADDRESS64),
2603446Smrj 0},
2613446Smrj
2623446Smrj /* Resource Type, General Flags, and Type-Specific Flags */
2633446Smrj
2643446Smrj {ACPI_RSC_ADDRESS, 0, 0, 0},
2653446Smrj
2663446Smrj /* Revision ID */
2673446Smrj
2683446Smrj {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.ExtAddress64.RevisionID),
2693446Smrj AML_OFFSET (ExtAddress64.RevisionID),
2703446Smrj 1},
2713446Smrj /*
2723446Smrj * These fields are contiguous in both the source and destination:
2733446Smrj * Address Granularity
2743446Smrj * Address Range Minimum
2753446Smrj * Address Range Maximum
2763446Smrj * Address Translation Offset
2773446Smrj * Address Length
2783446Smrj * Type-Specific Attribute
2793446Smrj */
2803446Smrj {ACPI_RSC_MOVE64, ACPI_RS_OFFSET (Data.ExtAddress64.Granularity),
2813446Smrj AML_OFFSET (ExtAddress64.Granularity),
2823446Smrj 6}
2833446Smrj };
2843446Smrj
2853446Smrj
2863446Smrj /*******************************************************************************
2873446Smrj *
2883446Smrj * AcpiRsConvertGeneralFlags - Flags common to all address descriptors
2893446Smrj *
2903446Smrj ******************************************************************************/
2913446Smrj
2923446Smrj static ACPI_RSCONVERT_INFO AcpiRsConvertGeneralFlags[6] =
2933446Smrj {
2943446Smrj {ACPI_RSC_FLAGINIT, 0, AML_OFFSET (Address.Flags),
2953446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsConvertGeneralFlags)},
2963446Smrj
2973446Smrj /* Resource Type (Memory, Io, BusNumber, etc.) */
2983446Smrj
2993446Smrj {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Address.ResourceType),
3003446Smrj AML_OFFSET (Address.ResourceType),
3013446Smrj 1},
3023446Smrj
3033446Smrj /* General Flags - Consume, Decode, MinFixed, MaxFixed */
3043446Smrj
3053446Smrj {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.ProducerConsumer),
3063446Smrj AML_OFFSET (Address.Flags),
3073446Smrj 0},
3083446Smrj
3093446Smrj {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Decode),
3103446Smrj AML_OFFSET (Address.Flags),
3113446Smrj 1},
3123446Smrj
3133446Smrj {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.MinAddressFixed),
3143446Smrj AML_OFFSET (Address.Flags),
3153446Smrj 2},
3163446Smrj
3173446Smrj {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.MaxAddressFixed),
3183446Smrj AML_OFFSET (Address.Flags),
3193446Smrj 3}
3203446Smrj };
3213446Smrj
3223446Smrj
3233446Smrj /*******************************************************************************
3243446Smrj *
3253446Smrj * AcpiRsConvertMemFlags - Flags common to Memory address descriptors
3263446Smrj *
3273446Smrj ******************************************************************************/
3283446Smrj
3293446Smrj static ACPI_RSCONVERT_INFO AcpiRsConvertMemFlags[5] =
3303446Smrj {
3313446Smrj {ACPI_RSC_FLAGINIT, 0, AML_OFFSET (Address.SpecificFlags),
3323446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsConvertMemFlags)},
3333446Smrj
3343446Smrj /* Memory-specific flags */
3353446Smrj
3363446Smrj {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Mem.WriteProtect),
3373446Smrj AML_OFFSET (Address.SpecificFlags),
3383446Smrj 0},
3393446Smrj
3403446Smrj {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Mem.Caching),
3413446Smrj AML_OFFSET (Address.SpecificFlags),
3423446Smrj 1},
3433446Smrj
3443446Smrj {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Mem.RangeType),
3453446Smrj AML_OFFSET (Address.SpecificFlags),
3463446Smrj 3},
3473446Smrj
3483446Smrj {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Mem.Translation),
3493446Smrj AML_OFFSET (Address.SpecificFlags),
3503446Smrj 5}
3513446Smrj };
3523446Smrj
3533446Smrj
3543446Smrj /*******************************************************************************
3553446Smrj *
3563446Smrj * AcpiRsConvertIoFlags - Flags common to I/O address descriptors
3573446Smrj *
3583446Smrj ******************************************************************************/
3593446Smrj
3603446Smrj static ACPI_RSCONVERT_INFO AcpiRsConvertIoFlags[4] =
3613446Smrj {
3623446Smrj {ACPI_RSC_FLAGINIT, 0, AML_OFFSET (Address.SpecificFlags),
3633446Smrj ACPI_RSC_TABLE_SIZE (AcpiRsConvertIoFlags)},
3643446Smrj
3653446Smrj /* I/O-specific flags */
3663446Smrj
3673446Smrj {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.RangeType),
3683446Smrj AML_OFFSET (Address.SpecificFlags),
3693446Smrj 0},
3703446Smrj
3713446Smrj {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.Translation),
3723446Smrj AML_OFFSET (Address.SpecificFlags),
3733446Smrj 4},
3743446Smrj
3753446Smrj {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Info.Io.TranslationType),
3763446Smrj AML_OFFSET (Address.SpecificFlags),
3773446Smrj 5}
3783446Smrj };
3793446Smrj
3803446Smrj
3813446Smrj /*******************************************************************************
3823446Smrj *
3833446Smrj * FUNCTION: AcpiRsGetAddressCommon
3843446Smrj *
3853446Smrj * PARAMETERS: Resource - Pointer to the internal resource struct
3863446Smrj * Aml - Pointer to the AML resource descriptor
3873446Smrj *
3883446Smrj * RETURN: TRUE if the ResourceType field is OK, FALSE otherwise
3893446Smrj *
3903446Smrj * DESCRIPTION: Convert common flag fields from a raw AML resource descriptor
3913446Smrj * to an internal resource descriptor
3923446Smrj *
3933446Smrj ******************************************************************************/
3943446Smrj
3953446Smrj BOOLEAN
AcpiRsGetAddressCommon(ACPI_RESOURCE * Resource,AML_RESOURCE * Aml)3963446Smrj AcpiRsGetAddressCommon (
3973446Smrj ACPI_RESOURCE *Resource,
3983446Smrj AML_RESOURCE *Aml)
3993446Smrj {
4003446Smrj ACPI_FUNCTION_ENTRY ();
4013446Smrj
4023446Smrj
4033446Smrj /* Validate the Resource Type */
4043446Smrj
4053446Smrj if ((Aml->Address.ResourceType > 2) && (Aml->Address.ResourceType < 0xC0))
4063446Smrj {
4073446Smrj return (FALSE);
4083446Smrj }
4093446Smrj
4103446Smrj /* Get the Resource Type and General Flags */
4113446Smrj
4123446Smrj (void) AcpiRsConvertAmlToResource (Resource, Aml, AcpiRsConvertGeneralFlags);
4133446Smrj
4143446Smrj /* Get the Type-Specific Flags (Memory and I/O descriptors only) */
4153446Smrj
4163446Smrj if (Resource->Data.Address.ResourceType == ACPI_MEMORY_RANGE)
4173446Smrj {
4183446Smrj (void) AcpiRsConvertAmlToResource (Resource, Aml, AcpiRsConvertMemFlags);
4193446Smrj }
4203446Smrj else if (Resource->Data.Address.ResourceType == ACPI_IO_RANGE)
4213446Smrj {
4223446Smrj (void) AcpiRsConvertAmlToResource (Resource, Aml, AcpiRsConvertIoFlags);
4233446Smrj }
4243446Smrj else
4253446Smrj {
4263446Smrj /* Generic resource type, just grab the TypeSpecific byte */
4273446Smrj
4283446Smrj Resource->Data.Address.Info.TypeSpecific = Aml->Address.SpecificFlags;
4293446Smrj }
4303446Smrj
4313446Smrj return (TRUE);
4323446Smrj }
4333446Smrj
4343446Smrj
4353446Smrj /*******************************************************************************
4363446Smrj *
4373446Smrj * FUNCTION: AcpiRsSetAddressCommon
4383446Smrj *
4393446Smrj * PARAMETERS: Aml - Pointer to the AML resource descriptor
4403446Smrj * Resource - Pointer to the internal resource struct
4413446Smrj *
4423446Smrj * RETURN: None
4433446Smrj *
4443446Smrj * DESCRIPTION: Convert common flag fields from a resource descriptor to an
4453446Smrj * AML descriptor
4463446Smrj *
4473446Smrj ******************************************************************************/
4483446Smrj
4493446Smrj void
AcpiRsSetAddressCommon(AML_RESOURCE * Aml,ACPI_RESOURCE * Resource)4503446Smrj AcpiRsSetAddressCommon (
4513446Smrj AML_RESOURCE *Aml,
4523446Smrj ACPI_RESOURCE *Resource)
4533446Smrj {
4543446Smrj ACPI_FUNCTION_ENTRY ();
4553446Smrj
4563446Smrj
4573446Smrj /* Set the Resource Type and General Flags */
4583446Smrj
4593446Smrj (void) AcpiRsConvertResourceToAml (Resource, Aml, AcpiRsConvertGeneralFlags);
4603446Smrj
4613446Smrj /* Set the Type-Specific Flags (Memory and I/O descriptors only) */
4623446Smrj
4633446Smrj if (Resource->Data.Address.ResourceType == ACPI_MEMORY_RANGE)
4643446Smrj {
4653446Smrj (void) AcpiRsConvertResourceToAml (Resource, Aml, AcpiRsConvertMemFlags);
4663446Smrj }
4673446Smrj else if (Resource->Data.Address.ResourceType == ACPI_IO_RANGE)
4683446Smrj {
4693446Smrj (void) AcpiRsConvertResourceToAml (Resource, Aml, AcpiRsConvertIoFlags);
4703446Smrj }
4713446Smrj else
4723446Smrj {
4733446Smrj /* Generic resource type, just copy the TypeSpecific byte */
4743446Smrj
4753446Smrj Aml->Address.SpecificFlags = Resource->Data.Address.Info.TypeSpecific;
4763446Smrj }
4773446Smrj }
4783446Smrj
4793446Smrj
480