diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2023-09-18 14:15:51 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2023-09-18 15:27:27 +0200 |
commit | 5f88dd43d09dbab22141f06fa518014970103801 (patch) | |
tree | 717bf41f8b968876d3302bc4058b0771ea4ac182 /tests/data/acpi | |
parent | 91e0127087257048d2eb98b5b1a5671f53c3a36d (diff) |
tests/acpi: update virt/SSDT.memhp
The edk2 update caused an address change:
DefinitionBlock ("", "SSDT", 1, "BOCHS ", "NVDIMM", 0x00000001)
{
Scope (\_SB)
{
Device (NVDR)
{
Name (_HID, "ACPI0012" /* NVDIMM Root Device */) // _HID: Hardware ID
[ ... ]
}
}
- Name (MEMA, 0x43D10000)
+ Name (MEMA, 0x43C90000)
}
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'tests/data/acpi')
-rw-r--r-- | tests/data/acpi/virt/SSDT.memhp | bin | 1817 -> 1817 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/data/acpi/virt/SSDT.memhp b/tests/data/acpi/virt/SSDT.memhp Binary files differindex ef93c44464..31ff6ac469 100644 --- a/tests/data/acpi/virt/SSDT.memhp +++ b/tests/data/acpi/virt/SSDT.memhp |