Thank you igorpadykov.!
Let's consider my scenario, I need to have HDMI detected in both kernel and uboot. as we are going to show uboot and kernel splash screen on HDMI display. I currently have following things working on board without any issue:
- u-boot with disabled HDMI + Kernel is able to detect HDMI and have splash screen ( Configured in kernel ). Over here we have splash screen delayed by 5 to 6 seconds till kernel has init script for Splash screen executed.
To overcome the blank screen after switching on we have decided to have splash screen from u-boot as well. So, we have enabled HDMI detection in u-boot and also enabled splash screen. But after making those changes Kernel is not able to boot-up. so, our final expectation is like below:
- U-boot with splash screen loads first and load logo in HDMI display till the kernel init scripts loads splash screen on the HDMI display, Just need some help to have HDMI detected in uboot as well along with splash screen in both uboot and kernel.
can you please suggest any patches, so we can have splash screen working in both uboot and kernel along with HDMI display and no hangs with kernel after bootup?