Re: [meta-ti][dunfell][PATCH v2] optee: update optee-client, optee-test, optee-examples to 3.19 tag

2022-12-13 Thread Manorit Chawdhry via lists.yoctoproject.org
On 16:25-20221212, Denys Dmytriyenko wrote: > On Mon, Dec 12, 2022 at 11:42:37AM +0530, Manorit Chawdhry wrote: > > On 00:55-20221212, Denys Dmytriyenko wrote: > > > On Mon, Dec 12, 2022 at 11:17:05AM +0530, Manorit Chawdhry via > > > lists.yoctoproject.org wrote: > > > > optee-os was updated to

Re: [meta-ti] [master][PATCH v2] meta-ti-bsp: Graphics recipe overhaul

2022-12-13 Thread Denys Dmytriyenko
Hmm, some of the context of the original commenting is lost here. Any way to get the comments inline with the original patch preserved for reference? On Fri, Dec 09, 2022 at 04:18:22PM -0600, Randolph Sapp via lists.yoctoproject.org wrote: > On Wed, Dec 7 2022 at 12:48:00 PM -0600, Andrew

Re: [meta-ti] [master/kirkstone][PATCH] ti-sci-fw: make dependency on meta-ti-extras soft

2022-12-13 Thread Denys Dmytriyenko
Everything you said was already mentioned in the commit log below: > As ti-paths.inc is only needed to define TI_K3_SECDEV_INSTALL_DIR > for ti-k3-secdev when TI_SECURE_DEV_PKG_K3 is not set and building > for K3 HS platforms. Since ti-k3-secdev resides in meta-ti-extras, > the soft dependency

[meta-ti] [dunfell][PATCH] k3: also inherit kernel-fitimage class for FIT image generation

2022-12-13 Thread Denys Dmytriyenko
From: Denys Dmytriyenko In order to support fitImage image type, kernel-fitimage class is needed. Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon (cherry picked from kirkstone/master commit 48b22e8266ba0358b5b7319faa75ad731a350db7) Signed-off-by: Denys Dmytriyenko ---

Re: [meta-ti][dunfell][PATCH 1/2] Revert "conf: machine: k3: Add fitImage to the default kernel image types"

2022-12-13 Thread Denys Dmytriyenko
On Tue, Dec 13, 2022 at 06:38:17PM +, Jose Quaresma wrote: > This reverts commit e6deeba806d2145fa16b0b5f444f2985e63e6366. NAK. There's a fix in kirkstone/master... > Currently building with am62xx-evm/am64xx-evm machine fails with: > > | make[1]: *** No rule to make target 'fitImage'.

Re: [meta-ti][dunfell][PATCH 1/2] Revert "conf: machine: k3: Add fitImage to the default kernel image types"

2022-12-13 Thread Ryan Eatmon via lists.yoctoproject.org
On 12/13/2022 12:38, Jose Quaresma wrote: This reverts commit e6deeba806d2145fa16b0b5f444f2985e63e6366. Currently building with am62xx-evm/am64xx-evm machine fails with: | make[1]: *** No rule to make target 'fitImage'. Stop. | make: ***

[meta-ti][dunfell][PATCH 2/2] optee-os: add back allow-setting-sysroot-for-libgcc-lookup.patch

2022-12-13 Thread Jose Quaresma
f8182afd optee: Upgrade to upstream 3.17.0 removes this patch but this is still required Currently building with am62xx-evm/am64xx-evm machine fails with: | aarch64-poky-linux-ld.bfd: cannot find libgcc.a: No such file or directory | make: *** [ldelf/link.mk:60: out/arm-plat-k3/ldelf/ldelf.elf]

[meta-ti][dunfell][PATCH 1/2] Revert "conf: machine: k3: Add fitImage to the default kernel image types"

2022-12-13 Thread Jose Quaresma
This reverts commit e6deeba806d2145fa16b0b5f444f2985e63e6366. Currently building with am62xx-evm/am64xx-evm machine fails with: | make[1]: *** No rule to make target 'fitImage'. Stop. | make: *** [/build/tmp/work-shared/am62xx-evm/kernel-source/Makefile:185: __sub-make] Error 2 | ERROR:

Re: [meta-ti][master/kirkstone][PATCH 6/7] conf: machine: Move TFA_BOARD and OPTEEMACHINE to the SoC level

2022-12-13 Thread Andrew Davis via lists.yoctoproject.org
On 12/12/22 4:51 PM, Denys Dmytriyenko wrote: On Wed, Dec 07, 2022 at 03:43:11PM -0600, Andrew Davis via lists.yoctoproject.org wrote: These defines are specific to a SoC, not a SoC family (K3) nor any specific board. Move these to the SoC level for all boards to be consistent with boards

Re: [meta-ti][master/kirkstone][PATCH 5/7] conf: machine: Remove OPTEEOUTPUTMACHINE definition

2022-12-13 Thread Andrew Davis via lists.yoctoproject.org
On 12/12/22 4:47 PM, Denys Dmytriyenko wrote: On Wed, Dec 07, 2022 at 03:43:10PM -0600, Andrew Davis via lists.yoctoproject.org wrote: This was used in the base Linaro optee-os_git.bb recipe, it is no longer used, remove it from our boards. Well, it was still used in meta-arm up to and

Re: [meta-ti][master/kirkstone][PATCH 3/7] conf: machine: Use new J7 SoC names over specific board names

2022-12-13 Thread Andrew Davis via lists.yoctoproject.org
On 12/12/22 4:43 PM, Denys Dmytriyenko wrote: On Wed, Dec 07, 2022 at 03:43:08PM -0600, Andrew Davis via lists.yoctoproject.org wrote: Now that we have SoC names, we can avoid adding features based on the board name. We expect folks to create their own boards based on these SoCs, and so using

Re: [meta-ti][master/kirkstone][PATCH 7/7] conf: machine: Rework do_image_wic dependencies

2022-12-13 Thread Andrew Davis via lists.yoctoproject.org
On 12/12/22 4:26 PM, Denys Dmytriyenko wrote: On Wed, Dec 07, 2022 at 03:43:12PM -0600, Andrew Davis via lists.yoctoproject.org wrote: The WIC image for K3 depends on the TI-SCI firmware, on AM65x and J721e also the bootloader. Make this clear by only depending on firmware in the base k3.inc