From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smarthost01b.sbp.mail.zen.net.uk (smarthost01b.sbp.mail.zen.net.uk [212.23.1.3]) by mx.groups.io with SMTP id smtpd.web11.20153.1657480438813048160 for ; Sun, 10 Jul 2022 12:13:59 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=permerror, err=parse error for token &{10 18 sdn.klaviyomail.com}: permanent DNS error (domain: starlabs.systems, ip: 212.23.1.3, mailfrom: sean@starlabs.systems) Received: from [217.155.46.38] (helo=starbook.lan) by smarthost01b.sbp.mail.zen.net.uk with esmtp (Exim 4.90_1) (envelope-from ) id 1oAcNQ-0002iv-Hh; Sun, 10 Jul 2022 19:13:56 +0000 From: "Sean Rhodes" To: devel@edk2.groups.io Cc: Sean Rhodes Subject: [PATCH 0/2] Boot Logo Support Date: Sun, 10 Jul 2022 20:13:52 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Originating-smarthost01b-IP: [217.155.46.38] Feedback-ID: 217.155.46.38 Content-Transfer-Encoding: 8bit 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. Therefore, leverage edk2 existing support for this until coreboot can handle this on it's own. Sean Rhodes (2): UefiPayloadPkg: Enable Boot Logo UefiPayloadPkg: Load Boot Logo into ACPI table .../Library/PlatformBootManagerLib/PlatformBootManager.c | 3 +++ .../PlatformBootManagerLib/PlatformBootManagerLib.inf | 1 + UefiPayloadPkg/UefiPayloadPkg.dsc | 5 +++++ UefiPayloadPkg/UefiPayloadPkg.fdf | 3 +++ 4 files changed, 12 insertions(+) -- 2.34.1