public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] board: st: stm32mp1: increase teed partition
@ 2020-06-16 16:19 Patrick Delaunay
  2020-07-02  7:18 ` [Uboot-stm32] " Patrice CHOTARD
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Delaunay @ 2020-06-16 16:19 UTC (permalink / raw)
  To: u-boot

With TEE 3.7.0, the partition teed (OP-TEE pageable
code and data) need to increase up to 512KB in NOR device.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
---

 board/st/common/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/st/common/Kconfig b/board/st/common/Kconfig
index 015ba40939..750dbb6451 100644
--- a/board/st/common/Kconfig
+++ b/board/st/common/Kconfig
@@ -39,7 +39,7 @@ config MTDPARTS_NOR0_BOOT
 
 config MTDPARTS_NOR0_TEE
 	string "mtd tee partitions for nor0"
-	default "256k(teeh),256k(teed),256k(teex)"
+	default "256k(teeh),512k(teed),256k(teex)"
 	depends on SYS_MTDPARTS_RUNTIME && ARCH_STM32MP
 	help
 	  This define the tee partitions added in mtparts dynamically
-- 
2.17.1

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

* [Uboot-stm32] [PATCH] board: st: stm32mp1: increase teed partition
  2020-06-16 16:19 [PATCH] board: st: stm32mp1: increase teed partition Patrick Delaunay
@ 2020-07-02  7:18 ` Patrice CHOTARD
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice CHOTARD @ 2020-07-02  7:18 UTC (permalink / raw)
  To: u-boot

Hi Patrick

On 6/16/20 6:19 PM, Patrick Delaunay wrote:
> With TEE 3.7.0, the partition teed (OP-TEE pageable
> code and data) need to increase up to 512KB in NOR device.
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
> ---
>
>  board/st/common/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/st/common/Kconfig b/board/st/common/Kconfig
> index 015ba40939..750dbb6451 100644
> --- a/board/st/common/Kconfig
> +++ b/board/st/common/Kconfig
> @@ -39,7 +39,7 @@ config MTDPARTS_NOR0_BOOT
>  
>  config MTDPARTS_NOR0_TEE
>  	string "mtd tee partitions for nor0"
> -	default "256k(teeh),256k(teed),256k(teex)"
> +	default "256k(teeh),512k(teed),256k(teex)"
>  	depends on SYS_MTDPARTS_RUNTIME && ARCH_STM32MP
>  	help
>  	  This define the tee partitions added in mtparts dynamically

Reviewed-by: Patrice Chotard <patrice.chotard@st.com>

Thanks

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

end of thread, other threads:[~2020-07-02  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-16 16:19 [PATCH] board: st: stm32mp1: increase teed partition Patrick Delaunay
2020-07-02  7:18 ` [Uboot-stm32] " Patrice CHOTARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox