All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value
@ 2020-03-19 10:04 Kuldeep Singh
  2020-04-17  9:07 ` Priyanka Jain
  2020-04-30 11:54 ` Priyanka Jain
  0 siblings, 2 replies; 5+ messages in thread
From: Kuldeep Singh @ 2020-03-19 10:04 UTC (permalink / raw)
  To: u-boot

LS2088A-RDB has CONFIG_DEFAULT_DEVICE_TREE value correctly set as
"fsl-ls2088a-rdb-qspi" for QSPI secure/non-secure boot and TFA
non-secure boot mode.

Fix the value for TFA secure boot mode.

Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
---
 configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
index c0d0a99..7039cf5 100644
--- a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
+++ b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
@@ -31,7 +31,7 @@ CONFIG_CMD_USB=y
 CONFIG_CMD_CACHE=y
 CONFIG_MP=y
 CONFIG_OF_CONTROL=y
-CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-rdb"
+CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2088a-rdb-qspi"
 CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_DM=y
 CONFIG_SATA_CEVA=y
-- 
2.7.4

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

* [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value
  2020-03-19 10:04 [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value Kuldeep Singh
@ 2020-04-17  9:07 ` Priyanka Jain
  2020-04-20  5:37   ` Wasim Khan
  2020-04-30 11:54 ` Priyanka Jain
  1 sibling, 1 reply; 5+ messages in thread
From: Priyanka Jain @ 2020-04-17  9:07 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: Kuldeep Singh <kuldeep.singh@nxp.com>
>Sent: Thursday, March 19, 2020 3:34 PM
>To: u-boot at lists.denx.de
>Cc: Priyanka Jain <priyanka.jain@nxp.com>; Kuldeep Singh
><kuldeep.singh@nxp.com>
>Subject: [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value
>
>LS2088A-RDB has CONFIG_DEFAULT_DEVICE_TREE value correctly set as "fsl-
>ls2088a-rdb-qspi" for QSPI secure/non-secure boot and TFA non-secure boot
>mode.
>
For ls2088ardb, default boot source is NOR, why we want to change it to QSPI?
Infact, LS2088A-RDB should also use CONFIG_DEFAULT_DEVICE_TREE "fsl-ls2080a-rdb"

Priyanka
>Fix the value for TFA secure boot mode.
>
>Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
>---
> configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
>b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
>index c0d0a99..7039cf5 100644
>--- a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
>+++ b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
>@@ -31,7 +31,7 @@ CONFIG_CMD_USB=y
> CONFIG_CMD_CACHE=y
> CONFIG_MP=y
> CONFIG_OF_CONTROL=y
>-CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-rdb"
>+CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2088a-rdb-qspi"
> CONFIG_NET_RANDOM_ETHADDR=y
> CONFIG_DM=y
> CONFIG_SATA_CEVA=y
>--
>2.7.4

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

* [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value
  2020-04-17  9:07 ` Priyanka Jain
@ 2020-04-20  5:37   ` Wasim Khan
  2020-04-21  6:12     ` Kuldeep Singh
  0 siblings, 1 reply; 5+ messages in thread
From: Wasim Khan @ 2020-04-20  5:37 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Priyanka Jain <priyanka.jain@nxp.com>
> Sent: Friday, April 17, 2020 2:38 PM
> To: Kuldeep Singh <kuldeep.singh@nxp.com>; u-boot at lists.denx.de; Wasim
> Khan <wasim.khan@nxp.com>
> Cc: Kuldeep Singh <kuldeep.singh@nxp.com>
> Subject: RE: [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value
> 
> >-----Original Message-----
> >From: Kuldeep Singh <kuldeep.singh@nxp.com>
> >Sent: Thursday, March 19, 2020 3:34 PM
> >To: u-boot at lists.denx.de
> >Cc: Priyanka Jain <priyanka.jain@nxp.com>; Kuldeep Singh
> ><kuldeep.singh@nxp.com>
> >Subject: [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value
> >
> >LS2088A-RDB has CONFIG_DEFAULT_DEVICE_TREE value correctly set as "fsl-
> >ls2088a-rdb-qspi" for QSPI secure/non-secure boot and TFA non-secure
> >boot mode.
> >
> For ls2088ardb, default boot source is NOR, why we want to change it to QSPI?
> Infact, LS2088A-RDB should also use CONFIG_DEFAULT_DEVICE_TREE "fsl-
> ls2080a-rdb"
> 
> Priyanka

It does not impact the NOR boot case and fsl-ls2088a-rdb-qspi.dts provides additional nodes for qspi flash and i2c. 
Reviewed .

> >Fix the value for TFA secure boot mode.
> >
> >Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
> >---
> > configs/ls2088ardb_tfa_SECURE_BOOT_defconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
> >b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
> >index c0d0a99..7039cf5 100644
> >--- a/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
> >+++ b/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
> >@@ -31,7 +31,7 @@ CONFIG_CMD_USB=y
> > CONFIG_CMD_CACHE=y
> > CONFIG_MP=y
> > CONFIG_OF_CONTROL=y
> >-CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-rdb"
> >+CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2088a-rdb-qspi"
> > CONFIG_NET_RANDOM_ETHADDR=y
> > CONFIG_DM=y
> > CONFIG_SATA_CEVA=y
> >--
> >2.7.4

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

* [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value
  2020-04-20  5:37   ` Wasim Khan
@ 2020-04-21  6:12     ` Kuldeep Singh
  0 siblings, 0 replies; 5+ messages in thread
From: Kuldeep Singh @ 2020-04-21  6:12 UTC (permalink / raw)
  To: u-boot

[...]
> It does not impact the NOR boot case and fsl-ls2088a-rdb-qspi.dts provides
> additional nodes for qspi flash and i2c.
> Reviewed .

Priyanka, Since Wasim has reviewed the patch maybe we can proceed with his "reviewed-by" tag.

-Kuldeep

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

* [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value
  2020-03-19 10:04 [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value Kuldeep Singh
  2020-04-17  9:07 ` Priyanka Jain
@ 2020-04-30 11:54 ` Priyanka Jain
  1 sibling, 0 replies; 5+ messages in thread
From: Priyanka Jain @ 2020-04-30 11:54 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Kuldeep Singh
>Sent: Thursday, March 19, 2020 3:34 PM
>To: u-boot at lists.denx.de
>Cc: Priyanka Jain <priyanka.jain@nxp.com>; Kuldeep Singh
><kuldeep.singh@nxp.com>
>Subject: [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value
>
>LS2088A-RDB has CONFIG_DEFAULT_DEVICE_TREE value correctly set as "fsl-
>ls2088a-rdb-qspi" for QSPI secure/non-secure boot and TFA non-secure boot
>mode.
>
>Fix the value for TFA secure boot mode.
>
>Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
>---
Applied to fsl-qoriq. Awaiting upstream

Thanks
Priyanka

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

end of thread, other threads:[~2020-04-30 11:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19 10:04 [PATCH] configs: ls2088ardb: Correct DEFAULT_DEVICE_TREE value Kuldeep Singh
2020-04-17  9:07 ` Priyanka Jain
2020-04-20  5:37   ` Wasim Khan
2020-04-21  6:12     ` Kuldeep Singh
2020-04-30 11:54 ` 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.