1 /****************************************************************************** 2 * 3 * Module Name: nsxfname - Public interfaces to the ACPI subsystem 4 * ACPI Namespace oriented interfaces 5 * 6 *****************************************************************************/ 7 8 /****************************************************************************** 9 * 10 * 1. Copyright Notice 11 * 12 * Some or all of this work - Copyright (c) 1999 - 2012, Intel Corp. 13 * All rights reserved. 14 * 15 * 2. License 16 * 17 * 2.1. This is your license from Intel Corp. under its intellectual property 18 * rights. You may have additional license terms from the party that provided 19 * you this software, covering your right to use that party's intellectual 20 * property rights. 21 * 22 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a 23 * copy of the source code appearing in this file ("Covered Code") an 24 * irrevocable, perpetual, worldwide license under Intel's copyrights in the 25 * base code distributed originally by Intel ("Original Intel Code") to copy, 26 * make derivatives, distribute, use and display any portion of the Covered 27 * Code in any form, with the right to sublicense such rights; and 28 * 29 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 30 * license (with the right to sublicense), under only those claims of Intel 31 * patents that are infringed by the Original Intel Code, to make, use, sell, 32 * offer to sell, and import the Covered Code and derivative works thereof 33 * solely to the minimum extent necessary to exercise the above copyright 34 * license, and in no event shall the patent license extend to any additions 35 * to or modifications of the Original Intel Code. No other license or right 36 * is granted directly or by implication, estoppel or otherwise; 37 * 38 * The above copyright and patent license is granted only if the following 39 * conditions are met: 40 * 41 * 3. Conditions 42 * 43 * 3.1. Redistribution of Source with Rights to Further Distribute Source. 44 * Redistribution of source code of any substantial portion of the Covered 45 * Code or modification with rights to further distribute source must include 46 * the above Copyright Notice, the above License, this list of Conditions, 47 * and the following Disclaimer and Export Compliance provision. In addition, 48 * Licensee must cause all Covered Code to which Licensee contributes to 49 * contain a file documenting the changes Licensee made to create that Covered 50 * Code and the date of any change. Licensee must include in that file the 51 * documentation of any changes made by any predecessor Licensee. Licensee 52 * must include a prominent statement that the modification is derived, 53 * directly or indirectly, from Original Intel Code. 54 * 55 * 3.2. Redistribution of Source with no Rights to Further Distribute Source. 56 * Redistribution of source code of any substantial portion of the Covered 57 * Code or modification without rights to further distribute source must 58 * include the following Disclaimer and Export Compliance provision in the 59 * documentation and/or other materials provided with distribution. In 60 * addition, Licensee may not authorize further sublicense of source of any 61 * portion of the Covered Code, and must include terms to the effect that the 62 * license from Licensee to its licensee is limited to the intellectual 63 * property embodied in the software Licensee provides to its licensee, and 64 * not to intellectual property embodied in modifications its licensee may 65 * make. 66 * 67 * 3.3. Redistribution of Executable. Redistribution in executable form of any 68 * substantial portion of the Covered Code or modification must reproduce the 69 * above Copyright Notice, and the following Disclaimer and Export Compliance 70 * provision in the documentation and/or other materials provided with the 71 * distribution. 72 * 73 * 3.4. Intel retains all right, title, and interest in and to the Original 74 * Intel Code. 75 * 76 * 3.5. Neither the name Intel nor any other trademark owned or controlled by 77 * Intel shall be used in advertising or otherwise to promote the sale, use or 78 * other dealings in products derived from or relating to the Covered Code 79 * without prior written authorization from Intel. 80 * 81 * 4. Disclaimer and Export Compliance 82 * 83 * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED 84 * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE 85 * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE, 86 * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY 87 * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY 88 * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A 89 * PARTICULAR PURPOSE. 90 * 91 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES 92 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR 93 * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT, 94 * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY 95 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 96 * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS 97 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY 98 * LIMITED REMEDY. 99 * 100 * 4.3. Licensee shall not export, either directly or indirectly, any of this 101 * software or system incorporating such software without first obtaining any 102 * required license or other approval from the U. S. Department of Commerce or 103 * any other agency or department of the United States Government. In the 104 * event Licensee exports any such software from the United States or 105 * re-exports any such software from a foreign destination, Licensee shall 106 * ensure that the distribution and export/re-export of the software is in 107 * compliance with all laws, regulations, orders, or other restrictions of the 108 * U.S. Export Administration Regulations. Licensee agrees that neither it nor 109 * any of its subsidiaries will export/re-export any technical data, process, 110 * software, or service, directly or indirectly, to any country for which the 111 * United States government or any agency thereof requires an export license, 112 * other governmental approval, or letter of assurance, without first obtaining 113 * such license, approval or letter. 114 * 115 *****************************************************************************/ 116 117 #define __NSXFNAME_C__ 118 119 #include "acpi.h" 120 #include "accommon.h" 121 #include "acnamesp.h" 122 #include "acparser.h" 123 #include "amlcode.h" 124 125 126 #define _COMPONENT ACPI_NAMESPACE 127 ACPI_MODULE_NAME ("nsxfname") 128 129 /* Local prototypes */ 130 131 static char * 132 AcpiNsCopyDeviceId ( 133 ACPI_PNP_DEVICE_ID *Dest, 134 ACPI_PNP_DEVICE_ID *Source, 135 char *StringArea); 136 137 138 /****************************************************************************** 139 * 140 * FUNCTION: AcpiGetHandle 141 * 142 * PARAMETERS: Parent - Object to search under (search scope). 143 * Pathname - Pointer to an asciiz string containing the 144 * name 145 * RetHandle - Where the return handle is returned 146 * 147 * RETURN: Status 148 * 149 * DESCRIPTION: This routine will search for a caller specified name in the 150 * name space. The caller can restrict the search region by 151 * specifying a non NULL parent. The parent value is itself a 152 * namespace handle. 153 * 154 ******************************************************************************/ 155 156 ACPI_STATUS 157 AcpiGetHandle ( 158 ACPI_HANDLE Parent, 159 ACPI_STRING Pathname, 160 ACPI_HANDLE *RetHandle) 161 { 162 ACPI_STATUS Status; 163 ACPI_NAMESPACE_NODE *Node = NULL; 164 ACPI_NAMESPACE_NODE *PrefixNode = NULL; 165 166 167 ACPI_FUNCTION_ENTRY (); 168 169 170 /* Parameter Validation */ 171 172 if (!RetHandle || !Pathname) 173 { 174 return (AE_BAD_PARAMETER); 175 } 176 177 /* Convert a parent handle to a prefix node */ 178 179 if (Parent) 180 { 181 PrefixNode = AcpiNsValidateHandle (Parent); 182 if (!PrefixNode) 183 { 184 return (AE_BAD_PARAMETER); 185 } 186 } 187 188 /* 189 * Valid cases are: 190 * 1) Fully qualified pathname 191 * 2) Parent + Relative pathname 192 * 193 * Error for <null Parent + relative path> 194 */ 195 if (AcpiNsValidRootPrefix (Pathname[0])) 196 { 197 /* Pathname is fully qualified (starts with '\') */ 198 199 /* Special case for root-only, since we can't search for it */ 200 201 if (!ACPI_STRCMP (Pathname, ACPI_NS_ROOT_PATH)) 202 { 203 *RetHandle = ACPI_CAST_PTR (ACPI_HANDLE, AcpiGbl_RootNode); 204 return (AE_OK); 205 } 206 } 207 else if (!PrefixNode) 208 { 209 /* Relative path with null prefix is disallowed */ 210 211 return (AE_BAD_PARAMETER); 212 } 213 214 /* Find the Node and convert to a handle */ 215 216 Status = AcpiNsGetNode (PrefixNode, Pathname, ACPI_NS_NO_UPSEARCH, &Node); 217 if (ACPI_SUCCESS (Status)) 218 { 219 *RetHandle = ACPI_CAST_PTR (ACPI_HANDLE, Node); 220 } 221 222 return (Status); 223 } 224 225 ACPI_EXPORT_SYMBOL (AcpiGetHandle) 226 227 228 /****************************************************************************** 229 * 230 * FUNCTION: AcpiGetName 231 * 232 * PARAMETERS: Handle - Handle to be converted to a pathname 233 * NameType - Full pathname or single segment 234 * Buffer - Buffer for returned path 235 * 236 * RETURN: Pointer to a string containing the fully qualified Name. 237 * 238 * DESCRIPTION: This routine returns the fully qualified name associated with 239 * the Handle parameter. This and the AcpiPathnameToHandle are 240 * complementary functions. 241 * 242 ******************************************************************************/ 243 244 ACPI_STATUS 245 AcpiGetName ( 246 ACPI_HANDLE Handle, 247 UINT32 NameType, 248 ACPI_BUFFER *Buffer) 249 { 250 ACPI_STATUS Status; 251 ACPI_NAMESPACE_NODE *Node; 252 253 254 /* Parameter validation */ 255 256 if (NameType > ACPI_NAME_TYPE_MAX) 257 { 258 return (AE_BAD_PARAMETER); 259 } 260 261 Status = AcpiUtValidateBuffer (Buffer); 262 if (ACPI_FAILURE (Status)) 263 { 264 return (Status); 265 } 266 267 if (NameType == ACPI_FULL_PATHNAME) 268 { 269 /* Get the full pathname (From the namespace root) */ 270 271 Status = AcpiNsHandleToPathname (Handle, Buffer); 272 return (Status); 273 } 274 275 /* 276 * Wants the single segment ACPI name. 277 * Validate handle and convert to a namespace Node 278 */ 279 Status = AcpiUtAcquireMutex (ACPI_MTX_NAMESPACE); 280 if (ACPI_FAILURE (Status)) 281 { 282 return (Status); 283 } 284 285 Node = AcpiNsValidateHandle (Handle); 286 if (!Node) 287 { 288 Status = AE_BAD_PARAMETER; 289 goto UnlockAndExit; 290 } 291 292 /* Validate/Allocate/Clear caller buffer */ 293 294 Status = AcpiUtInitializeBuffer (Buffer, ACPI_PATH_SEGMENT_LENGTH); 295 if (ACPI_FAILURE (Status)) 296 { 297 goto UnlockAndExit; 298 } 299 300 /* Just copy the ACPI name from the Node and zero terminate it */ 301 302 ACPI_MOVE_NAME (Buffer->Pointer, AcpiUtGetNodeName (Node)); 303 ((char *) Buffer->Pointer) [ACPI_NAME_SIZE] = 0; 304 Status = AE_OK; 305 306 307 UnlockAndExit: 308 309 (void) AcpiUtReleaseMutex (ACPI_MTX_NAMESPACE); 310 return (Status); 311 } 312 313 ACPI_EXPORT_SYMBOL (AcpiGetName) 314 315 316 /****************************************************************************** 317 * 318 * FUNCTION: AcpiNsCopyDeviceId 319 * 320 * PARAMETERS: Dest - Pointer to the destination PNP_DEVICE_ID 321 * Source - Pointer to the source PNP_DEVICE_ID 322 * StringArea - Pointer to where to copy the dest string 323 * 324 * RETURN: Pointer to the next string area 325 * 326 * DESCRIPTION: Copy a single PNP_DEVICE_ID, including the string data. 327 * 328 ******************************************************************************/ 329 330 static char * 331 AcpiNsCopyDeviceId ( 332 ACPI_PNP_DEVICE_ID *Dest, 333 ACPI_PNP_DEVICE_ID *Source, 334 char *StringArea) 335 { 336 337 /* Create the destination PNP_DEVICE_ID */ 338 339 Dest->String = StringArea; 340 Dest->Length = Source->Length; 341 342 /* Copy actual string and return a pointer to the next string area */ 343 344 ACPI_MEMCPY (StringArea, Source->String, Source->Length); 345 return (StringArea + Source->Length); 346 } 347 348 349 /****************************************************************************** 350 * 351 * FUNCTION: AcpiGetObjectInfo 352 * 353 * PARAMETERS: Handle - Object Handle 354 * ReturnBuffer - Where the info is returned 355 * 356 * RETURN: Status 357 * 358 * DESCRIPTION: Returns information about an object as gleaned from the 359 * namespace node and possibly by running several standard 360 * control methods (Such as in the case of a device.) 361 * 362 * For Device and Processor objects, run the Device _HID, _UID, _CID, _SUB, 363 * _STA, _ADR, _SxW, and _SxD methods. 364 * 365 * Note: Allocates the return buffer, must be freed by the caller. 366 * 367 ******************************************************************************/ 368 369 ACPI_STATUS 370 AcpiGetObjectInfo ( 371 ACPI_HANDLE Handle, 372 ACPI_DEVICE_INFO **ReturnBuffer) 373 { 374 ACPI_NAMESPACE_NODE *Node; 375 ACPI_DEVICE_INFO *Info; 376 ACPI_PNP_DEVICE_ID_LIST *CidList = NULL; 377 ACPI_PNP_DEVICE_ID *Hid = NULL; 378 ACPI_PNP_DEVICE_ID *Uid = NULL; 379 ACPI_PNP_DEVICE_ID *Sub = NULL; 380 char *NextIdString; 381 ACPI_OBJECT_TYPE Type; 382 ACPI_NAME Name; 383 UINT8 ParamCount= 0; 384 UINT8 Valid = 0; 385 UINT32 InfoSize; 386 UINT32 i; 387 ACPI_STATUS Status; 388 389 390 /* Parameter validation */ 391 392 if (!Handle || !ReturnBuffer) 393 { 394 return (AE_BAD_PARAMETER); 395 } 396 397 Status = AcpiUtAcquireMutex (ACPI_MTX_NAMESPACE); 398 if (ACPI_FAILURE (Status)) 399 { 400 goto Cleanup; 401 } 402 403 Node = AcpiNsValidateHandle (Handle); 404 if (!Node) 405 { 406 (void) AcpiUtReleaseMutex (ACPI_MTX_NAMESPACE); 407 return (AE_BAD_PARAMETER); 408 } 409 410 /* Get the namespace node data while the namespace is locked */ 411 412 InfoSize = sizeof (ACPI_DEVICE_INFO); 413 Type = Node->Type; 414 Name = Node->Name.Integer; 415 416 if (Node->Type == ACPI_TYPE_METHOD) 417 { 418 ParamCount = Node->Object->Method.ParamCount; 419 } 420 421 Status = AcpiUtReleaseMutex (ACPI_MTX_NAMESPACE); 422 if (ACPI_FAILURE (Status)) 423 { 424 return (Status); 425 } 426 427 if ((Type == ACPI_TYPE_DEVICE) || 428 (Type == ACPI_TYPE_PROCESSOR)) 429 { 430 /* 431 * Get extra info for ACPI Device/Processor objects only: 432 * Run the Device _HID, _UID, _SUB, and _CID methods. 433 * 434 * Note: none of these methods are required, so they may or may 435 * not be present for this device. The Info->Valid bitfield is used 436 * to indicate which methods were found and run successfully. 437 */ 438 439 /* Execute the Device._HID method */ 440 441 Status = AcpiUtExecute_HID (Node, &Hid); 442 if (ACPI_SUCCESS (Status)) 443 { 444 InfoSize += Hid->Length; 445 Valid |= ACPI_VALID_HID; 446 } 447 448 /* Execute the Device._UID method */ 449 450 Status = AcpiUtExecute_UID (Node, &Uid); 451 if (ACPI_SUCCESS (Status)) 452 { 453 InfoSize += Uid->Length; 454 Valid |= ACPI_VALID_UID; 455 } 456 457 /* Execute the Device._SUB method */ 458 459 Status = AcpiUtExecute_SUB (Node, &Sub); 460 if (ACPI_SUCCESS (Status)) 461 { 462 InfoSize += Sub->Length; 463 Valid |= ACPI_VALID_SUB; 464 } 465 466 /* Execute the Device._CID method */ 467 468 Status = AcpiUtExecute_CID (Node, &CidList); 469 if (ACPI_SUCCESS (Status)) 470 { 471 /* Add size of CID strings and CID pointer array */ 472 473 InfoSize += (CidList->ListSize - sizeof (ACPI_PNP_DEVICE_ID_LIST)); 474 Valid |= ACPI_VALID_CID; 475 } 476 } 477 478 /* 479 * Now that we have the variable-length data, we can allocate the 480 * return buffer 481 */ 482 Info = ACPI_ALLOCATE_ZEROED (InfoSize); 483 if (!Info) 484 { 485 Status = AE_NO_MEMORY; 486 goto Cleanup; 487 } 488 489 /* Get the fixed-length data */ 490 491 if ((Type == ACPI_TYPE_DEVICE) || 492 (Type == ACPI_TYPE_PROCESSOR)) 493 { 494 /* 495 * Get extra info for ACPI Device/Processor objects only: 496 * Run the _STA, _ADR and, SxW, and _SxD methods. 497 * 498 * Note: none of these methods are required, so they may or may 499 * not be present for this device. The Info->Valid bitfield is used 500 * to indicate which methods were found and run successfully. 501 */ 502 503 /* Execute the Device._STA method */ 504 505 Status = AcpiUtExecute_STA (Node, &Info->CurrentStatus); 506 if (ACPI_SUCCESS (Status)) 507 { 508 Valid |= ACPI_VALID_STA; 509 } 510 511 /* Execute the Device._ADR method */ 512 513 Status = AcpiUtEvaluateNumericObject (METHOD_NAME__ADR, Node, 514 &Info->Address); 515 if (ACPI_SUCCESS (Status)) 516 { 517 Valid |= ACPI_VALID_ADR; 518 } 519 520 /* Execute the Device._SxW methods */ 521 522 Status = AcpiUtExecutePowerMethods (Node, 523 AcpiGbl_LowestDstateNames, ACPI_NUM_SxW_METHODS, 524 Info->LowestDstates); 525 if (ACPI_SUCCESS (Status)) 526 { 527 Valid |= ACPI_VALID_SXWS; 528 } 529 530 /* Execute the Device._SxD methods */ 531 532 Status = AcpiUtExecutePowerMethods (Node, 533 AcpiGbl_HighestDstateNames, ACPI_NUM_SxD_METHODS, 534 Info->HighestDstates); 535 if (ACPI_SUCCESS (Status)) 536 { 537 Valid |= ACPI_VALID_SXDS; 538 } 539 } 540 541 /* 542 * Create a pointer to the string area of the return buffer. 543 * Point to the end of the base ACPI_DEVICE_INFO structure. 544 */ 545 NextIdString = ACPI_CAST_PTR (char, Info->CompatibleIdList.Ids); 546 if (CidList) 547 { 548 /* Point past the CID PNP_DEVICE_ID array */ 549 550 NextIdString += ((ACPI_SIZE) CidList->Count * sizeof (ACPI_PNP_DEVICE_ID)); 551 } 552 553 /* 554 * Copy the HID, UID, SUB, and CIDs to the return buffer. 555 * The variable-length strings are copied to the reserved area 556 * at the end of the buffer. 557 * 558 * For HID and CID, check if the ID is a PCI Root Bridge. 559 */ 560 if (Hid) 561 { 562 NextIdString = AcpiNsCopyDeviceId (&Info->HardwareId, 563 Hid, NextIdString); 564 565 if (AcpiUtIsPciRootBridge (Hid->String)) 566 { 567 Info->Flags |= ACPI_PCI_ROOT_BRIDGE; 568 } 569 } 570 571 if (Uid) 572 { 573 NextIdString = AcpiNsCopyDeviceId (&Info->UniqueId, 574 Uid, NextIdString); 575 } 576 577 if (Sub) 578 { 579 NextIdString = AcpiNsCopyDeviceId (&Info->SubsystemId, 580 Sub, NextIdString); 581 } 582 583 if (CidList) 584 { 585 Info->CompatibleIdList.Count = CidList->Count; 586 Info->CompatibleIdList.ListSize = CidList->ListSize; 587 588 /* Copy each CID */ 589 590 for (i = 0; i < CidList->Count; i++) 591 { 592 NextIdString = AcpiNsCopyDeviceId (&Info->CompatibleIdList.Ids[i], 593 &CidList->Ids[i], NextIdString); 594 595 if (AcpiUtIsPciRootBridge (CidList->Ids[i].String)) 596 { 597 Info->Flags |= ACPI_PCI_ROOT_BRIDGE; 598 } 599 } 600 } 601 602 /* Copy the fixed-length data */ 603 604 Info->InfoSize = InfoSize; 605 Info->Type = Type; 606 Info->Name = Name; 607 Info->ParamCount = ParamCount; 608 Info->Valid = Valid; 609 610 *ReturnBuffer = Info; 611 Status = AE_OK; 612 613 614 Cleanup: 615 if (Hid) 616 { 617 ACPI_FREE (Hid); 618 } 619 if (Uid) 620 { 621 ACPI_FREE (Uid); 622 } 623 if (Sub) 624 { 625 ACPI_FREE (Sub); 626 } 627 if (CidList) 628 { 629 ACPI_FREE (CidList); 630 } 631 return (Status); 632 } 633 634 ACPI_EXPORT_SYMBOL (AcpiGetObjectInfo) 635 636 637 /****************************************************************************** 638 * 639 * FUNCTION: AcpiInstallMethod 640 * 641 * PARAMETERS: Buffer - An ACPI table containing one control method 642 * 643 * RETURN: Status 644 * 645 * DESCRIPTION: Install a control method into the namespace. If the method 646 * name already exists in the namespace, it is overwritten. The 647 * input buffer must contain a valid DSDT or SSDT containing a 648 * single control method. 649 * 650 ******************************************************************************/ 651 652 ACPI_STATUS 653 AcpiInstallMethod ( 654 UINT8 *Buffer) 655 { 656 ACPI_TABLE_HEADER *Table = ACPI_CAST_PTR (ACPI_TABLE_HEADER, Buffer); 657 UINT8 *AmlBuffer; 658 UINT8 *AmlStart; 659 char *Path; 660 ACPI_NAMESPACE_NODE *Node; 661 ACPI_OPERAND_OBJECT *MethodObj; 662 ACPI_PARSE_STATE ParserState; 663 UINT32 AmlLength; 664 UINT16 Opcode; 665 UINT8 MethodFlags; 666 ACPI_STATUS Status; 667 668 669 /* Parameter validation */ 670 671 if (!Buffer) 672 { 673 return (AE_BAD_PARAMETER); 674 } 675 676 /* Table must be a DSDT or SSDT */ 677 678 if (!ACPI_COMPARE_NAME (Table->Signature, ACPI_SIG_DSDT) && 679 !ACPI_COMPARE_NAME (Table->Signature, ACPI_SIG_SSDT)) 680 { 681 return (AE_BAD_HEADER); 682 } 683 684 /* First AML opcode in the table must be a control method */ 685 686 ParserState.Aml = Buffer + sizeof (ACPI_TABLE_HEADER); 687 Opcode = AcpiPsPeekOpcode (&ParserState); 688 if (Opcode != AML_METHOD_OP) 689 { 690 return (AE_BAD_PARAMETER); 691 } 692 693 /* Extract method information from the raw AML */ 694 695 ParserState.Aml += AcpiPsGetOpcodeSize (Opcode); 696 ParserState.PkgEnd = AcpiPsGetNextPackageEnd (&ParserState); 697 Path = AcpiPsGetNextNamestring (&ParserState); 698 MethodFlags = *ParserState.Aml++; 699 AmlStart = ParserState.Aml; 700 AmlLength = ACPI_PTR_DIFF (ParserState.PkgEnd, AmlStart); 701 702 /* 703 * Allocate resources up-front. We don't want to have to delete a new 704 * node from the namespace if we cannot allocate memory. 705 */ 706 AmlBuffer = ACPI_ALLOCATE (AmlLength); 707 if (!AmlBuffer) 708 { 709 return (AE_NO_MEMORY); 710 } 711 712 MethodObj = AcpiUtCreateInternalObject (ACPI_TYPE_METHOD); 713 if (!MethodObj) 714 { 715 ACPI_FREE (AmlBuffer); 716 return (AE_NO_MEMORY); 717 } 718 719 /* Lock namespace for AcpiNsLookup, we may be creating a new node */ 720 721 Status = AcpiUtAcquireMutex (ACPI_MTX_NAMESPACE); 722 if (ACPI_FAILURE (Status)) 723 { 724 goto ErrorExit; 725 } 726 727 /* The lookup either returns an existing node or creates a new one */ 728 729 Status = AcpiNsLookup (NULL, Path, ACPI_TYPE_METHOD, ACPI_IMODE_LOAD_PASS1, 730 ACPI_NS_DONT_OPEN_SCOPE | ACPI_NS_ERROR_IF_FOUND, NULL, &Node); 731 732 (void) AcpiUtReleaseMutex (ACPI_MTX_NAMESPACE); 733 734 if (ACPI_FAILURE (Status)) /* NsLookup */ 735 { 736 if (Status != AE_ALREADY_EXISTS) 737 { 738 goto ErrorExit; 739 } 740 741 /* Node existed previously, make sure it is a method node */ 742 743 if (Node->Type != ACPI_TYPE_METHOD) 744 { 745 Status = AE_TYPE; 746 goto ErrorExit; 747 } 748 } 749 750 /* Copy the method AML to the local buffer */ 751 752 ACPI_MEMCPY (AmlBuffer, AmlStart, AmlLength); 753 754 /* Initialize the method object with the new method's information */ 755 756 MethodObj->Method.AmlStart = AmlBuffer; 757 MethodObj->Method.AmlLength = AmlLength; 758 759 MethodObj->Method.ParamCount = (UINT8) 760 (MethodFlags & AML_METHOD_ARG_COUNT); 761 762 if (MethodFlags & AML_METHOD_SERIALIZED) 763 { 764 MethodObj->Method.InfoFlags = ACPI_METHOD_SERIALIZED; 765 766 MethodObj->Method.SyncLevel = (UINT8) 767 ((MethodFlags & AML_METHOD_SYNC_LEVEL) >> 4); 768 } 769 770 /* 771 * Now that it is complete, we can attach the new method object to 772 * the method Node (detaches/deletes any existing object) 773 */ 774 Status = AcpiNsAttachObject (Node, MethodObj, ACPI_TYPE_METHOD); 775 776 /* 777 * Flag indicates AML buffer is dynamic, must be deleted later. 778 * Must be set only after attach above. 779 */ 780 Node->Flags |= ANOBJ_ALLOCATED_BUFFER; 781 782 /* Remove local reference to the method object */ 783 784 AcpiUtRemoveReference (MethodObj); 785 return (Status); 786 787 788 ErrorExit: 789 790 ACPI_FREE (AmlBuffer); 791 ACPI_FREE (MethodObj); 792 return (Status); 793 } 794 795 ACPI_EXPORT_SYMBOL (AcpiInstallMethod) 796