From 284b08fb51b60255cbedcfe7aa7dcf319450d7e3 Mon Sep 17 00:00:00 2001 From: Patrick Delaunay Date: Mon, 10 Jul 2023 13:30:59 +0200 Subject: board: stm32mp1: add splash screen with stmicroelectronics logo Display the STMicroelectronics logo with features VIDEO_LOGO and SPLASH_SCREEN on STMicroelectronics boards. With CONFIG_SYS_VENDOR = "st", the logo st.bmp is selected, loaded at the address indicated by splashimage and centered with "splashpos=m,m". Signed-off-by: Patrick Delaunay Reviewed-by: Patrice Chotard --- tools/logos/st.bmp | Bin 0 -> 18244 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tools/logos/st.bmp (limited to 'tools') diff --git a/tools/logos/st.bmp b/tools/logos/st.bmp new file mode 100644 index 00000000000..f59d3c5cef6 Binary files /dev/null and b/tools/logos/st.bmp differ -- cgit v1.2.3