Home | History | Annotate | Line # | Download | only in acpibin
abcompare.c revision 1.1.1.15.6.1
      1           1.1    jruoho /******************************************************************************
      2           1.1    jruoho  *
      3           1.1    jruoho  * Module Name: abcompare - compare AML files
      4           1.1    jruoho  *
      5           1.1    jruoho  *****************************************************************************/
      6           1.1    jruoho 
      7  1.1.1.15.6.1  perseant /******************************************************************************
      8  1.1.1.15.6.1  perseant  *
      9  1.1.1.15.6.1  perseant  * 1. Copyright Notice
     10  1.1.1.15.6.1  perseant  *
     11  1.1.1.15.6.1  perseant  * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp.
     12           1.1    jruoho  * All rights reserved.
     13           1.1    jruoho  *
     14  1.1.1.15.6.1  perseant  * 2. License
     15  1.1.1.15.6.1  perseant  *
     16  1.1.1.15.6.1  perseant  * 2.1. This is your license from Intel Corp. under its intellectual property
     17  1.1.1.15.6.1  perseant  * rights. You may have additional license terms from the party that provided
     18  1.1.1.15.6.1  perseant  * you this software, covering your right to use that party's intellectual
     19  1.1.1.15.6.1  perseant  * property rights.
     20  1.1.1.15.6.1  perseant  *
     21  1.1.1.15.6.1  perseant  * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
     22  1.1.1.15.6.1  perseant  * copy of the source code appearing in this file ("Covered Code") an
     23  1.1.1.15.6.1  perseant  * irrevocable, perpetual, worldwide license under Intel's copyrights in the
     24  1.1.1.15.6.1  perseant  * base code distributed originally by Intel ("Original Intel Code") to copy,
     25  1.1.1.15.6.1  perseant  * make derivatives, distribute, use and display any portion of the Covered
     26  1.1.1.15.6.1  perseant  * Code in any form, with the right to sublicense such rights; and
     27  1.1.1.15.6.1  perseant  *
     28  1.1.1.15.6.1  perseant  * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
     29  1.1.1.15.6.1  perseant  * license (with the right to sublicense), under only those claims of Intel
     30  1.1.1.15.6.1  perseant  * patents that are infringed by the Original Intel Code, to make, use, sell,
     31  1.1.1.15.6.1  perseant  * offer to sell, and import the Covered Code and derivative works thereof
     32  1.1.1.15.6.1  perseant  * solely to the minimum extent necessary to exercise the above copyright
     33  1.1.1.15.6.1  perseant  * license, and in no event shall the patent license extend to any additions
     34  1.1.1.15.6.1  perseant  * to or modifications of the Original Intel Code. No other license or right
     35  1.1.1.15.6.1  perseant  * is granted directly or by implication, estoppel or otherwise;
     36  1.1.1.15.6.1  perseant  *
     37  1.1.1.15.6.1  perseant  * The above copyright and patent license is granted only if the following
     38  1.1.1.15.6.1  perseant  * conditions are met:
     39  1.1.1.15.6.1  perseant  *
     40  1.1.1.15.6.1  perseant  * 3. Conditions
     41  1.1.1.15.6.1  perseant  *
     42  1.1.1.15.6.1  perseant  * 3.1. Redistribution of Source with Rights to Further Distribute Source.
     43  1.1.1.15.6.1  perseant  * Redistribution of source code of any substantial portion of the Covered
     44  1.1.1.15.6.1  perseant  * Code or modification with rights to further distribute source must include
     45  1.1.1.15.6.1  perseant  * the above Copyright Notice, the above License, this list of Conditions,
     46  1.1.1.15.6.1  perseant  * and the following Disclaimer and Export Compliance provision. In addition,
     47  1.1.1.15.6.1  perseant  * Licensee must cause all Covered Code to which Licensee contributes to
     48  1.1.1.15.6.1  perseant  * contain a file documenting the changes Licensee made to create that Covered
     49  1.1.1.15.6.1  perseant  * Code and the date of any change. Licensee must include in that file the
     50  1.1.1.15.6.1  perseant  * documentation of any changes made by any predecessor Licensee. Licensee
     51  1.1.1.15.6.1  perseant  * must include a prominent statement that the modification is derived,
     52  1.1.1.15.6.1  perseant  * directly or indirectly, from Original Intel Code.
     53  1.1.1.15.6.1  perseant  *
     54  1.1.1.15.6.1  perseant  * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
     55  1.1.1.15.6.1  perseant  * Redistribution of source code of any substantial portion of the Covered
     56  1.1.1.15.6.1  perseant  * Code or modification without rights to further distribute source must
     57  1.1.1.15.6.1  perseant  * include the following Disclaimer and Export Compliance provision in the
     58  1.1.1.15.6.1  perseant  * documentation and/or other materials provided with distribution. In
     59  1.1.1.15.6.1  perseant  * addition, Licensee may not authorize further sublicense of source of any
     60  1.1.1.15.6.1  perseant  * portion of the Covered Code, and must include terms to the effect that the
     61  1.1.1.15.6.1  perseant  * license from Licensee to its licensee is limited to the intellectual
     62  1.1.1.15.6.1  perseant  * property embodied in the software Licensee provides to its licensee, and
     63  1.1.1.15.6.1  perseant  * not to intellectual property embodied in modifications its licensee may
     64  1.1.1.15.6.1  perseant  * make.
     65  1.1.1.15.6.1  perseant  *
     66  1.1.1.15.6.1  perseant  * 3.3. Redistribution of Executable. Redistribution in executable form of any
     67  1.1.1.15.6.1  perseant  * substantial portion of the Covered Code or modification must reproduce the
     68  1.1.1.15.6.1  perseant  * above Copyright Notice, and the following Disclaimer and Export Compliance
     69  1.1.1.15.6.1  perseant  * provision in the documentation and/or other materials provided with the
     70  1.1.1.15.6.1  perseant  * distribution.
     71  1.1.1.15.6.1  perseant  *
     72  1.1.1.15.6.1  perseant  * 3.4. Intel retains all right, title, and interest in and to the Original
     73  1.1.1.15.6.1  perseant  * Intel Code.
     74  1.1.1.15.6.1  perseant  *
     75  1.1.1.15.6.1  perseant  * 3.5. Neither the name Intel nor any other trademark owned or controlled by
     76  1.1.1.15.6.1  perseant  * Intel shall be used in advertising or otherwise to promote the sale, use or
     77  1.1.1.15.6.1  perseant  * other dealings in products derived from or relating to the Covered Code
     78  1.1.1.15.6.1  perseant  * without prior written authorization from Intel.
     79  1.1.1.15.6.1  perseant  *
     80  1.1.1.15.6.1  perseant  * 4. Disclaimer and Export Compliance
     81  1.1.1.15.6.1  perseant  *
     82  1.1.1.15.6.1  perseant  * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
     83  1.1.1.15.6.1  perseant  * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
     84  1.1.1.15.6.1  perseant  * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
     85  1.1.1.15.6.1  perseant  * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
     86  1.1.1.15.6.1  perseant  * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
     87  1.1.1.15.6.1  perseant  * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
     88  1.1.1.15.6.1  perseant  * PARTICULAR PURPOSE.
     89  1.1.1.15.6.1  perseant  *
     90  1.1.1.15.6.1  perseant  * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
     91  1.1.1.15.6.1  perseant  * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
     92  1.1.1.15.6.1  perseant  * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
     93  1.1.1.15.6.1  perseant  * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
     94  1.1.1.15.6.1  perseant  * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
     95  1.1.1.15.6.1  perseant  * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
     96  1.1.1.15.6.1  perseant  * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
     97  1.1.1.15.6.1  perseant  * LIMITED REMEDY.
     98  1.1.1.15.6.1  perseant  *
     99  1.1.1.15.6.1  perseant  * 4.3. Licensee shall not export, either directly or indirectly, any of this
    100  1.1.1.15.6.1  perseant  * software or system incorporating such software without first obtaining any
    101  1.1.1.15.6.1  perseant  * required license or other approval from the U. S. Department of Commerce or
    102  1.1.1.15.6.1  perseant  * any other agency or department of the United States Government. In the
    103  1.1.1.15.6.1  perseant  * event Licensee exports any such software from the United States or
    104  1.1.1.15.6.1  perseant  * re-exports any such software from a foreign destination, Licensee shall
    105  1.1.1.15.6.1  perseant  * ensure that the distribution and export/re-export of the software is in
    106  1.1.1.15.6.1  perseant  * compliance with all laws, regulations, orders, or other restrictions of the
    107  1.1.1.15.6.1  perseant  * U.S. Export Administration Regulations. Licensee agrees that neither it nor
    108  1.1.1.15.6.1  perseant  * any of its subsidiaries will export/re-export any technical data, process,
    109  1.1.1.15.6.1  perseant  * software, or service, directly or indirectly, to any country for which the
    110  1.1.1.15.6.1  perseant  * United States government or any agency thereof requires an export license,
    111  1.1.1.15.6.1  perseant  * other governmental approval, or letter of assurance, without first obtaining
    112  1.1.1.15.6.1  perseant  * such license, approval or letter.
    113  1.1.1.15.6.1  perseant  *
    114  1.1.1.15.6.1  perseant  *****************************************************************************
    115  1.1.1.15.6.1  perseant  *
    116  1.1.1.15.6.1  perseant  * Alternatively, you may choose to be licensed under the terms of the
    117  1.1.1.15.6.1  perseant  * following license:
    118  1.1.1.15.6.1  perseant  *
    119           1.1    jruoho  * Redistribution and use in source and binary forms, with or without
    120           1.1    jruoho  * modification, are permitted provided that the following conditions
    121           1.1    jruoho  * are met:
    122           1.1    jruoho  * 1. Redistributions of source code must retain the above copyright
    123           1.1    jruoho  *    notice, this list of conditions, and the following disclaimer,
    124           1.1    jruoho  *    without modification.
    125           1.1    jruoho  * 2. Redistributions in binary form must reproduce at minimum a disclaimer
    126           1.1    jruoho  *    substantially similar to the "NO WARRANTY" disclaimer below
    127           1.1    jruoho  *    ("Disclaimer") and any redistribution must be conditioned upon
    128           1.1    jruoho  *    including a substantially similar Disclaimer requirement for further
    129           1.1    jruoho  *    binary redistribution.
    130           1.1    jruoho  * 3. Neither the names of the above-listed copyright holders nor the names
    131           1.1    jruoho  *    of any contributors may be used to endorse or promote products derived
    132           1.1    jruoho  *    from this software without specific prior written permission.
    133           1.1    jruoho  *
    134           1.1    jruoho  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    135           1.1    jruoho  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    136      1.1.1.13  christos  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    137           1.1    jruoho  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    138  1.1.1.15.6.1  perseant  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    139  1.1.1.15.6.1  perseant  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    140  1.1.1.15.6.1  perseant  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    141  1.1.1.15.6.1  perseant  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    142  1.1.1.15.6.1  perseant  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    143  1.1.1.15.6.1  perseant  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    144  1.1.1.15.6.1  perseant  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    145  1.1.1.15.6.1  perseant  *
    146  1.1.1.15.6.1  perseant  * Alternatively, you may choose to be licensed under the terms of the
    147  1.1.1.15.6.1  perseant  * GNU General Public License ("GPL") version 2 as published by the Free
    148  1.1.1.15.6.1  perseant  * Software Foundation.
    149  1.1.1.15.6.1  perseant  *
    150  1.1.1.15.6.1  perseant  *****************************************************************************/
    151           1.1    jruoho 
    152           1.1    jruoho #include "acpibin.h"
    153           1.1    jruoho 
    154           1.1    jruoho 
    155           1.1    jruoho ACPI_TABLE_HEADER           Header1;
    156           1.1    jruoho ACPI_TABLE_HEADER           Header2;
    157           1.1    jruoho 
    158           1.1    jruoho #define BUFFER_SIZE         256
    159           1.1    jruoho char                        Buffer[BUFFER_SIZE];
    160           1.1    jruoho 
    161           1.1    jruoho 
    162           1.1    jruoho /* Local prototypes */
    163           1.1    jruoho 
    164           1.1    jruoho static BOOLEAN
    165           1.1    jruoho AbValidateHeader (
    166           1.1    jruoho     ACPI_TABLE_HEADER       *Header);
    167           1.1    jruoho 
    168           1.1    jruoho static UINT8
    169           1.1    jruoho AcpiTbSumTable (
    170           1.1    jruoho     void                    *Buffer,
    171           1.1    jruoho     UINT32                  Length);
    172           1.1    jruoho 
    173           1.1    jruoho static char *
    174           1.1    jruoho AbGetFile (
    175           1.1    jruoho     char                    *Filename,
    176           1.1    jruoho     UINT32                  *FileSize);
    177           1.1    jruoho 
    178           1.1    jruoho static void
    179           1.1    jruoho AbPrintHeaderInfo (
    180           1.1    jruoho     ACPI_TABLE_HEADER       *Header);
    181           1.1    jruoho 
    182       1.1.1.2  christos static void
    183       1.1.1.2  christos AbPrintHeadersInfo (
    184       1.1.1.2  christos     ACPI_TABLE_HEADER       *Header,
    185       1.1.1.2  christos     ACPI_TABLE_HEADER       *Header2);
    186       1.1.1.2  christos 
    187           1.1    jruoho 
    188           1.1    jruoho /******************************************************************************
    189           1.1    jruoho  *
    190           1.1    jruoho  * FUNCTION:    AbValidateHeader
    191           1.1    jruoho  *
    192           1.1    jruoho  * DESCRIPTION: Check for valid ACPI table header
    193           1.1    jruoho  *
    194           1.1    jruoho  ******************************************************************************/
    195           1.1    jruoho 
    196           1.1    jruoho static BOOLEAN
    197           1.1    jruoho AbValidateHeader (
    198           1.1    jruoho     ACPI_TABLE_HEADER       *Header)
    199           1.1    jruoho {
    200           1.1    jruoho 
    201       1.1.1.6  christos     if (!AcpiUtValidNameseg (Header->Signature))
    202           1.1    jruoho     {
    203           1.1    jruoho         printf ("Header signature is invalid\n");
    204       1.1.1.2  christos         return (FALSE);
    205           1.1    jruoho     }
    206           1.1    jruoho 
    207       1.1.1.2  christos     return (TRUE);
    208           1.1    jruoho }
    209           1.1    jruoho 
    210           1.1    jruoho 
    211           1.1    jruoho /*******************************************************************************
    212           1.1    jruoho  *
    213           1.1    jruoho  * FUNCTION:    AcpiTbSumTable
    214           1.1    jruoho  *
    215           1.1    jruoho  * PARAMETERS:  Buffer              - Buffer to checksum
    216           1.1    jruoho  *              Length              - Size of the buffer
    217           1.1    jruoho  *
    218           1.1    jruoho  * RETURNS      8 bit checksum of buffer
    219           1.1    jruoho  *
    220           1.1    jruoho  * DESCRIPTION: Computes an 8 bit checksum of the buffer(length) and returns it.
    221           1.1    jruoho  *
    222           1.1    jruoho  ******************************************************************************/
    223           1.1    jruoho 
    224           1.1    jruoho static UINT8
    225           1.1    jruoho AcpiTbSumTable (
    226           1.1    jruoho     void                    *Buffer,
    227           1.1    jruoho     UINT32                  Length)
    228           1.1    jruoho {
    229       1.1.1.3  christos     const UINT8             *Limit;
    230       1.1.1.3  christos     const UINT8             *Rover;
    231       1.1.1.3  christos     UINT8                   Sum = 0;
    232           1.1    jruoho 
    233           1.1    jruoho 
    234           1.1    jruoho     if (Buffer && Length)
    235           1.1    jruoho     {
    236           1.1    jruoho         /* Buffer and Length are valid */
    237           1.1    jruoho 
    238       1.1.1.3  christos         Limit = (UINT8 *) Buffer + Length;
    239           1.1    jruoho 
    240       1.1.1.3  christos         for (Rover = Buffer; Rover < Limit; Rover++)
    241           1.1    jruoho         {
    242       1.1.1.3  christos             Sum = (UINT8) (Sum + *Rover);
    243           1.1    jruoho         }
    244           1.1    jruoho     }
    245       1.1.1.3  christos 
    246       1.1.1.3  christos     return (Sum);
    247           1.1    jruoho }
    248           1.1    jruoho 
    249           1.1    jruoho 
    250           1.1    jruoho /*******************************************************************************
    251           1.1    jruoho  *
    252           1.1    jruoho  * FUNCTION:    AbPrintHeaderInfo
    253           1.1    jruoho  *
    254           1.1    jruoho  * PARAMETERS:  Header              - An ACPI table header
    255           1.1    jruoho  *
    256           1.1    jruoho  * RETURNS      None.
    257           1.1    jruoho  *
    258           1.1    jruoho  * DESCRIPTION: Format and display header contents.
    259           1.1    jruoho  *
    260           1.1    jruoho  ******************************************************************************/
    261           1.1    jruoho 
    262           1.1    jruoho static void
    263           1.1    jruoho AbPrintHeaderInfo (
    264           1.1    jruoho     ACPI_TABLE_HEADER       *Header)
    265           1.1    jruoho {
    266           1.1    jruoho 
    267           1.1    jruoho     /* Display header information */
    268           1.1    jruoho 
    269           1.1    jruoho     printf ("Signature         : %4.4s\n",    Header->Signature);
    270           1.1    jruoho     printf ("Length            : %8.8X\n",    Header->Length);
    271           1.1    jruoho     printf ("Revision          : %2.2X\n",    Header->Revision);
    272           1.1    jruoho     printf ("Checksum          : %2.2X\n",    Header->Checksum);
    273       1.1.1.3  christos     printf ("OEM ID            : %.6s\n",     Header->OemId);
    274       1.1.1.3  christos     printf ("OEM Table ID      : %.8s\n",     Header->OemTableId);
    275           1.1    jruoho     printf ("OEM Revision      : %8.8X\n",    Header->OemRevision);
    276       1.1.1.3  christos     printf ("ASL Compiler ID   : %.4s\n",     Header->AslCompilerId);
    277           1.1    jruoho     printf ("Compiler Revision : %8.8X\n",    Header->AslCompilerRevision);
    278           1.1    jruoho     printf ("\n");
    279           1.1    jruoho }
    280           1.1    jruoho 
    281       1.1.1.2  christos static void
    282       1.1.1.2  christos AbPrintHeadersInfo (
    283       1.1.1.2  christos     ACPI_TABLE_HEADER       *Header,
    284       1.1.1.2  christos     ACPI_TABLE_HEADER       *Header2)
    285       1.1.1.2  christos {
    286       1.1.1.2  christos 
    287       1.1.1.2  christos     /* Display header information for both headers */
    288       1.1.1.2  christos 
    289       1.1.1.2  christos     printf ("Signature          %8.4s : %4.4s\n",    Header->Signature, Header2->Signature);
    290       1.1.1.2  christos     printf ("Length             %8.8X : %8.8X\n",    Header->Length, Header2->Length);
    291       1.1.1.2  christos     printf ("Revision           %8.2X : %2.2X\n",    Header->Revision, Header2->Revision);
    292       1.1.1.2  christos     printf ("Checksum           %8.2X : %2.2X\n",    Header->Checksum, Header2->Checksum);
    293       1.1.1.3  christos     printf ("OEM ID             %8.6s : %.6s\n",     Header->OemId, Header2->OemId);
    294       1.1.1.3  christos     printf ("OEM Table ID       %8.8s : %.8s\n",     Header->OemTableId, Header2->OemTableId);
    295       1.1.1.2  christos     printf ("OEM Revision       %8.8X : %8.8X\n",    Header->OemRevision, Header2->OemRevision);
    296       1.1.1.3  christos     printf ("ASL Compiler ID    %8.4s : %.4s\n",     Header->AslCompilerId, Header2->AslCompilerId);
    297       1.1.1.2  christos     printf ("Compiler Revision  %8.8X : %8.8X\n",    Header->AslCompilerRevision, Header2->AslCompilerRevision);
    298       1.1.1.2  christos     printf ("\n");
    299       1.1.1.2  christos }
    300       1.1.1.2  christos 
    301           1.1    jruoho 
    302           1.1    jruoho /******************************************************************************
    303           1.1    jruoho  *
    304           1.1    jruoho  * FUNCTION:    AbDisplayHeader
    305           1.1    jruoho  *
    306           1.1    jruoho  * DESCRIPTION: Display an ACPI table header
    307           1.1    jruoho  *
    308           1.1    jruoho  ******************************************************************************/
    309           1.1    jruoho 
    310           1.1    jruoho void
    311           1.1    jruoho AbDisplayHeader (
    312       1.1.1.3  christos     char                    *FilePath)
    313           1.1    jruoho {
    314       1.1.1.2  christos     UINT32                  Actual;
    315       1.1.1.3  christos     FILE                    *File;
    316           1.1    jruoho 
    317           1.1    jruoho 
    318       1.1.1.3  christos     File = fopen (FilePath, "rb");
    319       1.1.1.3  christos     if (!File)
    320           1.1    jruoho     {
    321       1.1.1.3  christos         printf ("Could not open file %s\n", FilePath);
    322           1.1    jruoho         return;
    323           1.1    jruoho     }
    324           1.1    jruoho 
    325       1.1.1.3  christos     Actual = fread (&Header1, 1, sizeof (ACPI_TABLE_HEADER), File);
    326       1.1.1.3  christos     fclose (File);
    327       1.1.1.3  christos 
    328       1.1.1.2  christos     if (Actual != sizeof (ACPI_TABLE_HEADER))
    329           1.1    jruoho     {
    330       1.1.1.3  christos         printf ("File %s does not contain a valid ACPI table header\n", FilePath);
    331           1.1    jruoho         return;
    332           1.1    jruoho     }
    333           1.1    jruoho 
    334           1.1    jruoho     if (!AbValidateHeader (&Header1))
    335           1.1    jruoho     {
    336           1.1    jruoho         return;
    337           1.1    jruoho     }
    338           1.1    jruoho 
    339           1.1    jruoho     AbPrintHeaderInfo (&Header1);
    340           1.1    jruoho }
    341           1.1    jruoho 
    342           1.1    jruoho 
    343           1.1    jruoho /******************************************************************************
    344           1.1    jruoho  *
    345           1.1    jruoho  * FUNCTION:    AbComputeChecksum
    346           1.1    jruoho  *
    347           1.1    jruoho  * DESCRIPTION: Compute proper checksum for an ACPI table
    348           1.1    jruoho  *
    349           1.1    jruoho  ******************************************************************************/
    350           1.1    jruoho 
    351           1.1    jruoho void
    352           1.1    jruoho AbComputeChecksum (
    353       1.1.1.3  christos     char                    *FilePath)
    354           1.1    jruoho {
    355       1.1.1.2  christos     UINT32                  Actual;
    356           1.1    jruoho     ACPI_TABLE_HEADER       *Table;
    357           1.1    jruoho     UINT8                   Checksum;
    358       1.1.1.3  christos     FILE                    *File;
    359           1.1    jruoho 
    360           1.1    jruoho 
    361       1.1.1.3  christos     File = fopen (FilePath, "rb");
    362       1.1.1.3  christos     if (!File)
    363           1.1    jruoho     {
    364       1.1.1.3  christos         printf ("Could not open file %s\n", FilePath);
    365           1.1    jruoho         return;
    366           1.1    jruoho     }
    367           1.1    jruoho 
    368       1.1.1.3  christos     Actual = fread (&Header1, 1, sizeof (ACPI_TABLE_HEADER), File);
    369       1.1.1.2  christos     if (Actual < sizeof (ACPI_TABLE_HEADER))
    370           1.1    jruoho     {
    371       1.1.1.3  christos         printf ("File %s does not contain a valid ACPI table header\n", FilePath);
    372       1.1.1.3  christos         goto Exit1;
    373           1.1    jruoho     }
    374           1.1    jruoho 
    375           1.1    jruoho     if (!AbValidateHeader (&Header1))
    376           1.1    jruoho     {
    377       1.1.1.3  christos         goto Exit1;
    378           1.1    jruoho     }
    379           1.1    jruoho 
    380           1.1    jruoho     if (!Gbl_TerseMode)
    381           1.1    jruoho     {
    382           1.1    jruoho         AbPrintHeaderInfo (&Header1);
    383           1.1    jruoho     }
    384           1.1    jruoho 
    385           1.1    jruoho     /* Allocate a buffer to hold the entire table */
    386           1.1    jruoho 
    387           1.1    jruoho     Table = AcpiOsAllocate (Header1.Length);
    388           1.1    jruoho     if (!Table)
    389           1.1    jruoho     {
    390       1.1.1.3  christos         printf ("Could not allocate buffer for table\n");
    391       1.1.1.3  christos         goto Exit1;
    392           1.1    jruoho     }
    393           1.1    jruoho 
    394           1.1    jruoho     /* Read the entire table, including header */
    395           1.1    jruoho 
    396       1.1.1.3  christos     fseek (File, 0, SEEK_SET);
    397       1.1.1.3  christos     Actual = fread (Table, 1, Header1.Length, File);
    398       1.1.1.2  christos     if (Actual != Header1.Length)
    399           1.1    jruoho     {
    400       1.1.1.3  christos         printf ("Could not read table, length %u\n", Header1.Length);
    401       1.1.1.3  christos         goto Exit2;
    402           1.1    jruoho     }
    403           1.1    jruoho 
    404           1.1    jruoho     /* Compute the checksum for the table */
    405           1.1    jruoho 
    406           1.1    jruoho     Table->Checksum = 0;
    407           1.1    jruoho 
    408           1.1    jruoho     Checksum = (UINT8) (0 - AcpiTbSumTable (Table, Table->Length));
    409           1.1    jruoho     printf ("Computed checksum: 0x%X\n\n", Checksum);
    410           1.1    jruoho 
    411           1.1    jruoho     if (Header1.Checksum == Checksum)
    412           1.1    jruoho     {
    413       1.1.1.3  christos         printf ("Checksum OK in AML file, not updating\n");
    414       1.1.1.3  christos         goto Exit2;
    415           1.1    jruoho     }
    416           1.1    jruoho 
    417           1.1    jruoho     /* Open the target file for writing, to update checksum */
    418           1.1    jruoho 
    419       1.1.1.3  christos     fclose (File);
    420       1.1.1.3  christos     File = fopen (FilePath, "r+b");
    421       1.1.1.3  christos     if (!File)
    422           1.1    jruoho     {
    423       1.1.1.3  christos         printf ("Could not open file %s for writing\n", FilePath);
    424       1.1.1.3  christos         goto Exit2;
    425           1.1    jruoho     }
    426           1.1    jruoho 
    427           1.1    jruoho     /* Set the checksum, write the new header */
    428           1.1    jruoho 
    429           1.1    jruoho     Header1.Checksum = Checksum;
    430           1.1    jruoho 
    431       1.1.1.3  christos     Actual = fwrite (&Header1, 1, sizeof (ACPI_TABLE_HEADER), File);
    432       1.1.1.2  christos     if (Actual != sizeof (ACPI_TABLE_HEADER))
    433           1.1    jruoho     {
    434           1.1    jruoho         printf ("Could not write updated table header\n");
    435       1.1.1.3  christos         goto Exit2;
    436           1.1    jruoho     }
    437           1.1    jruoho 
    438           1.1    jruoho     printf ("Wrote new checksum\n");
    439       1.1.1.3  christos 
    440       1.1.1.3  christos Exit2:
    441       1.1.1.3  christos     AcpiOsFree (Table);
    442       1.1.1.3  christos 
    443       1.1.1.3  christos Exit1:
    444       1.1.1.3  christos     if (File)
    445       1.1.1.3  christos     {
    446       1.1.1.3  christos         fclose (File);
    447       1.1.1.3  christos     }
    448           1.1    jruoho     return;
    449           1.1    jruoho }
    450           1.1    jruoho 
    451           1.1    jruoho 
    452           1.1    jruoho /******************************************************************************
    453           1.1    jruoho  *
    454           1.1    jruoho  * FUNCTION:    AbCompareAmlFiles
    455           1.1    jruoho  *
    456           1.1    jruoho  * DESCRIPTION: Compare two AML files
    457           1.1    jruoho  *
    458           1.1    jruoho  ******************************************************************************/
    459           1.1    jruoho 
    460           1.1    jruoho int
    461           1.1    jruoho AbCompareAmlFiles (
    462           1.1    jruoho     char                    *File1Path,
    463           1.1    jruoho     char                    *File2Path)
    464           1.1    jruoho {
    465           1.1    jruoho     UINT32                  Actual1;
    466           1.1    jruoho     UINT32                  Actual2;
    467           1.1    jruoho     UINT32                  Offset;
    468           1.1    jruoho     UINT8                   Char1;
    469           1.1    jruoho     UINT8                   Char2;
    470           1.1    jruoho     UINT8                   Mismatches = 0;
    471           1.1    jruoho     BOOLEAN                 HeaderMismatch = FALSE;
    472       1.1.1.3  christos     FILE                    *File1;
    473       1.1.1.3  christos     FILE                    *File2;
    474       1.1.1.3  christos     int                     Status = -1;
    475           1.1    jruoho 
    476           1.1    jruoho 
    477           1.1    jruoho     File1 = fopen (File1Path, "rb");
    478           1.1    jruoho     if (!File1)
    479           1.1    jruoho     {
    480           1.1    jruoho         printf ("Could not open file %s\n", File1Path);
    481       1.1.1.2  christos         return (-1);
    482           1.1    jruoho     }
    483           1.1    jruoho 
    484           1.1    jruoho     File2 = fopen (File2Path, "rb");
    485           1.1    jruoho     if (!File2)
    486           1.1    jruoho     {
    487           1.1    jruoho         printf ("Could not open file %s\n", File2Path);
    488       1.1.1.3  christos         goto Exit1;
    489           1.1    jruoho     }
    490           1.1    jruoho 
    491           1.1    jruoho     /* Read the ACPI header from each file */
    492           1.1    jruoho 
    493           1.1    jruoho     Actual1 = fread (&Header1, 1, sizeof (ACPI_TABLE_HEADER), File1);
    494       1.1.1.2  christos     if (Actual1 != sizeof (ACPI_TABLE_HEADER))
    495           1.1    jruoho     {
    496           1.1    jruoho         printf ("File %s does not contain an ACPI table header\n", File1Path);
    497       1.1.1.3  christos         goto Exit2;
    498           1.1    jruoho     }
    499           1.1    jruoho 
    500           1.1    jruoho     Actual2 = fread (&Header2, 1, sizeof (ACPI_TABLE_HEADER), File2);
    501       1.1.1.2  christos     if (Actual2 != sizeof (ACPI_TABLE_HEADER))
    502           1.1    jruoho     {
    503           1.1    jruoho         printf ("File %s does not contain an ACPI table header\n", File2Path);
    504       1.1.1.3  christos         goto Exit2;
    505           1.1    jruoho     }
    506           1.1    jruoho 
    507           1.1    jruoho     if ((!AbValidateHeader (&Header1)) ||
    508           1.1    jruoho         (!AbValidateHeader (&Header2)))
    509           1.1    jruoho     {
    510       1.1.1.3  christos         goto Exit2;
    511           1.1    jruoho     }
    512           1.1    jruoho 
    513           1.1    jruoho     /* Table signatures must match */
    514           1.1    jruoho 
    515           1.1    jruoho     if (*((UINT32 *) Header1.Signature) != *((UINT32 *) Header2.Signature))
    516           1.1    jruoho     {
    517           1.1    jruoho         printf ("Table signatures do not match\n");
    518       1.1.1.3  christos         goto Exit2;
    519           1.1    jruoho     }
    520           1.1    jruoho 
    521           1.1    jruoho     if (!Gbl_TerseMode)
    522           1.1    jruoho     {
    523           1.1    jruoho         /* Display header information */
    524           1.1    jruoho 
    525       1.1.1.8  christos         printf ("Comparing %s to %s\n", File1Path, File2Path);
    526       1.1.1.2  christos         AbPrintHeadersInfo (&Header1, &Header2);
    527           1.1    jruoho     }
    528           1.1    jruoho 
    529       1.1.1.2  christos     if (memcmp (&Header1, &Header2, sizeof (ACPI_TABLE_HEADER)))
    530           1.1    jruoho     {
    531           1.1    jruoho         printf ("Headers do not match exactly\n");
    532           1.1    jruoho         HeaderMismatch = TRUE;
    533           1.1    jruoho     }
    534           1.1    jruoho 
    535           1.1    jruoho     /* Do the byte-by-byte compare */
    536           1.1    jruoho 
    537       1.1.1.8  christos     printf ("Compare offset: %u\n", AbGbl_CompareOffset);
    538       1.1.1.8  christos     if (AbGbl_CompareOffset)
    539       1.1.1.8  christos     {
    540      1.1.1.10  christos         if (fseek (File2, AbGbl_CompareOffset, SEEK_CUR))
    541      1.1.1.10  christos         {
    542      1.1.1.10  christos             printf ("Seek error on file %s\n", File2Path);
    543      1.1.1.10  christos             goto Exit2;
    544      1.1.1.10  christos         }
    545       1.1.1.8  christos     }
    546       1.1.1.8  christos 
    547           1.1    jruoho     Actual1 = fread (&Char1, 1, 1, File1);
    548           1.1    jruoho     Actual2 = fread (&Char2, 1, 1, File2);
    549           1.1    jruoho     Offset = sizeof (ACPI_TABLE_HEADER);
    550           1.1    jruoho 
    551       1.1.1.2  christos     while ((Actual1 == 1) && (Actual2 == 1))
    552           1.1    jruoho     {
    553           1.1    jruoho         if (Char1 != Char2)
    554           1.1    jruoho         {
    555       1.1.1.7  christos             printf ("Error - Byte mismatch at offset %8.4X: 0x%2.2X 0x%2.2X\n",
    556           1.1    jruoho                 Offset, Char1, Char2);
    557           1.1    jruoho             Mismatches++;
    558       1.1.1.8  christos             if ((Mismatches > 100) && (!AbGbl_DisplayAllMiscompares))
    559           1.1    jruoho             {
    560           1.1    jruoho                 printf ("100 Mismatches: Too many mismatches\n");
    561       1.1.1.3  christos                 goto Exit2;
    562           1.1    jruoho             }
    563           1.1    jruoho         }
    564           1.1    jruoho 
    565           1.1    jruoho         Offset++;
    566           1.1    jruoho         Actual1 = fread (&Char1, 1, 1, File1);
    567           1.1    jruoho         Actual2 = fread (&Char2, 1, 1, File2);
    568           1.1    jruoho     }
    569           1.1    jruoho 
    570           1.1    jruoho     if (Actual1)
    571           1.1    jruoho     {
    572           1.1    jruoho         printf ("Error - file %s is longer than file %s\n", File1Path, File2Path);
    573           1.1    jruoho         Mismatches++;
    574           1.1    jruoho     }
    575           1.1    jruoho     else if (Actual2)
    576           1.1    jruoho     {
    577           1.1    jruoho         printf ("Error - file %s is shorter than file %s\n", File1Path, File2Path);
    578           1.1    jruoho         Mismatches++;
    579           1.1    jruoho     }
    580           1.1    jruoho     else if (!Mismatches)
    581           1.1    jruoho     {
    582           1.1    jruoho         if (HeaderMismatch)
    583           1.1    jruoho         {
    584           1.1    jruoho             printf ("Files compare exactly after header\n");
    585           1.1    jruoho         }
    586           1.1    jruoho         else
    587           1.1    jruoho         {
    588           1.1    jruoho             printf ("Files compare exactly\n");
    589           1.1    jruoho         }
    590           1.1    jruoho     }
    591           1.1    jruoho 
    592           1.1    jruoho     printf ("%u Mismatches found\n", Mismatches);
    593       1.1.1.7  christos     if (Mismatches == 0)
    594       1.1.1.7  christos     {
    595       1.1.1.7  christos         Status = 0;
    596       1.1.1.7  christos     }
    597           1.1    jruoho 
    598       1.1.1.3  christos Exit2:
    599       1.1.1.3  christos     fclose (File2);
    600           1.1    jruoho 
    601       1.1.1.3  christos Exit1:
    602       1.1.1.3  christos     fclose (File1);
    603       1.1.1.3  christos     return (Status);
    604       1.1.1.2  christos }
    605       1.1.1.2  christos 
    606       1.1.1.2  christos 
    607       1.1.1.2  christos /******************************************************************************
    608       1.1.1.2  christos  *
    609       1.1.1.2  christos  * FUNCTION:    AbGetFile
    610           1.1    jruoho  *
    611           1.1    jruoho  * DESCRIPTION: Open a file and read it entirely into a new buffer
    612           1.1    jruoho  *
    613           1.1    jruoho  ******************************************************************************/
    614           1.1    jruoho 
    615           1.1    jruoho static char *
    616           1.1    jruoho AbGetFile (
    617           1.1    jruoho     char                    *Filename,
    618           1.1    jruoho     UINT32                  *FileSize)
    619           1.1    jruoho {
    620       1.1.1.2  christos     FILE                    *File;
    621           1.1    jruoho     UINT32                  Size;
    622      1.1.1.12  christos     char                    *DataBuffer = NULL;
    623       1.1.1.2  christos     size_t                  Actual;
    624           1.1    jruoho 
    625           1.1    jruoho 
    626           1.1    jruoho     /* Binary mode does not alter CR/LF pairs */
    627           1.1    jruoho 
    628       1.1.1.2  christos     File = fopen (Filename, "rb");
    629       1.1.1.2  christos     if (!File)
    630           1.1    jruoho     {
    631       1.1.1.2  christos         printf ("Could not open file %s\n", Filename);
    632       1.1.1.2  christos         return (NULL);
    633           1.1    jruoho     }
    634           1.1    jruoho 
    635           1.1    jruoho     /* Need file size to allocate a buffer */
    636           1.1    jruoho 
    637       1.1.1.3  christos     Size = CmGetFileSize (File);
    638       1.1.1.3  christos     if (Size == ACPI_UINT32_MAX)
    639           1.1    jruoho     {
    640       1.1.1.2  christos         printf ("Could not get file size (seek) for %s\n", Filename);
    641           1.1    jruoho         goto ErrorExit;
    642           1.1    jruoho     }
    643           1.1    jruoho 
    644           1.1    jruoho     /* Allocate a buffer for the entire file */
    645           1.1    jruoho 
    646      1.1.1.12  christos     DataBuffer = calloc (Size, 1);
    647      1.1.1.12  christos     if (!DataBuffer)
    648           1.1    jruoho     {
    649           1.1    jruoho         printf ("Could not allocate buffer of size %u\n", Size);
    650           1.1    jruoho         goto ErrorExit;
    651           1.1    jruoho     }
    652           1.1    jruoho 
    653           1.1    jruoho     /* Read the entire file */
    654           1.1    jruoho 
    655      1.1.1.12  christos     Actual = fread (DataBuffer, 1, Size, File);
    656       1.1.1.2  christos     if (Actual != Size)
    657           1.1    jruoho     {
    658           1.1    jruoho         printf ("Could not read the input file %s\n", Filename);
    659      1.1.1.12  christos         free (DataBuffer);
    660      1.1.1.12  christos         DataBuffer = NULL;
    661           1.1    jruoho         goto ErrorExit;
    662           1.1    jruoho     }
    663           1.1    jruoho 
    664           1.1    jruoho     *FileSize = Size;
    665           1.1    jruoho 
    666           1.1    jruoho ErrorExit:
    667       1.1.1.2  christos     fclose (File);
    668      1.1.1.12  christos     return (DataBuffer);
    669           1.1    jruoho }
    670           1.1    jruoho 
    671           1.1    jruoho 
    672           1.1    jruoho /******************************************************************************
    673           1.1    jruoho  *
    674           1.1    jruoho  * FUNCTION:    AbDumpAmlFile
    675           1.1    jruoho  *
    676           1.1    jruoho  * DESCRIPTION: Dump a binary AML file to a text file
    677           1.1    jruoho  *
    678           1.1    jruoho  ******************************************************************************/
    679           1.1    jruoho 
    680           1.1    jruoho int
    681           1.1    jruoho AbDumpAmlFile (
    682           1.1    jruoho     char                    *File1Path,
    683           1.1    jruoho     char                    *File2Path)
    684           1.1    jruoho {
    685           1.1    jruoho     char                    *FileBuffer;
    686           1.1    jruoho     FILE                    *FileOutHandle;
    687       1.1.1.2  christos     UINT32                  FileSize = 0;
    688       1.1.1.3  christos     int                     Status = -1;
    689           1.1    jruoho 
    690           1.1    jruoho 
    691           1.1    jruoho     /* Get the entire AML file, validate header */
    692           1.1    jruoho 
    693           1.1    jruoho     FileBuffer = AbGetFile (File1Path, &FileSize);
    694       1.1.1.2  christos     if (!FileBuffer)
    695       1.1.1.2  christos     {
    696       1.1.1.2  christos         return (-1);
    697       1.1.1.2  christos     }
    698       1.1.1.2  christos 
    699       1.1.1.2  christos     printf ("Input file:  %s contains %u (0x%X) bytes\n",
    700       1.1.1.2  christos         File1Path, FileSize, FileSize);
    701           1.1    jruoho 
    702           1.1    jruoho     FileOutHandle = fopen (File2Path, "wb");
    703           1.1    jruoho     if (!FileOutHandle)
    704           1.1    jruoho     {
    705       1.1.1.2  christos         printf ("Could not open file %s\n", File2Path);
    706       1.1.1.3  christos         goto Exit1;
    707           1.1    jruoho     }
    708           1.1    jruoho 
    709           1.1    jruoho     if (!AbValidateHeader ((ACPI_TABLE_HEADER *) FileBuffer))
    710           1.1    jruoho     {
    711       1.1.1.3  christos         goto Exit2;
    712           1.1    jruoho     }
    713           1.1    jruoho 
    714           1.1    jruoho     /* Convert binary AML to text, using common dump buffer routine */
    715           1.1    jruoho 
    716           1.1    jruoho     AcpiGbl_DebugFile = FileOutHandle;
    717           1.1    jruoho     AcpiGbl_DbOutputFlags = ACPI_DB_REDIRECTABLE_OUTPUT;
    718           1.1    jruoho 
    719       1.1.1.2  christos     AcpiOsPrintf ("%4.4s @ 0x%8.8X\n",
    720       1.1.1.2  christos         ((ACPI_TABLE_HEADER *) FileBuffer)->Signature, 0);
    721       1.1.1.2  christos 
    722       1.1.1.2  christos     AcpiUtDumpBuffer ((UINT8 *) FileBuffer, FileSize, DB_BYTE_DISPLAY, 0);
    723           1.1    jruoho 
    724       1.1.1.2  christos     /* Summary for the output file */
    725       1.1.1.2  christos 
    726       1.1.1.3  christos     FileSize = CmGetFileSize (FileOutHandle);
    727       1.1.1.2  christos     printf ("Output file: %s contains %u (0x%X) bytes\n\n",
    728       1.1.1.2  christos         File2Path, FileSize, FileSize);
    729       1.1.1.2  christos 
    730       1.1.1.3  christos     Status = 0;
    731           1.1    jruoho 
    732       1.1.1.3  christos Exit2:
    733           1.1    jruoho     fclose (FileOutHandle);
    734       1.1.1.3  christos 
    735       1.1.1.3  christos Exit1:
    736       1.1.1.3  christos     free (FileBuffer);
    737       1.1.1.3  christos     return (Status);
    738           1.1    jruoho }
    739