summaryrefslogtreecommitdiffstats
path: root/bsp/meta-freescale-3rdparty/recipes-bsp/u-boot/u-boot-qoriq-lx2160acex7/0007-lx2160a-load-dpl-into-0x80001000-instead-of-0x80d000.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-freescale-3rdparty/recipes-bsp/u-boot/u-boot-qoriq-lx2160acex7/0007-lx2160a-load-dpl-into-0x80001000-instead-of-0x80d000.patch')
-rw-r--r--bsp/meta-freescale-3rdparty/recipes-bsp/u-boot/u-boot-qoriq-lx2160acex7/0007-lx2160a-load-dpl-into-0x80001000-instead-of-0x80d000.patch47
1 files changed, 47 insertions, 0 deletions
diff --git a/bsp/meta-freescale-3rdparty/recipes-bsp/u-boot/u-boot-qoriq-lx2160acex7/0007-lx2160a-load-dpl-into-0x80001000-instead-of-0x80d000.patch b/bsp/meta-freescale-3rdparty/recipes-bsp/u-boot/u-boot-qoriq-lx2160acex7/0007-lx2160a-load-dpl-into-0x80001000-instead-of-0x80d000.patch
new file mode 100644
index 00000000..b5d2d161
--- /dev/null
+++ b/bsp/meta-freescale-3rdparty/recipes-bsp/u-boot/u-boot-qoriq-lx2160acex7/0007-lx2160a-load-dpl-into-0x80001000-instead-of-0x80d000.patch
@@ -0,0 +1,47 @@
+From 422b44970b160ee2e8752552a6232e50106a7bd8 Mon Sep 17 00:00:00 2001
+From: Rabeeh Khoury <rabeeh@solid-run.com>
+Date: Mon, 4 May 2020 23:09:52 +0300
+Subject: [PATCH 07/17] lx2160a: load dpl into 0x80001000 instead of 0x80d00000
+
+and enlarge the image size to 0x1000 blocks
+
+Upstream-Status: Inappropriate [Solid-Run BSP]
+
+Signed-off-by: Rabeeh Khoury <rabeeh@solid-run.com>
+---
+ include/configs/lx2160a_common.h | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h
+index c6a6a96ff0..5b9808b2ef 100644
+--- a/include/configs/lx2160a_common.h
++++ b/include/configs/lx2160a_common.h
+@@ -293,21 +293,21 @@ int select_i2c_ch_pca9547_sec(unsigned char ch);
+
+ #define SD_BOOTCOMMAND \
+ "env exists mcinitcmd && mmcinfo; " \
+- "mmc read 0x80d00000 0x6800 0x800; " \
++ "mmc read 0x80001000 0x6800 0x1000; " \
+ "env exists mcinitcmd && env exists secureboot " \
+ " && mmc read 0x806C0000 0x3600 0x20 " \
+ "&& esbc_validate 0x806C0000;env exists mcinitcmd " \
+- "&& fsl_mc lazyapply dpl 0x80d00000;" \
++ "&& fsl_mc lazyapply dpl 0x80001000;" \
+ "run distro_bootcmd;run sd_bootcmd;" \
+ "env exists secureboot && esbc_halt;"
+
+ #define SD2_BOOTCOMMAND \
+ "mmc dev 1; env exists mcinitcmd && mmcinfo; " \
+- "mmc read 0x80d00000 0x6800 0x800; " \
++ "mmc read 0x80001000 0x6800 0x1000; " \
+ "env exists mcinitcmd && env exists secureboot " \
+ " && mmc read 0x806C0000 0x3600 0x20 " \
+ "&& esbc_validate 0x806C0000;env exists mcinitcmd " \
+- "&& fsl_mc lazyapply dpl 0x80d00000;" \
++ "&& fsl_mc lazyapply dpl 0x80001000;" \
+ "run distro_bootcmd;run emmc_bootcmd;" \
+ "env exists secureboot && esbc_halt;"
+
+--
+2.17.1
+