1 1.1 jruoho /******************************************************************************* 2 1.1 jruoho * 3 1.1 jruoho * Module Name: rsutils - Utilities for the resource manager 4 1.1 jruoho * 5 1.1 jruoho ******************************************************************************/ 6 1.1 jruoho 7 1.17 christos /****************************************************************************** 8 1.17 christos * 9 1.17 christos * 1. Copyright Notice 10 1.17 christos * 11 1.18 christos * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. 12 1.1 jruoho * All rights reserved. 13 1.1 jruoho * 14 1.17 christos * 2. License 15 1.17 christos * 16 1.17 christos * 2.1. This is your license from Intel Corp. under its intellectual property 17 1.17 christos * rights. You may have additional license terms from the party that provided 18 1.17 christos * you this software, covering your right to use that party's intellectual 19 1.17 christos * property rights. 20 1.17 christos * 21 1.17 christos * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a 22 1.17 christos * copy of the source code appearing in this file ("Covered Code") an 23 1.17 christos * irrevocable, perpetual, worldwide license under Intel's copyrights in the 24 1.17 christos * base code distributed originally by Intel ("Original Intel Code") to copy, 25 1.17 christos * make derivatives, distribute, use and display any portion of the Covered 26 1.17 christos * Code in any form, with the right to sublicense such rights; and 27 1.17 christos * 28 1.17 christos * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 29 1.17 christos * license (with the right to sublicense), under only those claims of Intel 30 1.17 christos * patents that are infringed by the Original Intel Code, to make, use, sell, 31 1.17 christos * offer to sell, and import the Covered Code and derivative works thereof 32 1.17 christos * solely to the minimum extent necessary to exercise the above copyright 33 1.17 christos * license, and in no event shall the patent license extend to any additions 34 1.17 christos * to or modifications of the Original Intel Code. No other license or right 35 1.17 christos * is granted directly or by implication, estoppel or otherwise; 36 1.17 christos * 37 1.17 christos * The above copyright and patent license is granted only if the following 38 1.17 christos * conditions are met: 39 1.17 christos * 40 1.17 christos * 3. Conditions 41 1.17 christos * 42 1.17 christos * 3.1. Redistribution of Source with Rights to Further Distribute Source. 43 1.17 christos * Redistribution of source code of any substantial portion of the Covered 44 1.17 christos * Code or modification with rights to further distribute source must include 45 1.17 christos * the above Copyright Notice, the above License, this list of Conditions, 46 1.17 christos * and the following Disclaimer and Export Compliance provision. In addition, 47 1.17 christos * Licensee must cause all Covered Code to which Licensee contributes to 48 1.17 christos * contain a file documenting the changes Licensee made to create that Covered 49 1.17 christos * Code and the date of any change. Licensee must include in that file the 50 1.17 christos * documentation of any changes made by any predecessor Licensee. Licensee 51 1.17 christos * must include a prominent statement that the modification is derived, 52 1.17 christos * directly or indirectly, from Original Intel Code. 53 1.17 christos * 54 1.17 christos * 3.2. Redistribution of Source with no Rights to Further Distribute Source. 55 1.17 christos * Redistribution of source code of any substantial portion of the Covered 56 1.17 christos * Code or modification without rights to further distribute source must 57 1.17 christos * include the following Disclaimer and Export Compliance provision in the 58 1.17 christos * documentation and/or other materials provided with distribution. In 59 1.17 christos * addition, Licensee may not authorize further sublicense of source of any 60 1.17 christos * portion of the Covered Code, and must include terms to the effect that the 61 1.17 christos * license from Licensee to its licensee is limited to the intellectual 62 1.17 christos * property embodied in the software Licensee provides to its licensee, and 63 1.17 christos * not to intellectual property embodied in modifications its licensee may 64 1.17 christos * make. 65 1.17 christos * 66 1.17 christos * 3.3. Redistribution of Executable. Redistribution in executable form of any 67 1.17 christos * substantial portion of the Covered Code or modification must reproduce the 68 1.17 christos * above Copyright Notice, and the following Disclaimer and Export Compliance 69 1.17 christos * provision in the documentation and/or other materials provided with the 70 1.17 christos * distribution. 71 1.17 christos * 72 1.17 christos * 3.4. Intel retains all right, title, and interest in and to the Original 73 1.17 christos * Intel Code. 74 1.17 christos * 75 1.17 christos * 3.5. Neither the name Intel nor any other trademark owned or controlled by 76 1.17 christos * Intel shall be used in advertising or otherwise to promote the sale, use or 77 1.17 christos * other dealings in products derived from or relating to the Covered Code 78 1.17 christos * without prior written authorization from Intel. 79 1.17 christos * 80 1.17 christos * 4. Disclaimer and Export Compliance 81 1.17 christos * 82 1.17 christos * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED 83 1.17 christos * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE 84 1.17 christos * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE, 85 1.17 christos * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY 86 1.17 christos * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY 87 1.17 christos * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A 88 1.17 christos * PARTICULAR PURPOSE. 89 1.17 christos * 90 1.17 christos * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES 91 1.17 christos * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR 92 1.17 christos * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT, 93 1.17 christos * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY 94 1.17 christos * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 95 1.17 christos * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS 96 1.17 christos * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY 97 1.17 christos * LIMITED REMEDY. 98 1.17 christos * 99 1.17 christos * 4.3. Licensee shall not export, either directly or indirectly, any of this 100 1.17 christos * software or system incorporating such software without first obtaining any 101 1.17 christos * required license or other approval from the U. S. Department of Commerce or 102 1.17 christos * any other agency or department of the United States Government. In the 103 1.17 christos * event Licensee exports any such software from the United States or 104 1.17 christos * re-exports any such software from a foreign destination, Licensee shall 105 1.17 christos * ensure that the distribution and export/re-export of the software is in 106 1.17 christos * compliance with all laws, regulations, orders, or other restrictions of the 107 1.17 christos * U.S. Export Administration Regulations. Licensee agrees that neither it nor 108 1.17 christos * any of its subsidiaries will export/re-export any technical data, process, 109 1.17 christos * software, or service, directly or indirectly, to any country for which the 110 1.17 christos * United States government or any agency thereof requires an export license, 111 1.17 christos * other governmental approval, or letter of assurance, without first obtaining 112 1.17 christos * such license, approval or letter. 113 1.17 christos * 114 1.17 christos ***************************************************************************** 115 1.17 christos * 116 1.17 christos * Alternatively, you may choose to be licensed under the terms of the 117 1.17 christos * following license: 118 1.17 christos * 119 1.3 jruoho * Redistribution and use in source and binary forms, with or without 120 1.3 jruoho * modification, are permitted provided that the following conditions 121 1.3 jruoho * are met: 122 1.3 jruoho * 1. Redistributions of source code must retain the above copyright 123 1.3 jruoho * notice, this list of conditions, and the following disclaimer, 124 1.3 jruoho * without modification. 125 1.3 jruoho * 2. Redistributions in binary form must reproduce at minimum a disclaimer 126 1.3 jruoho * substantially similar to the "NO WARRANTY" disclaimer below 127 1.3 jruoho * ("Disclaimer") and any redistribution must be conditioned upon 128 1.3 jruoho * including a substantially similar Disclaimer requirement for further 129 1.3 jruoho * binary redistribution. 130 1.3 jruoho * 3. Neither the names of the above-listed copyright holders nor the names 131 1.3 jruoho * of any contributors may be used to endorse or promote products derived 132 1.3 jruoho * from this software without specific prior written permission. 133 1.3 jruoho * 134 1.3 jruoho * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 135 1.3 jruoho * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 136 1.14 christos * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 137 1.3 jruoho * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 138 1.17 christos * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 139 1.17 christos * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 140 1.17 christos * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 141 1.17 christos * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 142 1.17 christos * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 143 1.17 christos * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 144 1.17 christos * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 145 1.17 christos * 146 1.17 christos * Alternatively, you may choose to be licensed under the terms of the 147 1.17 christos * GNU General Public License ("GPL") version 2 as published by the Free 148 1.17 christos * Software Foundation. 149 1.17 christos * 150 1.17 christos *****************************************************************************/ 151 1.1 jruoho 152 1.1 jruoho #include "acpi.h" 153 1.1 jruoho #include "accommon.h" 154 1.1 jruoho #include "acnamesp.h" 155 1.1 jruoho #include "acresrc.h" 156 1.1 jruoho 157 1.1 jruoho 158 1.1 jruoho #define _COMPONENT ACPI_RESOURCES 159 1.1 jruoho ACPI_MODULE_NAME ("rsutils") 160 1.1 jruoho 161 1.1 jruoho 162 1.1 jruoho /******************************************************************************* 163 1.1 jruoho * 164 1.1 jruoho * FUNCTION: AcpiRsDecodeBitmask 165 1.1 jruoho * 166 1.1 jruoho * PARAMETERS: Mask - Bitmask to decode 167 1.1 jruoho * List - Where the converted list is returned 168 1.1 jruoho * 169 1.1 jruoho * RETURN: Count of bits set (length of list) 170 1.1 jruoho * 171 1.1 jruoho * DESCRIPTION: Convert a bit mask into a list of values 172 1.1 jruoho * 173 1.1 jruoho ******************************************************************************/ 174 1.1 jruoho 175 1.1 jruoho UINT8 176 1.1 jruoho AcpiRsDecodeBitmask ( 177 1.1 jruoho UINT16 Mask, 178 1.1 jruoho UINT8 *List) 179 1.1 jruoho { 180 1.1 jruoho UINT8 i; 181 1.1 jruoho UINT8 BitCount; 182 1.1 jruoho 183 1.1 jruoho 184 1.1 jruoho ACPI_FUNCTION_ENTRY (); 185 1.1 jruoho 186 1.1 jruoho 187 1.1 jruoho /* Decode the mask bits */ 188 1.1 jruoho 189 1.1 jruoho for (i = 0, BitCount = 0; Mask; i++) 190 1.1 jruoho { 191 1.1 jruoho if (Mask & 0x0001) 192 1.1 jruoho { 193 1.1 jruoho List[BitCount] = i; 194 1.1 jruoho BitCount++; 195 1.1 jruoho } 196 1.1 jruoho 197 1.1 jruoho Mask >>= 1; 198 1.1 jruoho } 199 1.1 jruoho 200 1.1 jruoho return (BitCount); 201 1.1 jruoho } 202 1.1 jruoho 203 1.1 jruoho 204 1.1 jruoho /******************************************************************************* 205 1.1 jruoho * 206 1.1 jruoho * FUNCTION: AcpiRsEncodeBitmask 207 1.1 jruoho * 208 1.1 jruoho * PARAMETERS: List - List of values to encode 209 1.1 jruoho * Count - Length of list 210 1.1 jruoho * 211 1.1 jruoho * RETURN: Encoded bitmask 212 1.1 jruoho * 213 1.1 jruoho * DESCRIPTION: Convert a list of values to an encoded bitmask 214 1.1 jruoho * 215 1.1 jruoho ******************************************************************************/ 216 1.1 jruoho 217 1.1 jruoho UINT16 218 1.1 jruoho AcpiRsEncodeBitmask ( 219 1.1 jruoho UINT8 *List, 220 1.1 jruoho UINT8 Count) 221 1.1 jruoho { 222 1.1 jruoho UINT32 i; 223 1.1 jruoho UINT16 Mask; 224 1.1 jruoho 225 1.1 jruoho 226 1.1 jruoho ACPI_FUNCTION_ENTRY (); 227 1.1 jruoho 228 1.1 jruoho 229 1.1 jruoho /* Encode the list into a single bitmask */ 230 1.1 jruoho 231 1.1 jruoho for (i = 0, Mask = 0; i < Count; i++) 232 1.1 jruoho { 233 1.1 jruoho Mask |= (0x1 << List[i]); 234 1.1 jruoho } 235 1.1 jruoho 236 1.1 jruoho return (Mask); 237 1.1 jruoho } 238 1.1 jruoho 239 1.1 jruoho 240 1.1 jruoho /******************************************************************************* 241 1.1 jruoho * 242 1.1 jruoho * FUNCTION: AcpiRsMoveData 243 1.1 jruoho * 244 1.1 jruoho * PARAMETERS: Destination - Pointer to the destination descriptor 245 1.1 jruoho * Source - Pointer to the source descriptor 246 1.1 jruoho * ItemCount - How many items to move 247 1.1 jruoho * MoveType - Byte width 248 1.1 jruoho * 249 1.1 jruoho * RETURN: None 250 1.1 jruoho * 251 1.1 jruoho * DESCRIPTION: Move multiple data items from one descriptor to another. Handles 252 1.1 jruoho * alignment issues and endian issues if necessary, as configured 253 1.1 jruoho * via the ACPI_MOVE_* macros. (This is why a memcpy is not used) 254 1.1 jruoho * 255 1.1 jruoho ******************************************************************************/ 256 1.1 jruoho 257 1.1 jruoho void 258 1.1 jruoho AcpiRsMoveData ( 259 1.1 jruoho void *Destination, 260 1.1 jruoho void *Source, 261 1.1 jruoho UINT16 ItemCount, 262 1.1 jruoho UINT8 MoveType) 263 1.1 jruoho { 264 1.1 jruoho UINT32 i; 265 1.1 jruoho 266 1.1 jruoho 267 1.1 jruoho ACPI_FUNCTION_ENTRY (); 268 1.1 jruoho 269 1.1 jruoho 270 1.1 jruoho /* One move per item */ 271 1.1 jruoho 272 1.1 jruoho for (i = 0; i < ItemCount; i++) 273 1.1 jruoho { 274 1.1 jruoho switch (MoveType) 275 1.1 jruoho { 276 1.1 jruoho /* 277 1.1 jruoho * For the 8-bit case, we can perform the move all at once 278 1.1 jruoho * since there are no alignment or endian issues 279 1.1 jruoho */ 280 1.1 jruoho case ACPI_RSC_MOVE8: 281 1.4 christos case ACPI_RSC_MOVE_GPIO_RES: 282 1.4 christos case ACPI_RSC_MOVE_SERIAL_VEN: 283 1.4 christos case ACPI_RSC_MOVE_SERIAL_RES: 284 1.4 christos 285 1.7 christos memcpy (Destination, Source, ItemCount); 286 1.1 jruoho return; 287 1.1 jruoho 288 1.1 jruoho /* 289 1.1 jruoho * 16-, 32-, and 64-bit cases must use the move macros that perform 290 1.4 christos * endian conversion and/or accommodate hardware that cannot perform 291 1.1 jruoho * misaligned memory transfers 292 1.1 jruoho */ 293 1.1 jruoho case ACPI_RSC_MOVE16: 294 1.4 christos case ACPI_RSC_MOVE_GPIO_PIN: 295 1.4 christos 296 1.8 christos ACPI_MOVE_16_TO_16 ( 297 1.8 christos &ACPI_CAST_PTR (UINT16, Destination)[i], 298 1.8 christos &ACPI_CAST_PTR (UINT16, Source)[i]); 299 1.1 jruoho break; 300 1.1 jruoho 301 1.1 jruoho case ACPI_RSC_MOVE32: 302 1.4 christos 303 1.8 christos ACPI_MOVE_32_TO_32 ( 304 1.8 christos &ACPI_CAST_PTR (UINT32, Destination)[i], 305 1.8 christos &ACPI_CAST_PTR (UINT32, Source)[i]); 306 1.1 jruoho break; 307 1.1 jruoho 308 1.1 jruoho case ACPI_RSC_MOVE64: 309 1.4 christos 310 1.8 christos ACPI_MOVE_64_TO_64 ( 311 1.8 christos &ACPI_CAST_PTR (UINT64, Destination)[i], 312 1.8 christos &ACPI_CAST_PTR (UINT64, Source)[i]); 313 1.1 jruoho break; 314 1.1 jruoho 315 1.1 jruoho default: 316 1.4 christos 317 1.1 jruoho return; 318 1.1 jruoho } 319 1.1 jruoho } 320 1.1 jruoho } 321 1.1 jruoho 322 1.1 jruoho 323 1.1 jruoho /******************************************************************************* 324 1.1 jruoho * 325 1.1 jruoho * FUNCTION: AcpiRsSetResourceLength 326 1.1 jruoho * 327 1.1 jruoho * PARAMETERS: TotalLength - Length of the AML descriptor, including 328 1.1 jruoho * the header and length fields. 329 1.1 jruoho * Aml - Pointer to the raw AML descriptor 330 1.1 jruoho * 331 1.1 jruoho * RETURN: None 332 1.1 jruoho * 333 1.1 jruoho * DESCRIPTION: Set the ResourceLength field of an AML 334 1.1 jruoho * resource descriptor, both Large and Small descriptors are 335 1.1 jruoho * supported automatically. Note: Descriptor Type field must 336 1.1 jruoho * be valid. 337 1.1 jruoho * 338 1.1 jruoho ******************************************************************************/ 339 1.1 jruoho 340 1.1 jruoho void 341 1.1 jruoho AcpiRsSetResourceLength ( 342 1.1 jruoho ACPI_RSDESC_SIZE TotalLength, 343 1.1 jruoho AML_RESOURCE *Aml) 344 1.1 jruoho { 345 1.1 jruoho ACPI_RS_LENGTH ResourceLength; 346 1.1 jruoho 347 1.1 jruoho 348 1.1 jruoho ACPI_FUNCTION_ENTRY (); 349 1.1 jruoho 350 1.1 jruoho 351 1.1 jruoho /* Length is the total descriptor length minus the header length */ 352 1.1 jruoho 353 1.1 jruoho ResourceLength = (ACPI_RS_LENGTH) 354 1.1 jruoho (TotalLength - AcpiUtGetResourceHeaderLength (Aml)); 355 1.1 jruoho 356 1.1 jruoho /* Length is stored differently for large and small descriptors */ 357 1.1 jruoho 358 1.1 jruoho if (Aml->SmallHeader.DescriptorType & ACPI_RESOURCE_NAME_LARGE) 359 1.1 jruoho { 360 1.1 jruoho /* Large descriptor -- bytes 1-2 contain the 16-bit length */ 361 1.1 jruoho 362 1.8 christos ACPI_MOVE_16_TO_16 ( 363 1.8 christos &Aml->LargeHeader.ResourceLength, &ResourceLength); 364 1.1 jruoho } 365 1.1 jruoho else 366 1.1 jruoho { 367 1.8 christos /* 368 1.8 christos * Small descriptor -- bits 2:0 of byte 0 contain the length 369 1.8 christos * Clear any existing length, preserving descriptor type bits 370 1.8 christos */ 371 1.1 jruoho Aml->SmallHeader.DescriptorType = (UINT8) 372 1.8 christos ((Aml->SmallHeader.DescriptorType & 373 1.8 christos ~ACPI_RESOURCE_NAME_SMALL_LENGTH_MASK) 374 1.1 jruoho | ResourceLength); 375 1.1 jruoho } 376 1.1 jruoho } 377 1.1 jruoho 378 1.1 jruoho 379 1.1 jruoho /******************************************************************************* 380 1.1 jruoho * 381 1.1 jruoho * FUNCTION: AcpiRsSetResourceHeader 382 1.1 jruoho * 383 1.1 jruoho * PARAMETERS: DescriptorType - Byte to be inserted as the type 384 1.1 jruoho * TotalLength - Length of the AML descriptor, including 385 1.1 jruoho * the header and length fields. 386 1.1 jruoho * Aml - Pointer to the raw AML descriptor 387 1.1 jruoho * 388 1.1 jruoho * RETURN: None 389 1.1 jruoho * 390 1.1 jruoho * DESCRIPTION: Set the DescriptorType and ResourceLength fields of an AML 391 1.1 jruoho * resource descriptor, both Large and Small descriptors are 392 1.1 jruoho * supported automatically 393 1.1 jruoho * 394 1.1 jruoho ******************************************************************************/ 395 1.1 jruoho 396 1.1 jruoho void 397 1.1 jruoho AcpiRsSetResourceHeader ( 398 1.1 jruoho UINT8 DescriptorType, 399 1.1 jruoho ACPI_RSDESC_SIZE TotalLength, 400 1.1 jruoho AML_RESOURCE *Aml) 401 1.1 jruoho { 402 1.1 jruoho ACPI_FUNCTION_ENTRY (); 403 1.1 jruoho 404 1.1 jruoho 405 1.1 jruoho /* Set the Resource Type */ 406 1.1 jruoho 407 1.1 jruoho Aml->SmallHeader.DescriptorType = DescriptorType; 408 1.1 jruoho 409 1.1 jruoho /* Set the Resource Length */ 410 1.1 jruoho 411 1.1 jruoho AcpiRsSetResourceLength (TotalLength, Aml); 412 1.1 jruoho } 413 1.1 jruoho 414 1.1 jruoho 415 1.1 jruoho /******************************************************************************* 416 1.1 jruoho * 417 1.1 jruoho * FUNCTION: AcpiRsStrcpy 418 1.1 jruoho * 419 1.1 jruoho * PARAMETERS: Destination - Pointer to the destination string 420 1.1 jruoho * Source - Pointer to the source string 421 1.1 jruoho * 422 1.1 jruoho * RETURN: String length, including NULL terminator 423 1.1 jruoho * 424 1.1 jruoho * DESCRIPTION: Local string copy that returns the string length, saving a 425 1.1 jruoho * strcpy followed by a strlen. 426 1.1 jruoho * 427 1.1 jruoho ******************************************************************************/ 428 1.1 jruoho 429 1.1 jruoho static UINT16 430 1.1 jruoho AcpiRsStrcpy ( 431 1.1 jruoho char *Destination, 432 1.1 jruoho char *Source) 433 1.1 jruoho { 434 1.1 jruoho UINT16 i; 435 1.1 jruoho 436 1.1 jruoho 437 1.1 jruoho ACPI_FUNCTION_ENTRY (); 438 1.1 jruoho 439 1.1 jruoho 440 1.1 jruoho for (i = 0; Source[i]; i++) 441 1.1 jruoho { 442 1.1 jruoho Destination[i] = Source[i]; 443 1.1 jruoho } 444 1.1 jruoho 445 1.1 jruoho Destination[i] = 0; 446 1.1 jruoho 447 1.1 jruoho /* Return string length including the NULL terminator */ 448 1.1 jruoho 449 1.1 jruoho return ((UINT16) (i + 1)); 450 1.1 jruoho } 451 1.1 jruoho 452 1.1 jruoho 453 1.1 jruoho /******************************************************************************* 454 1.1 jruoho * 455 1.1 jruoho * FUNCTION: AcpiRsGetResourceSource 456 1.1 jruoho * 457 1.1 jruoho * PARAMETERS: ResourceLength - Length field of the descriptor 458 1.1 jruoho * MinimumLength - Minimum length of the descriptor (minus 459 1.1 jruoho * any optional fields) 460 1.1 jruoho * ResourceSource - Where the ResourceSource is returned 461 1.1 jruoho * Aml - Pointer to the raw AML descriptor 462 1.1 jruoho * StringPtr - (optional) where to store the actual 463 1.1 jruoho * ResourceSource string 464 1.1 jruoho * 465 1.1 jruoho * RETURN: Length of the string plus NULL terminator, rounded up to native 466 1.1 jruoho * word boundary 467 1.1 jruoho * 468 1.1 jruoho * DESCRIPTION: Copy the optional ResourceSource data from a raw AML descriptor 469 1.1 jruoho * to an internal resource descriptor 470 1.1 jruoho * 471 1.1 jruoho ******************************************************************************/ 472 1.1 jruoho 473 1.1 jruoho ACPI_RS_LENGTH 474 1.1 jruoho AcpiRsGetResourceSource ( 475 1.1 jruoho ACPI_RS_LENGTH ResourceLength, 476 1.1 jruoho ACPI_RS_LENGTH MinimumLength, 477 1.1 jruoho ACPI_RESOURCE_SOURCE *ResourceSource, 478 1.1 jruoho AML_RESOURCE *Aml, 479 1.1 jruoho char *StringPtr) 480 1.1 jruoho { 481 1.1 jruoho ACPI_RSDESC_SIZE TotalLength; 482 1.1 jruoho UINT8 *AmlResourceSource; 483 1.1 jruoho 484 1.1 jruoho 485 1.1 jruoho ACPI_FUNCTION_ENTRY (); 486 1.1 jruoho 487 1.1 jruoho 488 1.1 jruoho TotalLength = ResourceLength + sizeof (AML_RESOURCE_LARGE_HEADER); 489 1.1 jruoho AmlResourceSource = ACPI_ADD_PTR (UINT8, Aml, MinimumLength); 490 1.1 jruoho 491 1.1 jruoho /* 492 1.8 christos * ResourceSource is present if the length of the descriptor is longer 493 1.8 christos * than the minimum length. 494 1.1 jruoho * 495 1.1 jruoho * Note: Some resource descriptors will have an additional null, so 496 1.1 jruoho * we add 1 to the minimum length. 497 1.1 jruoho */ 498 1.1 jruoho if (TotalLength > (ACPI_RSDESC_SIZE) (MinimumLength + 1)) 499 1.1 jruoho { 500 1.1 jruoho /* Get the ResourceSourceIndex */ 501 1.1 jruoho 502 1.1 jruoho ResourceSource->Index = AmlResourceSource[0]; 503 1.1 jruoho 504 1.1 jruoho ResourceSource->StringPtr = StringPtr; 505 1.1 jruoho if (!StringPtr) 506 1.1 jruoho { 507 1.1 jruoho /* 508 1.1 jruoho * String destination pointer is not specified; Set the String 509 1.1 jruoho * pointer to the end of the current ResourceSource structure. 510 1.1 jruoho */ 511 1.8 christos ResourceSource->StringPtr = ACPI_ADD_PTR ( 512 1.8 christos char, ResourceSource, sizeof (ACPI_RESOURCE_SOURCE)); 513 1.1 jruoho } 514 1.1 jruoho 515 1.1 jruoho /* 516 1.1 jruoho * In order for the Resource length to be a multiple of the native 517 1.1 jruoho * word, calculate the length of the string (+1 for NULL terminator) 518 1.1 jruoho * and expand to the next word multiple. 519 1.1 jruoho * 520 1.1 jruoho * Zero the entire area of the buffer. 521 1.1 jruoho */ 522 1.7 christos TotalLength = (UINT32) strlen ( 523 1.1 jruoho ACPI_CAST_PTR (char, &AmlResourceSource[1])) + 1; 524 1.8 christos 525 1.1 jruoho TotalLength = (UINT32) ACPI_ROUND_UP_TO_NATIVE_WORD (TotalLength); 526 1.1 jruoho 527 1.7 christos memset (ResourceSource->StringPtr, 0, TotalLength); 528 1.1 jruoho 529 1.1 jruoho /* Copy the ResourceSource string to the destination */ 530 1.1 jruoho 531 1.8 christos ResourceSource->StringLength = AcpiRsStrcpy ( 532 1.8 christos ResourceSource->StringPtr, 533 1.1 jruoho ACPI_CAST_PTR (char, &AmlResourceSource[1])); 534 1.1 jruoho 535 1.1 jruoho return ((ACPI_RS_LENGTH) TotalLength); 536 1.1 jruoho } 537 1.1 jruoho 538 1.1 jruoho /* ResourceSource is not present */ 539 1.1 jruoho 540 1.1 jruoho ResourceSource->Index = 0; 541 1.1 jruoho ResourceSource->StringLength = 0; 542 1.1 jruoho ResourceSource->StringPtr = NULL; 543 1.1 jruoho return (0); 544 1.1 jruoho } 545 1.1 jruoho 546 1.1 jruoho 547 1.1 jruoho /******************************************************************************* 548 1.1 jruoho * 549 1.1 jruoho * FUNCTION: AcpiRsSetResourceSource 550 1.1 jruoho * 551 1.1 jruoho * PARAMETERS: Aml - Pointer to the raw AML descriptor 552 1.1 jruoho * MinimumLength - Minimum length of the descriptor (minus 553 1.1 jruoho * any optional fields) 554 1.1 jruoho * ResourceSource - Internal ResourceSource 555 1.1 jruoho 556 1.1 jruoho * 557 1.1 jruoho * RETURN: Total length of the AML descriptor 558 1.1 jruoho * 559 1.1 jruoho * DESCRIPTION: Convert an optional ResourceSource from internal format to a 560 1.1 jruoho * raw AML resource descriptor 561 1.1 jruoho * 562 1.1 jruoho ******************************************************************************/ 563 1.1 jruoho 564 1.1 jruoho ACPI_RSDESC_SIZE 565 1.1 jruoho AcpiRsSetResourceSource ( 566 1.1 jruoho AML_RESOURCE *Aml, 567 1.1 jruoho ACPI_RS_LENGTH MinimumLength, 568 1.1 jruoho ACPI_RESOURCE_SOURCE *ResourceSource) 569 1.1 jruoho { 570 1.1 jruoho UINT8 *AmlResourceSource; 571 1.1 jruoho ACPI_RSDESC_SIZE DescriptorLength; 572 1.1 jruoho 573 1.1 jruoho 574 1.1 jruoho ACPI_FUNCTION_ENTRY (); 575 1.1 jruoho 576 1.1 jruoho 577 1.1 jruoho DescriptorLength = MinimumLength; 578 1.1 jruoho 579 1.1 jruoho /* Non-zero string length indicates presence of a ResourceSource */ 580 1.1 jruoho 581 1.1 jruoho if (ResourceSource->StringLength) 582 1.1 jruoho { 583 1.1 jruoho /* Point to the end of the AML descriptor */ 584 1.1 jruoho 585 1.1 jruoho AmlResourceSource = ACPI_ADD_PTR (UINT8, Aml, MinimumLength); 586 1.1 jruoho 587 1.1 jruoho /* Copy the ResourceSourceIndex */ 588 1.1 jruoho 589 1.1 jruoho AmlResourceSource[0] = (UINT8) ResourceSource->Index; 590 1.1 jruoho 591 1.1 jruoho /* Copy the ResourceSource string */ 592 1.1 jruoho 593 1.7 christos strcpy (ACPI_CAST_PTR (char, &AmlResourceSource[1]), 594 1.1 jruoho ResourceSource->StringPtr); 595 1.1 jruoho 596 1.1 jruoho /* 597 1.1 jruoho * Add the length of the string (+ 1 for null terminator) to the 598 1.1 jruoho * final descriptor length 599 1.1 jruoho */ 600 1.8 christos DescriptorLength += ((ACPI_RSDESC_SIZE) 601 1.8 christos ResourceSource->StringLength + 1); 602 1.1 jruoho } 603 1.1 jruoho 604 1.1 jruoho /* Return the new total length of the AML descriptor */ 605 1.1 jruoho 606 1.1 jruoho return (DescriptorLength); 607 1.1 jruoho } 608 1.1 jruoho 609 1.1 jruoho 610 1.1 jruoho /******************************************************************************* 611 1.1 jruoho * 612 1.1 jruoho * FUNCTION: AcpiRsGetPrtMethodData 613 1.1 jruoho * 614 1.1 jruoho * PARAMETERS: Node - Device node 615 1.1 jruoho * RetBuffer - Pointer to a buffer structure for the 616 1.1 jruoho * results 617 1.1 jruoho * 618 1.1 jruoho * RETURN: Status 619 1.1 jruoho * 620 1.1 jruoho * DESCRIPTION: This function is called to get the _PRT value of an object 621 1.1 jruoho * contained in an object specified by the handle passed in 622 1.1 jruoho * 623 1.1 jruoho * If the function fails an appropriate status will be returned 624 1.1 jruoho * and the contents of the callers buffer is undefined. 625 1.1 jruoho * 626 1.1 jruoho ******************************************************************************/ 627 1.1 jruoho 628 1.1 jruoho ACPI_STATUS 629 1.1 jruoho AcpiRsGetPrtMethodData ( 630 1.1 jruoho ACPI_NAMESPACE_NODE *Node, 631 1.1 jruoho ACPI_BUFFER *RetBuffer) 632 1.1 jruoho { 633 1.1 jruoho ACPI_OPERAND_OBJECT *ObjDesc; 634 1.1 jruoho ACPI_STATUS Status; 635 1.1 jruoho 636 1.1 jruoho 637 1.1 jruoho ACPI_FUNCTION_TRACE (RsGetPrtMethodData); 638 1.1 jruoho 639 1.1 jruoho 640 1.1 jruoho /* Parameters guaranteed valid by caller */ 641 1.1 jruoho 642 1.1 jruoho /* Execute the method, no parameters */ 643 1.1 jruoho 644 1.8 christos Status = AcpiUtEvaluateObject ( 645 1.8 christos Node, METHOD_NAME__PRT, ACPI_BTYPE_PACKAGE, &ObjDesc); 646 1.1 jruoho if (ACPI_FAILURE (Status)) 647 1.1 jruoho { 648 1.1 jruoho return_ACPI_STATUS (Status); 649 1.1 jruoho } 650 1.1 jruoho 651 1.1 jruoho /* 652 1.1 jruoho * Create a resource linked list from the byte stream buffer that comes 653 1.1 jruoho * back from the _CRS method execution. 654 1.1 jruoho */ 655 1.1 jruoho Status = AcpiRsCreatePciRoutingTable (ObjDesc, RetBuffer); 656 1.1 jruoho 657 1.1 jruoho /* On exit, we must delete the object returned by EvaluateObject */ 658 1.1 jruoho 659 1.1 jruoho AcpiUtRemoveReference (ObjDesc); 660 1.1 jruoho return_ACPI_STATUS (Status); 661 1.1 jruoho } 662 1.1 jruoho 663 1.1 jruoho 664 1.1 jruoho /******************************************************************************* 665 1.1 jruoho * 666 1.1 jruoho * FUNCTION: AcpiRsGetCrsMethodData 667 1.1 jruoho * 668 1.1 jruoho * PARAMETERS: Node - Device node 669 1.1 jruoho * RetBuffer - Pointer to a buffer structure for the 670 1.1 jruoho * results 671 1.1 jruoho * 672 1.1 jruoho * RETURN: Status 673 1.1 jruoho * 674 1.1 jruoho * DESCRIPTION: This function is called to get the _CRS value of an object 675 1.1 jruoho * contained in an object specified by the handle passed in 676 1.1 jruoho * 677 1.1 jruoho * If the function fails an appropriate status will be returned 678 1.1 jruoho * and the contents of the callers buffer is undefined. 679 1.1 jruoho * 680 1.1 jruoho ******************************************************************************/ 681 1.1 jruoho 682 1.1 jruoho ACPI_STATUS 683 1.1 jruoho AcpiRsGetCrsMethodData ( 684 1.1 jruoho ACPI_NAMESPACE_NODE *Node, 685 1.1 jruoho ACPI_BUFFER *RetBuffer) 686 1.1 jruoho { 687 1.1 jruoho ACPI_OPERAND_OBJECT *ObjDesc; 688 1.1 jruoho ACPI_STATUS Status; 689 1.1 jruoho 690 1.1 jruoho 691 1.1 jruoho ACPI_FUNCTION_TRACE (RsGetCrsMethodData); 692 1.1 jruoho 693 1.1 jruoho 694 1.1 jruoho /* Parameters guaranteed valid by caller */ 695 1.1 jruoho 696 1.1 jruoho /* Execute the method, no parameters */ 697 1.1 jruoho 698 1.8 christos Status = AcpiUtEvaluateObject ( 699 1.8 christos Node, METHOD_NAME__CRS, ACPI_BTYPE_BUFFER, &ObjDesc); 700 1.1 jruoho if (ACPI_FAILURE (Status)) 701 1.1 jruoho { 702 1.1 jruoho return_ACPI_STATUS (Status); 703 1.1 jruoho } 704 1.1 jruoho 705 1.1 jruoho /* 706 1.1 jruoho * Make the call to create a resource linked list from the 707 1.1 jruoho * byte stream buffer that comes back from the _CRS method 708 1.1 jruoho * execution. 709 1.1 jruoho */ 710 1.1 jruoho Status = AcpiRsCreateResourceList (ObjDesc, RetBuffer); 711 1.1 jruoho 712 1.1 jruoho /* On exit, we must delete the object returned by evaluateObject */ 713 1.1 jruoho 714 1.1 jruoho AcpiUtRemoveReference (ObjDesc); 715 1.1 jruoho return_ACPI_STATUS (Status); 716 1.1 jruoho } 717 1.1 jruoho 718 1.1 jruoho 719 1.1 jruoho /******************************************************************************* 720 1.1 jruoho * 721 1.1 jruoho * FUNCTION: AcpiRsGetPrsMethodData 722 1.1 jruoho * 723 1.1 jruoho * PARAMETERS: Node - Device node 724 1.1 jruoho * RetBuffer - Pointer to a buffer structure for the 725 1.1 jruoho * results 726 1.1 jruoho * 727 1.1 jruoho * RETURN: Status 728 1.1 jruoho * 729 1.1 jruoho * DESCRIPTION: This function is called to get the _PRS value of an object 730 1.1 jruoho * contained in an object specified by the handle passed in 731 1.1 jruoho * 732 1.1 jruoho * If the function fails an appropriate status will be returned 733 1.1 jruoho * and the contents of the callers buffer is undefined. 734 1.1 jruoho * 735 1.1 jruoho ******************************************************************************/ 736 1.1 jruoho 737 1.1 jruoho ACPI_STATUS 738 1.1 jruoho AcpiRsGetPrsMethodData ( 739 1.1 jruoho ACPI_NAMESPACE_NODE *Node, 740 1.1 jruoho ACPI_BUFFER *RetBuffer) 741 1.1 jruoho { 742 1.1 jruoho ACPI_OPERAND_OBJECT *ObjDesc; 743 1.1 jruoho ACPI_STATUS Status; 744 1.1 jruoho 745 1.1 jruoho 746 1.1 jruoho ACPI_FUNCTION_TRACE (RsGetPrsMethodData); 747 1.1 jruoho 748 1.1 jruoho 749 1.1 jruoho /* Parameters guaranteed valid by caller */ 750 1.1 jruoho 751 1.1 jruoho /* Execute the method, no parameters */ 752 1.1 jruoho 753 1.8 christos Status = AcpiUtEvaluateObject ( 754 1.8 christos Node, METHOD_NAME__PRS, ACPI_BTYPE_BUFFER, &ObjDesc); 755 1.1 jruoho if (ACPI_FAILURE (Status)) 756 1.1 jruoho { 757 1.1 jruoho return_ACPI_STATUS (Status); 758 1.1 jruoho } 759 1.1 jruoho 760 1.1 jruoho /* 761 1.1 jruoho * Make the call to create a resource linked list from the 762 1.1 jruoho * byte stream buffer that comes back from the _CRS method 763 1.1 jruoho * execution. 764 1.1 jruoho */ 765 1.1 jruoho Status = AcpiRsCreateResourceList (ObjDesc, RetBuffer); 766 1.1 jruoho 767 1.1 jruoho /* On exit, we must delete the object returned by evaluateObject */ 768 1.1 jruoho 769 1.1 jruoho AcpiUtRemoveReference (ObjDesc); 770 1.1 jruoho return_ACPI_STATUS (Status); 771 1.1 jruoho } 772 1.1 jruoho 773 1.1 jruoho 774 1.1 jruoho /******************************************************************************* 775 1.1 jruoho * 776 1.4 christos * FUNCTION: AcpiRsGetAeiMethodData 777 1.4 christos * 778 1.4 christos * PARAMETERS: Node - Device node 779 1.4 christos * RetBuffer - Pointer to a buffer structure for the 780 1.4 christos * results 781 1.4 christos * 782 1.4 christos * RETURN: Status 783 1.4 christos * 784 1.4 christos * DESCRIPTION: This function is called to get the _AEI value of an object 785 1.4 christos * contained in an object specified by the handle passed in 786 1.4 christos * 787 1.4 christos * If the function fails an appropriate status will be returned 788 1.4 christos * and the contents of the callers buffer is undefined. 789 1.4 christos * 790 1.4 christos ******************************************************************************/ 791 1.4 christos 792 1.4 christos ACPI_STATUS 793 1.4 christos AcpiRsGetAeiMethodData ( 794 1.4 christos ACPI_NAMESPACE_NODE *Node, 795 1.4 christos ACPI_BUFFER *RetBuffer) 796 1.4 christos { 797 1.4 christos ACPI_OPERAND_OBJECT *ObjDesc; 798 1.4 christos ACPI_STATUS Status; 799 1.4 christos 800 1.4 christos 801 1.4 christos ACPI_FUNCTION_TRACE (RsGetAeiMethodData); 802 1.4 christos 803 1.4 christos 804 1.4 christos /* Parameters guaranteed valid by caller */ 805 1.4 christos 806 1.4 christos /* Execute the method, no parameters */ 807 1.4 christos 808 1.8 christos Status = AcpiUtEvaluateObject ( 809 1.8 christos Node, METHOD_NAME__AEI, ACPI_BTYPE_BUFFER, &ObjDesc); 810 1.4 christos if (ACPI_FAILURE (Status)) 811 1.4 christos { 812 1.4 christos return_ACPI_STATUS (Status); 813 1.4 christos } 814 1.4 christos 815 1.4 christos /* 816 1.4 christos * Make the call to create a resource linked list from the 817 1.4 christos * byte stream buffer that comes back from the _CRS method 818 1.4 christos * execution. 819 1.4 christos */ 820 1.4 christos Status = AcpiRsCreateResourceList (ObjDesc, RetBuffer); 821 1.4 christos 822 1.4 christos /* On exit, we must delete the object returned by evaluateObject */ 823 1.4 christos 824 1.4 christos AcpiUtRemoveReference (ObjDesc); 825 1.4 christos return_ACPI_STATUS (Status); 826 1.4 christos } 827 1.4 christos 828 1.4 christos 829 1.4 christos /******************************************************************************* 830 1.4 christos * 831 1.1 jruoho * FUNCTION: AcpiRsGetMethodData 832 1.1 jruoho * 833 1.1 jruoho * PARAMETERS: Handle - Handle to the containing object 834 1.1 jruoho * Path - Path to method, relative to Handle 835 1.1 jruoho * RetBuffer - Pointer to a buffer structure for the 836 1.1 jruoho * results 837 1.1 jruoho * 838 1.1 jruoho * RETURN: Status 839 1.1 jruoho * 840 1.1 jruoho * DESCRIPTION: This function is called to get the _CRS or _PRS value of an 841 1.1 jruoho * object contained in an object specified by the handle passed in 842 1.1 jruoho * 843 1.1 jruoho * If the function fails an appropriate status will be returned 844 1.1 jruoho * and the contents of the callers buffer is undefined. 845 1.1 jruoho * 846 1.1 jruoho ******************************************************************************/ 847 1.1 jruoho 848 1.1 jruoho ACPI_STATUS 849 1.1 jruoho AcpiRsGetMethodData ( 850 1.1 jruoho ACPI_HANDLE Handle, 851 1.9 christos const char *Path, 852 1.1 jruoho ACPI_BUFFER *RetBuffer) 853 1.1 jruoho { 854 1.1 jruoho ACPI_OPERAND_OBJECT *ObjDesc; 855 1.1 jruoho ACPI_STATUS Status; 856 1.1 jruoho 857 1.1 jruoho 858 1.1 jruoho ACPI_FUNCTION_TRACE (RsGetMethodData); 859 1.1 jruoho 860 1.1 jruoho 861 1.1 jruoho /* Parameters guaranteed valid by caller */ 862 1.1 jruoho 863 1.1 jruoho /* Execute the method, no parameters */ 864 1.1 jruoho 865 1.8 christos Status = AcpiUtEvaluateObject ( 866 1.8 christos ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Handle), 867 1.4 christos Path, ACPI_BTYPE_BUFFER, &ObjDesc); 868 1.1 jruoho if (ACPI_FAILURE (Status)) 869 1.1 jruoho { 870 1.1 jruoho return_ACPI_STATUS (Status); 871 1.1 jruoho } 872 1.1 jruoho 873 1.1 jruoho /* 874 1.1 jruoho * Make the call to create a resource linked list from the 875 1.1 jruoho * byte stream buffer that comes back from the method 876 1.1 jruoho * execution. 877 1.1 jruoho */ 878 1.1 jruoho Status = AcpiRsCreateResourceList (ObjDesc, RetBuffer); 879 1.1 jruoho 880 1.1 jruoho /* On exit, we must delete the object returned by EvaluateObject */ 881 1.1 jruoho 882 1.1 jruoho AcpiUtRemoveReference (ObjDesc); 883 1.1 jruoho return_ACPI_STATUS (Status); 884 1.1 jruoho } 885 1.1 jruoho 886 1.1 jruoho 887 1.1 jruoho /******************************************************************************* 888 1.1 jruoho * 889 1.1 jruoho * FUNCTION: AcpiRsSetSrsMethodData 890 1.1 jruoho * 891 1.1 jruoho * PARAMETERS: Node - Device node 892 1.1 jruoho * InBuffer - Pointer to a buffer structure of the 893 1.1 jruoho * parameter 894 1.1 jruoho * 895 1.1 jruoho * RETURN: Status 896 1.1 jruoho * 897 1.1 jruoho * DESCRIPTION: This function is called to set the _SRS of an object contained 898 1.1 jruoho * in an object specified by the handle passed in 899 1.1 jruoho * 900 1.1 jruoho * If the function fails an appropriate status will be returned 901 1.1 jruoho * and the contents of the callers buffer is undefined. 902 1.1 jruoho * 903 1.1 jruoho * Note: Parameters guaranteed valid by caller 904 1.1 jruoho * 905 1.1 jruoho ******************************************************************************/ 906 1.1 jruoho 907 1.1 jruoho ACPI_STATUS 908 1.1 jruoho AcpiRsSetSrsMethodData ( 909 1.1 jruoho ACPI_NAMESPACE_NODE *Node, 910 1.1 jruoho ACPI_BUFFER *InBuffer) 911 1.1 jruoho { 912 1.1 jruoho ACPI_EVALUATE_INFO *Info; 913 1.1 jruoho ACPI_OPERAND_OBJECT *Args[2]; 914 1.1 jruoho ACPI_STATUS Status; 915 1.1 jruoho ACPI_BUFFER Buffer; 916 1.1 jruoho 917 1.1 jruoho 918 1.1 jruoho ACPI_FUNCTION_TRACE (RsSetSrsMethodData); 919 1.1 jruoho 920 1.1 jruoho 921 1.1 jruoho /* Allocate and initialize the evaluation information block */ 922 1.1 jruoho 923 1.1 jruoho Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO)); 924 1.1 jruoho if (!Info) 925 1.1 jruoho { 926 1.1 jruoho return_ACPI_STATUS (AE_NO_MEMORY); 927 1.1 jruoho } 928 1.1 jruoho 929 1.1 jruoho Info->PrefixNode = Node; 930 1.4 christos Info->RelativePathname = __UNCONST(METHOD_NAME__SRS); 931 1.1 jruoho Info->Parameters = Args; 932 1.1 jruoho Info->Flags = ACPI_IGNORE_RETURN_VALUE; 933 1.1 jruoho 934 1.1 jruoho /* 935 1.1 jruoho * The InBuffer parameter will point to a linked list of 936 1.1 jruoho * resource parameters. It needs to be formatted into a 937 1.1 jruoho * byte stream to be sent in as an input parameter to _SRS 938 1.1 jruoho * 939 1.1 jruoho * Convert the linked list into a byte stream 940 1.1 jruoho */ 941 1.1 jruoho Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER; 942 1.4 christos Status = AcpiRsCreateAmlResources (InBuffer, &Buffer); 943 1.1 jruoho if (ACPI_FAILURE (Status)) 944 1.1 jruoho { 945 1.1 jruoho goto Cleanup; 946 1.1 jruoho } 947 1.1 jruoho 948 1.1 jruoho /* Create and initialize the method parameter object */ 949 1.1 jruoho 950 1.1 jruoho Args[0] = AcpiUtCreateInternalObject (ACPI_TYPE_BUFFER); 951 1.1 jruoho if (!Args[0]) 952 1.1 jruoho { 953 1.1 jruoho /* 954 1.1 jruoho * Must free the buffer allocated above (otherwise it is freed 955 1.1 jruoho * later) 956 1.1 jruoho */ 957 1.1 jruoho ACPI_FREE (Buffer.Pointer); 958 1.1 jruoho Status = AE_NO_MEMORY; 959 1.1 jruoho goto Cleanup; 960 1.1 jruoho } 961 1.1 jruoho 962 1.1 jruoho Args[0]->Buffer.Length = (UINT32) Buffer.Length; 963 1.1 jruoho Args[0]->Buffer.Pointer = Buffer.Pointer; 964 1.1 jruoho Args[0]->Common.Flags = AOPOBJ_DATA_VALID; 965 1.1 jruoho Args[1] = NULL; 966 1.1 jruoho 967 1.1 jruoho /* Execute the method, no return value is expected */ 968 1.1 jruoho 969 1.1 jruoho Status = AcpiNsEvaluate (Info); 970 1.1 jruoho 971 1.1 jruoho /* Clean up and return the status from AcpiNsEvaluate */ 972 1.1 jruoho 973 1.1 jruoho AcpiUtRemoveReference (Args[0]); 974 1.1 jruoho 975 1.1 jruoho Cleanup: 976 1.1 jruoho ACPI_FREE (Info); 977 1.1 jruoho return_ACPI_STATUS (Status); 978 1.1 jruoho } 979