Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenrsmemory.c
Go to the documentation of this file.
00001 /******************************************************************************* 00002 * 00003 * Module Name: rsmem24 - Memory resource descriptors 00004 * 00005 ******************************************************************************/ 00006 00007 /****************************************************************************** 00008 * 00009 * 1. Copyright Notice 00010 * 00011 * Some or all of this work - Copyright (c) 1999 - 2011, Intel Corp. 00012 * All rights reserved. 00013 * 00014 * 2. License 00015 * 00016 * 2.1. This is your license from Intel Corp. under its intellectual property 00017 * rights. You may have additional license terms from the party that provided 00018 * you this software, covering your right to use that party's intellectual 00019 * property rights. 00020 * 00021 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a 00022 * copy of the source code appearing in this file ("Covered Code") an 00023 * irrevocable, perpetual, worldwide license under Intel's copyrights in the 00024 * base code distributed originally by Intel ("Original Intel Code") to copy, 00025 * make derivatives, distribute, use and display any portion of the Covered 00026 * Code in any form, with the right to sublicense such rights; and 00027 * 00028 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 00029 * license (with the right to sublicense), under only those claims of Intel 00030 * patents that are infringed by the Original Intel Code, to make, use, sell, 00031 * offer to sell, and import the Covered Code and derivative works thereof 00032 * solely to the minimum extent necessary to exercise the above copyright 00033 * license, and in no event shall the patent license extend to any additions 00034 * to or modifications of the Original Intel Code. No other license or right 00035 * is granted directly or by implication, estoppel or otherwise; 00036 * 00037 * The above copyright and patent license is granted only if the following 00038 * conditions are met: 00039 * 00040 * 3. Conditions 00041 * 00042 * 3.1. Redistribution of Source with Rights to Further Distribute Source. 00043 * Redistribution of source code of any substantial portion of the Covered 00044 * Code or modification with rights to further distribute source must include 00045 * the above Copyright Notice, the above License, this list of Conditions, 00046 * and the following Disclaimer and Export Compliance provision. In addition, 00047 * Licensee must cause all Covered Code to which Licensee contributes to 00048 * contain a file documenting the changes Licensee made to create that Covered 00049 * Code and the date of any change. Licensee must include in that file the 00050 * documentation of any changes made by any predecessor Licensee. Licensee 00051 * must include a prominent statement that the modification is derived, 00052 * directly or indirectly, from Original Intel Code. 00053 * 00054 * 3.2. Redistribution of Source with no Rights to Further Distribute Source. 00055 * Redistribution of source code of any substantial portion of the Covered 00056 * Code or modification without rights to further distribute source must 00057 * include the following Disclaimer and Export Compliance provision in the 00058 * documentation and/or other materials provided with distribution. In 00059 * addition, Licensee may not authorize further sublicense of source of any 00060 * portion of the Covered Code, and must include terms to the effect that the 00061 * license from Licensee to its licensee is limited to the intellectual 00062 * property embodied in the software Licensee provides to its licensee, and 00063 * not to intellectual property embodied in modifications its licensee may 00064 * make. 00065 * 00066 * 3.3. Redistribution of Executable. Redistribution in executable form of any 00067 * substantial portion of the Covered Code or modification must reproduce the 00068 * above Copyright Notice, and the following Disclaimer and Export Compliance 00069 * provision in the documentation and/or other materials provided with the 00070 * distribution. 00071 * 00072 * 3.4. Intel retains all right, title, and interest in and to the Original 00073 * Intel Code. 00074 * 00075 * 3.5. Neither the name Intel nor any other trademark owned or controlled by 00076 * Intel shall be used in advertising or otherwise to promote the sale, use or 00077 * other dealings in products derived from or relating to the Covered Code 00078 * without prior written authorization from Intel. 00079 * 00080 * 4. Disclaimer and Export Compliance 00081 * 00082 * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED 00083 * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE 00084 * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE, 00085 * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY 00086 * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY 00087 * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A 00088 * PARTICULAR PURPOSE. 00089 * 00090 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES 00091 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR 00092 * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT, 00093 * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY 00094 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 00095 * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS 00096 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY 00097 * LIMITED REMEDY. 00098 * 00099 * 4.3. Licensee shall not export, either directly or indirectly, any of this 00100 * software or system incorporating such software without first obtaining any 00101 * required license or other approval from the U. S. Department of Commerce or 00102 * any other agency or department of the United States Government. In the 00103 * event Licensee exports any such software from the United States or 00104 * re-exports any such software from a foreign destination, Licensee shall 00105 * ensure that the distribution and export/re-export of the software is in 00106 * compliance with all laws, regulations, orders, or other restrictions of the 00107 * U.S. Export Administration Regulations. Licensee agrees that neither it nor 00108 * any of its subsidiaries will export/re-export any technical data, process, 00109 * software, or service, directly or indirectly, to any country for which the 00110 * United States government or any agency thereof requires an export license, 00111 * other governmental approval, or letter of assurance, without first obtaining 00112 * such license, approval or letter. 00113 * 00114 *****************************************************************************/ 00115 00116 #define __RSMEMORY_C__ 00117 00118 #include "acpi.h" 00119 #include "accommon.h" 00120 #include "acresrc.h" 00121 00122 #define _COMPONENT ACPI_RESOURCES 00123 ACPI_MODULE_NAME ("rsmemory") 00124 00125 00126 /******************************************************************************* 00127 * 00128 * AcpiRsConvertMemory24 00129 * 00130 ******************************************************************************/ 00131 00132 ACPI_RSCONVERT_INFO AcpiRsConvertMemory24[4] = 00133 { 00134 {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_MEMORY24, 00135 ACPI_RS_SIZE (ACPI_RESOURCE_MEMORY24), 00136 ACPI_RSC_TABLE_SIZE (AcpiRsConvertMemory24)}, 00137 00138 {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_MEMORY24, 00139 sizeof (AML_RESOURCE_MEMORY24), 00140 0}, 00141 00142 /* Read/Write bit */ 00143 00144 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Memory24.WriteProtect), 00145 AML_OFFSET (Memory24.Flags), 00146 0}, 00147 /* 00148 * These fields are contiguous in both the source and destination: 00149 * Minimum Base Address 00150 * Maximum Base Address 00151 * Address Base Alignment 00152 * Range Length 00153 */ 00154 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.Memory24.Minimum), 00155 AML_OFFSET (Memory24.Minimum), 00156 4} 00157 }; 00158 00159 00160 /******************************************************************************* 00161 * 00162 * AcpiRsConvertMemory32 00163 * 00164 ******************************************************************************/ 00165 00166 ACPI_RSCONVERT_INFO AcpiRsConvertMemory32[4] = 00167 { 00168 {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_MEMORY32, 00169 ACPI_RS_SIZE (ACPI_RESOURCE_MEMORY32), 00170 ACPI_RSC_TABLE_SIZE (AcpiRsConvertMemory32)}, 00171 00172 {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_MEMORY32, 00173 sizeof (AML_RESOURCE_MEMORY32), 00174 0}, 00175 00176 /* Read/Write bit */ 00177 00178 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Memory32.WriteProtect), 00179 AML_OFFSET (Memory32.Flags), 00180 0}, 00181 /* 00182 * These fields are contiguous in both the source and destination: 00183 * Minimum Base Address 00184 * Maximum Base Address 00185 * Address Base Alignment 00186 * Range Length 00187 */ 00188 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET (Data.Memory32.Minimum), 00189 AML_OFFSET (Memory32.Minimum), 00190 4} 00191 }; 00192 00193 00194 /******************************************************************************* 00195 * 00196 * AcpiRsConvertFixedMemory32 00197 * 00198 ******************************************************************************/ 00199 00200 ACPI_RSCONVERT_INFO AcpiRsConvertFixedMemory32[4] = 00201 { 00202 {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_FIXED_MEMORY32, 00203 ACPI_RS_SIZE (ACPI_RESOURCE_FIXED_MEMORY32), 00204 ACPI_RSC_TABLE_SIZE (AcpiRsConvertFixedMemory32)}, 00205 00206 {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_FIXED_MEMORY32, 00207 sizeof (AML_RESOURCE_FIXED_MEMORY32), 00208 0}, 00209 00210 /* Read/Write bit */ 00211 00212 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.FixedMemory32.WriteProtect), 00213 AML_OFFSET (FixedMemory32.Flags), 00214 0}, 00215 /* 00216 * These fields are contiguous in both the source and destination: 00217 * Base Address 00218 * Range Length 00219 */ 00220 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET (Data.FixedMemory32.Address), 00221 AML_OFFSET (FixedMemory32.Address), 00222 2} 00223 }; 00224 00225 00226 /******************************************************************************* 00227 * 00228 * AcpiRsGetVendorSmall 00229 * 00230 ******************************************************************************/ 00231 00232 ACPI_RSCONVERT_INFO AcpiRsGetVendorSmall[3] = 00233 { 00234 {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_VENDOR, 00235 ACPI_RS_SIZE (ACPI_RESOURCE_VENDOR), 00236 ACPI_RSC_TABLE_SIZE (AcpiRsGetVendorSmall)}, 00237 00238 /* Length of the vendor data (byte count) */ 00239 00240 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength), 00241 0, 00242 sizeof (UINT8)}, 00243 00244 /* Vendor data */ 00245 00246 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]), 00247 sizeof (AML_RESOURCE_SMALL_HEADER), 00248 0} 00249 }; 00250 00251 00252 /******************************************************************************* 00253 * 00254 * AcpiRsGetVendorLarge 00255 * 00256 ******************************************************************************/ 00257 00258 ACPI_RSCONVERT_INFO AcpiRsGetVendorLarge[3] = 00259 { 00260 {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_VENDOR, 00261 ACPI_RS_SIZE (ACPI_RESOURCE_VENDOR), 00262 ACPI_RSC_TABLE_SIZE (AcpiRsGetVendorLarge)}, 00263 00264 /* Length of the vendor data (byte count) */ 00265 00266 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength), 00267 0, 00268 sizeof (UINT8)}, 00269 00270 /* Vendor data */ 00271 00272 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]), 00273 sizeof (AML_RESOURCE_LARGE_HEADER), 00274 0} 00275 }; 00276 00277 00278 /******************************************************************************* 00279 * 00280 * AcpiRsSetVendor 00281 * 00282 ******************************************************************************/ 00283 00284 ACPI_RSCONVERT_INFO AcpiRsSetVendor[7] = 00285 { 00286 /* Default is a small vendor descriptor */ 00287 00288 {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_VENDOR_SMALL, 00289 sizeof (AML_RESOURCE_SMALL_HEADER), 00290 ACPI_RSC_TABLE_SIZE (AcpiRsSetVendor)}, 00291 00292 /* Get the length and copy the data */ 00293 00294 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength), 00295 0, 00296 0}, 00297 00298 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]), 00299 sizeof (AML_RESOURCE_SMALL_HEADER), 00300 0}, 00301 00302 /* 00303 * All done if the Vendor byte length is 7 or less, meaning that it will 00304 * fit within a small descriptor 00305 */ 00306 {ACPI_RSC_EXIT_LE, 0, 0, 7}, 00307 00308 /* Must create a large vendor descriptor */ 00309 00310 {ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_VENDOR_LARGE, 00311 sizeof (AML_RESOURCE_LARGE_HEADER), 00312 0}, 00313 00314 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength), 00315 0, 00316 0}, 00317 00318 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]), 00319 sizeof (AML_RESOURCE_LARGE_HEADER), 00320 0} 00321 }; 00322 00323 Generated on Tue May 22 2012 04:31:15 for ReactOS by
1.7.6.1
|