exresolv.c revision 77424
167754Smsmith
267754Smsmith/******************************************************************************
367754Smsmith *
477424Smsmith * Module Name: exresolv - AML Interpreter object resolution
577424Smsmith *              $Revision: 95 $
667754Smsmith *
767754Smsmith *****************************************************************************/
867754Smsmith
967754Smsmith/******************************************************************************
1067754Smsmith *
1167754Smsmith * 1. Copyright Notice
1267754Smsmith *
1371867Smsmith * Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.
1470243Smsmith * All rights reserved.
1567754Smsmith *
1667754Smsmith * 2. License
1767754Smsmith *
1867754Smsmith * 2.1. This is your license from Intel Corp. under its intellectual property
1967754Smsmith * rights.  You may have additional license terms from the party that provided
2067754Smsmith * you this software, covering your right to use that party's intellectual
2167754Smsmith * property rights.
2267754Smsmith *
2367754Smsmith * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
2467754Smsmith * copy of the source code appearing in this file ("Covered Code") an
2567754Smsmith * irrevocable, perpetual, worldwide license under Intel's copyrights in the
2667754Smsmith * base code distributed originally by Intel ("Original Intel Code") to copy,
2767754Smsmith * make derivatives, distribute, use and display any portion of the Covered
2867754Smsmith * Code in any form, with the right to sublicense such rights; and
2967754Smsmith *
3067754Smsmith * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
3167754Smsmith * license (with the right to sublicense), under only those claims of Intel
3267754Smsmith * patents that are infringed by the Original Intel Code, to make, use, sell,
3367754Smsmith * offer to sell, and import the Covered Code and derivative works thereof
3467754Smsmith * solely to the minimum extent necessary to exercise the above copyright
3567754Smsmith * license, and in no event shall the patent license extend to any additions
3667754Smsmith * to or modifications of the Original Intel Code.  No other license or right
3767754Smsmith * is granted directly or by implication, estoppel or otherwise;
3867754Smsmith *
3967754Smsmith * The above copyright and patent license is granted only if the following
4067754Smsmith * conditions are met:
4167754Smsmith *
4267754Smsmith * 3. Conditions
4367754Smsmith *
4467754Smsmith * 3.1. Redistribution of Source with Rights to Further Distribute Source.
4567754Smsmith * Redistribution of source code of any substantial portion of the Covered
4667754Smsmith * Code or modification with rights to further distribute source must include
4767754Smsmith * the above Copyright Notice, the above License, this list of Conditions,
4867754Smsmith * and the following Disclaimer and Export Compliance provision.  In addition,
4967754Smsmith * Licensee must cause all Covered Code to which Licensee contributes to
5067754Smsmith * contain a file documenting the changes Licensee made to create that Covered
5167754Smsmith * Code and the date of any change.  Licensee must include in that file the
5267754Smsmith * documentation of any changes made by any predecessor Licensee.  Licensee
5367754Smsmith * must include a prominent statement that the modification is derived,
5467754Smsmith * directly or indirectly, from Original Intel Code.
5567754Smsmith *
5667754Smsmith * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
5767754Smsmith * Redistribution of source code of any substantial portion of the Covered
5867754Smsmith * Code or modification without rights to further distribute source must
5967754Smsmith * include the following Disclaimer and Export Compliance provision in the
6067754Smsmith * documentation and/or other materials provided with distribution.  In
6167754Smsmith * addition, Licensee may not authorize further sublicense of source of any
6267754Smsmith * portion of the Covered Code, and must include terms to the effect that the
6367754Smsmith * license from Licensee to its licensee is limited to the intellectual
6467754Smsmith * property embodied in the software Licensee provides to its licensee, and
6567754Smsmith * not to intellectual property embodied in modifications its licensee may
6667754Smsmith * make.
6767754Smsmith *
6867754Smsmith * 3.3. Redistribution of Executable. Redistribution in executable form of any
6967754Smsmith * substantial portion of the Covered Code or modification must reproduce the
7067754Smsmith * above Copyright Notice, and the following Disclaimer and Export Compliance
7167754Smsmith * provision in the documentation and/or other materials provided with the
7267754Smsmith * distribution.
7367754Smsmith *
7467754Smsmith * 3.4. Intel retains all right, title, and interest in and to the Original
7567754Smsmith * Intel Code.
7667754Smsmith *
7767754Smsmith * 3.5. Neither the name Intel nor any other trademark owned or controlled by
7867754Smsmith * Intel shall be used in advertising or otherwise to promote the sale, use or
7967754Smsmith * other dealings in products derived from or relating to the Covered Code
8067754Smsmith * without prior written authorization from Intel.
8167754Smsmith *
8267754Smsmith * 4. Disclaimer and Export Compliance
8367754Smsmith *
8467754Smsmith * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
8567754Smsmith * HERE.  ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
8667754Smsmith * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT,  ASSISTANCE,
8767754Smsmith * INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL WILL NOT PROVIDE ANY
8867754Smsmith * UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY DISCLAIMS ANY
8967754Smsmith * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
9067754Smsmith * PARTICULAR PURPOSE.
9167754Smsmith *
9267754Smsmith * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
9367754Smsmith * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
9467754Smsmith * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
9567754Smsmith * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
9667754Smsmith * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
9767754Smsmith * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.  THESE LIMITATIONS
9867754Smsmith * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
9967754Smsmith * LIMITED REMEDY.
10067754Smsmith *
10167754Smsmith * 4.3. Licensee shall not export, either directly or indirectly, any of this
10267754Smsmith * software or system incorporating such software without first obtaining any
10367754Smsmith * required license or other approval from the U. S. Department of Commerce or
10467754Smsmith * any other agency or department of the United States Government.  In the
10567754Smsmith * event Licensee exports any such software from the United States or
10667754Smsmith * re-exports any such software from a foreign destination, Licensee shall
10767754Smsmith * ensure that the distribution and export/re-export of the software is in
10867754Smsmith * compliance with all laws, regulations, orders, or other restrictions of the
10967754Smsmith * U.S. Export Administration Regulations. Licensee agrees that neither it nor
11067754Smsmith * any of its subsidiaries will export/re-export any technical data, process,
11167754Smsmith * software, or service, directly or indirectly, to any country for which the
11267754Smsmith * United States government or any agency thereof requires an export license,
11367754Smsmith * other governmental approval, or letter of assurance, without first obtaining
11467754Smsmith * such license, approval or letter.
11567754Smsmith *
11667754Smsmith *****************************************************************************/
11767754Smsmith
11877424Smsmith#define __EXRESOLV_C__
11967754Smsmith
12067754Smsmith#include "acpi.h"
12167754Smsmith#include "amlcode.h"
12267754Smsmith#include "acparser.h"
12367754Smsmith#include "acdispat.h"
12467754Smsmith#include "acinterp.h"
12567754Smsmith#include "acnamesp.h"
12667754Smsmith#include "actables.h"
12767754Smsmith#include "acevents.h"
12867754Smsmith
12967754Smsmith
13077424Smsmith#define _COMPONENT          ACPI_EXECUTER
13177424Smsmith        MODULE_NAME         ("exresolv")
13267754Smsmith
13367754Smsmith
13467754Smsmith/*******************************************************************************
13567754Smsmith *
13677424Smsmith * FUNCTION:    AcpiExGetBufferFieldValue
13767754Smsmith *
13877424Smsmith * PARAMETERS:  *ObjDesc            - Pointer to a BufferField
13977424Smsmith *              *ResultDesc         - Pointer to an empty descriptor which will
14077424Smsmith *                                    become an Integer with the field's value
14167754Smsmith *
14267754Smsmith * RETURN:      Status
14367754Smsmith *
14477424Smsmith * DESCRIPTION: Retrieve the value from a BufferField
14567754Smsmith *
14667754Smsmith ******************************************************************************/
14767754Smsmith
14867754SmsmithACPI_STATUS
14977424SmsmithAcpiExGetBufferFieldValue (
15077424Smsmith    ACPI_OPERAND_OBJECT     *ObjDesc,
15167754Smsmith    ACPI_OPERAND_OBJECT     *ResultDesc)
15267754Smsmith{
15377424Smsmith    ACPI_STATUS             Status;
15467754Smsmith    UINT32                  Mask;
15577424Smsmith    UINT8                   *Location;
15667754Smsmith
15767754Smsmith
15877424Smsmith    FUNCTION_TRACE ("ExGetBufferFieldValue");
15967754Smsmith
16067754Smsmith
16177424Smsmith    /*
16277424Smsmith     * Parameter validation
16377424Smsmith     */
16477424Smsmith    if (!ObjDesc)
16567754Smsmith    {
16677424Smsmith        DEBUG_PRINTP (ACPI_ERROR, ("Internal - null field pointer\n"));
16777424Smsmith        return_ACPI_STATUS (AE_AML_NO_OPERAND);
16867754Smsmith    }
16967754Smsmith
17077424Smsmith    if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
17167754Smsmith    {
17277424Smsmith        Status = AcpiDsGetBufferFieldArguments (ObjDesc);
17367754Smsmith        if (ACPI_FAILURE (Status))
17467754Smsmith        {
17567754Smsmith            return_ACPI_STATUS (Status);
17667754Smsmith        }
17767754Smsmith    }
17867754Smsmith
17977424Smsmith    if (!ObjDesc->BufferField.BufferObj)
18067754Smsmith    {
18177424Smsmith        DEBUG_PRINTP (ACPI_ERROR, ("Internal - null container pointer\n"));
18277424Smsmith        return_ACPI_STATUS (AE_AML_INTERNAL);
18367754Smsmith    }
18467754Smsmith
18577424Smsmith    if (ACPI_TYPE_BUFFER != ObjDesc->BufferField.BufferObj->Common.Type)
18667754Smsmith    {
18777424Smsmith        DEBUG_PRINTP (ACPI_ERROR, ("Internal - container is not a Buffer\n"));
18877424Smsmith        return_ACPI_STATUS (AE_AML_OPERAND_TYPE);
18967754Smsmith    }
19067754Smsmith
19177424Smsmith    if (!ResultDesc)
19267754Smsmith    {
19377424Smsmith        DEBUG_PRINTP (ACPI_ERROR, ("Internal - null result pointer\n"));
19477424Smsmith        return_ACPI_STATUS (AE_AML_INTERNAL);
19567754Smsmith    }
19667754Smsmith
19767754Smsmith
19867754Smsmith    /* Field location is (base of buffer) + (byte offset) */
19967754Smsmith
20077424Smsmith    Location = ObjDesc->BufferField.BufferObj->Buffer.Pointer
20177424Smsmith                + ObjDesc->BufferField.BaseByteOffset;
20267754Smsmith
20367754Smsmith    /*
20467754Smsmith     * Construct Mask with as many 1 bits as the field width
20567754Smsmith     *
20667754Smsmith     * NOTE: Only the bottom 5 bits are valid for a shift operation, so
20767754Smsmith     *  special care must be taken for any shift greater than 31 bits.
20867754Smsmith     *
20977424Smsmith     * TBD: [Unhandled] Fields greater than 32 bits will not work.
21067754Smsmith     */
21177424Smsmith    if (ObjDesc->BufferField.BitLength < 32)
21267754Smsmith    {
21377424Smsmith        Mask = ((UINT32) 1 << ObjDesc->BufferField.BitLength) - (UINT32) 1;
21467754Smsmith    }
21567754Smsmith    else
21667754Smsmith    {
21767754Smsmith        Mask = ACPI_UINT32_MAX;
21867754Smsmith    }
21967754Smsmith
22071867Smsmith    ResultDesc->Integer.Type = (UINT8) ACPI_TYPE_INTEGER;
22167754Smsmith
22267754Smsmith    /* Get the 32 bit value at the location */
22367754Smsmith
22471867Smsmith    MOVE_UNALIGNED32_TO_32 (&ResultDesc->Integer.Value, Location);
22567754Smsmith
22667754Smsmith    /*
22767754Smsmith     * Shift the 32-bit word containing the field, and mask off the
22867754Smsmith     * resulting value
22967754Smsmith     */
23071867Smsmith    ResultDesc->Integer.Value =
23177424Smsmith        (ResultDesc->Integer.Value >> ObjDesc->BufferField.StartFieldBitOffset) & Mask;
23267754Smsmith
23367754Smsmith    DEBUG_PRINT (ACPI_INFO,
23467754Smsmith        ("** Read from buffer %p byte %ld bit %d width %d addr %p mask %08lx val %08lx\n",
23577424Smsmith        ObjDesc->BufferField.BufferObj->Buffer.Pointer,
23677424Smsmith        ObjDesc->BufferField.BaseByteOffset,
23777424Smsmith        ObjDesc->BufferField.StartFieldBitOffset,
23877424Smsmith        ObjDesc->BufferField.BitLength,
23971867Smsmith        Location, Mask, ResultDesc->Integer.Value));
24067754Smsmith
24177424Smsmith    return_ACPI_STATUS (AE_OK);
24267754Smsmith}
24367754Smsmith
24467754Smsmith
24567754Smsmith/*******************************************************************************
24667754Smsmith *
24777424Smsmith * FUNCTION:    AcpiExResolveToValue
24867754Smsmith *
24967754Smsmith * PARAMETERS:  **StackPtr          - Points to entry on ObjStack, which can
25077424Smsmith *                                    be either an (ACPI_OPERAND_OBJECT *)
25167754Smsmith *                                    or an ACPI_HANDLE.
25277424Smsmith *              WalkState           - Current method state
25367754Smsmith *
25467754Smsmith * RETURN:      Status
25567754Smsmith *
25671867Smsmith * DESCRIPTION: Convert Reference objects to values
25767754Smsmith *
25867754Smsmith ******************************************************************************/
25967754Smsmith
26067754SmsmithACPI_STATUS
26177424SmsmithAcpiExResolveToValue (
26267754Smsmith    ACPI_OPERAND_OBJECT     **StackPtr,
26367754Smsmith    ACPI_WALK_STATE         *WalkState)
26467754Smsmith{
26577424Smsmith    ACPI_STATUS             Status;
26667754Smsmith
26767754Smsmith
26877424Smsmith    FUNCTION_TRACE_PTR ("ExResolveToValue", StackPtr);
26967754Smsmith
27067754Smsmith
27167754Smsmith    if (!StackPtr || !*StackPtr)
27267754Smsmith    {
27377424Smsmith        DEBUG_PRINTP (ACPI_ERROR, ("Internal - null pointer\n"));
27467754Smsmith        return_ACPI_STATUS (AE_AML_NO_OPERAND);
27567754Smsmith    }
27667754Smsmith
27767754Smsmith
27867754Smsmith    /*
27967754Smsmith     * The entity pointed to by the StackPtr can be either
28067754Smsmith     * 1) A valid ACPI_OPERAND_OBJECT, or
28167754Smsmith     * 2) A ACPI_NAMESPACE_NODE (NamedObj)
28267754Smsmith     */
28367754Smsmith    if (VALID_DESCRIPTOR_TYPE (*StackPtr, ACPI_DESC_TYPE_INTERNAL))
28467754Smsmith    {
28577424Smsmith        Status = AcpiExResolveObjectToValue (StackPtr, WalkState);
28667754Smsmith        if (ACPI_FAILURE (Status))
28767754Smsmith        {
28867754Smsmith            return_ACPI_STATUS (Status);
28967754Smsmith        }
29067754Smsmith    }
29167754Smsmith
29267754Smsmith    /*
29377424Smsmith     * Object on the stack may have changed if AcpiExResolveObjectToValue()
29467754Smsmith     * was called (i.e., we can't use an _else_ here.)
29567754Smsmith     */
29667754Smsmith    if (VALID_DESCRIPTOR_TYPE (*StackPtr, ACPI_DESC_TYPE_NAMED))
29767754Smsmith    {
29877424Smsmith        Status = AcpiExResolveNodeToValue ((ACPI_NAMESPACE_NODE **) StackPtr,
29977424Smsmith                        WalkState);
30077424Smsmith        if (ACPI_FAILURE (Status))
30177424Smsmith        {
30277424Smsmith            return_ACPI_STATUS (Status);
30377424Smsmith        }
30467754Smsmith    }
30567754Smsmith
30667754Smsmith
30777424Smsmith    DEBUG_PRINTP (ACPI_INFO, ("Resolved object %p\n", *StackPtr));
30877424Smsmith    return_ACPI_STATUS (AE_OK);
30967754Smsmith}
31067754Smsmith
31167754Smsmith
31267754Smsmith/*******************************************************************************
31367754Smsmith *
31477424Smsmith * FUNCTION:    AcpiExResolveObjectToValue
31567754Smsmith *
31667754Smsmith * PARAMETERS:  StackPtr        - Pointer to a stack location that contains a
31767754Smsmith *                                ptr to an internal object.
31877424Smsmith *              WalkState       - Current method state
31967754Smsmith *
32067754Smsmith * RETURN:      Status
32167754Smsmith *
32267754Smsmith * DESCRIPTION: Retrieve the value from an internal object.  The Reference type
32367754Smsmith *              uses the associated AML opcode to determine the value.
32467754Smsmith *
32567754Smsmith ******************************************************************************/
32667754Smsmith
32767754SmsmithACPI_STATUS
32877424SmsmithAcpiExResolveObjectToValue (
32967754Smsmith    ACPI_OPERAND_OBJECT     **StackPtr,
33067754Smsmith    ACPI_WALK_STATE         *WalkState)
33167754Smsmith{
33277424Smsmith    ACPI_STATUS             Status = AE_OK;
33367754Smsmith    ACPI_OPERAND_OBJECT     *StackDesc;
33477424Smsmith    void                    *TempNode;
33577424Smsmith    ACPI_OPERAND_OBJECT     *ObjDesc;
33667754Smsmith    UINT16                  Opcode;
33767754Smsmith
33867754Smsmith
33977424Smsmith    FUNCTION_TRACE ("ExResolveObjectToValue");
34067754Smsmith
34167754Smsmith
34267754Smsmith    StackDesc = *StackPtr;
34367754Smsmith
34467754Smsmith    /* This is an ACPI_OPERAND_OBJECT  */
34567754Smsmith
34667754Smsmith    switch (StackDesc->Common.Type)
34767754Smsmith    {
34867754Smsmith
34967754Smsmith    case INTERNAL_TYPE_REFERENCE:
35067754Smsmith
35177424Smsmith        Opcode = StackDesc->Reference.Opcode;
35267754Smsmith
35367754Smsmith        switch (Opcode)
35467754Smsmith        {
35567754Smsmith
35667754Smsmith        case AML_NAME_OP:
35767754Smsmith
35867754Smsmith            /*
35967754Smsmith             * Convert indirect name ptr to a direct name ptr.
36077424Smsmith             * Then, AcpiExResolveNodeToValue can be used to get the value
36167754Smsmith             */
36277424Smsmith            TempNode = StackDesc->Reference.Object;
36367754Smsmith
36467754Smsmith            /* Delete the Reference Object */
36567754Smsmith
36677424Smsmith            AcpiUtRemoveReference (StackDesc);
36767754Smsmith
36867754Smsmith            /* Put direct name pointer onto stack and exit */
36967754Smsmith
37077424Smsmith            (*StackPtr) = TempNode;
37167754Smsmith            break;
37267754Smsmith
37367754Smsmith
37467754Smsmith        case AML_LOCAL_OP:
37577424Smsmith        case AML_ARG_OP:
37667754Smsmith
37767754Smsmith            /*
37867754Smsmith             * Get the local from the method's state info
37967754Smsmith             * Note: this increments the local's object reference count
38067754Smsmith             */
38177424Smsmith            Status = AcpiDsMethodDataGetValue (Opcode,
38277424Smsmith                            StackDesc->Reference.Offset, WalkState, &ObjDesc);
38367754Smsmith            if (ACPI_FAILURE (Status))
38467754Smsmith            {
38567754Smsmith                return_ACPI_STATUS (Status);
38667754Smsmith            }
38767754Smsmith
38867754Smsmith            /*
38967754Smsmith             * Now we can delete the original Reference Object and
39067754Smsmith             * replace it with the resolve value
39167754Smsmith             */
39277424Smsmith            AcpiUtRemoveReference (StackDesc);
39367754Smsmith            *StackPtr = ObjDesc;
39467754Smsmith
39577424Smsmith            DEBUG_PRINTP (ACPI_INFO, ("[Arg/Local %d] ValueObj is %p\n",
39677424Smsmith                StackDesc->Reference.Offset, ObjDesc));
39767754Smsmith            break;
39867754Smsmith
39967754Smsmith
40067754Smsmith        /*
40167754Smsmith         * TBD: [Restructure] These next three opcodes change the type of
40267754Smsmith         * the object, which is actually a no-no.
40367754Smsmith         */
40467754Smsmith        case AML_ZERO_OP:
40567754Smsmith
40671867Smsmith            StackDesc->Common.Type = (UINT8) ACPI_TYPE_INTEGER;
40771867Smsmith            StackDesc->Integer.Value = 0;
40867754Smsmith            break;
40967754Smsmith
41067754Smsmith
41167754Smsmith        case AML_ONE_OP:
41267754Smsmith
41371867Smsmith            StackDesc->Common.Type = (UINT8) ACPI_TYPE_INTEGER;
41471867Smsmith            StackDesc->Integer.Value = 1;
41567754Smsmith            break;
41667754Smsmith
41767754Smsmith
41867754Smsmith        case AML_ONES_OP:
41967754Smsmith
42071867Smsmith            StackDesc->Common.Type = (UINT8) ACPI_TYPE_INTEGER;
42171867Smsmith            StackDesc->Integer.Value = ACPI_INTEGER_MAX;
42269450Smsmith
42369450Smsmith            /* Truncate value if we are executing from a 32-bit ACPI table */
42469450Smsmith
42577424Smsmith            AcpiExTruncateFor32bitTable (StackDesc, WalkState);
42667754Smsmith            break;
42767754Smsmith
42867754Smsmith
42967754Smsmith        case AML_INDEX_OP:
43067754Smsmith
43167754Smsmith            switch (StackDesc->Reference.TargetType)
43267754Smsmith            {
43367754Smsmith            case ACPI_TYPE_BUFFER_FIELD:
43467754Smsmith
43567754Smsmith                /* Just return - leave the Reference on the stack */
43667754Smsmith                break;
43767754Smsmith
43867754Smsmith
43967754Smsmith            case ACPI_TYPE_PACKAGE:
44067754Smsmith                ObjDesc = *StackDesc->Reference.Where;
44167754Smsmith                if (ObjDesc)
44267754Smsmith                {
44367754Smsmith                    /*
44467754Smsmith                     * Valid obj descriptor, copy pointer to return value
44567754Smsmith                     * (i.e., dereference the package index)
44667754Smsmith                     * Delete the ref object, increment the returned object
44767754Smsmith                     */
44877424Smsmith                    AcpiUtRemoveReference (StackDesc);
44977424Smsmith                    AcpiUtAddReference (ObjDesc);
45067754Smsmith                    *StackPtr = ObjDesc;
45167754Smsmith                }
45267754Smsmith
45367754Smsmith                else
45467754Smsmith                {
45567754Smsmith                    /*
45667754Smsmith                     * A NULL object descriptor means an unitialized element of
45777424Smsmith                     * the package, can't dereference it
45867754Smsmith                     */
45977424Smsmith                    DEBUG_PRINTP (ACPI_ERROR,
46077424Smsmith                        ("Attempt to deref an Index to NULL pkg element Idx=%p\n",
46177424Smsmith                        StackDesc));
46267754Smsmith                    Status = AE_AML_UNINITIALIZED_ELEMENT;
46367754Smsmith                }
46467754Smsmith                break;
46567754Smsmith
46667754Smsmith            default:
46777424Smsmith                /* Invalid reference object */
46867754Smsmith
46977424Smsmith                DEBUG_PRINTP (ACPI_ERROR,
47077424Smsmith                    ("Unknown TargetType %X in Index/Reference obj %p\n",
47167754Smsmith                    StackDesc->Reference.TargetType, StackDesc));
47267754Smsmith                Status = AE_AML_INTERNAL;
47367754Smsmith                break;
47467754Smsmith            }
47567754Smsmith
47667754Smsmith            break;
47767754Smsmith
47867754Smsmith
47967754Smsmith        case AML_DEBUG_OP:
48067754Smsmith
48167754Smsmith            /* Just leave the object as-is */
48267754Smsmith            break;
48367754Smsmith
48467754Smsmith
48567754Smsmith        default:
48667754Smsmith
48777424Smsmith            DEBUG_PRINTP (ACPI_ERROR, ("Unknown Reference object subtype %02X in %p\n",
48867754Smsmith                Opcode, StackDesc));
48967754Smsmith            Status = AE_AML_INTERNAL;
49077424Smsmith            break;
49167754Smsmith
49267754Smsmith        }   /* switch (Opcode) */
49367754Smsmith
49467754Smsmith        break; /* case INTERNAL_TYPE_REFERENCE */
49567754Smsmith
49667754Smsmith
49777424Smsmith    case ACPI_TYPE_BUFFER_FIELD:
49867754Smsmith
49977424Smsmith        ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_ANY);
50067754Smsmith        if (!ObjDesc)
50167754Smsmith        {
50267754Smsmith            return_ACPI_STATUS (AE_NO_MEMORY);
50367754Smsmith        }
50467754Smsmith
50577424Smsmith        Status = AcpiExGetBufferFieldValue (StackDesc, ObjDesc);
50667754Smsmith        if (ACPI_FAILURE (Status))
50767754Smsmith        {
50877424Smsmith            AcpiUtRemoveReference (ObjDesc);
50967754Smsmith            ObjDesc = NULL;
51067754Smsmith        }
51167754Smsmith
51267754Smsmith        *StackPtr = (void *) ObjDesc;
51367754Smsmith        break;
51467754Smsmith
51567754Smsmith
51667754Smsmith    case INTERNAL_TYPE_BANK_FIELD:
51767754Smsmith
51877424Smsmith        ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_ANY);
51967754Smsmith        if (!ObjDesc)
52067754Smsmith        {
52167754Smsmith            return_ACPI_STATUS (AE_NO_MEMORY);
52267754Smsmith        }
52367754Smsmith
52477424Smsmith        /* TBD: WRONG! */
52577424Smsmith
52677424Smsmith        Status = AcpiExGetBufferFieldValue (StackDesc, ObjDesc);
52767754Smsmith        if (ACPI_FAILURE (Status))
52867754Smsmith        {
52977424Smsmith            AcpiUtRemoveReference (ObjDesc);
53067754Smsmith            ObjDesc = NULL;
53167754Smsmith        }
53267754Smsmith
53367754Smsmith        *StackPtr = (void *) ObjDesc;
53467754Smsmith        break;
53567754Smsmith
53667754Smsmith
53767754Smsmith    /* TBD: [Future] - may need to handle IndexField, and DefField someday */
53867754Smsmith
53967754Smsmith    default:
54067754Smsmith
54167754Smsmith        break;
54267754Smsmith
54367754Smsmith    }   /* switch (StackDesc->Common.Type) */
54467754Smsmith
54567754Smsmith
54667754Smsmith    return_ACPI_STATUS (Status);
54767754Smsmith}
54867754Smsmith
54967754Smsmith
550