]> git.ipfire.org Git - thirdparty/u-boot.git/commit
boot: Move framebuffer reservation to separate helper
authorDevarsh Thakkar <devarsht@ti.com>
Thu, 22 Feb 2024 13:08:10 +0000 (18:38 +0530)
committerAnatolij Gustschin <agust@denx.de>
Sun, 21 Apr 2024 07:07:02 +0000 (09:07 +0200)
commitefe1ceec7ef0c2ce2344dbe066fca0d389a0b4f3
treecde9e85a76794dc9d18c5afb9a60f38af95f9c86
parent4ac7ffb60ee9a342337dce6e4fda3cbac827c398
boot: Move framebuffer reservation to separate helper

Create separate helper for just reserving framebuffer region without
creating or enabling simple-framebuffer node.

This is useful for scenarios where user want to preserve the bootloader
splash screen till OS boots up and display server gets started without
displaying anything else in between and thus not requiring
simple-framebuffer.

Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Nikhil M Jain <n-jain1@ti.com>
boot/fdt_simplefb.c
boot/fdt_support.c
include/fdt_support.h