[edk2-devel] [PATCH 0/2] Boot Logo Support

2022-07-10 Thread Sean Rhodes
These two patches add support to show a Boot Logo, and load the logo into the BGRT table. This should ideally be handled by the bootloader, but in the case of coreboot, the current framebuffer implementation to display images is; 11-years old, considered broken and can only handle jpg images. The

[edk2-devel] [PATCH 2/2] UefiPayloadPkg: Load Boot Logo into ACPI table

2022-07-10 Thread Sean Rhodes
This will allow the OS to display the logo whilst booting. Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Signed-off-by: Sean Rhodes --- UefiPayloadPkg/UefiPayloadPkg.dsc | 3 +++ UefiPayloadPkg/UefiPayloadPkg.fdf | 1 + 2 files changed, 4 insertions(+) diff --git a/UefiPayloadPkg/

[edk2-devel] [PATCH 1/2] UefiPayloadPkg: Enable Boot Logo

2022-07-10 Thread Sean Rhodes
Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Signed-off-by: Sean Rhodes --- .../Library/PlatformBootManagerLib/PlatformBootManager.c | 3 +++ .../Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 1 + UefiPayloadPkg/UefiPayloadPkg.dsc |

Re: [edk2-devel] [PATCH 1/1] BaseTools: remove directly calling for gcc command

2022-07-10 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Chen, Christine Sent: Friday, July 8, 2022 1:45 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming Subject: [PATCH 1/1] BaseTools: remove directly calling for gcc command In some environment, the directly calling for gcc is not sup

Re: [edk2-devel] [PATCH 1/1] BaseTools: Fix DSC LibraryClass precedence rule

2022-07-10 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Chen, Christine Sent: Thursday, June 30, 2022 5:04 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming ; Huang, Long1 ; Ni, Ray Subject: [PATCH 1/1] BaseTools: Fix DSC LibraryClass precedence rule REF: https://bugzilla.tianocore.or

[edk2-devel] [PATCH] UefiPayloadPkg: Fix RelaAddress type always mismatch in if condition

2022-07-10 Thread Lu, James
From: James Lu REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3984 Under function RolocateElfDynamic() in Elf32Lib.c if (RelaAddress == MAX_UINT64) is always FALSE while RelaAddress is UINT32 Fix is to modify if condition check to "if (RelaAddress == MAX_UINT32)" Cc: Ray Ni Cc: Guo Dong

[edk2-devel] [PATCH 1/1] BaseTools: INF should use latest Pcd value instead of default value

2022-07-10 Thread yi1 li
This patch is a bug fix about FeatureFlagExpression in INF file: INF [Source] section now unconditionally use Pcd default value in DEC when handling FeatureFlagExpression, it is wrong. If a Pcd value has been set in the DSC file, we should use latest value in DSC instead of default value. Cc:

回复: [edk2-devel] [PATCHv3 1/1] MdePkg/UefiDevicePathLib: Add support for PEIMs

2022-07-10 Thread gaoliming via groups.io
Mike: Thanks for your suggestion. If there is no objection to change the file name, this patch will be better. Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Michael D > Kinney > 发送时间: 2022年7月8日 6:06 > 收件人: Gao, Liming ; Albecki, Mateusz > ; devel@edk2.groups.io; Kinney, Michae