summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot-mainline/files/0007-apalis-imx8-enable-smmu-setup.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/0007-apalis-imx8-enable-smmu-setup.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/0007-apalis-imx8-enable-smmu-setup.patch')
-rw-r--r--recipes-bsp/u-boot-mainline/files/0007-apalis-imx8-enable-smmu-setup.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot-mainline/files/0007-apalis-imx8-enable-smmu-setup.patch b/recipes-bsp/u-boot-mainline/files/0007-apalis-imx8-enable-smmu-setup.patch
new file mode 100644
index 0000000..400cf48
--- /dev/null
+++ b/recipes-bsp/u-boot-mainline/files/0007-apalis-imx8-enable-smmu-setup.patch
@@ -0,0 +1,25 @@
+From 18d42de50e1787b533b6d35894d853ac51f977bc Mon Sep 17 00:00:00 2001
+From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
+Date: Thu, 30 May 2019 17:00:06 +0300
+Subject: [PATCH 07/15] apalis-imx8: enable smmu setup
+
+Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
+---
+ configs/apalis-imx8qm_defconfig | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configs/apalis-imx8qm_defconfig b/configs/apalis-imx8qm_defconfig
+index f3dbaf0101..5e6b89ad9d 100644
+--- a/configs/apalis-imx8qm_defconfig
++++ b/configs/apalis-imx8qm_defconfig
+@@ -2,6 +2,7 @@ CONFIG_ARM=y
+ CONFIG_ARCH_IMX8=y
+ CONFIG_SYS_TEXT_BASE=0x80020000
+ CONFIG_SYS_MALLOC_F_LEN=0x4000
++CONFIG_IMX_SMMU=y
+ CONFIG_TARGET_APALIS_IMX8=y
+ CONFIG_NR_DRAM_BANKS=3
+ CONFIG_DISTRO_DEFAULTS=y
+--
+2.13.6
+