Import acpica-unix-20061109 from Intel.
[dragonfly.git] / sys / contrib / dev / acpica-unix-20061109 / debugger / dbfileio.c
blob2a060429f0fee01efcaf463019fb9838d5bf9c7a
1 /*******************************************************************************
3 * Module Name: dbfileio - Debugger file I/O commands. These can't usually
4 * be used when running the debugger in Ring 0 (Kernel mode)
5 * $Revision: 1.93 $
7 ******************************************************************************/
9 /******************************************************************************
11 * 1. Copyright Notice
13 * Some or all of this work - Copyright (c) 1999 - 2006, Intel Corp.
14 * All rights reserved.
16 * 2. License
18 * 2.1. This is your license from Intel Corp. under its intellectual property
19 * rights. You may have additional license terms from the party that provided
20 * you this software, covering your right to use that party's intellectual
21 * property rights.
23 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
24 * copy of the source code appearing in this file ("Covered Code") an
25 * irrevocable, perpetual, worldwide license under Intel's copyrights in the
26 * base code distributed originally by Intel ("Original Intel Code") to copy,
27 * make derivatives, distribute, use and display any portion of the Covered
28 * Code in any form, with the right to sublicense such rights; and
30 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
31 * license (with the right to sublicense), under only those claims of Intel
32 * patents that are infringed by the Original Intel Code, to make, use, sell,
33 * offer to sell, and import the Covered Code and derivative works thereof
34 * solely to the minimum extent necessary to exercise the above copyright
35 * license, and in no event shall the patent license extend to any additions
36 * to or modifications of the Original Intel Code. No other license or right
37 * is granted directly or by implication, estoppel or otherwise;
39 * The above copyright and patent license is granted only if the following
40 * conditions are met:
42 * 3. Conditions
44 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
45 * Redistribution of source code of any substantial portion of the Covered
46 * Code or modification with rights to further distribute source must include
47 * the above Copyright Notice, the above License, this list of Conditions,
48 * and the following Disclaimer and Export Compliance provision. In addition,
49 * Licensee must cause all Covered Code to which Licensee contributes to
50 * contain a file documenting the changes Licensee made to create that Covered
51 * Code and the date of any change. Licensee must include in that file the
52 * documentation of any changes made by any predecessor Licensee. Licensee
53 * must include a prominent statement that the modification is derived,
54 * directly or indirectly, from Original Intel Code.
56 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
57 * Redistribution of source code of any substantial portion of the Covered
58 * Code or modification without rights to further distribute source must
59 * include the following Disclaimer and Export Compliance provision in the
60 * documentation and/or other materials provided with distribution. In
61 * addition, Licensee may not authorize further sublicense of source of any
62 * portion of the Covered Code, and must include terms to the effect that the
63 * license from Licensee to its licensee is limited to the intellectual
64 * property embodied in the software Licensee provides to its licensee, and
65 * not to intellectual property embodied in modifications its licensee may
66 * make.
68 * 3.3. Redistribution of Executable. Redistribution in executable form of any
69 * substantial portion of the Covered Code or modification must reproduce the
70 * above Copyright Notice, and the following Disclaimer and Export Compliance
71 * provision in the documentation and/or other materials provided with the
72 * distribution.
74 * 3.4. Intel retains all right, title, and interest in and to the Original
75 * Intel Code.
77 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
78 * Intel shall be used in advertising or otherwise to promote the sale, use or
79 * other dealings in products derived from or relating to the Covered Code
80 * without prior written authorization from Intel.
82 * 4. Disclaimer and Export Compliance
84 * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
85 * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
86 * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
87 * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
88 * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
89 * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
90 * PARTICULAR PURPOSE.
92 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
93 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
94 * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
95 * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
96 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
97 * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
98 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
99 * LIMITED REMEDY.
101 * 4.3. Licensee shall not export, either directly or indirectly, any of this
102 * software or system incorporating such software without first obtaining any
103 * required license or other approval from the U. S. Department of Commerce or
104 * any other agency or department of the United States Government. In the
105 * event Licensee exports any such software from the United States or
106 * re-exports any such software from a foreign destination, Licensee shall
107 * ensure that the distribution and export/re-export of the software is in
108 * compliance with all laws, regulations, orders, or other restrictions of the
109 * U.S. Export Administration Regulations. Licensee agrees that neither it nor
110 * any of its subsidiaries will export/re-export any technical data, process,
111 * software, or service, directly or indirectly, to any country for which the
112 * United States government or any agency thereof requires an export license,
113 * other governmental approval, or letter of assurance, without first obtaining
114 * such license, approval or letter.
116 *****************************************************************************/
119 #include "acpi.h"
120 #include "acdebug.h"
121 #include "acnamesp.h"
122 #include "actables.h"
123 #include "acdisasm.h"
125 #if (defined ACPI_DEBUGGER || defined ACPI_DISASSEMBLER)
127 #define _COMPONENT ACPI_CA_DEBUGGER
128 ACPI_MODULE_NAME ("dbfileio")
131 * NOTE: this is here for lack of a better place. It is used in all
132 * flavors of the debugger, need LCD file
134 #ifdef ACPI_APPLICATION
135 #include <stdio.h>
136 FILE *AcpiGbl_DebugFile = NULL;
137 #endif
140 #ifdef ACPI_DEBUGGER
142 /* Local prototypes */
144 #ifdef ACPI_APPLICATION
146 static ACPI_STATUS
147 AcpiDbCheckTextModeCorruption (
148 UINT8 *Table,
149 UINT32 TableLength,
150 UINT32 FileLength);
152 static ACPI_STATUS
153 AeLocalLoadTable (
154 ACPI_TABLE_HEADER *TablePtr);
155 #endif
157 /*******************************************************************************
159 * FUNCTION: AcpiDbCloseDebugFile
161 * PARAMETERS: None
163 * RETURN: None
165 * DESCRIPTION: If open, close the current debug output file
167 ******************************************************************************/
169 void
170 AcpiDbCloseDebugFile (
171 void)
174 #ifdef ACPI_APPLICATION
176 if (AcpiGbl_DebugFile)
178 fclose (AcpiGbl_DebugFile);
179 AcpiGbl_DebugFile = NULL;
180 AcpiGbl_DbOutputToFile = FALSE;
181 AcpiOsPrintf ("Debug output file %s closed\n", AcpiGbl_DbDebugFilename);
183 #endif
187 /*******************************************************************************
189 * FUNCTION: AcpiDbOpenDebugFile
191 * PARAMETERS: Name - Filename to open
193 * RETURN: None
195 * DESCRIPTION: Open a file where debug output will be directed.
197 ******************************************************************************/
199 void
200 AcpiDbOpenDebugFile (
201 char *Name)
204 #ifdef ACPI_APPLICATION
206 AcpiDbCloseDebugFile ();
207 AcpiGbl_DebugFile = fopen (Name, "w+");
208 if (AcpiGbl_DebugFile)
210 AcpiOsPrintf ("Debug output file %s opened\n", Name);
211 ACPI_STRCPY (AcpiGbl_DbDebugFilename, Name);
212 AcpiGbl_DbOutputToFile = TRUE;
214 else
216 AcpiOsPrintf ("Could not open debug file %s\n", Name);
219 #endif
221 #endif
224 #ifdef ACPI_APPLICATION
225 /*******************************************************************************
227 * FUNCTION: AcpiDbCheckTextModeCorruption
229 * PARAMETERS: Table - Table buffer
230 * TableLength - Length of table from the table header
231 * FileLength - Length of the file that contains the table
233 * RETURN: Status
235 * DESCRIPTION: Check table for text mode file corruption where all linefeed
236 * characters (LF) have been replaced by carriage return linefeed
237 * pairs (CR/LF).
239 ******************************************************************************/
241 static ACPI_STATUS
242 AcpiDbCheckTextModeCorruption (
243 UINT8 *Table,
244 UINT32 TableLength,
245 UINT32 FileLength)
247 UINT32 i;
248 UINT32 Pairs = 0;
251 if (TableLength != FileLength)
253 ACPI_WARNING ((AE_INFO,
254 "File length (0x%X) is not the same as the table length (0x%X)",
255 FileLength, TableLength));
258 /* Scan entire table to determine if each LF has been prefixed with a CR */
260 for (i = 1; i < FileLength; i++)
262 if (Table[i] == 0x0A)
264 if (Table[i - 1] != 0x0D)
266 /* The LF does not have a preceeding CR, table not corrupted */
268 return (AE_OK);
270 else
272 /* Found a CR/LF pair */
274 Pairs++;
276 i++;
280 if (!Pairs)
282 return (AE_OK);
286 * Entire table scanned, each CR is part of a CR/LF pair --
287 * meaning that the table was treated as a text file somewhere.
289 * NOTE: We can't "fix" the table, because any existing CR/LF pairs in the
290 * original table are left untouched by the text conversion process --
291 * meaning that we cannot simply replace CR/LF pairs with LFs.
293 AcpiOsPrintf ("Table has been corrupted by text mode conversion\n");
294 AcpiOsPrintf ("All LFs (%d) were changed to CR/LF pairs\n", Pairs);
295 AcpiOsPrintf ("Table cannot be repaired!\n");
296 return (AE_BAD_VALUE);
300 /*******************************************************************************
302 * FUNCTION: AcpiDbReadTable
304 * PARAMETERS: fp - File that contains table
305 * Table - Return value, buffer with table
306 * TableLength - Return value, length of table
308 * RETURN: Status
310 * DESCRIPTION: Load the DSDT from the file pointer
312 ******************************************************************************/
314 static ACPI_STATUS
315 AcpiDbReadTable (
316 FILE *fp,
317 ACPI_TABLE_HEADER **Table,
318 UINT32 *TableLength)
320 ACPI_TABLE_HEADER TableHeader;
321 UINT32 Actual;
322 ACPI_STATUS Status;
323 UINT32 FileSize;
324 BOOLEAN StandardHeader = TRUE;
327 /* Get the file size */
329 fseek (fp, 0, SEEK_END);
330 FileSize = (UINT32) ftell (fp);
331 fseek (fp, 0, SEEK_SET);
333 if (FileSize < 4)
335 return (AE_BAD_HEADER);
338 /* Read the signature */
340 if (fread (&TableHeader, 1, 4, fp) != 4)
342 AcpiOsPrintf ("Could not read the table signature\n");
343 return (AE_BAD_HEADER);
346 fseek (fp, 0, SEEK_SET);
348 /* The RSDT and FACS tables do not have standard ACPI headers */
350 if (ACPI_COMPARE_NAME (TableHeader.Signature, "RSD ") ||
351 ACPI_COMPARE_NAME (TableHeader.Signature, "FACS"))
353 *TableLength = FileSize;
354 StandardHeader = FALSE;
356 else
358 /* Read the table header */
360 if (fread (&TableHeader, 1, sizeof (TableHeader), fp) !=
361 sizeof (ACPI_TABLE_HEADER))
363 AcpiOsPrintf ("Could not read the table header\n");
364 return (AE_BAD_HEADER);
367 #if 0
368 /* Validate the table header/length */
370 Status = AcpiTbValidateTableHeader (&TableHeader);
371 if (ACPI_FAILURE (Status))
373 AcpiOsPrintf ("Table header is invalid!\n");
374 return (Status);
376 #endif
378 /* File size must be at least as long as the Header-specified length */
380 if (TableHeader.Length > FileSize)
382 AcpiOsPrintf (
383 "TableHeader length [0x%X] greater than the input file size [0x%X]\n",
384 TableHeader.Length, FileSize);
385 return (AE_BAD_HEADER);
388 #ifdef ACPI_OBSOLETE_CODE
389 /* We only support a limited number of table types */
391 if (ACPI_STRNCMP ((char *) TableHeader.Signature, DSDT_SIG, 4) &&
392 ACPI_STRNCMP ((char *) TableHeader.Signature, PSDT_SIG, 4) &&
393 ACPI_STRNCMP ((char *) TableHeader.Signature, SSDT_SIG, 4))
395 AcpiOsPrintf ("Table signature [%4.4s] is invalid or not supported\n",
396 (char *) TableHeader.Signature);
397 ACPI_DUMP_BUFFER (&TableHeader, sizeof (ACPI_TABLE_HEADER));
398 return (AE_ERROR);
400 #endif
402 *TableLength = TableHeader.Length;
405 /* Allocate a buffer for the table */
407 *Table = AcpiOsAllocate ((size_t) FileSize);
408 if (!*Table)
410 AcpiOsPrintf (
411 "Could not allocate memory for ACPI table %4.4s (size=0x%X)\n",
412 TableHeader.Signature, *TableLength);
413 return (AE_NO_MEMORY);
416 /* Get the rest of the table */
418 fseek (fp, 0, SEEK_SET);
419 Actual = fread (*Table, 1, (size_t) FileSize, fp);
420 if (Actual == FileSize)
422 if (StandardHeader)
424 /* Now validate the checksum */
426 Status = AcpiTbChecksum ((void *) *Table,
427 ACPI_CAST_PTR (ACPI_TABLE_HEADER, *Table)->Length);
429 if (Status == AE_BAD_CHECKSUM)
431 Status = AcpiDbCheckTextModeCorruption ((UINT8 *) *Table,
432 FileSize, (*Table)->Length);
433 return (Status);
436 return (AE_OK);
439 if (Actual > 0)
441 AcpiOsPrintf ("Warning - reading table, asked for %X got %X\n",
442 FileSize, Actual);
443 return (AE_OK);
446 AcpiOsPrintf ("Error - could not read the table file\n");
447 AcpiOsFree (*Table);
448 *Table = NULL;
449 *TableLength = 0;
451 return (AE_ERROR);
455 /*******************************************************************************
457 * FUNCTION: AeLocalLoadTable
459 * PARAMETERS: Table - pointer to a buffer containing the entire
460 * table to be loaded
462 * RETURN: Status
464 * DESCRIPTION: This function is called to load a table from the caller's
465 * buffer. The buffer must contain an entire ACPI Table including
466 * a valid header. The header fields will be verified, and if it
467 * is determined that the table is invalid, the call will fail.
469 ******************************************************************************/
471 static ACPI_STATUS
472 AeLocalLoadTable (
473 ACPI_TABLE_HEADER *Table)
475 ACPI_STATUS Status = AE_OK;
476 /* ACPI_TABLE_DESC TableInfo; */
479 ACPI_FUNCTION_TRACE (AeLocalLoadTable);
480 #if 0
483 if (!Table)
485 return_ACPI_STATUS (AE_BAD_PARAMETER);
488 TableInfo.Pointer = Table;
489 Status = AcpiTbRecognizeTable (&TableInfo, ACPI_TABLE_ALL);
490 if (ACPI_FAILURE (Status))
492 return_ACPI_STATUS (Status);
495 /* Install the new table into the local data structures */
497 Status = AcpiTbInstallTable (&TableInfo);
498 if (ACPI_FAILURE (Status))
500 if (Status == AE_ALREADY_EXISTS)
502 /* Table already exists, no error */
504 Status = AE_OK;
507 /* Free table allocated by AcpiTbGetTable */
509 AcpiTbDeleteSingleTable (&TableInfo);
510 return_ACPI_STATUS (Status);
513 #if (!defined (ACPI_NO_METHOD_EXECUTION) && !defined (ACPI_CONSTANT_EVAL_ONLY))
515 Status = AcpiNsLoadTable (TableInfo.InstalledDesc, AcpiGbl_RootNode);
516 if (ACPI_FAILURE (Status))
518 /* Uninstall table and free the buffer */
520 AcpiTbDeleteTablesByType (ACPI_TABLE_ID_DSDT);
521 return_ACPI_STATUS (Status);
523 #endif
524 #endif
526 return_ACPI_STATUS (Status);
530 /*******************************************************************************
532 * FUNCTION: AcpiDbReadTableFromFile
534 * PARAMETERS: Filename - File where table is located
535 * Table - Where a pointer to the table is returned
537 * RETURN: Status
539 * DESCRIPTION: Get an ACPI table from a file
541 ******************************************************************************/
543 ACPI_STATUS
544 AcpiDbReadTableFromFile (
545 char *Filename,
546 ACPI_TABLE_HEADER **Table)
548 FILE *fp;
549 UINT32 TableLength;
550 ACPI_STATUS Status;
553 /* Open the file */
555 fp = fopen (Filename, "rb");
556 if (!fp)
558 AcpiOsPrintf ("Could not open input file %s\n", Filename);
559 return (AE_ERROR);
562 /* Get the entire file */
564 fprintf (stderr, "Loading Acpi table from file %s\n", Filename);
565 Status = AcpiDbReadTable (fp, Table, &TableLength);
566 fclose(fp);
568 if (ACPI_FAILURE (Status))
570 AcpiOsPrintf ("Could not get table from the file\n");
571 return (Status);
574 return (AE_OK);
576 #endif
579 /*******************************************************************************
581 * FUNCTION: AcpiDbGetTableFromFile
583 * PARAMETERS: Filename - File where table is located
584 * ReturnTable - Where a pointer to the table is returned
586 * RETURN: Status
588 * DESCRIPTION: Load an ACPI table from a file
590 ******************************************************************************/
592 ACPI_STATUS
593 AcpiDbGetTableFromFile (
594 char *Filename,
595 ACPI_TABLE_HEADER **ReturnTable)
597 #ifdef ACPI_APPLICATION
598 ACPI_STATUS Status;
599 ACPI_TABLE_HEADER *Table;
600 BOOLEAN IsAmlTable = TRUE;
603 Status = AcpiDbReadTableFromFile (Filename, &Table);
604 if (ACPI_FAILURE (Status))
606 return (Status);
609 #ifdef ACPI_DATA_TABLE_DISASSEMBLY
610 IsAmlTable = AcpiUtIsAmlTable (Table);
611 #endif
613 if (IsAmlTable)
615 /* Attempt to recognize and install the table */
617 Status = AeLocalLoadTable (Table);
618 if (ACPI_FAILURE (Status))
620 if (Status == AE_ALREADY_EXISTS)
622 AcpiOsPrintf ("Table %4.4s is already installed\n",
623 Table->Signature);
625 else
627 AcpiOsPrintf ("Could not install table, %s\n",
628 AcpiFormatException (Status));
631 return (Status);
634 fprintf (stderr,
635 "Acpi table [%4.4s] successfully installed and loaded\n",
636 Table->Signature);
639 AcpiGbl_AcpiHardwarePresent = FALSE;
640 if (ReturnTable)
642 *ReturnTable = Table;
646 #endif /* ACPI_APPLICATION */
647 return (AE_OK);
650 #endif /* ACPI_DEBUGGER */