Re: [Upstream] [PATCH v2 1/6] arm: imx8m: add OP-TEE node

2024-12-06 Thread Yannic Moog
Hi Adam, On Wed, 2024-11-13 at 07:06 +, Yannic Moog wrote: > On Mon, 2024-11-11 at 04:49 -0600, Adam Ford wrote: > > On Mon, Nov 11, 2024 at 1:48 AM Yannic Moog wrote: > > > > > > Hi, > > > > > > On Fri, 2024-11-08 at 10:05 -0800, Tim Harvey wrote: > > > > On Fri, Nov 8, 2024 at 5:49 AM Ada

Re: [PATCH v2 1/6] arm: imx8m: add OP-TEE node

2024-11-13 Thread Yannic Moog
On Mon, 2024-11-11 at 04:49 -0600, Adam Ford wrote: > On Mon, Nov 11, 2024 at 1:48 AM Yannic Moog wrote: > > > > Hi, > > > > On Fri, 2024-11-08 at 10:05 -0800, Tim Harvey wrote: > > > On Fri, Nov 8, 2024 at 5:49 AM Adam Ford wrote: > > > > > > > > On Thu, Nov 7, 2024 at 2:42 AM Yannic Moog wr

Re: [PATCH v2 1/6] arm: imx8m: add OP-TEE node

2024-11-11 Thread Adam Ford
On Mon, Nov 11, 2024 at 1:48 AM Yannic Moog wrote: > > Hi, > > On Fri, 2024-11-08 at 10:05 -0800, Tim Harvey wrote: > > On Fri, Nov 8, 2024 at 5:49 AM Adam Ford wrote: > > > > > > On Thu, Nov 7, 2024 at 2:42 AM Yannic Moog wrote: > > > > > > > > Add tee node in SoC u-boot device trees. Use a kco

Re: [PATCH v2 1/6] arm: imx8m: add OP-TEE node

2024-11-10 Thread Yannic Moog
Hi, On Fri, 2024-11-08 at 10:05 -0800, Tim Harvey wrote: > On Fri, Nov 8, 2024 at 5:49 AM Adam Ford wrote: > > > > On Thu, Nov 7, 2024 at 2:42 AM Yannic Moog wrote: > > > > > > Add tee node in SoC u-boot device trees. Use a kconfig entry to specify > > > load and entry addresses for the op-tee

Re: [PATCH v2 1/6] arm: imx8m: add OP-TEE node

2024-11-08 Thread Tim Harvey
On Fri, Nov 8, 2024 at 5:49 AM Adam Ford wrote: > > On Thu, Nov 7, 2024 at 2:42 AM Yannic Moog wrote: > > > > Add tee node in SoC u-boot device trees. Use a kconfig entry to specify > > load and entry addresses for the op-tee image in the respective > > defconfig. > > > > Signed-off-by: Yannic Mo

Re: [PATCH v2 1/6] arm: imx8m: add OP-TEE node

2024-11-08 Thread Adam Ford
On Thu, Nov 7, 2024 at 2:42 AM Yannic Moog wrote: > > Add tee node in SoC u-boot device trees. Use a kconfig entry to specify > load and entry addresses for the op-tee image in the respective > defconfig. > > Signed-off-by: Yannic Moog > --- > arch/arm/dts/imx8mm-u-boot.dtsi | 17 +++

Re: [PATCH v2 1/6] arm: imx8m: add OP-TEE node

2024-11-08 Thread Yannic Moog
Hi Tim, On Thu, 2024-11-07 at 09:42 -0800, Tim Harvey wrote: > On Thu, Nov 7, 2024 at 12:24 AM Yannic Moog wrote: > > > > Add tee node in SoC u-boot device trees. Use a kconfig entry to specify > > load and entry addresses for the op-tee image in the respective > > defconfig. > > > > Signed-off

Re: [PATCH v2 1/6] arm: imx8m: add OP-TEE node

2024-11-07 Thread Tim Harvey
On Thu, Nov 7, 2024 at 12:24 AM Yannic Moog wrote: > > Add tee node in SoC u-boot device trees. Use a kconfig entry to specify > load and entry addresses for the op-tee image in the respective > defconfig. > > Signed-off-by: Yannic Moog > --- > arch/arm/dts/imx8mm-u-boot.dtsi | 17 ++

[PATCH v2 1/6] arm: imx8m: add OP-TEE node

2024-11-07 Thread Yannic Moog
Add tee node in SoC u-boot device trees. Use a kconfig entry to specify load and entry addresses for the op-tee image in the respective defconfig. Signed-off-by: Yannic Moog --- arch/arm/dts/imx8mm-u-boot.dtsi | 17 - arch/arm/dts/imx8mn-u-boot.dtsi | 17 - arch/a