80 lines
2.5 KiB
Diff
80 lines
2.5 KiB
Diff
From 8940f11a055da0a744d10b53cf999dea7967be25 Mon Sep 17 00:00:00 2001
|
|
From: Yan Wang <wangyan122@huawei.com>
|
|
Date: Thu, 10 Feb 2022 17:12:35 +0800
|
|
Subject: [PATCH] bios-tables-test: Update expected q35/SSDT.dimmpxm file
|
|
|
|
Run ./tests/data/acpi/rebuild-expected-aml.sh from build directory
|
|
to update q35/SSDT.dimmpxm file. Also empty bios-tables-test-allowed-diff.h.
|
|
|
|
The disassembled differences between actual and expected SSDT.dimmpxm:
|
|
|
|
/*
|
|
* Intel ACPI Component Architecture
|
|
* AML/ASL+ Disassembler version 20210604 (64-bit version)
|
|
* Copyright (c) 2000 - 2021 Intel Corporation
|
|
*
|
|
* Disassembling to symbolic ASL+ operators
|
|
*
|
|
- * Disassembly of tests/data/acpi/q35/SSDT.dimmpxm, Thu Feb 10 15:03:52 2022
|
|
+ * Disassembly of /tmp/aml-CK68G1, Thu Feb 10 15:03:52 2022
|
|
*
|
|
* Original Table Header:
|
|
* Signature "SSDT"
|
|
* Length 0x000002DE (734)
|
|
* Revision 0x01
|
|
- * Checksum 0x06
|
|
+ * Checksum 0x16
|
|
* OEM ID "BOCHS "
|
|
* OEM Table ID "NVDIMM "
|
|
* OEM Revision 0x00000001 (1)
|
|
* Compiler ID "BXPC"
|
|
* Compiler Version 0x00000001 (1)
|
|
*/
|
|
DefinitionBlock ("", "SSDT", 1, "BOCHS ", "NVDIMM ", 0x00000001)
|
|
{
|
|
Scope (\_SB)
|
|
{
|
|
Device (NVDR)
|
|
{
|
|
Name (_HID, "ACPI0012" /* NVDIMM Root Device */) // _HID: Hardware ID
|
|
Method (NCAL, 5, Serialized)
|
|
{
|
|
Local6 = MEMA /* \MEMA */
|
|
@@ -187,19 +187,19 @@
|
|
{
|
|
Return (NCAL (Arg0, Arg1, Arg2, Arg3, 0x02))
|
|
}
|
|
}
|
|
|
|
Device (NV02)
|
|
{
|
|
Name (_ADR, 0x03) // _ADR: Address
|
|
Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
|
|
{
|
|
Return (NCAL (Arg0, Arg1, Arg2, Arg3, 0x03))
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
- Name (MEMA, 0x07FFF000)
|
|
+ Name (MEMA, 0x07FFE000)
|
|
}
|
|
|
|
Signed-off-by: Yan Wang <wangyan122@huawei.com>
|
|
---
|
|
tests/data/acpi/q35/SSDT.dimmpxm | Bin 734 -> 734 bytes
|
|
tests/qtest/bios-tables-test-allowed-diff.h | 1 -
|
|
2 files changed, 1 deletion(-)
|
|
|
|
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
|
|
index 81148a604f..dfb8523c8b 100644
|
|
--- a/tests/qtest/bios-tables-test-allowed-diff.h
|
|
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
|
|
@@ -1,2 +1 @@
|
|
/* List of comma-separated changed AML files to ignore */
|
|
-"tests/data/acpi/q35/SSDT.dimmpxm",
|
|
--
|
|
2.27.0
|
|
|