添加开机动画

This commit is contained in:
张兆鹏 2024-11-26 18:20:55 +08:00
parent bf2d5ed158
commit 377dd03939
4 changed files with 721 additions and 514 deletions

View File

@ -1989,6 +1989,8 @@ CONFIG_SUNXI_DISP2_FB_DISABLE_ROTATE=y
# CONFIG_EDP_DISP2_SUNXI is not set # CONFIG_EDP_DISP2_SUNXI is not set
# CONFIG_DISP2_SUNXI_BOOT_COLORBAR is not set # CONFIG_DISP2_SUNXI_BOOT_COLORBAR is not set
CONFIG_DISP2_SUNXI_KERNEL_LOAD_HAS_LOGO=y CONFIG_DISP2_SUNXI_KERNEL_LOAD_HAS_LOGO=y
# CONFIG_LOGO_FRONT is not set
CONFIG_LOGO_BACK=y
# CONFIG_DISP2_SUNXI_DEBUG is not set # CONFIG_DISP2_SUNXI_DEBUG is not set
# CONFIG_DISP2_SUNXI_COMPOSER is not set # CONFIG_DISP2_SUNXI_COMPOSER is not set
# CONFIG_DISP2_LCD_ESD_DETECT is not set # CONFIG_DISP2_LCD_ESD_DETECT is not set

View File

@ -2100,6 +2100,8 @@ CONFIG_SUNXI_DISP2_FB_HW_ROTATION_SUPPORT=y
# CONFIG_EDP_DISP2_SUNXI is not set # CONFIG_EDP_DISP2_SUNXI is not set
# CONFIG_DISP2_SUNXI_BOOT_COLORBAR is not set # CONFIG_DISP2_SUNXI_BOOT_COLORBAR is not set
CONFIG_DISP2_SUNXI_KERNEL_LOAD_HAS_LOGO=y CONFIG_DISP2_SUNXI_KERNEL_LOAD_HAS_LOGO=y
CONFIG_LOGO_FRONT=y
# CONFIG_LOGO_BACK is not set
CONFIG_DISP2_SUNXI_DEBUG=y CONFIG_DISP2_SUNXI_DEBUG=y
# CONFIG_DISP2_SUNXI_COMPOSER is not set # CONFIG_DISP2_SUNXI_COMPOSER is not set
# CONFIG_DISP2_LCD_ESD_DETECT is not set # CONFIG_DISP2_LCD_ESD_DETECT is not set

View File

@ -197,6 +197,20 @@ config DISP2_SUNXI_KERNEL_LOAD_HAS_LOGO
If true, the 'HAS' logo framebuffer will be loaded by specified data If true, the 'HAS' logo framebuffer will be loaded by specified data
to be displayed. to be displayed.
config LOGO_FRONT
bool "front logo display"
depends on DISP2_SUNXI_KERNEL_LOAD_HAS_LOGO
default n
---help---
If true, the front logo will be displayed during kernel.
config LOGO_BACK
bool "back logo display"
depends on DISP2_SUNXI_KERNEL_LOAD_HAS_LOGO
default n
---help---
If true, the back logo will be displayed during kernel.
config DISP2_SUNXI_DEBUG config DISP2_SUNXI_DEBUG
bool "debugfs support for disp driver(sunxi-disp2)" bool "debugfs support for disp driver(sunxi-disp2)"
depends on DISP2_SUNXI depends on DISP2_SUNXI

File diff suppressed because it is too large Load Diff