public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] Simplefb and fb reservation related updates
@ 2024-02-22 13:08 Devarsh Thakkar
  2024-02-22 13:08 ` [PATCH 1/4] boot: fdt_simplefb: Enumerate framebuffer info from video handoff Devarsh Thakkar
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Devarsh Thakkar @ 2024-02-22 13:08 UTC (permalink / raw)
  To: u-boot, sjg, agust, trini
  Cc: bmeng, xypron.glpk, patrick.delaunay, patrice.chotard,
	hvilleneuve, michal.simek, troykiskyboundary, j-humphreys, afd,
	praneeth, nm, vigneshr, a-bhatia1, j-luthra, nsekhar, n-jain1,
	devarsht

This adds support for simple-framebuffer reservation using video handoff
when splash is enabled at SPL stage.

Also adds helper function to only enable framebuffer reservation without
enabling simple-framebuffer in case user want to continue display
bootloader splash without displaying anything else in between until
kernel boots up.

Lastly, it enables above support on AM62x.

Devarsh Thakkar (4):
  boot: fdt_simplefb: Enumerate framebuffer info from video handoff
  video: Assume video to be active if SPL is passing video hand-off
  boot: Move framebuffer reservation to separate helper
  board: ti: am62x: evm: Update simple-framebuffer node in device-tree

 board/ti/am62x/evm.c         | 19 +++++++++++++++
 boot/fdt_simplefb.c          | 46 ++++++++++++++++++++----------------
 boot/fdt_support.c           | 21 ++++++++++++++++
 drivers/video/video-uclass.c |  4 ++++
 include/fdt_support.h        |  2 ++
 5 files changed, 72 insertions(+), 20 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-04-20 23:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-22 13:08 [PATCH 0/4] Simplefb and fb reservation related updates Devarsh Thakkar
2024-02-22 13:08 ` [PATCH 1/4] boot: fdt_simplefb: Enumerate framebuffer info from video handoff Devarsh Thakkar
2024-03-06 10:42   ` Nikhil Jain
2024-02-22 13:08 ` [PATCH 2/4] video: Assume video to be active if SPL is passing video hand-off Devarsh Thakkar
2024-03-06 10:46   ` Nikhil Jain
2024-02-22 13:08 ` [PATCH 3/4] boot: Move framebuffer reservation to separate helper Devarsh Thakkar
2024-03-06 10:51   ` Nikhil Jain
2024-02-22 13:08 ` [PATCH 4/4] board: ti: am62x: evm: Update simple-framebuffer node in device-tree Devarsh Thakkar
2024-03-05 10:28   ` Devarsh Thakkar
2024-03-08 11:08 ` [PATCH 0/4] Simplefb and fb reservation related updates Devarsh Thakkar
2024-04-05 14:49   ` Devarsh Thakkar
2024-04-20 23:09   ` Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox