Skip to content
Snippets Groups Projects
  • Gerd Hoffmann's avatar
    3891a599
    edk2: update binaries to stable202202 · 3891a599
    Gerd Hoffmann authored
    
    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: default avatarGerd Hoffmann <kraxel@redhat.com>
    3891a599
    History
    edk2: update binaries to stable202202
    Gerd Hoffmann authored
    
    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: default avatarGerd Hoffmann <kraxel@redhat.com>
edk2-x86_64-code.fd.bz2 1.27 MiB