All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] LS2088ARDB: Secure Boot: Fix fall back option failure
@ 2018-02-27  7:27 Vinitha V Pillai
  2018-03-21 15:00 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Vinitha V Pillai @ 2018-02-27  7:27 UTC (permalink / raw)
  To: u-boot

Fix NOR, SD and QSPI fallback option failure in case of secure boot

Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com>
---

Changes in v2:
Changed the commit message.
Since changes have been made for NOR, SD and QSPI,
that has been added in the commit message

 include/configs/ls2080ardb.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index 6f3301c..8770c6b 100644
--- a/include/configs/ls2080ardb.h
+++ b/include/configs/ls2080ardb.h
@@ -375,7 +375,7 @@ unsigned long get_board_sys_clk(void);
 	"fdt_high=0xa0000000\0"			\
 	"initrd_high=0xffffffffffffffff\0"	\
 	"fdt_addr=0x64f00000\0"			\
-	"kernel_addr=0x65000000\0"		\
+	"kernel_addr=0x581000000\0"		\
 	"kernel_start=0x1000000\0"		\
 	"kernelheader_start=0x800000\0"		\
 	"scriptaddr=0x80000000\0"		\
@@ -445,8 +445,8 @@ unsigned long get_board_sys_clk(void);
 			"&& esbc_validate 0x20780000; "			\
 			"env exists mcinitcmd && "			\
 			"fsl_mc lazyapply dpl 0x20d00000; "		\
-			"run distro_bootcmd;env exists secureboot "	\
-			" && esbc_halt;run qspi_bootcmd; "
+			"run distro_bootcmd;run qspi_bootcmd; "		\
+			"env exists secureboot && esbc_halt;"
 #elif defined(CONFIG_SD_BOOT)
 /* Try to boot an on-SD kernel first, then do normal distro boot */
 #define CONFIG_BOOTCOMMAND						\
@@ -456,16 +456,16 @@ unsigned long get_board_sys_clk(void);
 			"env exists mcinitcmd && run mcinitcmd "	\
 			"&& mmc read 0x88000000 0x6800 0x800 "		\
 			"&& fsl_mc lazyapply dpl 0x88000000; "		\
-			"run distro_bootcmd;env exists secureboot "	\
-			"&& esbc_halt;run sd_bootcmd;"
+			"run distro_bootcmd;run sd_bootcmd; "		\
+			"env exists secureboot && esbc_halt;"
 #else
 /* Try to boot an on-NOR kernel first, then do normal distro boot */
 #define CONFIG_BOOTCOMMAND						\
 			"env exists mcinitcmd && env exists secureboot "\
 			"&& esbc_validate 0x580780000; env exists mcinitcmd "\
 			"&& fsl_mc lazyapply dpl 0x580d00000;"		\
-			"run distro_bootcmd; env exists secureboot "	\
-			"&& esbc_halt; run nor_bootcmd;"
+			"run distro_bootcmd;run nor_bootcmd; "		\
+			"env exists secureboot && esbc_halt;"
 #endif
 
 /* MAC/PHY configuration */
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH v2] LS2088ARDB: Secure Boot: Fix fall back option failure
  2018-02-27  7:27 [U-Boot] [PATCH v2] LS2088ARDB: Secure Boot: Fix fall back option failure Vinitha V Pillai
@ 2018-03-21 15:00 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2018-03-21 15:00 UTC (permalink / raw)
  To: u-boot

On 02/26/2018 11:30 PM, Vini Pillai wrote:
> Fix NOR, SD and QSPI fallback option failure in case of secure boot
> 
> Signed-off-by: Vinitha V Pillai <vinitha.pillai@nxp.com>
> ---

Minor change to commit message.
Applied to fsl-qoriq master. Thanks.

York

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-21 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-27  7:27 [U-Boot] [PATCH v2] LS2088ARDB: Secure Boot: Fix fall back option failure Vinitha V Pillai
2018-03-21 15:00 ` York Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.