qemu/tests/data/acpi/q35
Igor Mammedov 30216b3eaf tests: acpi: update expected blobs
BNUM numbering changes across DSDT due to addition of new bridges.

Fixed missing PCI tree brunch (q35/DSDT.multi-bridge case):

  //  -device pcie-root-port,id=rpnohp,chassis=8,addr=0xA.0,hotplug=off
  +            Device (S50)
  +            {
  +                Name (_ADR, 0x000A0000)  // _ADR: Address
  //  -device pcie-root-port,id=rp3,chassis=9,bus=rpnohp
  +                Device (S00)
  +                {
  +                    Name (_ADR, Zero)  // _ADR: Address
  +                    Name (BSEL, Zero)
  +                    Device (S00)
  +                    {
  +                        Name (_ADR, Zero)  // _ADR: Address
  +                        Name (ASUN, Zero)
  +                        Method (_DSM, 4, Serialized)  // _DSM: Device-Specific Method
  +                        {
  +                            Local0 = Package (0x02)
  +                                {
  +                                    BSEL,
  +                                    ASUN
  +                                }
  +                            Return (PDSM (Arg0, Arg1, Arg2, Arg3, Local0))
  +                        }
  +
  +                        Name (_SUN, Zero)  // _SUN: Slot User Number
  +                        Method (_EJ0, 1, NotSerialized)  // _EJx: Eject Device
  +                        {
  +                            PCEJ (BSEL, _SUN)
  +                        }
  +                    }
  +
  +                    Method (DVNT, 2, NotSerialized)
  +                    {
  +                        If ((Arg0 & One))
  +                        {
  +                            Notify (S00, Arg1)
  +                        }
  +                    }
  +                }
  +            }

Fixed hotplug notification for leaf root port (hotplug=on) attached to
intermediate root port (hotplug=off) (q35/DSDT.multi-bridge case)

  //  -device pcie-root-port,id=rpnohp,chassis=8,addr=0xA.0,hotplug=off
  +        Scope (S50)
  +        {
  //  -device pcie-root-port,id=rp3,chassis=9,bus=rpnohp
  +            Scope (S00)
  +            {
  +                Method (PCNT, 0, NotSerialized)
  +                {
  +                    BNUM = Zero
  +                    DVNT (PCIU, One)
  +                    DVNT (PCID, 0x03)
  +                }
  +            }
  +
  +            Method (PCNT, 0, NotSerialized)
  +            {
  +                ^S00.PCNT ()
  +            }
  +        }
  ...
           Method (PCNT, 0, NotSerialized)
           {
  +            ^S50.PCNT ()
               ^S13.PCNT ()

Populated slots being described on coldplugged bridges even if
ACPI bridge hotplug is disabled.
(pc/DSDT.hpbridge and pc/DSDT.hpbrroot)
  ...
               Device (S18)
               {
                   Name (_ADR, 0x00030000)  // _ADR: Address
  +                Device (S08)
  +                {
  +                    Name (_ADR, 0x00010000)  // _ADR: Address
  +                }
  +
  +                Device (S10)
  +                {
  +                    Name (_ADR, 0x00020000)  // _ADR: Address
  +                }
               }
  ...
               Device (S18)
               {
                   Name (_ADR, 0x00030000)  // _ADR: Address
  +                Device (S00)
  +                {
  +                    Name (_ADR, Zero)  // _ADR: Address
  +                }
               }

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230302161543.286002-11-imammedo@redhat.com>
2023-03-07 12:38:59 -05:00
..
APIC tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
APIC.acpihmat tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
APIC.acpihmat-noinitiator tests: acpi: q35: update expected blobs *.hmat-noinitiators expected HMAT: 2022-11-07 14:08:17 -05:00
APIC.core-count2 tests/acpi: update tables for new core count test 2022-11-07 14:08:18 -05:00
APIC.cphp tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
APIC.dimmpxm tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
APIC.xapic tests: acpi: update expected tables blobs 2021-10-20 04:37:55 -04:00
CEDT.cxl tests/acpi: Update q35/CEDT.cxl for new memory addresses. 2022-06-09 19:32:49 -04:00
DMAR.dmar tests: acpi: add expected blob for DMAR table 2021-10-20 04:37:55 -04:00
DSDT tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.acpierst tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.acpihmat tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.acpihmat-noinitiator tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.applesmc tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.bridge tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.core-count2 tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.cphp tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.cxl tests: acpi: Update q35/DSDT.cxl for removed duplicate UID 2023-03-02 19:13:52 -05:00
DSDT.dimmpxm tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.ipmibt tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.ipmismbus tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.ivrs tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.memhp tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.mmio64 tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.multi-bridge tests: acpi: update expected blobs 2023-03-07 12:38:59 -05:00
DSDT.noacpihp tests: acpi: update expected blobs 2023-03-07 12:38:59 -05:00
DSDT.nohpet tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.numamem tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.pvpanic-isa tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.tis.tpm2 tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.tis.tpm12 tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.viot tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
DSDT.xapic tests: acpi: update expected blobs 2023-01-28 06:21:29 -05:00
ERST.acpierst ACPI ERST: step 6 of bios-tables-test.c 2022-02-06 04:33:50 -05:00
FACP tests/acpi: i386: update FACP table differences 2022-03-06 16:06:16 -05:00
FACP.core-count2 tests/acpi: update tables for new core count test 2022-11-07 14:08:18 -05:00
FACP.nosmm tests/acpi: i386: update FACP table differences 2022-03-06 16:06:16 -05:00
FACP.slic tests/acpi: i386: update FACP table differences 2022-03-06 16:06:16 -05:00
FACP.xapic tests/acpi: i386: update FACP table differences 2022-03-06 16:06:16 -05:00
FACS tests: Move tests/acpi-test-data/ to tests/data/acpi/ 2018-11-05 13:23:31 -05:00
HMAT.acpihmat tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
HMAT.acpihmat-noinitiator tests: acpi: q35: update expected blobs *.hmat-noinitiators expected HMAT: 2022-11-07 14:08:17 -05:00
HPET tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
IVRS.ivrs tests: acpi: update expected blobs 2021-10-20 04:37:55 -04:00
MCFG tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
NFIT.dimmpxm tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
SLIC.slic tests: acpi: SLIC: update expected blobs 2022-01-07 19:30:13 -05:00
SLIT.cphp tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
SLIT.memhp tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
SRAT.acpihmat tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
SRAT.acpihmat-noinitiator tests: acpi: q35: update expected blobs *.hmat-noinitiators expected HMAT: 2022-11-07 14:08:17 -05:00
SRAT.cphp tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
SRAT.dimmpxm tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
SRAT.memhp tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
SRAT.mmio64 tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
SRAT.numamem tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00
SRAT.xapic tests: acpi: update expected tables blobs 2021-10-20 04:37:55 -04:00
SSDT.dimmpxm test/acpi/bios-tables-test: SSDT: update golden master binaries 2022-11-02 06:56:32 -04:00
TCPA.tis.tpm12 tests: acpi: tpm1.2: Add expected TPM 1.2 ACPI blobs 2021-08-31 17:33:12 -04:00
TPM2.tis.tpm2 tests: acpi: tpm2: Add the renamed ACPI files and drop old ones 2021-08-31 17:33:12 -04:00
VIOT.viot tests/acpi: virt: update golden masters for VIOT 2022-06-09 19:32:49 -04:00
WAET tests/acpi: update expected data files 2021-02-05 08:52:59 -05:00