
Gentle Reminder.
On 08/03/24 16:38, Devarsh Thakkar wrote:
Hi Tom, Anatolij, Simon,
On 22/02/24 18:38, Devarsh Thakkar wrote:
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.
I saw a RB on first 3 patches so just wanted to check if it looks good to you too then is it possible to pull in the first 3 patches if no further comments ?
Regards Devarsh
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(-)