|
[PATCH v4 10/12] UefiCpuPkg: Fix conditionally uninitialized variables
6 messages
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Eric Dong <eric.dong@...> Cc: Erich McMillan <emcmillan@...> Cc: Michae
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Cc: Eric Dong <eric.dong@...> Cc: Erich McMillan <emcmillan@...> Cc: Michae
|
By
Michael Kubacki
·
|
|
[PATCH v1 2/2] OvmfPkg/RiscVVirt: Enable CMO support
Cc: Sunil V L <sunilvl@...> Cc: Andrei Warkentin <andrei.warkentin@...> Cc: Daniel Schaefer <git@...> Signed-off-by: Dhaval Sharma <dhaval@...> Add support for Cache Management Operations --- OvmfPkg/
Cc: Sunil V L <sunilvl@...> Cc: Andrei Warkentin <andrei.warkentin@...> Cc: Daniel Schaefer <git@...> Signed-off-by: Dhaval Sharma <dhaval@...> Add support for Cache Management Operations --- OvmfPkg/
|
By
Dhaval Sharma
·
|
|
[PATCH v1 1/2] MdePkg/BaseCacheMaintenanceLib: Enable RISCV CMO
Adding code to support Cache Management Operations (CMO) defined by RV spec https://github.com/riscv/riscv-CMOs Notes: 1. CMO only supports block based Operations. Meaning complete cache flush/invd/cl
Adding code to support Cache Management Operations (CMO) defined by RV spec https://github.com/riscv/riscv-CMOs Notes: 1. CMO only supports block based Operations. Meaning complete cache flush/invd/cl
|
By
Dhaval Sharma
·
|
|
[PATCH v1 0/2] WIP: Enable CMO support for RiscV64
Current implementation for cache management (instruction/data flush/invd) depends on ifence instruction. All RV platforms may not use the same method for cache management. Instead RV defines CMO Cache
Current implementation for cache management (instruction/data flush/invd) depends on ifence instruction. All RV platforms may not use the same method for cache management. Instead RV defines CMO Cache
|
By
Dhaval Sharma
·
|
|
[PATCH 1/1] UefiCpuPkg/PiSmmCpuDxeSmm: fix format string
6 messages
BufferPages is UINTN, so we need "%Lu" when printing it. Fixes: 4f441d024bee ("UefiCpuPkg/PiSmmCpuDxeSmm: fix error handling") Reported-by: Laszlo Ersek <lersek@...> Signed-off-by: Gerd Hoffmann <krax
BufferPages is UINTN, so we need "%Lu" when printing it. Fixes: 4f441d024bee ("UefiCpuPkg/PiSmmCpuDxeSmm: fix error handling") Reported-by: Laszlo Ersek <lersek@...> Signed-off-by: Gerd Hoffmann <krax
|
By
Gerd Hoffmann
·
|
|
[PATCH 3/8] BaseTools: remove duplicate includes: IndustryStandard/Acpi*.h
2 messages
Use the MdePkg version instead of maintaining a copy in BaseTools. Signed-off-by: Gerd Hoffmann <kraxel@...> --- .../Source/C/Include/IndustryStandard/Acpi.h | 117 --- .../C/Include/IndustryStandard/A
Use the MdePkg version instead of maintaining a copy in BaseTools. Signed-off-by: Gerd Hoffmann <kraxel@...> --- .../Source/C/Include/IndustryStandard/Acpi.h | 117 --- .../C/Include/IndustryStandard/A
|
By
Gerd Hoffmann
·
|
|
[edk2-libc Patch 2/2] Added file header with copyright and license.
2 messages
Cc: Rebecca Cran <rebecca@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: Jayaprakash N <n.jayaprakash@...> Signed-off-by: Ajay Kadapathri <ajay.kadapathri@...> --- .../Python-3.6.8/PyMod-3.6.8/M
Cc: Rebecca Cran <rebecca@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: Jayaprakash N <n.jayaprakash@...> Signed-off-by: Ajay Kadapathri <ajay.kadapathri@...> --- .../Python-3.6.8/PyMod-3.6.8/M
|
By
Ajay Kadapathri
·
|
|
PATCH v1 1/1 MdePkg: Remove Itanium leftover data structure
18 messages
Itanium support has been removed from EDK2 aroun 2019. ITANIUM_HANDOFF_STATUS data structure looks to be some leftover from that process. There is also positive sidefect of this data structure removal
Itanium support has been removed from EDK2 aroun 2019. ITANIUM_HANDOFF_STATUS data structure looks to be some leftover from that process. There is also positive sidefect of this data structure removal
|
By
Paweł Poławski
·
|
|
[Patch V6 06/22] UefiCpuPkg/CpuPageTableLib: Fix issue when splitting leaf entry
2 messages
When splitting leaf parent entry to smaller granularity, create child page table before modifing parent entry. In previous code logic, when splitting a leaf parent entry, parent entry will point to a
When splitting leaf parent entry to smaller granularity, create child page table before modifing parent entry. In previous code logic, when splitting a leaf parent entry, parent entry will point to a
|
By
duntan
·
|
|
[Patch V6 04/22] UefiCpuPkg/CpuPageTableLib: Fix the non-1:1 mapping issue
2 messages
In previous code logic, when splitting a leaf parent entry to smaller granularity child page table, if the parent entry Attribute&Mask(without PageTableBaseAddress field) is equal to the input attribu
In previous code logic, when splitting a leaf parent entry to smaller granularity child page table, if the parent entry Attribute&Mask(without PageTableBaseAddress field) is equal to the input attribu
|
By
duntan
·
|
|
PATCH v3 2/3 ArmVirtPkg: take PcdResizeXterm from the QEMU command line
Hi all, If someone had a chance to take a look at this patchset already and would like to share thoughts? The 1st patch from this series has been already successfully reviewed. Best regards, Pawel --
Hi all, If someone had a chance to take a look at this patchset already and would like to share thoughts? The 1st patch from this series has been already successfully reviewed. Best regards, Pawel --
|
By
Paweł Poławski
·
|
|
PATCH v3 3/3 OvmfPkg: take PcdResizeXterm from the QEMU command line
Hi all, If someone had a chance to take a look at this patchset already and would like to share thoughts? The 1st patch from this series has been already successfully reviewed. Best regards, Pawel --
Hi all, If someone had a chance to take a look at this patchset already and would like to share thoughts? The 1st patch from this series has been already successfully reviewed. Best regards, Pawel --
|
By
Paweł Poławski
·
|
|
PATCH v3 0/3 Add xterm resize support to OVMF
Hi Liming, Thank you for the review. Best regards, Pawel -- Paweł Poławski Red Hat Virtualization ppolawsk@... @RedHat Red Hat Red Hat
Hi Liming, Thank you for the review. Best regards, Pawel -- Paweł Poławski Red Hat Virtualization ppolawsk@... @RedHat Red Hat Red Hat
|
By
Paweł Poławski
·
|
|
[PATCH] OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Fix SetQueueAlignment.
2 messages
Nothing to do here for virtio 1.0 devices Signed-off-by: Jeff Brasen <jbrasen@...> --- .../Library/VirtioMmioDeviceLib/VirtioMmioDeviceFunctions.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(
Nothing to do here for virtio 1.0 devices Signed-off-by: Jeff Brasen <jbrasen@...> --- .../Library/VirtioMmioDeviceLib/VirtioMmioDeviceFunctions.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(
|
By
Jeff Brasen
·
|
|
reg: MAC address could not change on pre-boot environment and failed to PXE boot.
2 messages
Hello : We are writing a application to program the MAC from UEFI shell and with the updated MAC address trying to do the PXE Boot which failed. The application uses the Simple Network Protocols Stati
Hello : We are writing a application to program the MAC from UEFI shell and with the updated MAC address trying to do the PXE Boot which failed. The application uses the Simple Network Protocols Stati
|
By
Sivaraman Nainar
·
|
|
[edk2-platforms][PATCH V3 5/5] Platform/Sgi: Enable SoC expansion block for RD-N2 variants
For all the RD-N2 platform variants, include the SSDT ACPI table that describes the devices present in SoC expansion block that is connected to the IO virtualization block. Signed-off-by: Vivek Gautam
For all the RD-N2 platform variants, include the SSDT ACPI table that describes the devices present in SoC expansion block that is connected to the IO virtualization block. Signed-off-by: Vivek Gautam
|
By
Vivek Kumar Gautam
·
|
|
[edk2-platforms][PATCH V3 4/5] Platform/Sgi: Initialize additional UART controllers
From: Shriram K <shriram.k@...> The IO virtualization block on reference design platforms allow connecting SoC expansion devices such as PL011 UART. On platforms that support this, initialize the UART
From: Shriram K <shriram.k@...> The IO virtualization block on reference design platforms allow connecting SoC expansion devices such as PL011 UART. On platforms that support this, initialize the UART
|
By
Vivek Kumar Gautam
·
|
|
[edk2-platforms][PATCH V3 3/5] Platform/Sgi: Add SSDT table for IO virtualization SoC expansion block
Arm reference design platforms have multiple IO virtualization blocks that allow connecting PCIe root bus or non-PCIe SoC peripherals to the system. Each of these IO virtualization blocks consists of
Arm reference design platforms have multiple IO virtualization blocks that allow connecting PCIe root bus or non-PCIe SoC peripherals to the system. Each of these IO virtualization blocks consists of
|
By
Vivek Kumar Gautam
·
|
|
[edk2-platforms][PATCH V3 2/5] Platform/Sgi: Enable virtio-p9 device on RD-N2 platform variants
Enable the virtio-p9 device that is present as part of the RoS peripherals on RD-N2 platform variants. This will allow filesystem sharing between the Host PC and target platform. Signed-off-by: Vivek
Enable the virtio-p9 device that is present as part of the RoS peripherals on RD-N2 platform variants. This will allow filesystem sharing between the Host PC and target platform. Signed-off-by: Vivek
|
By
Vivek Kumar Gautam
·
|
|
[edk2-platforms][PATCH V3 1/5] Platform/Sgi: Add SSDT table for Virtio-P9
Some of the Arm reference design FVP platforms support the Virtio-p9 device as part of the RoS subsystem. Add an entry for this device in the SSDT acpi table. The device entry is listed in a new SSDT
Some of the Arm reference design FVP platforms support the Virtio-p9 device as part of the RoS subsystem. Add an entry for this device in the SSDT acpi table. The device entry is listed in a new SSDT
|
By
Vivek Kumar Gautam
·
|