Re: [PATCH v2] toradex: tdx-cfg-block: rework modules pid4 handling

2024-11-25 Thread Vitor Soares
On Mon, 2024-11-25 at 11:48 +0100, Francesco Dolcini wrote: > +Fabio > > since he is the one normally picking patches from board/toradex/. > > On Fri, Nov 22, 2024 at 06:27:22PM +, Vitor Soares wrote: > > From: Vitor Soares > > > > The module pid4 currently corresponds to the index of the t

Re: [PATCH v2] toradex: tdx-cfg-block: rework modules pid4 handling

2024-11-25 Thread Francesco Dolcini
+Fabio since he is the one normally picking patches from board/toradex/. On Fri, Nov 22, 2024 at 06:27:22PM +, Vitor Soares wrote: > From: Vitor Soares > > The module pid4 currently corresponds to the index of the toradex_module > array. If a new pid4 is introduced that does not follow the

[PATCH v2] toradex: tdx-cfg-block: rework modules pid4 handling

2024-11-22 Thread Vitor Soares
From: Vitor Soares The module pid4 currently corresponds to the index of the toradex_module array. If a new pid4 is introduced that does not follow the sequence of the previous entries, it will create a gap in the array. To address this, embed pid4 within the toradex_som structure and implement