Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-17 | update binaries to edk2-stable202408 | Gerd Hoffmann | 1 | -0/+0 | |
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||||
2024-04-09 | edk2: rebuild binaries with correct version information | Gerd Hoffmann | 1 | -0/+0 | |
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||||
2024-02-26 | update edk2 binaries to edk2-stable202402 | Gerd Hoffmann | 1 | -0/+0 | |
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||||
2023-12-13 | edk2: update binaries to git snapshot | Gerd Hoffmann | 1 | -0/+0 | |
Resolves: #1990 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||||
2023-09-18 | edk2: update binaries to edk2-stable202308 | Gerd Hoffmann | 1 | -0/+0 | |
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||||
2023-03-20 | edk2: update firmware binaries | Gerd Hoffmann | 1 | -0/+0 | |
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||||
2022-03-15 | edk2: update binaries to stable202202 | Gerd Hoffmann | 1 | -0/+0 | |
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> |