Re: [PATCH v2] imx8m: Guard binman nodes with CONFIG_OPTEE

2025-01-21 Thread Yannic Moog
On Tue, 2025-01-21 at 11:09 -0300, Fabio Estevam wrote: > Hi Yannic, > > On Fri, Jan 17, 2025 at 5:24 AM Yannic Moog wrote: > > > I have a question: > > Since tee.bin is marked as optional, we still get the same behaviour when > > OPTEE is set but no > > tee.bin is supplied. > > What do you sug

Re: [PATCH v2] imx8m: Guard binman nodes with CONFIG_OPTEE

2025-01-21 Thread Fabio Estevam
Hi Yannic, On Fri, Jan 17, 2025 at 5:24 AM Yannic Moog wrote: > I have a question: > Since tee.bin is marked as optional, we still get the same behaviour when > OPTEE is set but no > tee.bin is supplied. > What do you suggest to do to remedy this? > > We could remove the optional. Given that we

Re: [PATCH v2] imx8m: Guard binman nodes with CONFIG_OPTEE

2025-01-20 Thread Fabio Estevam
On Thu, Jan 16, 2025 at 10:57 PM Fabio Estevam wrote: > > From: Fabio Estevam >> Guard binman nodes with CONFIG_OPTEE to fix the following error > when building without optee support: > > BINMAN .binman_stamp > Image 'image' has faked external blobs and is non-functional: tee.bin > > Image 'im

Re: [PATCH v2] imx8m: Guard binman nodes with CONFIG_OPTEE

2025-01-17 Thread Yannic Moog
Hi Fabio, On Thu, 2025-01-16 at 22:56 -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Guard binman nodes with CONFIG_OPTEE to fix the following error > when building without optee support: > >   BINMAN  .binman_stamp > Image 'image' has faked external blobs and is non-functional: tee.bin

RE: [PATCH v2] imx8m: Guard binman nodes with CONFIG_OPTEE

2025-01-16 Thread Peng Fan
> Subject: [PATCH v2] imx8m: Guard binman nodes with CONFIG_OPTEE > > From: Fabio Estevam > > Guard binman nodes with CONFIG_OPTEE to fix the following error > when building without optee support: > > BINMAN .binman_stamp > Image 'image' has faked external blobs and is non-functional: tee.bi