summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot-mainline/files/0012-MLK-17205-2-video-imx-hdp-Adding-HDP-firmware-loadin.patch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-06-04 16:07:51 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-06-19 13:43:32 +0200
commit71ad5dd6bbc05dc7aae5e7527716e3f95a0d5ba7 (patch)
tree1eb1b76d6d8242ef767fb5010ac5b0196a66242d /recipes-bsp/u-boot-mainline/files/0012-MLK-17205-2-video-imx-hdp-Adding-HDP-firmware-loadin.patch
parentcf24e18cc50c2f0cab6b44fd3f03fa39cfca4e9f (diff)
u-boot: update to v2019.07-rc4+
Add patches currently on the ML targeting Toradex boards and fetch latest and greatest of master branch. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot-mainline/files/0012-MLK-17205-2-video-imx-hdp-Adding-HDP-firmware-loadin.patch')
-rw-r--r--recipes-bsp/u-boot-mainline/files/0012-MLK-17205-2-video-imx-hdp-Adding-HDP-firmware-loadin.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot-mainline/files/0012-MLK-17205-2-video-imx-hdp-Adding-HDP-firmware-loadin.patch b/recipes-bsp/u-boot-mainline/files/0012-MLK-17205-2-video-imx-hdp-Adding-HDP-firmware-loadin.patch
new file mode 100644
index 0000000..022b8e4
--- /dev/null
+++ b/recipes-bsp/u-boot-mainline/files/0012-MLK-17205-2-video-imx-hdp-Adding-HDP-firmware-loadin.patch
@@ -0,0 +1,37 @@
+From 60ebfc3c6aa4e04c2c0418a14b83c549a2828610 Mon Sep 17 00:00:00 2001
+From: Oliver Brown <oliver.brown@nxp.com>
+Date: Wed, 13 Dec 2017 17:12:45 -0600
+Subject: [PATCH 12/15] MLK-17205-2 video: imx: hdp: Adding HDP firmware
+ loading to the build
+
+Adding the HDP firmware loading to the build.
+
+Signed-off-by: Oliver Brown <oliver.brown@nxp.com>
+(cherry picked from downstream commit d4702582552aa1921fce58329ae40c24481fba3a)
+---
+ drivers/video/Kconfig | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
+index c3781b160d..a40df01500 100644
+--- a/drivers/video/Kconfig
++++ b/drivers/video/Kconfig
+@@ -549,6 +549,15 @@ config VIDEO
+ model. Video drivers typically provide a colour text console and
+ cursor.
+
++config VIDEO_IMX_HDP_LOAD
++ bool "i.MX8 HDMI/DP firmware loading"
++ default n
++ depends on IMX8
++ help
++ Support for HDMI/DP firmware loading for i.MX8QM processors. The
++ firmware is copied from system memory to the HDMI/DP IRAM and
++ DRAM memory.
++
+ config CFB_CONSOLE
+ bool "Enable colour frame buffer console"
+ depends on VIDEO
+--
+2.13.6
+