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
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/
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 |
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
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
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
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:
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