From ac58357a41f27450097dd2fd3e4228b2f4fc8d77 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 27 Sep 2019 11:12:03 +0200 Subject: u-boot-distro-boot: load HDMI firmware in boot script Use the distro boot script to load the HDMI firmware. This minimizes the dependencies to the U-Boot environment and gives more control to the distribution. Related-to: #52562 Signed-off-by: Stefan Agner --- recipes-bsp/u-boot/u-boot-distro-boot/sota/boot.cmd.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-distro-boot/sota/boot.cmd.in b/recipes-bsp/u-boot/u-boot-distro-boot/sota/boot.cmd.in index ca06f1d..19214d8 100644 --- a/recipes-bsp/u-boot/u-boot-distro-boot/sota/boot.cmd.in +++ b/recipes-bsp/u-boot/u-boot-distro-boot/sota/boot.cmd.in @@ -26,6 +26,14 @@ fi run bootcmd_otenv +if test "${board}" = "apalis-imx8" +then + echo "Loading HDMI firmware..." + env set hdp_file hdmitxfw.bin + load ${devtype} ${devnum}:1 ${loadaddr} ${hdp_file} + hdp load ${loadaddr} +fi + if test -n ${rollback} && test ${rollback} = 1 then echo "Roolback enabled. Booting old version." -- cgit v1.2.3