2000-10-28 05:01:06 +00:00
|
|
|
/******************************************************************************
|
|
|
|
*
|
2001-05-29 19:52:40 +00:00
|
|
|
* Module Name: exdump - Interpreter debug output routines
|
2001-11-28 04:29:40 +00:00
|
|
|
* $Revision: 138 $
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
/******************************************************************************
|
|
|
|
*
|
|
|
|
* 1. Copyright Notice
|
|
|
|
*
|
2001-01-31 09:17:50 +00:00
|
|
|
* Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.
|
2000-12-21 06:56:46 +00:00
|
|
|
* All rights reserved.
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
* 2. License
|
|
|
|
*
|
|
|
|
* 2.1. This is your license from Intel Corp. under its intellectual property
|
|
|
|
* rights. You may have additional license terms from the party that provided
|
|
|
|
* you this software, covering your right to use that party's intellectual
|
|
|
|
* property rights.
|
|
|
|
*
|
|
|
|
* 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
|
|
|
|
* copy of the source code appearing in this file ("Covered Code") an
|
|
|
|
* irrevocable, perpetual, worldwide license under Intel's copyrights in the
|
|
|
|
* base code distributed originally by Intel ("Original Intel Code") to copy,
|
|
|
|
* make derivatives, distribute, use and display any portion of the Covered
|
|
|
|
* Code in any form, with the right to sublicense such rights; and
|
|
|
|
*
|
|
|
|
* 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
|
|
|
|
* license (with the right to sublicense), under only those claims of Intel
|
|
|
|
* patents that are infringed by the Original Intel Code, to make, use, sell,
|
|
|
|
* offer to sell, and import the Covered Code and derivative works thereof
|
|
|
|
* solely to the minimum extent necessary to exercise the above copyright
|
|
|
|
* license, and in no event shall the patent license extend to any additions
|
|
|
|
* to or modifications of the Original Intel Code. No other license or right
|
|
|
|
* is granted directly or by implication, estoppel or otherwise;
|
|
|
|
*
|
|
|
|
* The above copyright and patent license is granted only if the following
|
|
|
|
* conditions are met:
|
|
|
|
*
|
|
|
|
* 3. Conditions
|
|
|
|
*
|
|
|
|
* 3.1. Redistribution of Source with Rights to Further Distribute Source.
|
|
|
|
* Redistribution of source code of any substantial portion of the Covered
|
|
|
|
* Code or modification with rights to further distribute source must include
|
|
|
|
* the above Copyright Notice, the above License, this list of Conditions,
|
|
|
|
* and the following Disclaimer and Export Compliance provision. In addition,
|
|
|
|
* Licensee must cause all Covered Code to which Licensee contributes to
|
|
|
|
* contain a file documenting the changes Licensee made to create that Covered
|
|
|
|
* Code and the date of any change. Licensee must include in that file the
|
|
|
|
* documentation of any changes made by any predecessor Licensee. Licensee
|
|
|
|
* must include a prominent statement that the modification is derived,
|
|
|
|
* directly or indirectly, from Original Intel Code.
|
|
|
|
*
|
|
|
|
* 3.2. Redistribution of Source with no Rights to Further Distribute Source.
|
|
|
|
* Redistribution of source code of any substantial portion of the Covered
|
|
|
|
* Code or modification without rights to further distribute source must
|
|
|
|
* include the following Disclaimer and Export Compliance provision in the
|
|
|
|
* documentation and/or other materials provided with distribution. In
|
|
|
|
* addition, Licensee may not authorize further sublicense of source of any
|
|
|
|
* portion of the Covered Code, and must include terms to the effect that the
|
|
|
|
* license from Licensee to its licensee is limited to the intellectual
|
|
|
|
* property embodied in the software Licensee provides to its licensee, and
|
|
|
|
* not to intellectual property embodied in modifications its licensee may
|
|
|
|
* make.
|
|
|
|
*
|
|
|
|
* 3.3. Redistribution of Executable. Redistribution in executable form of any
|
|
|
|
* substantial portion of the Covered Code or modification must reproduce the
|
|
|
|
* above Copyright Notice, and the following Disclaimer and Export Compliance
|
|
|
|
* provision in the documentation and/or other materials provided with the
|
|
|
|
* distribution.
|
|
|
|
*
|
|
|
|
* 3.4. Intel retains all right, title, and interest in and to the Original
|
|
|
|
* Intel Code.
|
|
|
|
*
|
|
|
|
* 3.5. Neither the name Intel nor any other trademark owned or controlled by
|
|
|
|
* Intel shall be used in advertising or otherwise to promote the sale, use or
|
|
|
|
* other dealings in products derived from or relating to the Covered Code
|
|
|
|
* without prior written authorization from Intel.
|
|
|
|
*
|
|
|
|
* 4. Disclaimer and Export Compliance
|
|
|
|
*
|
|
|
|
* 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
|
|
|
|
* HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
|
|
|
|
* IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
|
|
|
|
* INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
|
|
|
|
* UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
|
|
|
|
* PARTICULAR PURPOSE.
|
|
|
|
*
|
|
|
|
* 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
|
|
|
|
* OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
|
|
|
|
* COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
|
|
|
|
* SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
|
|
|
|
* CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
|
|
|
|
* HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
|
|
|
|
* SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
|
|
|
|
* LIMITED REMEDY.
|
|
|
|
*
|
|
|
|
* 4.3. Licensee shall not export, either directly or indirectly, any of this
|
|
|
|
* software or system incorporating such software without first obtaining any
|
|
|
|
* required license or other approval from the U. S. Department of Commerce or
|
|
|
|
* any other agency or department of the United States Government. In the
|
|
|
|
* event Licensee exports any such software from the United States or
|
|
|
|
* re-exports any such software from a foreign destination, Licensee shall
|
|
|
|
* ensure that the distribution and export/re-export of the software is in
|
|
|
|
* compliance with all laws, regulations, orders, or other restrictions of the
|
|
|
|
* U.S. Export Administration Regulations. Licensee agrees that neither it nor
|
|
|
|
* any of its subsidiaries will export/re-export any technical data, process,
|
|
|
|
* software, or service, directly or indirectly, to any country for which the
|
|
|
|
* United States government or any agency thereof requires an export license,
|
|
|
|
* other governmental approval, or letter of assurance, without first obtaining
|
|
|
|
* such license, approval or letter.
|
|
|
|
*
|
|
|
|
*****************************************************************************/
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
#define __EXDUMP_C__
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
#include "acpi.h"
|
|
|
|
#include "acinterp.h"
|
|
|
|
#include "amlcode.h"
|
|
|
|
#include "acnamesp.h"
|
|
|
|
#include "actables.h"
|
2001-08-26 22:28:18 +00:00
|
|
|
#include "acparser.h"
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
#define _COMPONENT ACPI_EXECUTER
|
|
|
|
MODULE_NAME ("exdump")
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* The following routines are used for debug output only
|
|
|
|
*/
|
|
|
|
|
2001-01-31 09:17:50 +00:00
|
|
|
#if defined(ACPI_DEBUG) || defined(ENABLE_DEBUGGER)
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
/*****************************************************************************
|
|
|
|
*
|
2001-05-29 19:52:40 +00:00
|
|
|
* FUNCTION: AcpiExShowHexValue
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
* PARAMETERS: ByteCount - Number of bytes to print (1, 2, or 4)
|
2001-10-04 23:12:13 +00:00
|
|
|
* *AmlStart - Address in AML stream of bytes to print
|
2000-10-28 05:01:06 +00:00
|
|
|
* InterpreterMode - Current running mode (load1/Load2/Exec)
|
|
|
|
* LeadSpace - # of spaces to print ahead of value
|
|
|
|
* 0 => none ahead but one behind
|
|
|
|
*
|
2001-10-04 23:12:13 +00:00
|
|
|
* DESCRIPTION: Print ByteCount byte(s) starting at AmlStart as a single
|
2000-10-28 05:01:06 +00:00
|
|
|
* value, in hex. If ByteCount > 1 or the value printed is > 9, also
|
|
|
|
* print in decimal.
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
void
|
2001-05-29 19:52:40 +00:00
|
|
|
AcpiExShowHexValue (
|
2000-10-28 05:01:06 +00:00
|
|
|
UINT32 ByteCount,
|
2001-10-04 23:12:13 +00:00
|
|
|
UINT8 *AmlStart,
|
2000-10-28 05:01:06 +00:00
|
|
|
UINT32 LeadSpace)
|
|
|
|
{
|
|
|
|
UINT32 Value; /* Value retrieved from AML stream */
|
|
|
|
UINT32 ShowDecimalValue;
|
|
|
|
UINT32 Length; /* Length of printed field */
|
|
|
|
UINT8 *CurrentAmlPtr = NULL; /* Pointer to current byte of AML value */
|
|
|
|
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
FUNCTION_TRACE ("ExShowHexValue");
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
if (!((ACPI_LV_LOAD & AcpiDbgLevel) && (_COMPONENT & AcpiDbgLayer)))
|
|
|
|
{
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2001-10-04 23:12:13 +00:00
|
|
|
if (!AmlStart)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2001-05-29 19:52:40 +00:00
|
|
|
REPORT_ERROR (("ExShowHexValue: null pointer\n"));
|
2001-11-28 04:29:40 +00:00
|
|
|
return;
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* AML numbers are always stored little-endian,
|
|
|
|
* even if the processor is big-endian.
|
|
|
|
*/
|
2001-10-04 23:12:13 +00:00
|
|
|
for (CurrentAmlPtr = AmlStart + ByteCount,
|
2000-10-28 05:01:06 +00:00
|
|
|
Value = 0;
|
2001-10-04 23:12:13 +00:00
|
|
|
CurrentAmlPtr > AmlStart; )
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
Value = (Value << 8) + (UINT32)* --CurrentAmlPtr;
|
|
|
|
}
|
|
|
|
|
|
|
|
Length = LeadSpace * ByteCount + 2;
|
|
|
|
if (ByteCount > 1)
|
|
|
|
{
|
|
|
|
Length += (ByteCount - 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
ShowDecimalValue = (ByteCount > 1 || Value > 9);
|
|
|
|
if (ShowDecimalValue)
|
|
|
|
{
|
2001-05-29 19:52:40 +00:00
|
|
|
Length += 3 + AcpiExDigitsNeeded (Value, 10);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
for (Length = LeadSpace; Length; --Length )
|
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf (" ");
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
while (ByteCount--)
|
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("%02x", *AmlStart++);
|
2000-10-28 05:01:06 +00:00
|
|
|
if (ByteCount)
|
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf (" ");
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (ShowDecimalValue)
|
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf (" [%d]", Value);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
if (0 == LeadSpace)
|
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf (" ");
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
return_VOID;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*****************************************************************************
|
|
|
|
*
|
2001-05-29 19:52:40 +00:00
|
|
|
* FUNCTION: AcpiExDumpOperand
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
* PARAMETERS: *EntryDesc - Pointer to entry to be dumped
|
|
|
|
*
|
|
|
|
* RETURN: Status
|
|
|
|
*
|
|
|
|
* DESCRIPTION: Dump a stack entry
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
ACPI_STATUS
|
2001-05-29 19:52:40 +00:00
|
|
|
AcpiExDumpOperand (
|
2000-10-28 05:01:06 +00:00
|
|
|
ACPI_OPERAND_OBJECT *EntryDesc)
|
|
|
|
{
|
|
|
|
UINT8 *Buf = NULL;
|
|
|
|
UINT32 Length;
|
|
|
|
UINT32 i;
|
|
|
|
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
PROC_NAME ("ExDumpOperand")
|
|
|
|
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
if (!((ACPI_LV_INFO & AcpiDbgLevel) && (_COMPONENT & AcpiDbgLayer)))
|
|
|
|
{
|
|
|
|
return (AE_OK);
|
|
|
|
}
|
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
if (!EntryDesc)
|
|
|
|
{
|
|
|
|
/*
|
|
|
|
* This usually indicates that something serious is wrong --
|
|
|
|
* since most (if not all)
|
|
|
|
* code that dumps the stack expects something to be there!
|
|
|
|
*/
|
2001-08-26 22:28:18 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "Null stack entry ptr\n"));
|
2000-10-28 05:01:06 +00:00
|
|
|
return (AE_OK);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (VALID_DESCRIPTOR_TYPE (EntryDesc, ACPI_DESC_TYPE_NAMED))
|
|
|
|
{
|
2001-09-07 01:22:25 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "%p NS Node: ", EntryDesc));
|
2001-08-26 22:28:18 +00:00
|
|
|
DUMP_ENTRY (EntryDesc, ACPI_LV_INFO);
|
2000-10-28 05:01:06 +00:00
|
|
|
return (AE_OK);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!VALID_DESCRIPTOR_TYPE (EntryDesc, ACPI_DESC_TYPE_INTERNAL))
|
|
|
|
{
|
2001-09-07 01:22:25 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "%p Is not a local object \n", EntryDesc));
|
2000-10-28 05:01:06 +00:00
|
|
|
DUMP_BUFFER (EntryDesc, sizeof (ACPI_OPERAND_OBJECT));
|
|
|
|
return (AE_OK);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* EntryDesc is a valid object */
|
|
|
|
|
2001-08-26 22:28:18 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "%p ", EntryDesc));
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
switch (EntryDesc->Common.Type)
|
|
|
|
{
|
|
|
|
case INTERNAL_TYPE_REFERENCE:
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
switch (EntryDesc->Reference.Opcode)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
case AML_ZERO_OP:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Reference: Zero\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case AML_ONE_OP:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Reference: One\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case AML_ONES_OP:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Reference: Ones\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
2001-10-04 23:12:13 +00:00
|
|
|
case AML_REVISION_OP:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Reference: Revision\n");
|
2001-10-04 23:12:13 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
case AML_DEBUG_OP:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Reference: Debug\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case AML_NAME_OP:
|
|
|
|
|
|
|
|
DUMP_PATHNAME (EntryDesc->Reference.Object, "Reference: Name: ",
|
2001-08-26 22:28:18 +00:00
|
|
|
ACPI_LV_INFO, _COMPONENT);
|
|
|
|
DUMP_ENTRY (EntryDesc->Reference.Object, ACPI_LV_INFO);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case AML_INDEX_OP:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Reference: Index %p\n",
|
|
|
|
EntryDesc->Reference.Object);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case AML_ARG_OP:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Reference: Arg%d",
|
|
|
|
EntryDesc->Reference.Offset);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-01-31 09:17:50 +00:00
|
|
|
if (ACPI_TYPE_INTEGER == EntryDesc->Common.Type)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
/* Value is a Number */
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf (" value is [%8.8X%8.8x]",
|
2001-10-31 02:32:29 +00:00
|
|
|
HIDWORD(EntryDesc->Integer.Value),
|
2001-11-28 04:29:40 +00:00
|
|
|
LODWORD(EntryDesc->Integer.Value));
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case AML_LOCAL_OP:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Reference: Local%d",
|
|
|
|
EntryDesc->Reference.Offset);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-01-31 09:17:50 +00:00
|
|
|
if (ACPI_TYPE_INTEGER == EntryDesc->Common.Type)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
|
|
|
|
/* Value is a Number */
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf (" value is [%8.8X%8.8x]",
|
2001-10-31 02:32:29 +00:00
|
|
|
HIDWORD(EntryDesc->Integer.Value),
|
2001-11-28 04:29:40 +00:00
|
|
|
LODWORD(EntryDesc->Integer.Value));
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
case AML_INT_NAMEPATH_OP:
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Reference.Node->Name %X\n",
|
|
|
|
EntryDesc->Reference.Node->Name);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
|
|
|
/* unknown opcode */
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Unknown opcode=%X\n",
|
|
|
|
EntryDesc->Reference.Opcode);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_BUFFER:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Buffer len %X @ %p \n",
|
2000-12-08 09:20:40 +00:00
|
|
|
EntryDesc->Buffer.Length,
|
2001-11-28 04:29:40 +00:00
|
|
|
EntryDesc->Buffer.Pointer);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
Length = EntryDesc->Buffer.Length;
|
|
|
|
|
|
|
|
if (Length > 64)
|
|
|
|
{
|
|
|
|
Length = 64;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Debug only -- dump the buffer contents */
|
|
|
|
|
|
|
|
if (EntryDesc->Buffer.Pointer)
|
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Buffer Contents: ");
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
for (Buf = EntryDesc->Buffer.Pointer; Length--; ++Buf)
|
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf (" %02x", *Buf);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
2001-01-31 09:17:50 +00:00
|
|
|
case ACPI_TYPE_INTEGER:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Integer %8.8X%8.8X\n",
|
2001-09-07 01:22:25 +00:00
|
|
|
HIDWORD (EntryDesc->Integer.Value),
|
2001-11-28 04:29:40 +00:00
|
|
|
LODWORD (EntryDesc->Integer.Value));
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case INTERNAL_TYPE_IF:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("If [Integer] %8.8X%8.8X\n",
|
2001-09-07 01:22:25 +00:00
|
|
|
HIDWORD (EntryDesc->Integer.Value),
|
2001-11-28 04:29:40 +00:00
|
|
|
LODWORD (EntryDesc->Integer.Value));
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case INTERNAL_TYPE_WHILE:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("While [Integer] %8.8X%8.8X\n",
|
2001-09-07 01:22:25 +00:00
|
|
|
HIDWORD (EntryDesc->Integer.Value),
|
2001-11-28 04:29:40 +00:00
|
|
|
LODWORD (EntryDesc->Integer.Value));
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_PACKAGE:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Package count %X @ %p\n",
|
|
|
|
EntryDesc->Package.Count, EntryDesc->Package.Elements);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* If elements exist, package vector pointer is valid,
|
|
|
|
* and debug_level exceeds 1, dump package's elements.
|
|
|
|
*/
|
|
|
|
if (EntryDesc->Package.Count &&
|
|
|
|
EntryDesc->Package.Elements &&
|
2001-09-07 01:22:25 +00:00
|
|
|
AcpiDbgLevel > 1)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
ACPI_OPERAND_OBJECT**Element;
|
|
|
|
UINT16 ElementIndex;
|
|
|
|
|
|
|
|
for (ElementIndex = 0, Element = EntryDesc->Package.Elements;
|
|
|
|
ElementIndex < EntryDesc->Package.Count;
|
|
|
|
++ElementIndex, ++Element)
|
|
|
|
{
|
2001-05-29 19:52:40 +00:00
|
|
|
AcpiExDumpOperand (*Element);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_REGION:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Region %s (%X)",
|
2001-05-29 19:52:40 +00:00
|
|
|
AcpiUtGetRegionName (EntryDesc->Region.SpaceId),
|
2001-11-28 04:29:40 +00:00
|
|
|
EntryDesc->Region.SpaceId);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* If the address and length have not been evaluated,
|
|
|
|
* don't print them.
|
|
|
|
*/
|
|
|
|
if (!(EntryDesc->Region.Flags & AOPOBJ_DATA_VALID))
|
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf (" base %8.8X%8.8X Length %X\n",
|
2001-10-31 02:32:29 +00:00
|
|
|
HIDWORD(EntryDesc->Region.Address),
|
|
|
|
LODWORD(EntryDesc->Region.Address),
|
2001-11-28 04:29:40 +00:00
|
|
|
EntryDesc->Region.Length);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_STRING:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("String length %X @ %p \"",
|
|
|
|
EntryDesc->String.Length, EntryDesc->String.Pointer);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-09-07 01:22:25 +00:00
|
|
|
for (i = 0; i < EntryDesc->String.Length; i++)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("%c",
|
|
|
|
EntryDesc->String.Pointer[i]);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("\"\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case INTERNAL_TYPE_BANK_FIELD:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("BankField\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
case INTERNAL_TYPE_REGION_FIELD:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf (
|
|
|
|
"RegionField: Bits=%X BitAccWidth=%X Lock=%X Update=%X at byte=%X bit=%X of below:\n",
|
2001-05-29 19:52:40 +00:00
|
|
|
EntryDesc->Field.BitLength, EntryDesc->Field.AccessBitWidth,
|
2001-11-28 04:29:40 +00:00
|
|
|
EntryDesc->Field.FieldFlags & AML_FIELD_LOCK_RULE_MASK,
|
|
|
|
EntryDesc->Field.FieldFlags & AML_FIELD_UPDATE_RULE_MASK,
|
|
|
|
EntryDesc->Field.BaseByteOffset, EntryDesc->Field.StartFieldBitOffset);
|
2001-05-29 19:52:40 +00:00
|
|
|
DUMP_STACK_ENTRY (EntryDesc->Field.RegionObj);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case INTERNAL_TYPE_INDEX_FIELD:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("IndexField\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
case ACPI_TYPE_BUFFER_FIELD:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf (
|
2001-10-31 02:32:29 +00:00
|
|
|
"BufferField: %X bits at byte %X bit %X of \n",
|
2001-05-29 19:52:40 +00:00
|
|
|
EntryDesc->BufferField.BitLength, EntryDesc->BufferField.BaseByteOffset,
|
2001-11-28 04:29:40 +00:00
|
|
|
EntryDesc->BufferField.StartFieldBitOffset);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
if (!EntryDesc->BufferField.BufferObj)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2001-08-26 22:28:18 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "*NULL* \n"));
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
else if (ACPI_TYPE_BUFFER !=
|
2001-05-29 19:52:40 +00:00
|
|
|
EntryDesc->BufferField.BufferObj->Common.Type)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("*not a Buffer* \n");
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
else
|
|
|
|
{
|
2001-05-29 19:52:40 +00:00
|
|
|
DUMP_STACK_ENTRY (EntryDesc->BufferField.BufferObj);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_EVENT:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Event\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_METHOD:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf (
|
2001-10-31 02:32:29 +00:00
|
|
|
"Method(%X) @ %p:%X\n",
|
2000-10-28 05:01:06 +00:00
|
|
|
EntryDesc->Method.ParamCount,
|
2001-11-28 04:29:40 +00:00
|
|
|
EntryDesc->Method.AmlStart, EntryDesc->Method.AmlLength);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_MUTEX:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Mutex\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_DEVICE:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Device\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_POWER:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Power\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_PROCESSOR:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Processor\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_THERMAL:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Thermal\n");
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
/* unknown EntryDesc->Common.Type value */
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("Unknown Type %X\n", EntryDesc->Common.Type);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
return (AE_OK);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*****************************************************************************
|
|
|
|
*
|
2001-05-29 19:52:40 +00:00
|
|
|
* FUNCTION: AcpiExDumpOperands
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
* PARAMETERS: InterpreterMode - Load or Exec
|
|
|
|
* *Ident - Identification
|
|
|
|
* NumLevels - # of stack entries to dump above line
|
|
|
|
* *Note - Output notation
|
|
|
|
*
|
|
|
|
* DESCRIPTION: Dump the object stack
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
void
|
2001-05-29 19:52:40 +00:00
|
|
|
AcpiExDumpOperands (
|
2000-10-28 05:01:06 +00:00
|
|
|
ACPI_OPERAND_OBJECT **Operands,
|
|
|
|
OPERATING_MODE InterpreterMode,
|
|
|
|
NATIVE_CHAR *Ident,
|
|
|
|
UINT32 NumLevels,
|
|
|
|
NATIVE_CHAR *Note,
|
|
|
|
NATIVE_CHAR *ModuleName,
|
|
|
|
UINT32 LineNumber)
|
|
|
|
{
|
|
|
|
NATIVE_UINT i;
|
|
|
|
ACPI_OPERAND_OBJECT **EntryDesc;
|
|
|
|
|
|
|
|
|
2001-09-07 01:22:25 +00:00
|
|
|
PROC_NAME ("ExDumpOperands");
|
|
|
|
|
2001-08-26 22:28:18 +00:00
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
if (!Ident)
|
|
|
|
{
|
|
|
|
Ident = "?";
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!Note)
|
|
|
|
{
|
|
|
|
Note = "?";
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2001-08-26 22:28:18 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
|
2001-09-07 01:22:25 +00:00
|
|
|
"************* Operand Stack Contents (Opcode [%s], %d Operands)\n",
|
|
|
|
Ident, NumLevels));
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
if (NumLevels == 0)
|
2001-05-29 19:52:40 +00:00
|
|
|
{
|
2000-10-28 05:01:06 +00:00
|
|
|
NumLevels = 1;
|
2001-05-29 19:52:40 +00:00
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
/* Dump the stack starting at the top, working down */
|
|
|
|
|
|
|
|
for (i = 0; NumLevels > 0; i--, NumLevels--)
|
|
|
|
{
|
|
|
|
EntryDesc = &Operands[i];
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
if (ACPI_FAILURE (AcpiExDumpOperand (*EntryDesc)))
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2001-09-07 01:22:25 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
|
|
|
|
"************* Stack dump from %s(%d), %s\n",
|
|
|
|
ModuleName, LineNumber, Note));
|
2000-10-28 05:01:06 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
/*****************************************************************************
|
|
|
|
*
|
|
|
|
* FUNCTION: AcpiExOut*
|
|
|
|
*
|
|
|
|
* PARAMETERS: Title - Descriptive text
|
|
|
|
* Value - Value to be displayed
|
|
|
|
*
|
|
|
|
* DESCRIPTION: Object dump output formatting functions. These functions
|
|
|
|
* reduce the number of format strings required and keeps them
|
|
|
|
* all in one place for easy modification.
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
void
|
|
|
|
AcpiExOutString (
|
|
|
|
char *Title,
|
|
|
|
char *Value)
|
|
|
|
{
|
|
|
|
AcpiOsPrintf ("%20s : %s\n", Title, Value);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
AcpiExOutPointer (
|
|
|
|
char *Title,
|
|
|
|
void *Value)
|
|
|
|
{
|
|
|
|
AcpiOsPrintf ("%20s : %p\n", Title, Value);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
AcpiExOutInteger (
|
|
|
|
char *Title,
|
|
|
|
UINT32 Value)
|
|
|
|
{
|
|
|
|
AcpiOsPrintf ("%20s : %X\n", Title, Value);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
AcpiExOutAddress (
|
|
|
|
char *Title,
|
|
|
|
ACPI_PHYSICAL_ADDRESS Value)
|
|
|
|
{
|
|
|
|
#ifdef _IA16
|
|
|
|
AcpiOsPrintf ("%20s : %p\n", Title, Value);
|
|
|
|
#else
|
|
|
|
AcpiOsPrintf ("%20s : %8.8X%8.8X\n", Title,
|
|
|
|
HIDWORD (Value), LODWORD (Value));
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
/*****************************************************************************
|
|
|
|
*
|
2001-05-29 19:52:40 +00:00
|
|
|
* FUNCTION: AcpiExDumpNode
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
* PARAMETERS: *Node - Descriptor to dump
|
|
|
|
* Flags - Force display
|
|
|
|
*
|
|
|
|
* DESCRIPTION: Dumps the members of the given.Node
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
void
|
2001-05-29 19:52:40 +00:00
|
|
|
AcpiExDumpNode (
|
2000-10-28 05:01:06 +00:00
|
|
|
ACPI_NAMESPACE_NODE *Node,
|
|
|
|
UINT32 Flags)
|
|
|
|
{
|
|
|
|
|
2001-09-07 01:22:25 +00:00
|
|
|
FUNCTION_ENTRY ();
|
|
|
|
|
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
if (!Flags)
|
|
|
|
{
|
2001-08-26 22:28:18 +00:00
|
|
|
if (!((ACPI_LV_OBJECTS & AcpiDbgLevel) && (_COMPONENT & AcpiDbgLayer)))
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
AcpiOsPrintf ("%20s : %4.4s\n", "Name", (char*)&Node->Name);
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutString ("Type", AcpiUtGetTypeName (Node->Type));
|
|
|
|
AcpiExOutInteger ("Flags", Node->Flags);
|
|
|
|
AcpiExOutInteger ("Owner Id", Node->OwnerId);
|
|
|
|
AcpiExOutInteger ("Reference Count", Node->ReferenceCount);
|
|
|
|
AcpiExOutPointer ("Attached Object", AcpiNsGetAttachedObject (Node));
|
|
|
|
AcpiExOutPointer ("ChildList", Node->Child);
|
|
|
|
AcpiExOutPointer ("NextPeer", Node->Peer);
|
|
|
|
AcpiExOutPointer ("Parent", AcpiNsGetParentObject (Node));
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*****************************************************************************
|
|
|
|
*
|
2001-05-29 19:52:40 +00:00
|
|
|
* FUNCTION: AcpiExDumpObjectDescriptor
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
* PARAMETERS: *Object - Descriptor to dump
|
|
|
|
* Flags - Force display
|
|
|
|
*
|
|
|
|
* DESCRIPTION: Dumps the members of the object descriptor given.
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
void
|
2001-05-29 19:52:40 +00:00
|
|
|
AcpiExDumpObjectDescriptor (
|
2000-10-28 05:01:06 +00:00
|
|
|
ACPI_OPERAND_OBJECT *ObjDesc,
|
|
|
|
UINT32 Flags)
|
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
UINT32 i;
|
2001-08-26 22:28:18 +00:00
|
|
|
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
FUNCTION_TRACE ("ExDumpObjectDescriptor");
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
if (!Flags)
|
|
|
|
{
|
2001-09-07 01:22:25 +00:00
|
|
|
if (!((ACPI_LV_OBJECTS & AcpiDbgLevel) && (_COMPONENT & AcpiDbgLayer)))
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!(VALID_DESCRIPTOR_TYPE (ObjDesc, ACPI_DESC_TYPE_INTERNAL)))
|
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("ExDumpObjectDescriptor: %p is not a valid ACPI object\n", ObjDesc);
|
2000-10-28 05:01:06 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Common Fields */
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutString ("Type", AcpiUtGetTypeName (ObjDesc->Common.Type));
|
|
|
|
AcpiExOutInteger ("Reference Count", ObjDesc->Common.ReferenceCount);
|
|
|
|
AcpiExOutInteger ("Flags", ObjDesc->Common.Flags);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
/* Object-specific Fields */
|
|
|
|
|
|
|
|
switch (ObjDesc->Common.Type)
|
|
|
|
{
|
2001-01-31 09:17:50 +00:00
|
|
|
case ACPI_TYPE_INTEGER:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-08-26 22:28:18 +00:00
|
|
|
AcpiOsPrintf ("%20s : %X%8.8X\n", "Value", HIDWORD (ObjDesc->Integer.Value),
|
|
|
|
LODWORD (ObjDesc->Integer.Value));
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_STRING:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutInteger ("Length", ObjDesc->String.Length);
|
|
|
|
AcpiExOutPointer ("Pointer", ObjDesc->String.Pointer);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_BUFFER:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutInteger ("Length", ObjDesc->Buffer.Length);
|
|
|
|
AcpiExOutPointer ("Pointer", ObjDesc->Buffer.Pointer);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_PACKAGE:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutInteger ("Flags", ObjDesc->Package.Flags);
|
|
|
|
AcpiExOutInteger ("Count", ObjDesc->Package.Count);
|
|
|
|
AcpiExOutPointer ("Elements", ObjDesc->Package.Elements);
|
|
|
|
AcpiExOutPointer ("NextElement", ObjDesc->Package.NextElement);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
/* Dump the package contents */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
if (ObjDesc->Package.Count > 0)
|
|
|
|
{
|
|
|
|
AcpiOsPrintf ("\nPackage Contents:\n");
|
|
|
|
for (i = 0; i < ObjDesc->Package.Count; i++)
|
|
|
|
{
|
|
|
|
AcpiOsPrintf ("[%.3d] %p", i, ObjDesc->Package.Elements[i]);
|
|
|
|
if (ObjDesc->Package.Elements[i])
|
|
|
|
{
|
|
|
|
AcpiOsPrintf (" %s", AcpiUtGetTypeName ((ObjDesc->Package.Elements[i])->Common.Type));
|
|
|
|
}
|
|
|
|
AcpiOsPrintf ("\n");
|
|
|
|
}
|
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_DEVICE:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutPointer ("AddrHandler", ObjDesc->Device.AddrHandler);
|
|
|
|
AcpiExOutPointer ("SysHandler", ObjDesc->Device.SysHandler);
|
|
|
|
AcpiExOutPointer ("DrvHandler", ObjDesc->Device.DrvHandler);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
case ACPI_TYPE_EVENT:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutPointer ("Semaphore", ObjDesc->Event.Semaphore);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_METHOD:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutInteger ("ParamCount", ObjDesc->Method.ParamCount);
|
|
|
|
AcpiExOutInteger ("Concurrency", ObjDesc->Method.Concurrency);
|
|
|
|
AcpiExOutPointer ("Semaphore", ObjDesc->Method.Semaphore);
|
|
|
|
AcpiExOutInteger ("AmlLength", ObjDesc->Method.AmlLength);
|
|
|
|
AcpiExOutPointer ("AmlStart", ObjDesc->Method.AmlStart);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_MUTEX:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutInteger ("SyncLevel", ObjDesc->Mutex.SyncLevel);
|
|
|
|
AcpiExOutPointer ("OwnerThread", ObjDesc->Mutex.OwnerThread);
|
|
|
|
AcpiExOutInteger ("AcquisitionDepth",ObjDesc->Mutex.AcquisitionDepth);
|
|
|
|
AcpiExOutPointer ("Semaphore", ObjDesc->Mutex.Semaphore);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_REGION:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutInteger ("SpaceId", ObjDesc->Region.SpaceId);
|
|
|
|
AcpiExOutInteger ("Flags", ObjDesc->Region.Flags);
|
|
|
|
AcpiExOutAddress ("Address", ObjDesc->Region.Address);
|
|
|
|
AcpiExOutInteger ("Length", ObjDesc->Region.Length);
|
|
|
|
AcpiExOutPointer ("AddrHandler", ObjDesc->Region.AddrHandler);
|
|
|
|
AcpiExOutPointer ("Next", ObjDesc->Region.Next);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_POWER:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutInteger ("SystemLevel", ObjDesc->PowerResource.SystemLevel);
|
|
|
|
AcpiExOutInteger ("ResourceOrder", ObjDesc->PowerResource.ResourceOrder);
|
|
|
|
AcpiExOutPointer ("SysHandler", ObjDesc->PowerResource.SysHandler);
|
|
|
|
AcpiExOutPointer ("DrvHandler", ObjDesc->PowerResource.DrvHandler);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_PROCESSOR:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutInteger ("Processor ID", ObjDesc->Processor.ProcId);
|
|
|
|
AcpiExOutInteger ("Length", ObjDesc->Processor.Length);
|
|
|
|
AcpiExOutInteger ("Address", ObjDesc->Processor.Address);
|
|
|
|
AcpiExOutPointer ("SysHandler", ObjDesc->Processor.SysHandler);
|
|
|
|
AcpiExOutPointer ("DrvHandler", ObjDesc->Processor.DrvHandler);
|
|
|
|
AcpiExOutPointer ("AddrHandler", ObjDesc->Processor.AddrHandler);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case ACPI_TYPE_THERMAL:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutPointer ("SysHandler", ObjDesc->ThermalZone.SysHandler);
|
|
|
|
AcpiExOutPointer ("DrvHandler", ObjDesc->ThermalZone.DrvHandler);
|
|
|
|
AcpiExOutPointer ("AddrHandler", ObjDesc->ThermalZone.AddrHandler);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
case ACPI_TYPE_BUFFER_FIELD:
|
2001-05-29 19:52:40 +00:00
|
|
|
case INTERNAL_TYPE_REGION_FIELD:
|
2000-10-28 05:01:06 +00:00
|
|
|
case INTERNAL_TYPE_BANK_FIELD:
|
2001-11-28 04:29:40 +00:00
|
|
|
case INTERNAL_TYPE_INDEX_FIELD:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutInteger ("FieldFlags", ObjDesc->CommonField.FieldFlags);
|
|
|
|
AcpiExOutInteger ("AccessBitWidth", ObjDesc->CommonField.AccessBitWidth);
|
|
|
|
AcpiExOutInteger ("AccessByteWidth", ObjDesc->CommonField.AccessByteWidth);
|
|
|
|
AcpiExOutInteger ("BitLength", ObjDesc->CommonField.BitLength);
|
|
|
|
AcpiExOutInteger ("FldBitOffset", ObjDesc->CommonField.StartFieldBitOffset);
|
|
|
|
AcpiExOutInteger ("BaseByteOffset", ObjDesc->CommonField.BaseByteOffset);
|
|
|
|
AcpiExOutInteger ("DatumValidBits", ObjDesc->CommonField.DatumValidBits);
|
|
|
|
AcpiExOutInteger ("EndFldValidBits", ObjDesc->CommonField.EndFieldValidBits);
|
|
|
|
AcpiExOutInteger ("EndBufValidBits", ObjDesc->CommonField.EndBufferValidBits);
|
|
|
|
AcpiExOutPointer ("ParentNode", ObjDesc->CommonField.Node);
|
|
|
|
|
|
|
|
switch (ObjDesc->Common.Type)
|
|
|
|
{
|
|
|
|
case ACPI_TYPE_BUFFER_FIELD:
|
|
|
|
AcpiExOutPointer ("BufferObj", ObjDesc->BufferField.BufferObj);
|
|
|
|
break;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
case INTERNAL_TYPE_REGION_FIELD:
|
|
|
|
AcpiExOutPointer ("RegionObj", ObjDesc->Field.RegionObj);
|
|
|
|
break;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
case INTERNAL_TYPE_BANK_FIELD:
|
|
|
|
AcpiExOutInteger ("Value", ObjDesc->BankField.Value);
|
|
|
|
AcpiExOutPointer ("RegionObj", ObjDesc->BankField.RegionObj);
|
|
|
|
AcpiExOutPointer ("BankObj", ObjDesc->BankField.BankObj);
|
|
|
|
break;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
case INTERNAL_TYPE_INDEX_FIELD:
|
|
|
|
AcpiExOutInteger ("Value", ObjDesc->IndexField.Value);
|
|
|
|
AcpiExOutPointer ("Index", ObjDesc->IndexField.IndexObj);
|
|
|
|
AcpiExOutPointer ("Data", ObjDesc->IndexField.DataObj);
|
|
|
|
break;
|
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case INTERNAL_TYPE_REFERENCE:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutInteger ("TargetType", ObjDesc->Reference.TargetType);
|
|
|
|
AcpiExOutString ("Opcode", (AcpiPsGetOpcodeInfo (ObjDesc->Reference.Opcode))->Name);
|
|
|
|
AcpiExOutInteger ("Offset", ObjDesc->Reference.Offset);
|
|
|
|
AcpiExOutPointer ("ObjDesc", ObjDesc->Reference.Object);
|
|
|
|
AcpiExOutPointer ("Node", ObjDesc->Reference.Node);
|
|
|
|
AcpiExOutPointer ("Where", ObjDesc->Reference.Where);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case INTERNAL_TYPE_ADDRESS_HANDLER:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutInteger ("SpaceId", ObjDesc->AddrHandler.SpaceId);
|
|
|
|
AcpiExOutPointer ("Next", ObjDesc->AddrHandler.Next);
|
|
|
|
AcpiExOutPointer ("RegionList", ObjDesc->AddrHandler.RegionList);
|
|
|
|
AcpiExOutPointer ("Node", ObjDesc->AddrHandler.Node);
|
|
|
|
AcpiExOutPointer ("Context", ObjDesc->AddrHandler.Context);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case INTERNAL_TYPE_NOTIFY:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiExOutPointer ("Node", ObjDesc->NotifyHandler.Node);
|
|
|
|
AcpiExOutPointer ("Context", ObjDesc->NotifyHandler.Context);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
case INTERNAL_TYPE_ALIAS:
|
2001-05-29 19:52:40 +00:00
|
|
|
case INTERNAL_TYPE_FIELD_DEFN:
|
2000-10-28 05:01:06 +00:00
|
|
|
case INTERNAL_TYPE_BANK_FIELD_DEFN:
|
|
|
|
case INTERNAL_TYPE_INDEX_FIELD_DEFN:
|
|
|
|
case INTERNAL_TYPE_IF:
|
|
|
|
case INTERNAL_TYPE_ELSE:
|
|
|
|
case INTERNAL_TYPE_WHILE:
|
|
|
|
case INTERNAL_TYPE_SCOPE:
|
|
|
|
case INTERNAL_TYPE_DEF_ANY:
|
2001-11-28 04:29:40 +00:00
|
|
|
case INTERNAL_TYPE_EXTRA:
|
|
|
|
case INTERNAL_TYPE_DATA:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("ExDumpObjectDescriptor: Display not implemented for object type %X\n",
|
2000-10-28 05:01:06 +00:00
|
|
|
ObjDesc->Common.Type);
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiOsPrintf ("ExDumpObjectDescriptor: Unknown object type %X\n", ObjDesc->Common.Type);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
return_VOID;
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|