|
[PATCH v1] MinPlatformPkg: Add PcdAcpiGpe1BlockLength for FADT from board package
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
|
|
[edk2-platforms][PATCH v5 4/4] PhytiumCommonPkg: Platform Build: Resolving newly introduced dependency
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve PhytiumCommonPkg platforms build
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve PhytiumCommonPkg platforms build
|
By
Kun Qin
·
|
|
[edk2-platforms][PATCH v5 3/4] AmpereAltraPkg: Platform Build: Resolving newly introduced dependency
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve AmpereAltraPkg platforms build.
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve AmpereAltraPkg platforms build.
|
By
Kun Qin
·
|
|
[edk2-platforms][PATCH v5 2/4] U5SeriesPkg: Platform Build: Resolving newly introduced dependency
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve U5SeriesPkg platforms build. Cc:
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve U5SeriesPkg platforms build. Cc:
|
By
Kun Qin
·
|
|
[edk2-platforms][PATCH v5 1/4] RaspberryPi: Platform Build: Resolving newly introduced dependency
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve RaspberryPi platforms build. Cc:
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve RaspberryPi platforms build. Cc:
|
By
Kun Qin
·
|
|
[edk2-platforms][PATCH v5 0/4] Resolving SecureBootVariableLib dependency
This v5 series is a follow up of previously submitted patches: https://edk2.groups.io/g/devel/message/92128 The v5 patches include a new `Reviewed-by` tag collected during the v4 round and skipped 2 p
This v5 series is a follow up of previously submitted patches: https://edk2.groups.io/g/devel/message/92128 The v5 patches include a new `Reviewed-by` tag collected during the v4 round and skipped 2 p
|
By
Kun Qin
·
|
|
[PATCH v2 0/3] OvmfPkg: Check arguments for validity 2 messages
Some functions across OVMF don't check pointer arguments for validity, which causes null pointer dereferences and crashes in the SCT test suite. This series adds checks to return EFI_INVALID_PARAMETER
Some functions across OVMF don't check pointer arguments for validity, which causes null pointer dereferences and crashes in the SCT test suite. This series adds checks to return EFI_INVALID_PARAMETER
|
By
Dimitrije Pavlov
·
|
|
[PATCH v2 1/3] OvmfPkg/PlatformDxe: Check ExtractConfig and RouteConfig arguments
The current implementation does not check if Progress or Results pointers in ExtractConfig are NULL, or if Progress pointer in RouteConfig is NULL. This causes the SCT test suite to crash. Add a check
The current implementation does not check if Progress or Results pointers in ExtractConfig are NULL, or if Progress pointer in RouteConfig is NULL. This causes the SCT test suite to crash. Add a check
|
By
Dimitrije Pavlov
·
|
|
[PATCH v2 3/3] OvmfPkg/VirtioFsDxe: Check GetDriverName arguments
The current implementation does not check if Language or DriverName are NULL. This causes the SCT test suite to crash. Add a check to return EFI_INVALID_PARAMETER if any of these pointers are NULL. Cc
The current implementation does not check if Language or DriverName are NULL. This causes the SCT test suite to crash. Add a check to return EFI_INVALID_PARAMETER if any of these pointers are NULL. Cc
|
By
Dimitrije Pavlov
·
|
|
[PATCH v2 2/3] OvmfPkg/VirtioGpuDxe: Check QueryMode arguments
The current implementation does not check if Info or SizeInfo pointers are NULL. This causes the SCT test suite to crash. Add a check to return EFI_INVALID_PARAMETER if any of these pointers are NULL.
The current implementation does not check if Info or SizeInfo pointers are NULL. This causes the SCT test suite to crash. Add a check to return EFI_INVALID_PARAMETER if any of these pointers are NULL.
|
By
Dimitrije Pavlov
·
|
|
[PATCH 01/10] UefiCpuPkg: Create CpuPageTableLib for manipulating X86 paging structs 4 messages
The lib includes two APIs: * PageTableMap It creates/updates mapping from LA to PA. The implementation only supports paging structures used in 64bit mode now. PAE paging structure support will be adde
The lib includes two APIs: * PageTableMap It creates/updates mapping from LA to PA. The implementation only supports paging structures used in 64bit mode now. PAE paging structure support will be adde
|
By
Ni, Ray
·
|
|
[PATCH v1 1/1] OvmfPkg/VirtioFsDxe: Check GetDriverName arguments 2 messages
The current implementation does not check if Language or DriverName are NULL. This causes the SCT test suite to crash. Add a check to return EFI_INVALID_PARAMETER if any of these pointers are NULL. Cc
The current implementation does not check if Language or DriverName are NULL. This causes the SCT test suite to crash. Add a check to return EFI_INVALID_PARAMETER if any of these pointers are NULL. Cc
|
By
Dimitrije Pavlov
·
|
|
[PATCH v1 1/1] OvmfPkg/PlatformDxe: Check ExtractConfig and RouteConfig arguments
The current implementation does not check if Progress or Results pointers in ExtractConfig are NULL, or if Progress pointer in RouteConfig is NULL. This causes the SCT test suite to crash. Add a check
The current implementation does not check if Progress or Results pointers in ExtractConfig are NULL, or if Progress pointer in RouteConfig is NULL. This causes the SCT test suite to crash. Add a check
|
By
Dimitrije Pavlov
·
|
|
[PATCH v1 1/1] OvmfPkg/VirtioGpuDxe: Check QueryMode arguments for validity
The current implementation does not check if Info or SizeInfo pointers are NULL. This causes the SCT test suite to crash. Add a check to return EFI_INVALID_PARAMETER if any of these pointers are NULL.
The current implementation does not check if Info or SizeInfo pointers are NULL. This causes the SCT test suite to crash. Add a check to return EFI_INVALID_PARAMETER if any of these pointers are NULL.
|
By
Dimitrije Pavlov
·
|
|
[Patch 0/2] Remove MptScsi and PvScsi reviewers 4 messages
The email addresses for the reviewers of the MptScsi and PvScsi in the OvmfPkg are no longer valid. Remove the reviewers for the MptScsi and PvScsi drivers until new maintainers/reviewers can be ident
The email addresses for the reviewers of the MptScsi and PvScsi in the OvmfPkg are no longer valid. Remove the reviewers for the MptScsi and PvScsi drivers until new maintainers/reviewers can be ident
|
By
Michael D Kinney
·
|
|
[PATCH v1 1/1] OvmfPkg: increase max debug message length to 512 2 messages
From: Laszlo Ersek <lersek@...> Increase the maximum line length for debug messages. While log messages should be short, they can still get quite long, for example when printing device paths or config
From: Laszlo Ersek <lersek@...> Increase the maximum line length for debug messages. While log messages should be short, they can still get quite long, for example when printing device paths or config
|
By
Oliver Steffen
·
|
|
[PATCH v2] MdeModulePkg/NonDiscoverablePciDeviceDxe: Allow partial
FreeBuffer 11 messages
Add support for partial free of non cached buffers. If a request for less than the full size is requested new allocations for the remaining head and tail of the buffer are added to the list. Added ver
Add support for partial free of non cached buffers. If a request for less than the full size is requested new allocations for the remaining head and tail of the buffer are added to the list. Added ver
|
By
Jeff Brasen
·
|
|
[edk2-platforms][PATCH v4 4/6] Socionext: Platform Build: Resolving newly introduced dependency 2 messages
Hi Ard, Could you please help review this patch? Any feedback in appreciated. Regards, Kun
Hi Ard, Could you please help review this patch? Any feedback in appreciated. Regards, Kun
|
By
Kun Qin
·
|
|
[PATCH edk2-platforms v1 1/1] Platform/ARM: FVP: Fix build break when Secure Boot is enabled 2 messages
The edk2 patch at: "6eb407947592 SecurityPkg: SecureBootVariableLib: Added newly supported interfaces" introduced a new dependency of PlatformPKProtectionLib to SecureBootVariableLib. This causes the
The edk2 patch at: "6eb407947592 SecurityPkg: SecureBootVariableLib: Added newly supported interfaces" introduced a new dependency of PlatformPKProtectionLib to SecureBootVariableLib. This causes the
|
By
Sami Mujawar
·
|
|
[PATCH 2/2] OvmfPkg/OvmfPkgX64: Allow runtime control of IPv4 and IPv6 support 2 messages
Wire up the newly added DriverLoadInhibitorLib in a way that ties dispatch of the Ip4Dxe and Ip6Dxe drivers to QEMU fw_cfg variables 'opt/org.tianocore/IPv4Support' and 'opt/org.tianocore/IPv6Support'
Wire up the newly added DriverLoadInhibitorLib in a way that ties dispatch of the Ip4Dxe and Ip6Dxe drivers to QEMU fw_cfg variables 'opt/org.tianocore/IPv4Support' and 'opt/org.tianocore/IPv6Support'
|
By
Ard Biesheuvel
·
|