All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: apple: Don't clear framebuffer
@ 2022-04-19 19:10 Mark Kettenis
  2022-04-23 12:09 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Kettenis @ 2022-04-19 19:10 UTC (permalink / raw)
  To: u-boot; +Cc: trini, sjg, Mark Kettenis

Enable CONFIG_NO_FB_CLEAR to preserve the Asahi logo. Since that
logo is drawn on a black background also enable
CONFIG_SYS_WHITE_ON_BLACK such that text printed by U-Boot is still
visible.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
---
 configs/apple_m1_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig
index b73e54111d..886fc4a6fe 100644
--- a/configs/apple_m1_defconfig
+++ b/configs/apple_m1_defconfig
@@ -13,5 +13,7 @@ CONFIG_NVME_APPLE=y
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_DWC3=y
 CONFIG_USB_KEYBOARD=y
+CONFIG_SYS_WHITE_ON_BLACK=y
+CONFIG_NO_FB_CLEAR=y
 CONFIG_VIDEO_SIMPLE=y
 # CONFIG_GENERATE_SMBIOS_TABLE is not set
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm: apple: Don't clear framebuffer
  2022-04-19 19:10 [PATCH] arm: apple: Don't clear framebuffer Mark Kettenis
@ 2022-04-23 12:09 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2022-04-23 12:09 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: u-boot, sjg

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

On Tue, Apr 19, 2022 at 09:10:29PM +0200, Mark Kettenis wrote:

> Enable CONFIG_NO_FB_CLEAR to preserve the Asahi logo. Since that
> logo is drawn on a black background also enable
> CONFIG_SYS_WHITE_ON_BLACK such that text printed by U-Boot is still
> visible.
> 
> Signed-off-by: Mark Kettenis <kettenis@openbsd.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-23 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19 19:10 [PATCH] arm: apple: Don't clear framebuffer Mark Kettenis
2022-04-23 12:09 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.