All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ls1043a: Fix address for secure boot headers
@ 2020-11-05  8:38 Manish Tomar
  2020-11-05  8:38 ` [PATCH 2/2] lx2160a: " Manish Tomar
  0 siblings, 1 reply; 3+ messages in thread
From: Manish Tomar @ 2020-11-05  8:38 UTC (permalink / raw)
  To: u-boot

Update kernelheader_addr and kernelheader_addr variables with correct values
for ls1043a.

Signed-off-by: Manish Tomar <manish.tomar@nxp.com>
---
 include/configs/ls1043a_common.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h
index 01722f1344..6488c1f039 100644
--- a/include/configs/ls1043a_common.h
+++ b/include/configs/ls1043a_common.h
@@ -261,12 +261,12 @@
 	"kernelheader_start=0x800000\0"		\
 	"fdt_addr_r=0x90000000\0"		\
 	"load_addr=0xa0000000\0"		\
-	"kernelheader_addr=0x60800000\0"	\
+	"kernelheader_addr=0x60600000\0"	\
 	"kernel_size=0x2800000\0"		\
 	"kernelheader_size=0x40000\0"		\
 	"kernel_addr_sd=0x8000\0"		\
 	"kernel_size_sd=0x14000\0"		\
-	"kernelhdr_addr_sd=0x4000\0"		\
+	"kernelhdr_addr_sd=0x3000\0"		\
 	"kernelhdr_size_sd=0x10\0"		\
 	"console=ttyS0,115200\0"		\
 	"boot_os=y\0"				\
-- 
2.17.1

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

* [PATCH 2/2] lx2160a: Fix address for secure boot headers
  2020-11-05  8:38 [PATCH 1/2] ls1043a: Fix address for secure boot headers Manish Tomar
@ 2020-11-05  8:38 ` Manish Tomar
  2020-12-11  8:03   ` Priyanka Jain
  0 siblings, 1 reply; 3+ messages in thread
From: Manish Tomar @ 2020-11-05  8:38 UTC (permalink / raw)
  To: u-boot

Update kernel_size_sd variable with correct value for lx2160a.

Signed-off-by: Manish Tomar <manish.tomar@nxp.com>
---
 include/configs/lx2160a_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h
index d39e81da2d..822f71d823 100644
--- a/include/configs/lx2160a_common.h
+++ b/include/configs/lx2160a_common.h
@@ -262,7 +262,7 @@ int select_i2c_ch_pca9547_sec(unsigned char ch);
 	"kernel_size=0x2800000\0"		\
 	"kernel_addr_sd=0x8000\0"		\
 	"kernelhdr_addr_sd=0x3000\0"            \
-	"kernel_size_sd=0x1d000\0"              \
+	"kernel_size_sd=0x14000\0"              \
 	"kernelhdr_size_sd=0x20\0"              \
 	"console=ttyAMA0,38400n8\0"		\
 	BOOTENV					\
-- 
2.17.1

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

* [PATCH 2/2] lx2160a: Fix address for secure boot headers
  2020-11-05  8:38 ` [PATCH 2/2] lx2160a: " Manish Tomar
@ 2020-12-11  8:03   ` Priyanka Jain
  0 siblings, 0 replies; 3+ messages in thread
From: Priyanka Jain @ 2020-12-11  8:03 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: Manish Tomar <manish.tomar@nxp.com>
>Sent: Thursday, November 5, 2020 2:09 PM
>To: u-boot at lists.denx.de
>Cc: Priyanka Jain <priyanka.jain@nxp.com>; Manish Tomar
><manish.tomar@nxp.com>
>Subject: [PATCH 2/2] lx2160a: Fix address for secure boot headers
>
>Update kernel_size_sd variable with correct value for lx2160a.
>
>Signed-off-by: Manish Tomar <manish.tomar@nxp.com>
>--- 

<snip>
Series applied to fsl-qoriq. 
Awaiting upstream

Thanks
Priyanka

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

end of thread, other threads:[~2020-12-11  8:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05  8:38 [PATCH 1/2] ls1043a: Fix address for secure boot headers Manish Tomar
2020-11-05  8:38 ` [PATCH 2/2] lx2160a: " Manish Tomar
2020-12-11  8:03   ` Priyanka Jain

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.