Re: [meta-ti] [master/kirkstone][PATCH 1/2] treewide: replace leftover git://git.ti.com

2022-12-19 Thread Denys Dmytriyenko
Matthias Schiffer Reviewed-by: Denys Dmytriyenko > --- > .../recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 2 +- > meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git >

Re: [meta-ti][master][PATCH] linux-ti-next: Add filtering for dtb/dtbo to include

2022-12-19 Thread Denys Dmytriyenko
On Thu, Dec 15, 2022 at 09:38:00AM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: > Add support for a new variable DEVICETREE_PATTERN that we > can set in each machine config that will let us choose > which dtb/dtbo files to include rather than picking > them all. > > Signed-off-by: Ryan

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

2022-12-19 Thread Denys Dmytriyenko
> a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver/0001-compiler-support-OpenEmbedded-nodistro-internal-aarc.patch > > b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver/0001-compiler-support-OpenEmbedded-nodistro-internal-aarc.patch > deleted file mode

Re: [meta-ti][master/kirkstone][PATCH 1/7] conf: machine: Remove multi-certificate image comment

2022-12-19 Thread Denys Dmytriyenko
Ryan, I believe we are fine merging this series as is and addressing the remaining cleanup items afterwards. Thanks. -- Denys On Wed, Dec 07, 2022 at 03:43:06PM -0600, Andrew Davis via lists.yoctoproject.org wrote: > Multi-cert is already now the default, no need to add a comment on that. >

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

2022-12-19 Thread Denys Dmytriyenko
On Wed, Dec 14, 2022 at 02:26:07PM -0600, Randolph Sapp via lists.yoctoproject.org wrote: > On Wed, Dec 14 2022 at 12:47:29 -06:00:00, Andrew Davis > wrote: > >On 12/9/22 4:18 PM, Sapp, Randolph wrote: > >>On Wed, Dec 7 2022 at 12:48:00 PM -0600, Andrew Davis > >>mailto:a...@ti.com>> wrote: >

Re: [meta-ti] [master/kirkstone][PATCH 2/2] ti-sgx-ddk-um: use udev for userspace initialization

2022-12-19 Thread Denys Dmytriyenko
On Fri, Dec 16, 2022 at 02:01:39PM +0100, Matthias Schiffer wrote: > The ti-sgx-ddk driver requires an additional userspace initialization > step after the kernel module has probed the device. Without this > initialization, no EGL context can be created and Weston etc. will fail to > start. > >

[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 --- conf

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][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][master/kirkstone][PATCH] conf: change from do_image_wic/tar to do_image

2022-12-20 Thread Denys Dmytriyenko
On Mon, Dec 12, 2022 at 04:34:57PM -0500, Denys Dmytriyenko wrote: > On Mon, Dec 12, 2022 at 01:24:29PM -0600, Ryan Eatmon wrote: > > > > > > On 12/12/2022 12:15, Denys Dmytriyenko wrote: > > >On Sun, Dec 11, 2022 at 01:02:40PM -0600, Ryan Eatmon via >

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

2022-12-13 Thread Denys Dmytriyenko
; >> I literally merged this out to master about 30mins ago. > > > > > > We can this be expected to land on Kirkstone? > > > > > > Thanks and greetings! > > > > > > Daniel Díaz > > > yo...@danieldiaz.org > > > > >

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

2022-11-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Replace "require" with "include" to load ti-paths.inc and not break parsing when meta-ti-extras is not in the BBLAYERS list. 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 an

Re: [meta-ti][master][PATCH] linux-ti-staging: work around for too few arguments to function init_disassemble_info() error

2022-11-28 Thread Denys Dmytriyenko
On Sun, Nov 27, 2022 at 10:29:19PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: > binutils 2.39 changed the signature of init_disassemble_info(), > which now causes perf and bpftool to fail to compile. > > Relevant binutils commit: [1] > > There is a proper fix in development

[meta-ti] [master][PATCH] optee: drop 3.17 versions

2022-11-30 Thread Denys Dmytriyenko
From: Denys Dmytriyenko These bbappends were bumping versions to 3.17 when upstream only provided 3.16 version. Now that upstream meta-arm provides 3.18 versions, there's no need for the bbappends, especially since they break in do_install. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp

Re: [meta-ti] [PATCH] linux-ti: Drop unneeded update_data calls

2022-12-01 Thread Denys Dmytriyenko
NAK cmem is being removed: https://patchwork.yoctoproject.org/project/ti/patch/20221104224653.1223044-51-de...@denix.org/ ti-unpack is being patched already: https://patchwork.yoctoproject.org/project/ti/patch/20221125230020.5316-1-reat...@ti.com/ It's just getting longer to get the patches

Re: [meta-ti] [master/kirkstone][PATCH] conf/machine/omapl138: correct few of the machine settings

2022-11-17 Thread Denys Dmytriyenko
+Andrew On Thu, Nov 17, 2022 at 03:10:20PM -0600, Daniel Díaz wrote: > Hello! > > On Thu, Nov 10, 2022 at 7:18 PM Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > > > Cleanup and unify again - omapl138-lcdk is the only platform supported in > >

Re: [meta-ti][master/kirkstone][PATCH 1/7] conf: machine: Remove multi-certificate image comment

2023-01-13 Thread Denys Dmytriyenko
Ping. On Mon, Dec 19, 2022 at 04:23:04PM -0500, Denys Dmytriyenko wrote: > Ryan, > > I believe we are fine merging this series as is and addressing the remaining > cleanup items afterwards. Thanks. > > -- > Denys > > > On Wed, Dec 07, 2022 at 03:4

Re: [meta-ti] [master][PATCH] optee-os: sync up with upstream meta-arm update

2023-01-17 Thread Denys Dmytriyenko
Ping. As master is now broken! On Thu, Jan 12, 2023 at 06:12:12PM +, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Upstream meta-arm has updated optee-os to 3.19 and our local changes > conflict with that. Update bbappend to match upstream. > > Signed-off-by:

Re: [meta-ti] [master/kirkstone][PATCH v2 1/2] treewide: replace leftover git://git.ti.com

2023-01-19 Thread Denys Dmytriyenko
On Thu, Jan 19, 2023 at 11:29:51AM +0100, Matthias Schiffer wrote: > These URIs have been updated in dunfell, but two instances were > forgotten in kirkstone/master. > > Signed-off-by: Matthias Schiffer > --- > > v2: no changes It is customary to pick up any previous Acked-by, Reviewed-by and

Re: [meta-ti] [master/kirkstone][PATCH v2 2/2] ti-sgx-ddk-um: use udev for userspace initialization

2023-01-19 Thread Denys Dmytriyenko
On Thu, Jan 19, 2023 at 11:29:52AM +0100, Matthias Schiffer wrote: > The ti-sgx-ddk driver requires an additional userspace initialization > step after the kernel module has probed the device. Without this > initialization, no EGL context can be created and Weston etc. will fail to > start. > >

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

2023-01-19 Thread Denys Dmytriyenko
From: Andrew Davis This was used in the base Linaro optee-os_git.bb recipe, it is no longer used, remove it from our boards. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon --- v2 - no changes meta-ti-bsp/conf/machine/am437x-hs-evm.conf | 1 -

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

2023-01-19 Thread Denys Dmytriyenko
From: Andrew Davis 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 the TI made EVM board name everywhere adds extra churn when adding a new board. Plus it is more correct for most of

[meta-ti] [master/kirkstone][PATCH v2 4/7] conf: machine: Remove j7 grouping and j7.inc

2023-01-19 Thread Denys Dmytriyenko
From: Andrew Davis J7 is an unneeded level of grouping that is now causing issues and leading to mistakes when adding new J7 based platforms. Each J7x family device should use the SoC name specifically to prevent accidentally adding or removing features that are not meant for the new SoC.

[meta-ti] [master/kirkstone][PATCH v2 2/7] conf: machine: j784s4: Move common defines into j784s4.inc

2023-01-19 Thread Denys Dmytriyenko
From: Andrew Davis Like we do with J721e, J7200, and J721s2, use a SoC header include file to define common properties. This eases adding new boards based on these SoC. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon --- v2 - no changes meta-ti-bsp/conf/machine/include/j784s4.inc |

[meta-ti] [master/kirkstone][PATCH v2 1/7] conf: machine: Remove multi-certificate image comment

2023-01-19 Thread Denys Dmytriyenko
From: Andrew Davis Multi-cert is already now the default, no need to add a comment on that. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon --- v2 - no changes meta-ti-bsp/conf/machine/include/j7.inc | 2 -- 1 file changed, 2 deletions(-) diff --git

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

2023-01-19 Thread Denys Dmytriyenko
From: Andrew Davis 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 already doing this correctly. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon --- v2 - no changes

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

2023-01-19 Thread Denys Dmytriyenko
the evm level files. Remove do_image_tar dependencies as the tar files do not include the bootloader nor TI-SCI firmware, only the boot partition of the WIC file needs these. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- v2 - default to SR1-1 for J721e

[meta-ti] [RFC][master/kirkstone][PATCH] meta-ti-bsp: add BeagleBone AI-64 support

2023-01-19 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- .../conf/machine/beaglebone-ai64-k3r5.conf| 22 ++ meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 79 +++ .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb| 3 + .../recipes-bsp/u-boot/u-boot-bb.org_git.bb

Re: [meta-ti] [master/kirkstone][PATCH] all: Graphics recipe overhaul

2023-01-20 Thread Denys Dmytriyenko
First of all, thank you for including SGX into this, not just Rogue. Although, I don't see you plugging SGX into your Mesa rework, only Rogue? But the already large patch grew even more to 60 KB and is impossible to review! This should have been a series with several individual patches...

Re: [meta-ti] [master/kirkstone][PATCH] all: Graphics recipe overhaul

2023-01-20 Thread Denys Dmytriyenko
On Fri, Jan 20, 2023 at 12:50:16PM -0600, Sapp, Randolph wrote: > On Fri, Jan 20 2023 at 01:26:36 PM -0500, Denys Dmytriyenko > wrote: > >E.g. if you are copying the entire Mesa set of recipes, include > >files and > >patches, it should have been a separate patc

Re: [meta-ti][dunfell][PATCH] ti-graphics: enable GPU for am62axx-evm

2023-01-20 Thread Denys Dmytriyenko
On Fri, Jan 20, 2023 at 07:48:52PM +0530, Paresh Bhagat via lists.yoctoproject.org wrote: > From: Sai Sree Kartheek Adivi > > The am62axx device has no hardware accelerated GPU. But enabling "GPU" > to allow applications get access to GPU rendering APIs. This description doesn't make much

Re: [meta-ti] [dunfell] trusted-firmware-a: upgrade to v2.8+

2023-01-20 Thread Denys Dmytriyenko
On Fri, Jan 20, 2023 at 04:57:10PM -0600, Mendez, Judith via lists.yoctoproject.org wrote: > Upgrade arm-trusted-firmare to v2.8-226-g2fcd408bb. Overall looks good, but if SRCREV doesn't point exactly to the release tag (v2.8), then it is customary to reflect that in the version with git commit

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

2023-01-20 Thread Denys Dmytriyenko
On Wed, Jan 18, 2023 at 04:30:07PM -0600, Andrew Davis via lists.yoctoproject.org wrote: > On 1/18/23 3:08 PM, Denys Dmytriyenko wrote: > >On Wed, Jan 18, 2023 at 03:55:29PM -0500, Denys Dmytriyenko wrote: > >>Well, it wasn't as simple as just adding the conf file... &g

Re: [meta-ti][master/dunfell][PATCH] conf: machine: j721s2: Fix DTB overlay extension for OV5640

2023-01-25 Thread Denys Dmytriyenko
The only minor issue is that this only applies to dunfell and won't apply to master due to the layer restructure. Otherwise looks fine to me. On Wed, Jan 25, 2023 at 01:31:36PM +0530, Sinthu Raja M via lists.yoctoproject.org wrote: > From: Sinthu Raja > > The extension for the OV5640 overlay

Re: [meta-ti][dunfell][PATCH v2 1/2] conf: machine: am62xx-evm: Add Support for AM62xx HS-SE

2023-01-25 Thread Denys Dmytriyenko
ons kept it as > >2 separate patches in one series with all conf in a patch and > >signing stuff in other  > > > >-------- > >*From:* Eatmon, Ryan > >*Sent:* 25 January 2023 04:21:18 > >*To:* Shilwant, Chirag; Bajjuri, Praneeth; Denys Dmytriyenko; > >meta-ti@lists.yoctop

[meta-ti] [master/kirkstone][PATCH] meta-ti-bsp: add BeagleBone AI-64 support

2023-01-25 Thread Denys Dmytriyenko
From: Denys Dmytriyenko BeagleBone AI-64 (https://beagleboard.org/ai-64) uses Texas Instruments Jacinto TDA4VM/J721e SoC. Officially BeagleBone AI-64 supports Debian Linux and builds its BSP on top of meta-ti and TI SDK, but adds custom DTBs and DTBO overlays, plus integrates other drivers

Re: [meta-ti] [kirkstone PATCH 1/4] meta-ti-bsp: mesa: Add current patches

2023-01-26 Thread Denys Dmytriyenko
On Thu, Jan 26, 2023 at 04:37:44PM -0600, Sapp, Randolph wrote: > On Thu, Jan 26 2023 at 03:48:04 PM -0500, Denys Dmytriyenko > wrote: > >On Thu, Jan 26, 2023 at 11:06:17AM -0600, Andrew Davis via > >lists.yoctoproject.org wrote: > >> On 1/25/23 9:08 PM, Randolph

Re: [meta-ti][master/kirkstone][PATCH] bsp: multiconfig: k3r5: allow customization by donwstream layers

2023-01-30 Thread Denys Dmytriyenko
On Mon, Jan 30, 2023 at 11:02:25AM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: > > > On 1/30/2023 9:20, Jose Quaresma wrote: > >This patch adds the possibility to change some bitbake variable > >that cannot be changed anywhere else, one of then is the TMPDIR. > > > >Using the same

Re: [meta-ti] [master/kirkstone][PATCH] meta-ti-bsp: add BeagleBone AI-64 support

2023-01-30 Thread Denys Dmytriyenko
On Mon, Jan 30, 2023 at 05:01:22PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: > > On 1/25/2023 19:43, Denys Dmytriyenko wrote: > >From: Denys Dmytriyenko > > > >BeagleBone AI-64 (https://beagleboard.org/ai-64) uses Texas Instruments > >Jacinto TDA4VM/J7

Re: [meta-ti] [kirkstone PATCH 1/4] meta-ti-bsp: mesa: Add current patches

2023-01-26 Thread Denys Dmytriyenko
On Thu, Jan 26, 2023 at 11:06:17AM -0600, Andrew Davis via lists.yoctoproject.org wrote: > On 1/25/23 9:08 PM, Randolph Sapp wrote: > >Copy over current patches from oe-core for mesa since we're going to be > >overriding the SRC_URI string and we still need those. > > > > We control the repo we

Re: [meta-ti] [kirkstone PATCH 0/4] Graphics, graphics, and more graphics

2023-01-26 Thread Denys Dmytriyenko
On Thu, Jan 26, 2023 at 12:13:37PM -0600, Andrew Davis via lists.yoctoproject.org wrote: > On 1/25/23 9:08 PM, Randolph Sapp wrote: > >Alright, this is the 6th revision of this patch. This uses a revised > > I've personally had series go to v15+ and v30+ is not unheard of upstream :) > > The

[meta-ti] [PATCH] meta-ti-bsp: Graphics recipe overhaul

2023-01-18 Thread Denys Dmytriyenko
of the new rogue-gpu machine feature. Signed-off-by: Randolph Sapp Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/include/am62xx.inc | 8 +-- meta-ti-bsp/conf/machine/include/j721e.inc| 8 +-- meta-ti-bsp/conf/machine/include/j721s2.inc | 8

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

2023-01-18 Thread Denys Dmytriyenko
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 file, then adding the bootloader dependency

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

2023-01-18 Thread Denys Dmytriyenko
On Wed, Jan 18, 2023 at 01:28:12PM -0600, Ryan Eatmon wrote: > > > On 1/18/2023 12:36, 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 firmwar

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

2023-01-18 Thread Denys Dmytriyenko
On Wed, Jan 18, 2023 at 03:55:29PM -0500, Denys Dmytriyenko wrote: > On Wed, Jan 18, 2023 at 01:28:12PM -0600, Ryan Eatmon wrote: > > > > > > On 1/18/2023 12:36, Denys Dmytriyenko wrote: > > >On Wed, Dec 07, 2022 at 03:43:12PM -0600, Andrew Davis via >

Re: [meta-ti] [dunfell v3] trusted-firmware-a: upgrade to v2.8+

2023-01-23 Thread Denys Dmytriyenko
On Mon, Jan 23, 2023 at 02:53:56PM -0600, Mendez, Judith via lists.yoctoproject.org wrote: > Upgrade arm-trusted-firmare to v2.8-226-g2fcd408bb. > > This upgrade picks up K3 L2 cache, snoop delayed, and EA > handling updates from upstream master. > > Do not update to tip of master due to PSCI

Re: [meta-ti][dunfell][PATCH] am62xx: Add support for AM62xx HS-SE evm

2023-01-23 Thread Denys Dmytriyenko
I think this should have been either a single patch or a patch series properly ordered with the other patch here: https://patchwork.yoctoproject.org/project/ti/patch/20230123102459.562886-1-c-shilw...@ti.com/ On Mon, Jan 23, 2023 at 04:02:42PM +0530, Chirag Shilwant wrote: > - Add

Re: [meta-ti] [dunfell v4] trusted-firmware-a: upgrade to v2.8+

2023-01-23 Thread Denys Dmytriyenko
master due to PSCI system off > support breaking AM62x and AM62q platforms. > > Signed-off-by: Judith Mendez LGTM. Reviewed-by: Denys Dmytriyenko > --- > > v4: Updated PV_append_k3 to PV_K3 > v3: v2 was the wrong patch sent with a typo > v2: added PV_append_k3 =

Re: [meta-ti] [master/kirkstone][PATCH] all: Graphics recipe overhaul

2023-01-23 Thread Denys Dmytriyenko
On Fri, Jan 20, 2023 at 05:24:37PM -0600, Randolph Sapp via lists.yoctoproject.org wrote: > On Fri, Jan 20 2023 at 05:11:20 PM -0500, Denys Dmytriyenko > wrote: > >Well, there are pros and cons to both approaches. And I would be > >more inclined > >to agree with you that

[meta-ti] k3-image-gen race?

2022-11-04 Thread Denys Dmytriyenko
ted : | LOADADDR = 0x0004 | IMAGE_SIZE = 262112 | CERT_TYPE = 2 | SUCCESS: Image out/soc/am65x/evm/sysfw.bin-gp generated. | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. -- Regards, Denys Dmytriyenko PGP: 0x420902729A92C964 - https://denix.

[meta-ti] [master/kirkstone][PATCH 30/47] ti-rtos-firmware: j721s2-hs-evm: add secure firmware images

2022-11-04 Thread Denys Dmytriyenko
From: Manorit Chawdhry Adds support for secure firmware images in J721S2 HS EVM. Signed-off-by: Manorit Chawdhry Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../ti-rtos-bin/ti-rtos-firmware.bb | 49 +++ 1 file changed, 49 insertions(+) diff

[meta-ti] [master/kirkstone][PATCH 21/47] optee-os: Upgrade to upstream 3.18.0

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis Update to the latest upstream master which is 3.18.0. Signed-off-by: Andrew Davis Reviewed-by: Praneeth Bajjuri Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend | 6 ++ 1 file changed, 2 insertions

[meta-ti] [master/kirkstone][PATCH 24/47] cadence-mhdp-fw: Add dependency for j721s2

2022-11-04 Thread Denys Dmytriyenko
From: Rahul T R cdns mhdp bridge is present in j721s2 soc. Add the dependency for the same Signed-off-by: Rahul T R Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 2 +- meta-ti-bsp/recipes-kernel/linux/kernel

[meta-ti] [master/kirkstone][PATCH 15/47] ti-sci-fw: Use ti-k3-secdev if TI_SECURE_DEV_PKG_K3 is not defined

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta

[meta-ti] [master/kirkstone][PATCH 35/47] ti-img-rogue-*: Bump the graphics recipes

2022-11-04 Thread Denys Dmytriyenko
From: Randolph Sapp Bump the graphics recipes source revision and remove the old BVNC switch. The BVNC is now baked into the platform Makefile that is selected with PVR_BUILD_DIR / TARGET_PRODUCT. Signed-off-by: Randolph Sapp Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko

[meta-ti] [master/kirkstone][PATCH 06/47] ti-sci-fw: Only install and deploy combined boot symlink when set

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis Add SYSFW_TIBOOT3_SYMLINK and use it the same way we use SYSFW_SYMLINK for the non-combined boot flow, to allow not setting the default for some machine types. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes

[meta-ti] [master/kirkstone][PATCH 28/47] ti-rtos-firmware: j721e-hs-evm: add secure firmware images

2022-11-04 Thread Denys Dmytriyenko
From: Manorit Chawdhry Adds support for secure firmware images in J721E HS EVM. Signed-off-by: Manorit Chawdhry Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../ti-rtos-bin/ti-rtos-firmware.bb | 80 ++- 1 file changed, 79 insertions(+), 1

[meta-ti] [master/kirkstone][PATCH 29/47] ti-rtos-firmware: j7200-hs-evm: add secure firmware images

2022-11-04 Thread Denys Dmytriyenko
From: Manorit Chawdhry Adds support for secure firmware images in J7200 HS EVM. Signed-off-by: Manorit Chawdhry Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../ti-rtos-bin/ti-rtos-firmware.bb | 28 +++ 1 file changed, 28 insertions(+) diff

[meta-ti] [master/kirkstone][PATCH 33/47] machine: Add j784s4-evm configuration.

2022-11-04 Thread Denys Dmytriyenko
From: Ryan Eatmon Adding support for j784s4-evm: - Add configurations. - Add firmware. - Add u-boot. - Add gpu support. Signed-off-by: Ryan Eatmon Signed-off-by: Hari Nagalla Signed-off-by: Randolph Sapp Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf

[meta-ti] [master/kirkstone][PATCH 25/47] conf: machine: am64xx-evm: Switch to SR2.0 HS-FS build by default

2022-11-04 Thread Denys Dmytriyenko
image: $ cd /mnt/sd-card/boot $ mv tiboot3-am64x_sr2-hs-evm.bin tiboot3.bin Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../conf/machine/am64xx-evm-k3r5-hs-se.conf | 14 - .../machine/am64xx-evm-k3r5-sr2-hs-fs.conf| 14

[meta-ti] [master/kirkstone][PATCH 34/47] trusted-firmware-a: Update to latest upstream master

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis Notable changes include support for J784s4. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../trusted-firmware-a/trusted-firmware-a_%.bbappend| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[meta-ti] [master/kirkstone][PATCH 08/47] ti-sci-fw: Only deploy the raw SYSFW images for one machine target

2022-11-04 Thread Denys Dmytriyenko
Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci

[meta-ti] [master/kirkstone][PATCH 16/47] u-boot-ti-staging: Update to the latest ti-u-boot-2021.01

2022-11-04 Thread Denys Dmytriyenko
defconfig for both the HS and non-HS machines. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/am64xx-evm.conf| 4 meta-ti-bsp/conf/machine/am64xx-hs-evm-k3r5.conf| 2 +- meta-ti-bsp/conf

[meta-ti] [master/kirkstone][PATCH 36/47] ti-img-rogue-driver: drop local patch as upstream is now fixed

2022-11-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- ...nit.c-cast-boolean-value-to-IMG_BOOL.patch | 34 --- .../ti-img-rogue-driver_1.15.6133109.bb | 1 - 2 files changed, 35 deletions(-) delete mode 100644 meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue

[meta-ti] [master/kirkstone][PATCH 26/47] conf: machine: am64xx: Move multi-config targets into base SoC include

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis The supported device types depends on the SoC, not on any specific board or EVM. Any board can be populated with any of the 3 supported AM64x types. Move these into the AM64x common include. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys

[meta-ti] [master/kirkstone][PATCH 06/50] ti-sci-fw: Only install and deploy combined boot symlink when set

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis Add SYSFW_TIBOOT3_SYMLINK and use it the same way we use SYSFW_SYMLINK for the non-combined boot flow, to allow not setting the default for some machine types. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes

[meta-ti] [master/kirkstone][PATCH 01/50] machine: k3r5: Make combined R5 boot the default

2022-11-04 Thread Denys Dmytriyenko
and simplifies deployment logic. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf | 6 +++ .../conf/machine/am65xx-hs-evm-k3r5.conf | 6 +++ meta-ti-bsp/conf/machine/include/k3r5.inc | 6 +-- meta-ti

[meta-ti] [master/kirkstone][PATCH 02/50] ti-sci-fw: Use new SOC_TYPE and SYSFW_DIR to simplify recipe

2022-11-04 Thread Denys Dmytriyenko
SoCs. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb| 147 -- 2 files changed, 28 insertions(+), 121 deletions(-) diff --git a/meta

[meta-ti] [master/kirkstone][PATCH 10/50] conf: machine: k3: Add fitImage to the default kernel image types

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis FIT Image based kernels are valid for all K3 devices, not just HS, deploy this kernel image type by default so it doesn't have to be appended on a per-device-type basis. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti

[meta-ti] [master/kirkstone][PATCH 16/50] u-boot-ti-staging: Update to the latest ti-u-boot-2021.01

2022-11-04 Thread Denys Dmytriyenko
defconfig for both the HS and non-HS machines. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/am64xx-evm.conf| 4 meta-ti-bsp/conf/machine/am64xx-hs-evm-k3r5.conf| 2 +- meta-ti-bsp/conf

[meta-ti] [master/kirkstone][PATCH 09/50] conf: machine: am64xx-hs-evm: Add extra machine to build GP SYSFW

2022-11-04 Thread Denys Dmytriyenko
-by: Denys Dmytriyenko --- .../conf/machine/am64xx-hs-evm-k3r5-gp.conf | 16 meta-ti-bsp/conf/machine/am64xx-hs-evm.conf | 6 ++ meta-ti-bsp/conf/multiconfig/k3r5-gp.conf| 3 +++ 3 files changed, 25 insertions(+) create mode 100644 meta-ti-bsp/conf/machine/am64xx

[meta-ti] [master/kirkstone][PATCH 21/50] optee-os: Upgrade to upstream 3.18.0

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis Update to the latest upstream master which is 3.18.0. Signed-off-by: Andrew Davis Reviewed-by: Praneeth Bajjuri Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend | 6 ++ 1 file changed, 2 insertions

[meta-ti] [master/kirkstone][PATCH 17/50] conf: machine: am64xx-evm: Make HS-SE the default

2022-11-04 Thread Denys Dmytriyenko
Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- ...m-k3r5-gp.conf => am64xx-evm-k3r5-gp.conf} | 6 - .../conf/machine/am64xx-evm-k3r5-hs-se.conf | 14 +++ meta-ti-bsp/conf/machine/am64xx-evm-k3r5.conf | 11 meta-ti-bsp/conf/machine/am64xx-evm.conf |

[meta-ti] [master/kirkstone][PATCH 05/50] ti-sci-fw: Make combined R5 boot the default

2022-11-04 Thread Denys Dmytriyenko
deployment logic. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/j721e-hs-evm.conf| 1 + .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb| 30 +-- 2 files changed, 15 insertions(+), 16 deletions(-) diff

[meta-ti] [master/kirkstone][PATCH 19/50] conf: machine: am64xx-evm: Update default HS names

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis In the latest U-Boot the HS images for AM64x have been renamed to the default names, and the GP have been changed to *_unsigned. Remove the overrides to pull the now default HS images. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko

[meta-ti] [master/kirkstone][PATCH 22/50] optee-os: Lower log level for AM62x

2022-11-04 Thread Denys Dmytriyenko
level for this platform to unblock the LPM work. Signed-off-by: Andrew Davis Acked-by: Anand Gadiyar Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[meta-ti] [master/kirkstone][PATCH 18/50] all: Stop using git://git.ti.com

2022-11-04 Thread Denys Dmytriyenko
-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | 2 +- meta-ti-bsp/recipes-bsp/cmem/cmem.inc | 2 +- .../recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb| 4 ++-- .../gc320-drivers/ti-gc320-driver_5.0.11.p7.bb| 2 +- .../powervr

[meta-ti] [master/kirkstone][PATCH 28/50] ti-rtos-firmware: j721e-hs-evm: add secure firmware images

2022-11-04 Thread Denys Dmytriyenko
From: Manorit Chawdhry Adds support for secure firmware images in J721E HS EVM. Signed-off-by: Manorit Chawdhry Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../ti-rtos-bin/ti-rtos-firmware.bb | 80 ++- 1 file changed, 79 insertions(+), 1

[meta-ti] [master/kirkstone][PATCH 26/50] conf: machine: am64xx: Move multi-config targets into base SoC include

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis The supported device types depends on the SoC, not on any specific board or EVM. Any board can be populated with any of the 3 supported AM64x types. Move these into the AM64x common include. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys

[meta-ti] [master/kirkstone][PATCH 03/50] ti-sci-fw: Deploy all SYSFW firmware types

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis This allows us to rebuild and re-sign the SYSFW image if needed from the deploy directory for any SoC type. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb| 28

[meta-ti] [master/kirkstone][PATCH 25/50] conf: machine: am64xx-evm: Switch to SR2.0 HS-FS build by default

2022-11-04 Thread Denys Dmytriyenko
image: $ cd /mnt/sd-card/boot $ mv tiboot3-am64x_sr2-hs-evm.bin tiboot3.bin Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../conf/machine/am64xx-evm-k3r5-hs-se.conf | 14 - .../machine/am64xx-evm-k3r5-sr2-hs-fs.conf| 14

[meta-ti] [master/kirkstone][PATCH 31/50] ipc: ti-rpmsg-char: Update library to 0.5.1

2022-11-04 Thread Denys Dmytriyenko
From: Praneeth Bajjuri Update the ti-rpmsg-char library to 0.5.1 version that enables the support for R5F on am62x SoCs. Signed-off-by: Praneeth Bajjuri Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file changed, 3

[meta-ti] [master/kirkstone][PATCH 07/50] conf: machine: Move K3 TI_SECURE_DEV_PKG definition to common include

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis The K3 TI_SECURE_DEV_PKG is the same for all devices, move this out of each machine file and into the common K3 includes. This doesn't have any effect on the GP machines as they make no use of it. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys

[meta-ti] [master/kirkstone][PATCH 34/50] trusted-firmware-a: Update to latest upstream master

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis Notable changes include support for J784s4. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../trusted-firmware-a/trusted-firmware-a_%.bbappend| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[meta-ti] [master/kirkstone][PATCH 13/50] trusted-firmware-a: upgrade to v2.7

2022-11-04 Thread Denys Dmytriyenko
From: Praneeth Bajjuri upgrade arm-trusted-firmare to v2.7 Signed-off-by: Praneeth Bajjuri Tested-by: Judith Mendez Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2

[meta-ti] [master/kirkstone][PATCH v2 00/50] 2022.10 sync up with Dunfell

2022-11-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Latest (as of end of October 2022) sync up of Dunfell changes to Kirkstone/master Notable changes: * TI-SCI cleanup * HS unification * New J7 platforms * General fixes and component updates v2 - picked up couple more changes from Patchwork/Dunfell Anand Gadiyar (1

[meta-ti] [master/kirkstone][PATCH 11/50] k3: also inherit kernel-fitimage class for FIT image generation

2022-11-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko In order to support fitImage image type, kernel-fitimage class is needed. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/include/k3.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf

[meta-ti] [master/kirkstone][PATCH 24/50] cadence-mhdp-fw: Add dependency for j721s2

2022-11-04 Thread Denys Dmytriyenko
From: Rahul T R cdns mhdp bridge is present in j721s2 soc. Add the dependency for the same Signed-off-by: Rahul T R Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 2 +- meta-ti-bsp/recipes-kernel/linux/kernel

[meta-ti] [master/kirkstone][PATCH 36/50] ti-img-rogue-driver: drop local patch as upstream is now fixed

2022-11-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- ...nit.c-cast-boolean-value-to-IMG_BOOL.patch | 34 --- .../ti-img-rogue-driver_1.15.6133109.bb | 1 - 2 files changed, 35 deletions(-) delete mode 100644 meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue

[meta-ti] [master/kirkstone][PATCH 15/50] ti-sci-fw: Use ti-k3-secdev if TI_SECURE_DEV_PKG_K3 is not defined

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta

[meta-ti] [master/kirkstone][PATCH 35/50] ti-img-rogue-*: Bump the graphics recipes

2022-11-04 Thread Denys Dmytriyenko
From: Randolph Sapp Bump the graphics recipes source revision and remove the old BVNC switch. The BVNC is now baked into the platform Makefile that is selected with PVR_BUILD_DIR / TARGET_PRODUCT. Signed-off-by: Randolph Sapp Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko

[meta-ti] [master/kirkstone][PATCH 27/50] linux-ti-mainline: unbreak devtool

2022-11-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko devtool has a long-standing bug where it cannot handle references to ${WORKDIR} due to externalsrc: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12677 linux-ti-mainline clones additional ti-upstream-tools repo alongside the kernel sources into ${WORKDIR}, which

[meta-ti] [master/kirkstone][PATCH 23/50] ti-sci-fw: Use d.getVar() in DEPENDS expression

2022-11-04 Thread Denys Dmytriyenko
From: Randolph Sapp Switch the DEPENDS_append expression to use d.getVar() instead of the usual variable expansion to prevent the inline Python command from becoming mangled. Signed-off-by: Randolph Sapp Acked-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko

[meta-ti] [master/kirkstone][PATCH 30/50] ti-rtos-firmware: j721s2-hs-evm: add secure firmware images

2022-11-04 Thread Denys Dmytriyenko
From: Manorit Chawdhry Adds support for secure firmware images in J721S2 HS EVM. Signed-off-by: Manorit Chawdhry Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../ti-rtos-bin/ti-rtos-firmware.bb | 49 +++ 1 file changed, 49 insertions(+) diff

[meta-ti] [master/kirkstone][PATCH 12/50] ti-sci-fw: Add am65xx-evm-k3r5-sr2 to combined R5 boot list

2022-11-04 Thread Denys Dmytriyenko
From: Andrew Davis This machine was missed when making combined R5 boot the default. Add this machine to fix build failure. Reported-by: Ryan Eatmon Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci

[meta-ti] [master/kirkstone][PATCH 43/50] ti-linux-fw: update to the latest

2022-11-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko This matches current version in Dunfell. Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-ti-bsp

[meta-ti] [master/kirkstone][PATCH 29/50] ti-rtos-firmware: j7200-hs-evm: add secure firmware images

2022-11-04 Thread Denys Dmytriyenko
From: Manorit Chawdhry Adds support for secure firmware images in J7200 HS EVM. Signed-off-by: Manorit Chawdhry Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- .../ti-rtos-bin/ti-rtos-firmware.bb | 28 +++ 1 file changed, 28 insertions(+) diff

[meta-ti] [master/kirkstone][PATCH 33/50] machine: Add j784s4-evm configuration.

2022-11-04 Thread Denys Dmytriyenko
From: Ryan Eatmon Adding support for j784s4-evm: - Add configurations. - Add firmware. - Add u-boot. - Add gpu support. Signed-off-by: Ryan Eatmon Signed-off-by: Hari Nagalla Signed-off-by: Randolph Sapp Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf

[meta-ti] [master/kirkstone][PATCH 42/50] cnm-wave-fw: update firmware name to wave521c_k3_codec_fw.bin

2022-11-04 Thread Denys Dmytriyenko
yan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb b/meta-ti-bsp/recipes-bsp/cnm-wave-fw/cnm-wave-fw_git.bb inde

[meta-ti] [master/kirkstone][PATCH 41/50] optee-os: Enable TRNG driver as OP-TEE support is added

2022-11-04 Thread Denys Dmytriyenko
From: Jayesh Choudhary OP-TEE upstream now has support for sa3ul for j721s2 platform. Re-enable the trng driver which was disabled earlier. Signed-off-by: Jayesh Choudhary Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend

<    4   5   6   7   8   9   10   11   12   13   >