Skip to content
  • Andrew Jones's avatar
    7fb3949d
    tests/acpi: virt: update golden masters for DSDT · 7fb3949d
    Andrew Jones authored
    
    
    Differences between disassembled ASL files for DSDT:
    
    @@ -5,13 +5,13 @@
      *
      * Disassembling to symbolic ASL+ operators
      *
    - * Disassembly of a, Mon Jun 29 09:50:01 2020
    + * Disassembly of b, Mon Jun 29 09:50:03 2020
      *
      * Original Table Header:
      *     Signature        "DSDT"
    - *     Length           0x000014BB (5307)
    + *     Length           0x00001455 (5205)
      *     Revision         0x02
    - *     Checksum         0xD1
    + *     Checksum         0xE1
      *     OEM ID           "BOCHS "
      *     OEM Table ID     "BXPCDSDT"
      *     OEM Revision     0x00000001 (1)
    @@ -45,32 +45,6 @@
                 })
             }
    
    -        Device (FLS0)
    -        {
    -            Name (_HID, "LNRO0015")  // _HID: Hardware ID
    -            Name (_UID, Zero)  // _UID: Unique ID
    -            Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
    -            {
    -                Memory32Fixed (ReadWrite,
    -                    0x00000000,         // Address Base
    -                    0x04000000,         // Address Length
    -                    )
    -            })
    -        }
    -
    -        Device (FLS1)
    -        {
    -            Name (_HID, "LNRO0015")  // _HID: Hardware ID
    -            Name (_UID, One)  // _UID: Unique ID
    -            Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
    -            {
    -                Memory32Fixed (ReadWrite,
    -                    0x04000000,         // Address Base
    -                    0x04000000,         // Address Length
    -                    )
    -            })
    -        }
    -
             Device (FWCF)
             {
                 Name (_HID, "QEMU0002")  // _HID: Hardware ID
    
    The other two binaries have the same changes (the removal of the
    flash devices).
    
    Signed-off-by: default avatarAndrew Jones <drjones@redhat.com>
    Reviewed-by: default avatarMichael S. Tsirkin <mst@redhat.com>
    Reviewed-by: default avatarEric Auger <eric.auger@redhat.com>
    Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
    Reviewed-by: default avatarLaszlo Ersek <lersek@redhat.com>
    Message-id: 20200629140938.17566-5-drjones@redhat.com
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    7fb3949d
    tests/acpi: virt: update golden masters for DSDT
    Andrew Jones authored
    
    
    Differences between disassembled ASL files for DSDT:
    
    @@ -5,13 +5,13 @@
      *
      * Disassembling to symbolic ASL+ operators
      *
    - * Disassembly of a, Mon Jun 29 09:50:01 2020
    + * Disassembly of b, Mon Jun 29 09:50:03 2020
      *
      * Original Table Header:
      *     Signature        "DSDT"
    - *     Length           0x000014BB (5307)
    + *     Length           0x00001455 (5205)
      *     Revision         0x02
    - *     Checksum         0xD1
    + *     Checksum         0xE1
      *     OEM ID           "BOCHS "
      *     OEM Table ID     "BXPCDSDT"
      *     OEM Revision     0x00000001 (1)
    @@ -45,32 +45,6 @@
                 })
             }
    
    -        Device (FLS0)
    -        {
    -            Name (_HID, "LNRO0015")  // _HID: Hardware ID
    -            Name (_UID, Zero)  // _UID: Unique ID
    -            Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
    -            {
    -                Memory32Fixed (ReadWrite,
    -                    0x00000000,         // Address Base
    -                    0x04000000,         // Address Length
    -                    )
    -            })
    -        }
    -
    -        Device (FLS1)
    -        {
    -            Name (_HID, "LNRO0015")  // _HID: Hardware ID
    -            Name (_UID, One)  // _UID: Unique ID
    -            Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
    -            {
    -                Memory32Fixed (ReadWrite,
    -                    0x04000000,         // Address Base
    -                    0x04000000,         // Address Length
    -                    )
    -            })
    -        }
    -
             Device (FWCF)
             {
                 Name (_HID, "QEMU0002")  // _HID: Hardware ID
    
    The other two binaries have the same changes (the removal of the
    flash devices).
    
    Signed-off-by: default avatarAndrew Jones <drjones@redhat.com>
    Reviewed-by: default avatarMichael S. Tsirkin <mst@redhat.com>
    Reviewed-by: default avatarEric Auger <eric.auger@redhat.com>
    Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
    Reviewed-by: default avatarLaszlo Ersek <lersek@redhat.com>
    Message-id: 20200629140938.17566-5-drjones@redhat.com
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Loading