Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kraxel committed Sep 18, 2023
1 parent 91e0127 commit 5f88dd4
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified tests/data/acpi/virt/SSDT.memhp
Binary file not shown.

0 comments on commit 5f88dd4

Please sign in to comment.