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

index 5bf311464a79a0fc72d021b1a4a3faff2d31bf46..0262f5bd8f72f95e23fddebef40170887270928e 100644 (file)
Binary files a/pc-bios/edk2-aarch64-code.fd.bz2 and b/pc-bios/edk2-aarch64-code.fd.bz2 differ
index 7a98069814dc1f4255eed8c3be98453b3df5f249..4ca97b43eaab396eb543cc522765a6ff5ec76989 100644 (file)
Binary files a/pc-bios/edk2-arm-code.fd.bz2 and b/pc-bios/edk2-arm-code.fd.bz2 differ
index e7b1befe2cfe73df331a39c85e54c6f048a1f22e..6e02c9b995b548c170c8d5797ee5f79baf0afcf3 100644 (file)
Binary files a/pc-bios/edk2-i386-code.fd.bz2 and b/pc-bios/edk2-i386-code.fd.bz2 differ
index b5df5bed3086b1e74500de90312dfbae1d33f784..a4b1cc92bdd55a53363d70551c41a2f5b52e41ca 100644 (file)
Binary files a/pc-bios/edk2-i386-secure-code.fd.bz2 and b/pc-bios/edk2-i386-secure-code.fd.bz2 differ
index e1654d4003b77ed1f9530d30138fed6d847cdf6b..37bfb0dbed7bc6a717755de95450753d575de963 100644 (file)
Binary files a/pc-bios/edk2-x86_64-code.fd.bz2 and b/pc-bios/edk2-x86_64-code.fd.bz2 differ
diff --git a/pc-bios/edk2-x86_64-microvm.fd.bz2 b/pc-bios/edk2-x86_64-microvm.fd.bz2
new file mode 100644 (file)
index 0000000..1d65c61
Binary files /dev/null and b/pc-bios/edk2-x86_64-microvm.fd.bz2 differ
index 767274c38c7f56069c64a068c1896acb62480a5a..76dc6d5aad8d54966adfa86c69b4fde2b16f1fe3 100644 (file)
Binary files a/pc-bios/edk2-x86_64-secure-code.fd.bz2 and b/pc-bios/edk2-x86_64-secure-code.fd.bz2 differ