Hi , Is there splash screen support in U-boot for Blaze board(Omap4x) is there.For beagle board it is there. While looking in to the beagle board u-boot code for splash screen i found that we are writing hardcoded pixel array to FrameBuffer( add->0x80500000). I have the following doubts. 1) Does the frameBuffer address is same for OMAP4x. 2) Why we are initializing the Encoder registers(VENC) as we are using SDI interface in beagle board. 3) Does initializing the DSI1 and DSPC and writing pixel array directly to frame buffer will help me in geeting splash screen.Am i missing some initialization.(fpr Blaze board(OMAP4))