am335x, guardian: Enable panel driver Himax HX8238D
- Enable lcd controller - Display splash screen Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Link: https://lore.kernel.org/r/20210611161350.2141-16-Gireesh.Hiremath@in.bosch.com
This commit is contained in:
committed by
Lokesh Vutla
parent
e81e8af98f
commit
9cd380ef5f
@@ -82,6 +82,17 @@
|
||||
|
||||
#endif /* ! CONFIG_SPL_BUILD */
|
||||
|
||||
#define CONFIG_BMP_16BPP
|
||||
#define SPLASH_SCREEN_NAND_PART "nand0,10"
|
||||
#define SPLASH_SCREEN_BMP_FILE_SIZE 0x26000
|
||||
#define SPLASH_SCREEN_BMP_LOAD_ADDR 0x82000000
|
||||
#define SPLASH_SCREEN_TEXT "U-Boot"
|
||||
|
||||
/* BGR 16Bit Color Definitions */
|
||||
#define CONSOLE_COLOR_BLACK 0x0000
|
||||
#define CONSOLE_COLOR_WHITE 0xFFFF
|
||||
#define CONSOLE_COLOR_RED 0x001F
|
||||
|
||||
/* NS16550 Configuration */
|
||||
#define CONFIG_SYS_NS16550_COM1 0x44e09000 /* UART0 */
|
||||
#define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */
|
||||
|
||||
Reference in New Issue
Block a user