edk2: update binaries to stable202202
commit3891a5996fee2218bf3b53161af7ab35dbd1f070
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 7 Mar 2022 15:11:43 +0000 (7 16:11 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 15 Mar 2022 06:18:30 +0000 (15 07:18 +0100)
treebb182a194fdc6c5e9980c6a1a7f7d4f12713a55a
parent3ce48e499b96a603e16aa249ff12fbe6893a6314
edk2: update binaries to stable202202

The switch to edk2 RELEASE builds changes the memory layout a bit,
resulting in a acpi table change.

 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 */
                 {
                     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, 0x43D10000)
+    Name (MEMA, 0x43F50000)
 }

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
pc-bios/edk2-aarch64-code.fd.bz2
pc-bios/edk2-arm-code.fd.bz2
pc-bios/edk2-i386-code.fd.bz2
pc-bios/edk2-i386-secure-code.fd.bz2
pc-bios/edk2-x86_64-code.fd.bz2
pc-bios/edk2-x86_64-microvm.fd.bz2 [new file with mode: 0644]
pc-bios/edk2-x86_64-secure-code.fd.bz2