acpi: Narrow workaround for broken interrupt settings
[dragonfly.git] / sys / contrib / dev / acpica / source / tools / acpibin / abcompare.c
blobcd9d833406ae361bee560b286167f0fc1e130c21
1 /******************************************************************************
3 * Module Name: abcompare - compare AML files
5 *****************************************************************************/
7 /******************************************************************************
9 * 1. Copyright Notice
11 * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
12 * All rights reserved.
14 * 2. License
16 * 2.1. This is your license from Intel Corp. under its intellectual property
17 * rights. You may have additional license terms from the party that provided
18 * you this software, covering your right to use that party's intellectual
19 * property rights.
21 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
22 * copy of the source code appearing in this file ("Covered Code") an
23 * irrevocable, perpetual, worldwide license under Intel's copyrights in the
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
25 * make derivatives, distribute, use and display any portion of the Covered
26 * Code in any form, with the right to sublicense such rights; and
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
29 * license (with the right to sublicense), under only those claims of Intel
30 * patents that are infringed by the Original Intel Code, to make, use, sell,
31 * offer to sell, and import the Covered Code and derivative works thereof
32 * solely to the minimum extent necessary to exercise the above copyright
33 * license, and in no event shall the patent license extend to any additions
34 * to or modifications of the Original Intel Code. No other license or right
35 * is granted directly or by implication, estoppel or otherwise;
37 * The above copyright and patent license is granted only if the following
38 * conditions are met:
40 * 3. Conditions
42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
43 * Redistribution of source code of any substantial portion of the Covered
44 * Code or modification with rights to further distribute source must include
45 * the above Copyright Notice, the above License, this list of Conditions,
46 * and the following Disclaimer and Export Compliance provision. In addition,
47 * Licensee must cause all Covered Code to which Licensee contributes to
48 * contain a file documenting the changes Licensee made to create that Covered
49 * Code and the date of any change. Licensee must include in that file the
50 * documentation of any changes made by any predecessor Licensee. Licensee
51 * must include a prominent statement that the modification is derived,
52 * directly or indirectly, from Original Intel Code.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
55 * Redistribution of source code of any substantial portion of the Covered
56 * Code or modification without rights to further distribute source must
57 * include the following Disclaimer and Export Compliance provision in the
58 * documentation and/or other materials provided with distribution. In
59 * addition, Licensee may not authorize further sublicense of source of any
60 * portion of the Covered Code, and must include terms to the effect that the
61 * license from Licensee to its licensee is limited to the intellectual
62 * property embodied in the software Licensee provides to its licensee, and
63 * not to intellectual property embodied in modifications its licensee may
64 * make.
66 * 3.3. Redistribution of Executable. Redistribution in executable form of any
67 * substantial portion of the Covered Code or modification must reproduce the
68 * above Copyright Notice, and the following Disclaimer and Export Compliance
69 * provision in the documentation and/or other materials provided with the
70 * distribution.
72 * 3.4. Intel retains all right, title, and interest in and to the Original
73 * Intel Code.
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
76 * Intel shall be used in advertising or otherwise to promote the sale, use or
77 * other dealings in products derived from or relating to the Covered Code
78 * without prior written authorization from Intel.
80 * 4. Disclaimer and Export Compliance
82 * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
83 * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
84 * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
85 * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
86 * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
87 * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
88 * PARTICULAR PURPOSE.
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
91 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
92 * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
93 * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
95 * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
96 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
97 * LIMITED REMEDY.
99 * 4.3. Licensee shall not export, either directly or indirectly, any of this
100 * software or system incorporating such software without first obtaining any
101 * required license or other approval from the U. S. Department of Commerce or
102 * any other agency or department of the United States Government. In the
103 * event Licensee exports any such software from the United States or
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
106 * compliance with all laws, regulations, orders, or other restrictions of the
107 * U.S. Export Administration Regulations. Licensee agrees that neither it nor
108 * any of its subsidiaries will export/re-export any technical data, process,
109 * software, or service, directly or indirectly, to any country for which the
110 * United States government or any agency thereof requires an export license,
111 * other governmental approval, or letter of assurance, without first obtaining
112 * such license, approval or letter.
114 *****************************************************************************
116 * Alternatively, you may choose to be licensed under the terms of the
117 * following license:
119 * Redistribution and use in source and binary forms, with or without
120 * modification, are permitted provided that the following conditions
121 * are met:
122 * 1. Redistributions of source code must retain the above copyright
123 * notice, this list of conditions, and the following disclaimer,
124 * without modification.
125 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
126 * substantially similar to the "NO WARRANTY" disclaimer below
127 * ("Disclaimer") and any redistribution must be conditioned upon
128 * including a substantially similar Disclaimer requirement for further
129 * binary redistribution.
130 * 3. Neither the names of the above-listed copyright holders nor the names
131 * of any contributors may be used to endorse or promote products derived
132 * from this software without specific prior written permission.
134 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
135 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
136 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
138 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
139 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
140 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
141 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
142 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
143 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
144 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
146 * Alternatively, you may choose to be licensed under the terms of the
147 * GNU General Public License ("GPL") version 2 as published by the Free
148 * Software Foundation.
150 *****************************************************************************/
152 #include "acpibin.h"
155 ACPI_TABLE_HEADER Header1;
156 ACPI_TABLE_HEADER Header2;
158 #define BUFFER_SIZE 256
159 char Buffer[BUFFER_SIZE];
162 /* Local prototypes */
164 static BOOLEAN
165 AbValidateHeader (
166 ACPI_TABLE_HEADER *Header);
168 static UINT8
169 AcpiTbSumTable (
170 void *Buffer,
171 UINT32 Length);
173 static char *
174 AbGetFile (
175 char *Filename,
176 UINT32 *FileSize);
178 static void
179 AbPrintHeaderInfo (
180 ACPI_TABLE_HEADER *Header);
182 static void
183 AbPrintHeadersInfo (
184 ACPI_TABLE_HEADER *Header,
185 ACPI_TABLE_HEADER *Header2);
188 /******************************************************************************
190 * FUNCTION: AbValidateHeader
192 * DESCRIPTION: Check for valid ACPI table header
194 ******************************************************************************/
196 static BOOLEAN
197 AbValidateHeader (
198 ACPI_TABLE_HEADER *Header)
201 if (!AcpiUtValidNameseg (Header->Signature))
203 printf ("Header signature is invalid\n");
204 return (FALSE);
207 return (TRUE);
211 /*******************************************************************************
213 * FUNCTION: AcpiTbSumTable
215 * PARAMETERS: Buffer - Buffer to checksum
216 * Length - Size of the buffer
218 * RETURNS 8 bit checksum of buffer
220 * DESCRIPTION: Computes an 8 bit checksum of the buffer(length) and returns it.
222 ******************************************************************************/
224 static UINT8
225 AcpiTbSumTable (
226 void *Buffer,
227 UINT32 Length)
229 const UINT8 *Limit;
230 const UINT8 *Rover;
231 UINT8 Sum = 0;
234 if (Buffer && Length)
236 /* Buffer and Length are valid */
238 Limit = (UINT8 *) Buffer + Length;
240 for (Rover = Buffer; Rover < Limit; Rover++)
242 Sum = (UINT8) (Sum + *Rover);
246 return (Sum);
250 /*******************************************************************************
252 * FUNCTION: AbPrintHeaderInfo
254 * PARAMETERS: Header - An ACPI table header
256 * RETURNS None.
258 * DESCRIPTION: Format and display header contents.
260 ******************************************************************************/
262 static void
263 AbPrintHeaderInfo (
264 ACPI_TABLE_HEADER *Header)
267 /* Display header information */
269 printf ("Signature : %4.4s\n", Header->Signature);
270 printf ("Length : %8.8X\n", Header->Length);
271 printf ("Revision : %2.2X\n", Header->Revision);
272 printf ("Checksum : %2.2X\n", Header->Checksum);
273 printf ("OEM ID : %.6s\n", Header->OemId);
274 printf ("OEM Table ID : %.8s\n", Header->OemTableId);
275 printf ("OEM Revision : %8.8X\n", Header->OemRevision);
276 printf ("ASL Compiler ID : %.4s\n", Header->AslCompilerId);
277 printf ("Compiler Revision : %8.8X\n", Header->AslCompilerRevision);
278 printf ("\n");
281 static void
282 AbPrintHeadersInfo (
283 ACPI_TABLE_HEADER *Header,
284 ACPI_TABLE_HEADER *Header2)
287 /* Display header information for both headers */
289 printf ("Signature %8.4s : %4.4s\n", Header->Signature, Header2->Signature);
290 printf ("Length %8.8X : %8.8X\n", Header->Length, Header2->Length);
291 printf ("Revision %8.2X : %2.2X\n", Header->Revision, Header2->Revision);
292 printf ("Checksum %8.2X : %2.2X\n", Header->Checksum, Header2->Checksum);
293 printf ("OEM ID %8.6s : %.6s\n", Header->OemId, Header2->OemId);
294 printf ("OEM Table ID %8.8s : %.8s\n", Header->OemTableId, Header2->OemTableId);
295 printf ("OEM Revision %8.8X : %8.8X\n", Header->OemRevision, Header2->OemRevision);
296 printf ("ASL Compiler ID %8.4s : %.4s\n", Header->AslCompilerId, Header2->AslCompilerId);
297 printf ("Compiler Revision %8.8X : %8.8X\n", Header->AslCompilerRevision, Header2->AslCompilerRevision);
298 printf ("\n");
302 /******************************************************************************
304 * FUNCTION: AbDisplayHeader
306 * DESCRIPTION: Display an ACPI table header
308 ******************************************************************************/
310 void
311 AbDisplayHeader (
312 char *FilePath)
314 UINT32 Actual;
315 FILE *File;
318 File = fopen (FilePath, "rb");
319 if (!File)
321 printf ("Could not open file %s\n", FilePath);
322 return;
325 Actual = fread (&Header1, 1, sizeof (ACPI_TABLE_HEADER), File);
326 fclose (File);
328 if (Actual != sizeof (ACPI_TABLE_HEADER))
330 printf ("File %s does not contain a valid ACPI table header\n", FilePath);
331 return;
334 if (!AbValidateHeader (&Header1))
336 return;
339 AbPrintHeaderInfo (&Header1);
343 /******************************************************************************
345 * FUNCTION: AbComputeChecksum
347 * DESCRIPTION: Compute proper checksum for an ACPI table
349 ******************************************************************************/
351 void
352 AbComputeChecksum (
353 char *FilePath)
355 UINT32 Actual;
356 ACPI_TABLE_HEADER *Table;
357 UINT8 Checksum;
358 FILE *File;
361 File = fopen (FilePath, "rb");
362 if (!File)
364 printf ("Could not open file %s\n", FilePath);
365 return;
368 Actual = fread (&Header1, 1, sizeof (ACPI_TABLE_HEADER), File);
369 if (Actual < sizeof (ACPI_TABLE_HEADER))
371 printf ("File %s does not contain a valid ACPI table header\n", FilePath);
372 goto Exit1;
375 if (!AbValidateHeader (&Header1))
377 goto Exit1;
380 if (!Gbl_TerseMode)
382 AbPrintHeaderInfo (&Header1);
385 /* Allocate a buffer to hold the entire table */
387 Table = AcpiOsAllocate (Header1.Length);
388 if (!Table)
390 printf ("Could not allocate buffer for table\n");
391 goto Exit1;
394 /* Read the entire table, including header */
396 fseek (File, 0, SEEK_SET);
397 Actual = fread (Table, 1, Header1.Length, File);
398 if (Actual != Header1.Length)
400 printf ("Could not read table, length %u\n", Header1.Length);
401 goto Exit2;
404 /* Compute the checksum for the table */
406 Table->Checksum = 0;
408 Checksum = (UINT8) (0 - AcpiTbSumTable (Table, Table->Length));
409 printf ("Computed checksum: 0x%X\n\n", Checksum);
411 if (Header1.Checksum == Checksum)
413 printf ("Checksum OK in AML file, not updating\n");
414 goto Exit2;
417 /* Open the target file for writing, to update checksum */
419 fclose (File);
420 File = fopen (FilePath, "r+b");
421 if (!File)
423 printf ("Could not open file %s for writing\n", FilePath);
424 goto Exit2;
427 /* Set the checksum, write the new header */
429 Header1.Checksum = Checksum;
431 Actual = fwrite (&Header1, 1, sizeof (ACPI_TABLE_HEADER), File);
432 if (Actual != sizeof (ACPI_TABLE_HEADER))
434 printf ("Could not write updated table header\n");
435 goto Exit2;
438 printf ("Wrote new checksum\n");
440 Exit2:
441 AcpiOsFree (Table);
443 Exit1:
444 if (File)
446 fclose (File);
448 return;
452 /******************************************************************************
454 * FUNCTION: AbCompareAmlFiles
456 * DESCRIPTION: Compare two AML files
458 ******************************************************************************/
461 AbCompareAmlFiles (
462 char *File1Path,
463 char *File2Path)
465 UINT32 Actual1;
466 UINT32 Actual2;
467 UINT32 Offset;
468 UINT8 Char1;
469 UINT8 Char2;
470 UINT8 Mismatches = 0;
471 BOOLEAN HeaderMismatch = FALSE;
472 FILE *File1;
473 FILE *File2;
474 int Status = -1;
477 File1 = fopen (File1Path, "rb");
478 if (!File1)
480 printf ("Could not open file %s\n", File1Path);
481 return (-1);
484 File2 = fopen (File2Path, "rb");
485 if (!File2)
487 printf ("Could not open file %s\n", File2Path);
488 goto Exit1;
491 /* Read the ACPI header from each file */
493 Actual1 = fread (&Header1, 1, sizeof (ACPI_TABLE_HEADER), File1);
494 if (Actual1 != sizeof (ACPI_TABLE_HEADER))
496 printf ("File %s does not contain an ACPI table header\n", File1Path);
497 goto Exit2;
500 Actual2 = fread (&Header2, 1, sizeof (ACPI_TABLE_HEADER), File2);
501 if (Actual2 != sizeof (ACPI_TABLE_HEADER))
503 printf ("File %s does not contain an ACPI table header\n", File2Path);
504 goto Exit2;
507 if ((!AbValidateHeader (&Header1)) ||
508 (!AbValidateHeader (&Header2)))
510 goto Exit2;
513 /* Table signatures must match */
515 if (*((UINT32 *) Header1.Signature) != *((UINT32 *) Header2.Signature))
517 printf ("Table signatures do not match\n");
518 goto Exit2;
521 if (!Gbl_TerseMode)
523 /* Display header information */
525 printf ("Comparing %s to %s\n", File1Path, File2Path);
526 AbPrintHeadersInfo (&Header1, &Header2);
529 if (memcmp (&Header1, &Header2, sizeof (ACPI_TABLE_HEADER)))
531 printf ("Headers do not match exactly\n");
532 HeaderMismatch = TRUE;
535 /* Do the byte-by-byte compare */
537 printf ("Compare offset: %u\n", AbGbl_CompareOffset);
538 if (AbGbl_CompareOffset)
540 if (fseek (File2, AbGbl_CompareOffset, SEEK_CUR))
542 printf ("Seek error on file %s\n", File2Path);
543 goto Exit2;
547 Actual1 = fread (&Char1, 1, 1, File1);
548 Actual2 = fread (&Char2, 1, 1, File2);
549 Offset = sizeof (ACPI_TABLE_HEADER);
551 while ((Actual1 == 1) && (Actual2 == 1))
553 if (Char1 != Char2)
555 printf ("Error - Byte mismatch at offset %8.4X: 0x%2.2X 0x%2.2X\n",
556 Offset, Char1, Char2);
557 Mismatches++;
558 if ((Mismatches > 100) && (!AbGbl_DisplayAllMiscompares))
560 printf ("100 Mismatches: Too many mismatches\n");
561 goto Exit2;
565 Offset++;
566 Actual1 = fread (&Char1, 1, 1, File1);
567 Actual2 = fread (&Char2, 1, 1, File2);
570 if (Actual1)
572 printf ("Error - file %s is longer than file %s\n", File1Path, File2Path);
573 Mismatches++;
575 else if (Actual2)
577 printf ("Error - file %s is shorter than file %s\n", File1Path, File2Path);
578 Mismatches++;
580 else if (!Mismatches)
582 if (HeaderMismatch)
584 printf ("Files compare exactly after header\n");
586 else
588 printf ("Files compare exactly\n");
592 printf ("%u Mismatches found\n", Mismatches);
593 if (Mismatches == 0)
595 Status = 0;
598 Exit2:
599 fclose (File2);
601 Exit1:
602 fclose (File1);
603 return (Status);
607 /******************************************************************************
609 * FUNCTION: AbGetFile
611 * DESCRIPTION: Open a file and read it entirely into a new buffer
613 ******************************************************************************/
615 static char *
616 AbGetFile (
617 char *Filename,
618 UINT32 *FileSize)
620 FILE *File;
621 UINT32 Size;
622 char *DataBuffer = NULL;
623 size_t Actual;
626 /* Binary mode does not alter CR/LF pairs */
628 File = fopen (Filename, "rb");
629 if (!File)
631 printf ("Could not open file %s\n", Filename);
632 return (NULL);
635 /* Need file size to allocate a buffer */
637 Size = CmGetFileSize (File);
638 if (Size == ACPI_UINT32_MAX)
640 printf ("Could not get file size (seek) for %s\n", Filename);
641 goto ErrorExit;
644 /* Allocate a buffer for the entire file */
646 DataBuffer = calloc (Size, 1);
647 if (!DataBuffer)
649 printf ("Could not allocate buffer of size %u\n", Size);
650 goto ErrorExit;
653 /* Read the entire file */
655 Actual = fread (DataBuffer, 1, Size, File);
656 if (Actual != Size)
658 printf ("Could not read the input file %s\n", Filename);
659 free (DataBuffer);
660 DataBuffer = NULL;
661 goto ErrorExit;
664 *FileSize = Size;
666 ErrorExit:
667 fclose (File);
668 return (DataBuffer);
672 /******************************************************************************
674 * FUNCTION: AbDumpAmlFile
676 * DESCRIPTION: Dump a binary AML file to a text file
678 ******************************************************************************/
681 AbDumpAmlFile (
682 char *File1Path,
683 char *File2Path)
685 char *FileBuffer;
686 FILE *FileOutHandle;
687 UINT32 FileSize = 0;
688 int Status = -1;
691 /* Get the entire AML file, validate header */
693 FileBuffer = AbGetFile (File1Path, &FileSize);
694 if (!FileBuffer)
696 return (-1);
699 printf ("Input file: %s contains %u (0x%X) bytes\n",
700 File1Path, FileSize, FileSize);
702 FileOutHandle = fopen (File2Path, "wb");
703 if (!FileOutHandle)
705 printf ("Could not open file %s\n", File2Path);
706 goto Exit1;
709 if (!AbValidateHeader ((ACPI_TABLE_HEADER *) FileBuffer))
711 goto Exit2;
714 /* Convert binary AML to text, using common dump buffer routine */
716 AcpiGbl_DebugFile = FileOutHandle;
717 AcpiGbl_DbOutputFlags = ACPI_DB_REDIRECTABLE_OUTPUT;
719 AcpiOsPrintf ("%4.4s @ 0x%8.8X\n",
720 ((ACPI_TABLE_HEADER *) FileBuffer)->Signature, 0);
722 AcpiUtDumpBuffer ((UINT8 *) FileBuffer, FileSize, DB_BYTE_DISPLAY, 0);
724 /* Summary for the output file */
726 FileSize = CmGetFileSize (FileOutHandle);
727 printf ("Output file: %s contains %u (0x%X) bytes\n\n",
728 File2Path, FileSize, FileSize);
730 Status = 0;
732 Exit2:
733 fclose (FileOutHandle);
735 Exit1:
736 free (FileBuffer);
737 return (Status);