1*433d6423SLionel Sambuc /****************************************************************************** 2*433d6423SLionel Sambuc * 3*433d6423SLionel Sambuc * Module Name: nsdump - table dumping routines for debug 4*433d6423SLionel Sambuc * 5*433d6423SLionel Sambuc *****************************************************************************/ 6*433d6423SLionel Sambuc 7*433d6423SLionel Sambuc /****************************************************************************** 8*433d6423SLionel Sambuc * 9*433d6423SLionel Sambuc * 1. Copyright Notice 10*433d6423SLionel Sambuc * 11*433d6423SLionel Sambuc * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp. 12*433d6423SLionel Sambuc * All rights reserved. 13*433d6423SLionel Sambuc * 14*433d6423SLionel Sambuc * 2. License 15*433d6423SLionel Sambuc * 16*433d6423SLionel Sambuc * 2.1. This is your license from Intel Corp. under its intellectual property 17*433d6423SLionel Sambuc * rights. You may have additional license terms from the party that provided 18*433d6423SLionel Sambuc * you this software, covering your right to use that party's intellectual 19*433d6423SLionel Sambuc * property rights. 20*433d6423SLionel Sambuc * 21*433d6423SLionel Sambuc * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a 22*433d6423SLionel Sambuc * copy of the source code appearing in this file ("Covered Code") an 23*433d6423SLionel Sambuc * irrevocable, perpetual, worldwide license under Intel's copyrights in the 24*433d6423SLionel Sambuc * base code distributed originally by Intel ("Original Intel Code") to copy, 25*433d6423SLionel Sambuc 26*433d6423SLionel Sambuc * make derivatives, distribute, use and display any portion of the Covered 27*433d6423SLionel Sambuc * Code in any form, with the right to sublicense such rights; and 28*433d6423SLionel Sambuc * 29*433d6423SLionel Sambuc * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 30*433d6423SLionel Sambuc * license (with the right to sublicense), under only those claims of Intel 31*433d6423SLionel Sambuc * patents that are infringed by the Original Intel Code, to make, use, sell, 32*433d6423SLionel Sambuc * offer to sell, and import the Covered Code and derivative works thereof 33*433d6423SLionel Sambuc * solely to the minimum extent necessary to exercise the above copyright 34*433d6423SLionel Sambuc * license, and in no event shall the patent license extend to any additions 35*433d6423SLionel Sambuc * to or modifications of the Original Intel Code. No other license or right 36*433d6423SLionel Sambuc * is granted directly or by implication, estoppel or otherwise; 37*433d6423SLionel Sambuc * 38*433d6423SLionel Sambuc * The above copyright and patent license is granted only if the following 39*433d6423SLionel Sambuc * conditions are met: 40*433d6423SLionel Sambuc * 41*433d6423SLionel Sambuc * 3. Conditions 42*433d6423SLionel Sambuc * 43*433d6423SLionel Sambuc * 3.1. Redistribution of Source with Rights to Further Distribute Source. 44*433d6423SLionel Sambuc * Redistribution of source code of any substantial portion of the Covered 45*433d6423SLionel Sambuc * Code or modification with rights to further distribute source must include 46*433d6423SLionel Sambuc * the above Copyright Notice, the above License, this list of Conditions, 47*433d6423SLionel Sambuc * and the following Disclaimer and Export Compliance provision. In addition, 48*433d6423SLionel Sambuc * Licensee must cause all Covered Code to which Licensee contributes to 49*433d6423SLionel Sambuc * contain a file documenting the changes Licensee made to create that Covered 50*433d6423SLionel Sambuc * Code and the date of any change. Licensee must include in that file the 51*433d6423SLionel Sambuc * documentation of any changes made by any predecessor Licensee. Licensee 52*433d6423SLionel Sambuc * must include a prominent statement that the modification is derived, 53*433d6423SLionel Sambuc * directly or indirectly, from Original Intel Code. 54*433d6423SLionel Sambuc * 55*433d6423SLionel Sambuc * 3.2. Redistribution of Source with no Rights to Further Distribute Source. 56*433d6423SLionel Sambuc * Redistribution of source code of any substantial portion of the Covered 57*433d6423SLionel Sambuc * Code or modification without rights to further distribute source must 58*433d6423SLionel Sambuc * include the following Disclaimer and Export Compliance provision in the 59*433d6423SLionel Sambuc * documentation and/or other materials provided with distribution. In 60*433d6423SLionel Sambuc * addition, Licensee may not authorize further sublicense of source of any 61*433d6423SLionel Sambuc * portion of the Covered Code, and must include terms to the effect that the 62*433d6423SLionel Sambuc * license from Licensee to its licensee is limited to the intellectual 63*433d6423SLionel Sambuc * property embodied in the software Licensee provides to its licensee, and 64*433d6423SLionel Sambuc * not to intellectual property embodied in modifications its licensee may 65*433d6423SLionel Sambuc * make. 66*433d6423SLionel Sambuc * 67*433d6423SLionel Sambuc * 3.3. Redistribution of Executable. Redistribution in executable form of any 68*433d6423SLionel Sambuc * substantial portion of the Covered Code or modification must reproduce the 69*433d6423SLionel Sambuc * above Copyright Notice, and the following Disclaimer and Export Compliance 70*433d6423SLionel Sambuc * provision in the documentation and/or other materials provided with the 71*433d6423SLionel Sambuc * distribution. 72*433d6423SLionel Sambuc * 73*433d6423SLionel Sambuc * 3.4. Intel retains all right, title, and interest in and to the Original 74*433d6423SLionel Sambuc * Intel Code. 75*433d6423SLionel Sambuc * 76*433d6423SLionel Sambuc * 3.5. Neither the name Intel nor any other trademark owned or controlled by 77*433d6423SLionel Sambuc * Intel shall be used in advertising or otherwise to promote the sale, use or 78*433d6423SLionel Sambuc * other dealings in products derived from or relating to the Covered Code 79*433d6423SLionel Sambuc * without prior written authorization from Intel. 80*433d6423SLionel Sambuc * 81*433d6423SLionel Sambuc * 4. Disclaimer and Export Compliance 82*433d6423SLionel Sambuc * 83*433d6423SLionel Sambuc * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED 84*433d6423SLionel Sambuc * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE 85*433d6423SLionel Sambuc * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE, 86*433d6423SLionel Sambuc * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY 87*433d6423SLionel Sambuc * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY 88*433d6423SLionel Sambuc * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A 89*433d6423SLionel Sambuc * PARTICULAR PURPOSE. 90*433d6423SLionel Sambuc * 91*433d6423SLionel Sambuc * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES 92*433d6423SLionel Sambuc * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR 93*433d6423SLionel Sambuc * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT, 94*433d6423SLionel Sambuc * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY 95*433d6423SLionel Sambuc * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 96*433d6423SLionel Sambuc * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS 97*433d6423SLionel Sambuc * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY 98*433d6423SLionel Sambuc * LIMITED REMEDY. 99*433d6423SLionel Sambuc * 100*433d6423SLionel Sambuc * 4.3. Licensee shall not export, either directly or indirectly, any of this 101*433d6423SLionel Sambuc * software or system incorporating such software without first obtaining any 102*433d6423SLionel Sambuc * required license or other approval from the U. S. Department of Commerce or 103*433d6423SLionel Sambuc * any other agency or department of the United States Government. In the 104*433d6423SLionel Sambuc * event Licensee exports any such software from the United States or 105*433d6423SLionel Sambuc * re-exports any such software from a foreign destination, Licensee shall 106*433d6423SLionel Sambuc * ensure that the distribution and export/re-export of the software is in 107*433d6423SLionel Sambuc * compliance with all laws, regulations, orders, or other restrictions of the 108*433d6423SLionel Sambuc * U.S. Export Administration Regulations. Licensee agrees that neither it nor 109*433d6423SLionel Sambuc * any of its subsidiaries will export/re-export any technical data, process, 110*433d6423SLionel Sambuc * software, or service, directly or indirectly, to any country for which the 111*433d6423SLionel Sambuc * United States government or any agency thereof requires an export license, 112*433d6423SLionel Sambuc * other governmental approval, or letter of assurance, without first obtaining 113*433d6423SLionel Sambuc * such license, approval or letter. 114*433d6423SLionel Sambuc * 115*433d6423SLionel Sambuc *****************************************************************************/ 116*433d6423SLionel Sambuc 117*433d6423SLionel Sambuc #define __NSDUMPDV_C__ 118*433d6423SLionel Sambuc 119*433d6423SLionel Sambuc #include "acpi.h" 120*433d6423SLionel Sambuc 121*433d6423SLionel Sambuc 122*433d6423SLionel Sambuc /* TBD: This entire module is apparently obsolete and should be removed */ 123*433d6423SLionel Sambuc 124*433d6423SLionel Sambuc #define _COMPONENT ACPI_NAMESPACE 125*433d6423SLionel Sambuc ACPI_MODULE_NAME ("nsdumpdv") 126*433d6423SLionel Sambuc 127*433d6423SLionel Sambuc #ifdef ACPI_OBSOLETE_FUNCTIONS 128*433d6423SLionel Sambuc #if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER) 129*433d6423SLionel Sambuc 130*433d6423SLionel Sambuc #include "acnamesp.h" 131*433d6423SLionel Sambuc 132*433d6423SLionel Sambuc /******************************************************************************* 133*433d6423SLionel Sambuc * 134*433d6423SLionel Sambuc * FUNCTION: AcpiNsDumpOneDevice 135*433d6423SLionel Sambuc * 136*433d6423SLionel Sambuc * PARAMETERS: Handle - Node to be dumped 137*433d6423SLionel Sambuc * Level - Nesting level of the handle 138*433d6423SLionel Sambuc * Context - Passed into WalkNamespace 139*433d6423SLionel Sambuc * ReturnValue - Not used 140*433d6423SLionel Sambuc * 141*433d6423SLionel Sambuc * RETURN: Status 142*433d6423SLionel Sambuc * 143*433d6423SLionel Sambuc * DESCRIPTION: Dump a single Node that represents a device 144*433d6423SLionel Sambuc * This procedure is a UserFunction called by AcpiNsWalkNamespace. 145*433d6423SLionel Sambuc * 146*433d6423SLionel Sambuc ******************************************************************************/ 147*433d6423SLionel Sambuc 148*433d6423SLionel Sambuc static ACPI_STATUS 149*433d6423SLionel Sambuc AcpiNsDumpOneDevice ( 150*433d6423SLionel Sambuc ACPI_HANDLE ObjHandle, 151*433d6423SLionel Sambuc UINT32 Level, 152*433d6423SLionel Sambuc void *Context, 153*433d6423SLionel Sambuc void **ReturnValue) 154*433d6423SLionel Sambuc { 155*433d6423SLionel Sambuc ACPI_BUFFER Buffer; 156*433d6423SLionel Sambuc ACPI_DEVICE_INFO *Info; 157*433d6423SLionel Sambuc ACPI_STATUS Status; 158*433d6423SLionel Sambuc UINT32 i; 159*433d6423SLionel Sambuc 160*433d6423SLionel Sambuc 161*433d6423SLionel Sambuc ACPI_FUNCTION_NAME (NsDumpOneDevice); 162*433d6423SLionel Sambuc 163*433d6423SLionel Sambuc 164*433d6423SLionel Sambuc Status = AcpiNsDumpOneObject (ObjHandle, Level, Context, ReturnValue); 165*433d6423SLionel Sambuc 166*433d6423SLionel Sambuc Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER; 167*433d6423SLionel Sambuc Status = AcpiGetObjectInfo (ObjHandle, &Buffer); 168*433d6423SLionel Sambuc if (ACPI_SUCCESS (Status)) 169*433d6423SLionel Sambuc { 170*433d6423SLionel Sambuc Info = Buffer.Pointer; 171*433d6423SLionel Sambuc for (i = 0; i < Level; i++) 172*433d6423SLionel Sambuc { 173*433d6423SLionel Sambuc ACPI_DEBUG_PRINT_RAW ((ACPI_DB_TABLES, " ")); 174*433d6423SLionel Sambuc } 175*433d6423SLionel Sambuc 176*433d6423SLionel Sambuc ACPI_DEBUG_PRINT_RAW ((ACPI_DB_TABLES, 177*433d6423SLionel Sambuc " HID: %s, ADR: %8.8X%8.8X, Status: %X\n", 178*433d6423SLionel Sambuc Info->HardwareId.Value, ACPI_FORMAT_UINT64 (Info->Address), 179*433d6423SLionel Sambuc Info->CurrentStatus)); 180*433d6423SLionel Sambuc ACPI_FREE (Info); 181*433d6423SLionel Sambuc } 182*433d6423SLionel Sambuc 183*433d6423SLionel Sambuc return (Status); 184*433d6423SLionel Sambuc } 185*433d6423SLionel Sambuc 186*433d6423SLionel Sambuc 187*433d6423SLionel Sambuc /******************************************************************************* 188*433d6423SLionel Sambuc * 189*433d6423SLionel Sambuc * FUNCTION: AcpiNsDumpRootDevices 190*433d6423SLionel Sambuc * 191*433d6423SLionel Sambuc * PARAMETERS: None 192*433d6423SLionel Sambuc * 193*433d6423SLionel Sambuc * RETURN: None 194*433d6423SLionel Sambuc * 195*433d6423SLionel Sambuc * DESCRIPTION: Dump all objects of type "device" 196*433d6423SLionel Sambuc * 197*433d6423SLionel Sambuc ******************************************************************************/ 198*433d6423SLionel Sambuc 199*433d6423SLionel Sambuc void 200*433d6423SLionel Sambuc AcpiNsDumpRootDevices ( 201*433d6423SLionel Sambuc void) 202*433d6423SLionel Sambuc { 203*433d6423SLionel Sambuc ACPI_HANDLE SysBusHandle; 204*433d6423SLionel Sambuc ACPI_STATUS Status; 205*433d6423SLionel Sambuc 206*433d6423SLionel Sambuc 207*433d6423SLionel Sambuc ACPI_FUNCTION_NAME (NsDumpRootDevices); 208*433d6423SLionel Sambuc 209*433d6423SLionel Sambuc 210*433d6423SLionel Sambuc /* Only dump the table if tracing is enabled */ 211*433d6423SLionel Sambuc 212*433d6423SLionel Sambuc if (!(ACPI_LV_TABLES & AcpiDbgLevel)) 213*433d6423SLionel Sambuc { 214*433d6423SLionel Sambuc return; 215*433d6423SLionel Sambuc } 216*433d6423SLionel Sambuc 217*433d6423SLionel Sambuc Status = AcpiGetHandle (NULL, ACPI_NS_SYSTEM_BUS, &SysBusHandle); 218*433d6423SLionel Sambuc if (ACPI_FAILURE (Status)) 219*433d6423SLionel Sambuc { 220*433d6423SLionel Sambuc return; 221*433d6423SLionel Sambuc } 222*433d6423SLionel Sambuc 223*433d6423SLionel Sambuc ACPI_DEBUG_PRINT ((ACPI_DB_TABLES, 224*433d6423SLionel Sambuc "Display of all devices in the namespace:\n")); 225*433d6423SLionel Sambuc 226*433d6423SLionel Sambuc Status = AcpiNsWalkNamespace (ACPI_TYPE_DEVICE, SysBusHandle, 227*433d6423SLionel Sambuc ACPI_UINT32_MAX, ACPI_NS_WALK_NO_UNLOCK, 228*433d6423SLionel Sambuc AcpiNsDumpOneDevice, NULL, NULL, NULL); 229*433d6423SLionel Sambuc } 230*433d6423SLionel Sambuc 231*433d6423SLionel Sambuc #endif 232*433d6423SLionel Sambuc #endif 233*433d6423SLionel Sambuc 234*433d6423SLionel Sambuc 235