
5 Apr
2023
5 Apr
'23
8:37 p.m.
On Wed, 5 Apr 2023 at 01:06, Nikhil M Jain n-jain1@ti.com wrote:
To enable video driver at SPL, need to compile video-uclass, vidconsole-uclass, backlight-uclass, panel-uclass, simple-panel, add rules to compile them at SPL and u-boot proper. To support splash_display at SPL, need to compile video-bmp, add rule to compile at SPL and u-boot proper.
Signed-off-by: Nikhil M Jain n-jain1@ti.com Reviewed-by: Devarsh Thakkar devarsht@ti.com
V6:
- Fix CONFIG_$(SPL_TPL)CONSOLE_NORMAL to CONFIG_$(SPL_TPL_)CONSOLE_NORMAL
- Add rule to compile simple_panel at SPL and u-boot proper.
V5:
- Use $(SPL_TPL_) to check for stage specific configs and compile at specific stages.
- Removed ifdef CONFIG_SPL_BUILD
V4:
- No change
V3:
- Rule to compile backlight, console and panel files
- Not added Reiewed-by tag due to changes
V2:
- No change
drivers/video/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org Tested-by: Simon Glass sjg@chromium.org # qemu-x86_64