Re: [meta-ti][master/kirkstone][PATCH v2 0/2] ti-eth-fw: Fix softlinks and lower the priority

2023-10-16 Thread Ryan Eatmon via lists.yoctoproject.org
Turns out Patchwork just sucks... It is still not grouping these patches into a series. I'll manually apply them in the correct order. On 10/16/2023 9:42 AM, Ryan Eatmon via lists.yoctoproject.org wrote: I am resending these because patchwork seems to have gotten confused with the s

[meta-ti][master/kirkstone][PATCH v2 2/2] ti-eth-fw: Reduce priority for softlinks to 5.

2023-10-16 Thread Ryan Eatmon via lists.yoctoproject.org
Makes ti-ipc firmware as default for main-r5f0_0 firmware softlink The ti-eth-fw binaries are tested at the SDK level and should be made default only at that level Signed-off-by: Aniket Limaye --- meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[meta-ti][master/kirkstone][PATCH v2 1/2] ti-eth-fw: Fix firmware alternative names for j784s4

2023-10-16 Thread Ryan Eatmon via lists.yoctoproject.org
The main-r5f0_0 softlinks should be pointing to the ethfw binaries instead of the mcu-r5f0_0 Signed-off-by: Aniket Limaye --- meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-fw.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-eth-fw/ti-eth-

[meta-ti][master/kirkstone][PATCH v2 0/2] ti-eth-fw: Fix softlinks and lower the priority

2023-10-16 Thread Ryan Eatmon via lists.yoctoproject.org
I am resending these because patchwork seems to have gotten confused with the series and the first patch is missing. Fix the softlinks for j784s4... Use main-r5f0_0 instead of mcu-r5f0_0 Reduce priority of ti-eth-fw to update the softlinks to point to ti-ipc firmware binaries instead. Aniket

Re: [meta-ti] TI_COMMON_DEPLOY: wrong default value?

2023-10-11 Thread Ryan Eatmon via lists.yoctoproject.org
On 10/11/2023 7:44 AM, Lisandro Damian Nicanor Perez Meyer wrote: Hi! In https://git.yoctoproject.org/meta-ti/commit/meta-ti-bsp?id=4dcc70a8778e9fe53ca43bda22b144edcf1dd7c8 Denys set: TI_COMMON_DEPLOY ?= "${TOPDIR}/deploy-ti" Now it is customary that the deploy directory ends up in ${TOPDIR

[meta-ti][master/kirkstone][PATCH] u-boot-ti: Correctly fix SPL binary name for SD/MMC media on HS boards

2023-10-09 Thread Ryan Eatmon via lists.yoctoproject.org
The previous patch is incorrectly accepted and released. This patch applies the logic that was discussed on the mailing list. - Create a new variable grouping for SPL_HS_MLO - Update the install/deploy code to reference the new variables. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-bsp/

Re: [meta-ti] [kirkstone][PATCH v3 1/2] preuth-fw: Remove packaging of PRU-ICSSM firmwares

2023-10-09 Thread Ryan Eatmon via lists.yoctoproject.org
On 10/9/2023 3:20 PM, Denys Dmytriyenko wrote: On Mon, Oct 09, 2023 at 12:39:25PM +0530, Ravi Gunasekaran via lists.yoctoproject.org wrote: PRU-ICSS on AM33x, AM43x, supports different ethernet modes such as Ethernet, HSR and PRP by means of different firmwares and the driver loads one of the

Re: [meta-ti] [master/kirkstone] u-boot-ti: Fix SPL binary name for SD/MMC media on HS boards

2023-10-09 Thread Ryan Eatmon via lists.yoctoproject.org
On 10/9/2023 2:58 PM, Denys Dmytriyenko wrote: On Mon, Oct 02, 2023 at 11:44:42AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: On 10/2/2023 10:30 AM, Andrew Davis via lists.yoctoproject.org wrote: On 10/2/23 9:06 AM, Julien Panis wrote: On 9/29/23 14:25, Julien Panis wrote: The

Re: [meta-ti] [master/kirkstone] u-boot-ti: Fix SPL binary name for SD/MMC media on HS boards

2023-10-02 Thread Ryan Eatmon via lists.yoctoproject.org
On 10/2/2023 10:30 AM, Andrew Davis via lists.yoctoproject.org wrote: On 10/2/23 9:06 AM, Julien Panis wrote: On 9/29/23 14:25, Julien Panis wrote: The SPL binary built by u-boot for SD/MMC/eMMC media on HS platforms is u-boot-spl_HS_MLO. Thanks to this fix, the binary is properly installed a

Re: [meta-ti] [master/kirkstone] u-boot-ti: Fix SPL binary name for SD/MMC media on HS boards

2023-10-02 Thread Ryan Eatmon via lists.yoctoproject.org
On 10/2/2023 9:06 AM, Julien Panis wrote: On 9/29/23 14:25, Julien Panis wrote: The SPL binary built by u-boot for SD/MMC/eMMC media on HS platforms is u-boot-spl_HS_MLO. Thanks to this fix, the binary is properly installed and deployed. Signed-off-by: Julien Panis ---   meta-ti-bsp/recipes-

Re: [meta-ti][PATCH v2] ti-img-rogue-umlibs: harden handling of usrmerge

2023-09-29 Thread Ryan Eatmon via lists.yoctoproject.org
On 9/29/2023 10:54 AM, Ryan Eatmon via lists.yoctoproject.org wrote: On 9/6/2023 10:05 AM, Max Krummenacher wrote: From: Max Krummenacher Only move directories which haven't already been moved. This prevents a build error should a subsequent bitbake execution rerun do_install wher

Re: [meta-ti][PATCH v2] ti-img-rogue-umlibs: harden handling of usrmerge

2023-09-29 Thread Ryan Eatmon via lists.yoctoproject.org
On 9/6/2023 10:05 AM, Max Krummenacher wrote: From: Max Krummenacher Only move directories which haven't already been moved. This prevents a build error should a subsequent bitbake execution rerun do_install where the sources to 'mv' no longer exist. | mv: cannot stat 'ti-img-rogue-umlibs/23

[meta-ti][master/kirkstone][PATCH 2/2] u-boot-ti-mainline: update to the latest 2023.07

2023-09-25 Thread Ryan Eatmon via lists.yoctoproject.org
Update to the latest release version. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-

[meta-ti][master/kirkstone][PATCH 1/2] linux-ti-next: Update to v6.6-rc3 next version

2023-09-25 Thread Ryan Eatmon via lists.yoctoproject.org
Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb index 8228f4ff..b3f5f9eb 10

[meta-ti][master/kirkstone][PATCH] mesa-pvr: Patches for LLVM 17 support

2023-09-22 Thread Ryan Eatmon via lists.yoctoproject.org
There are a number of issues in gallium when moving to LLVM 17. These patches fix those compile issues. Signed-off-by: Ryan Eatmon --- ...t-usage-of-LLVMContextSetOpaquePoint.patch | 129 ++ .../0001-gallium-Fix-build-with-llvm-17.patch | 59 .../recipes-graphics/mesa/

Re: [meta-ti][master/kirkstone][PATCH 1/2] recipes-bsp: u-boot: Add u-boot-mergeconfig.inc to handle fragment u-boot config

2023-09-14 Thread Ryan Eatmon via lists.yoctoproject.org
On 9/14/2023 2:42 PM, Denys Dmytriyenko wrote: On Thu, Sep 14, 2023 at 01:23:31PM -0500, Ryan Eatmon wrote: On 9/14/2023 12:08 PM, Denys Dmytriyenko wrote: On Wed, Sep 13, 2023 at 10:12:57PM +0530, Chirag Shilwant via lists.yoctoproject.org wrote: On 13/09/23 01:34, Denys Dmytriyenko wrot

Re: [meta-ti] [RFC|kirkstone] linux-ti-staging: add config preempt for am335x and am437x

2023-09-14 Thread Ryan Eatmon via lists.yoctoproject.org
On 9/14/2023 12:10 PM, Anand Balagopalakrishnan wrote: SGX needs a preemptible kernel. CONFIG_PREEMPT has always been enabled on TI Linux kernels upto K5.1. This is enabled on AM65x by default but missed out AM335x and AM437x. Add a kernel config fragment to enable config preempt. Signed-off-

Re: [meta-ti][master/kirkstone][PATCH 1/2] recipes-bsp: u-boot: Add u-boot-mergeconfig.inc to handle fragment u-boot config

2023-09-14 Thread Ryan Eatmon via lists.yoctoproject.org
On 9/14/2023 12:08 PM, Denys Dmytriyenko wrote: On Wed, Sep 13, 2023 at 10:12:57PM +0530, Chirag Shilwant via lists.yoctoproject.org wrote: On 13/09/23 01:34, Denys Dmytriyenko wrote: On Sat, Sep 09, 2023 at 02:00:04AM +0530, Chirag Shilwant wrote: - Add a new file u-boot-mergeconfig.inc wh

Re: [meta-ti][kirkstone][PATCH v2] kernel-rdepends: Remove PRU Ethernet firmwares for legacy devices

2023-09-12 Thread Ryan Eatmon via lists.yoctoproject.org
On 9/11/2023 11:44 PM, Ravi Gunasekaran wrote: On 9/11/23 9:02 PM, Ryan Eatmon wrote: On 9/10/2023 11:28 PM, Ravi Gunasekaran wrote: Andrew, On 9/8/23 7:49 PM, Andrew Davis wrote: On 9/8/23 6:44 AM, Ravi Gunasekaran via lists.yoctoproject.org wrote: Remove the PRU Ethernet firmwares fr

Re: [meta-ti][kirkstone][PATCH v2] kernel-rdepends: Remove PRU Ethernet firmwares for legacy devices

2023-09-11 Thread Ryan Eatmon via lists.yoctoproject.org
On 9/10/2023 11:28 PM, Ravi Gunasekaran wrote: Andrew, On 9/8/23 7:49 PM, Andrew Davis wrote: On 9/8/23 6:44 AM, Ravi Gunasekaran via lists.yoctoproject.org wrote: Remove the PRU Ethernet firmwares from being packaged for AM33x, AM43x and AM57x. Commit messages should give the "why", we c

Re: [meta-ti][master/kirkstone][PATCH 1/2] conf: machine: Add am62xx-sip-evm configuration

2023-09-08 Thread Ryan Eatmon via lists.yoctoproject.org
On 9/8/2023 9:41 AM, Bajjuri, Praneeth wrote: On 9/8/2023 9:25 AM, Ryan Eatmon wrote: On 9/8/2023 9:15 AM, Bajjuri, Praneeth wrote: On 9/8/2023 8:02 AM, Chirag Shilwant wrote: - Add A53 and R5 machine configurations for am62xx-sip-evm. Can you keep the name consistent with the conven

Re: [meta-ti][master/kirkstone][PATCH 2/2] recipes-bsp: u-boot: Add logic to handle fragment u-boot configs

2023-09-08 Thread Ryan Eatmon via lists.yoctoproject.org
On 9/8/2023 9:16 AM, Bajjuri, Praneeth wrote: On 9/8/2023 8:14 AM, Chirag Shilwant wrote: - Add u-boot-mergeconfig.inc which will ensure we handle fragment u-boot configs. - Include u-boot-mergeconfig.inc in u-boot-ti.inc. - Add a new variable UBOOT_CONFIG_FRAGMENT which stores the name of

Re: [meta-ti][master/kirkstone][PATCH 1/2] conf: machine: Add am62xx-sip-evm configuration

2023-09-08 Thread Ryan Eatmon via lists.yoctoproject.org
On 9/8/2023 9:15 AM, Bajjuri, Praneeth wrote: On 9/8/2023 8:02 AM, Chirag Shilwant wrote: - Add A53 and R5 machine configurations for am62xx-sip-evm. Can you keep the name consistent with the convention https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2023.04&id=600ab3071693

[meta-ti][master/kirkstone][PATCH] k3conf: Update SRCREV and move to cmake

2023-08-30 Thread Ryan Eatmon via lists.yoctoproject.org
The SRCREV change corresponds to a commit that changes from make to cmake for building k3conf, so we need to update the recipe as well. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git

[meta-ti][master/kirkstone][PATCH] conf/am65xx-hs-evm: Fix UBOOT_MACHINE to match u-boot config

2023-08-30 Thread Ryan Eatmon via lists.yoctoproject.org
The uboot config for am65 is moving to a merged build for both GP and HS. Until the yocto configs catch up, we need to keep am65xx-hs-evm working. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am65xx-hs-evm-k3r5.conf | 2 +- meta-ti-bsp/conf/machine/am65xx-hs-evm.conf | 2 +- 2 f

[meta-ti][master][PATCH v2] ti-img-rogue-umlibs: Reset INHIBIT_DEFAULT_DEPS

2023-08-28 Thread Ryan Eatmon via lists.yoctoproject.org
A recent change to oe-core [1], has caused a pile of QA errors during packaging for this binary package. The effect of the change in oe-core was to remove the dependency on the compiler and other compiler adjacent libraries. But the binary packages need some of the compiler tools as part of the p

Re: [meta-ti][master][PATCH] ti-img-rogue-umlibs: Add DEPENDS on BASE_DEFAULT_DEPS

2023-08-28 Thread Ryan Eatmon via lists.yoctoproject.org
On 8/28/2023 4:13 PM, Ryan Eatmon via lists.yoctoproject.org wrote: On 8/28/2023 3:45 PM, Ryan Eatmon via lists.yoctoproject.org wrote: On 8/28/2023 3:39 PM, Denys Dmytriyenko wrote: On Mon, Aug 28, 2023 at 03:22:11PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: A recent change

Re: [meta-ti][master][PATCH] ti-img-rogue-umlibs: Add DEPENDS on BASE_DEFAULT_DEPS

2023-08-28 Thread Ryan Eatmon via lists.yoctoproject.org
On 8/28/2023 3:45 PM, Ryan Eatmon via lists.yoctoproject.org wrote: On 8/28/2023 3:39 PM, Denys Dmytriyenko wrote: On Mon, Aug 28, 2023 at 03:22:11PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: A recent change to oe-core [1], has caused a pile of QA errors during packaging for

Re: [meta-ti][master][PATCH] ti-img-rogue-umlibs: Add DEPENDS on BASE_DEFAULT_DEPS

2023-08-28 Thread Ryan Eatmon via lists.yoctoproject.org
On 8/28/2023 3:39 PM, Denys Dmytriyenko wrote: On Mon, Aug 28, 2023 at 03:22:11PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: A recent change to oe-core [1], has caused a pile of QA errors during packaging for this binary package. The effect of the change in oe-core was to remove

[meta-ti][master][PATCH] ti-img-rogue-umlibs: Add DEPENDS on BASE_DEFAULT_DEPS

2023-08-28 Thread Ryan Eatmon via lists.yoctoproject.org
A recent change to oe-core [1], has caused a pile of QA errors during packaging for this binary package. The effect of the change in oe-core was to remove the dependency on the compiler and other compiler adjacent libraries. But the binary packages need some of the compiler tools as part of the p

[meta-ti][master/kirkstone][PATCH] conf/machine/include/am65xx,omap-a15,ti33x,ti43x: Enable gpudriver

2023-08-25 Thread Ryan Eatmon via lists.yoctoproject.org
Now that we have a solution for the SGX parts we can enable gpudriver support for the affected platforms. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/am65xx.inc | 2 +- meta-ti-bsp/conf/machine/include/omap-a15.inc | 2 +- meta-ti-bsp/conf/machine/include/ti33x.inc| 2 +

[meta-ti][master/kirkstone][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt

2023-08-22 Thread Ryan Eatmon via lists.yoctoproject.org
New features added require another increase to max_leb_cnt. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/

Re: [meta-ti][master/kirkstone][PATCH] linux-ti-next,conf/machine: Add support for new vendored dts dir

2023-07-28 Thread Ryan Eatmon via lists.yoctoproject.org
M, Denys Dmytriyenko wrote: This has a negative side-effect of linux-ti-next never testing *upstreamed* DTs listed in KERNEL_DEVICETREE even on modern 64bit K3 platforms... On Mon, Jul 24, 2023 at 03:45:36PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: The latest kernel has made the

[meta-ti][master/kirkstone][PATCH v2 1/2] ti-kernel-devicetree-prefix: Add search function for DTBMERGE

2023-07-27 Thread Ryan Eatmon via lists.yoctoproject.org
With the change to the vendored arch/arm/boot/dts directory, we need to add support to the KERNEL_DEVICETREE_DTBMERGE to make it a search pattern instead of a fixed list. Signed-off-by: Ryan Eatmon --- .../linux/ti-kernel-devicetree-prefix.inc | 22 ++- 1 file changed, 21 ins

[meta-ti][master/kirkstone][PATCH v2 2/2] linux-ti-next,conf/machine: Add support for new vendored dts dir

2023-07-27 Thread Ryan Eatmon via lists.yoctoproject.org
The latest kernel has made the change to add vendor subdirectories into the arch/arm/boot/dts directory. This effectively breaks the KERNEL_DEVICETREE settings in the machine configs for 32bit platforms, so switch them over to using the PREFIX variable. Also change the linux-ti-next to use the PR

Re: [meta-ti][master/kirkstone][PATCH] linux-ti-next,conf/machine: Add support for new vendored dts dir

2023-07-25 Thread Ryan Eatmon via lists.yoctoproject.org
* DTs listed in KERNEL_DEVICETREE even on modern 64bit K3 platforms... On Mon, Jul 24, 2023 at 03:45:36PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: The latest kernel has made the change to add vendor subdirectories into the arm 32bit dts directory. This effectively break

[meta-ti][master/kirkstone][PATCH] linux-ti-next,conf/machine: Add support for new vendored dts dir

2023-07-24 Thread Ryan Eatmon via lists.yoctoproject.org
The latest kernel has made the change to add vendor subdirectories into the arm 32bit dts directory. This effectively breaks the KERNEL_DEVICETREE settings in the machine configs for 32bit platforms, so switch them over to using the PREFIX variable. Also change the linux-ti-next to use the PREFIX

[meta-ti][master/kirkstone][PATCH] ti-rtos-firmware: Add missing links and reformat file for consistency

2023-07-24 Thread Ryan Eatmon via lists.yoctoproject.org
Add in missing *-sec links pointing to signed files especially for j784s4. Reformat file a little to make the groupings easier to manage in the future when looking to see if -sec links are missing. Signed-off-by: Ryan Eatmon --- .../ti-rtos-bin/ti-rtos-firmware.bb | 353 ++

[meta-ti][master][PATCH] trusted-firmware-a: Remove rwx patch

2023-07-22 Thread Ryan Eatmon via lists.yoctoproject.org
Upstream meta-arm has picked up support for what this patch was doing, it can be removed. Signed-off-by: Ryan Eatmon --- .../files/rwx-segments-ti.patch | 45 --- .../trusted-firmware-a-ti.inc | 3 -- 2 files changed, 48 deletions(-) delete mode 10

Re: [meta-ti] [master/kirkstone][PATCH] conf: switch k3r5 multiconfig to baremetal

2023-07-07 Thread Ryan Eatmon via lists.yoctoproject.org
On 7/7/2023 3:51 PM, Denys Dmytriyenko wrote: On Fri, Jul 07, 2023 at 11:33:33AM -0500, Ryan Eatmon wrote: On 7/6/2023 2:31 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko There are couple of k3r5 components that need to be built for the target and they are self-contained and don't u

Re: [meta-ti] [master/kirkstone][PATCH] conf: switch k3r5 multiconfig to baremetal

2023-07-07 Thread Ryan Eatmon via lists.yoctoproject.org
On 7/6/2023 2:31 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko There are couple of k3r5 components that need to be built for the target and they are self-contained and don't use glibc. Moreover, when building a cross-compile toolchain for k3r5, there's no need to build glibc and all it

[meta-ti][master][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt

2023-07-05 Thread Ryan Eatmon via lists.yoctoproject.org
New features added require another increase to max_leb_cnt. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/

Re: [meta-ti] [kirkstone/master PATCH] pru-icss_git.bb: update to PSSP v6.2.0

2023-07-05 Thread Ryan Eatmon via lists.yoctoproject.org
This patch fails to build: Building file: pru_adc_firmware.c Invoking: PRU Compiler /scratch/jenkins_builds/arago-kirkstone-next/build/build/arago-tmp-default-glibc/work/am57xx_evm-oe-linux-gnueabi/pru-icss/6.2.0-r1/recipe-sysroot-native/usr/share/ti/cgt-pru/bin/clpru --include_path=/scratch/je

Re: [meta-ti] [PATCH master/kirkstone] ti-k3-secdev: update to the latest commit

2023-06-22 Thread Ryan Eatmon via lists.yoctoproject.org
On 6/22/2023 4:27 AM, Kamlesh Gurudasani wrote: Update to the latest commit Signed-off-by: Kamlesh Gurudasani --- meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb b/meta-

Re: [meta-ti] [master/kirkstone][PATCH v3] pruhsr-fw: SR2.0: Add new firmware

2023-06-22 Thread Ryan Eatmon via lists.yoctoproject.org
On 6/22/2023 2:03 AM, Ravi Gunasekaran wrote: From: Ryan Eatmon We need to package up new HSR firmware for am65x-sr2. Add dependencies for them on the correct platforms. Signed-off-by: Ryan Eatmon Signed-off-by: Ravi Gunasekaran --- Changes in v3: -- Filename "pruhsr-fw_am65x-

Re: [meta-ti][master/kirkstone][PATCH v2] pruhsr-fw: SR2.0: Add new firmware

2023-06-21 Thread Ryan Eatmon via lists.yoctoproject.org
On 6/21/2023 11:54 AM, Andrew Davis wrote: On 6/21/23 11:44 AM, Denys Dmytriyenko wrote: On Wed, Jun 21, 2023 at 09:59:53AM -0500, Andrew Davis via lists.yoctoproject.org wrote: On 6/20/23 5:15 PM, Ryan Eatmon via lists.yoctoproject.org wrote: We need to package up new HSR firmware for

[meta-ti][master/kirkstone][PATCH v2] conf: am335x-evm and am437x-evm: bump max_leb_cnt

2023-06-20 Thread Ryan Eatmon via lists.yoctoproject.org
New features added require another increase to max_leb_cnt. Signed-off-by: Ryan Eatmon --- v2: Another feature got added that necessitated a bump in the count again. Rather than create another patch just push a v2 before this is accepted. meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- meta-t

[meta-ti][master/kirkstone][PATCH v2] pruhsr-fw: SR2.0: Add new firmware

2023-06-20 Thread Ryan Eatmon via lists.yoctoproject.org
We need to package up new HSR firmware for am65x-sr2. Add dependencies for them on the correct platforms. Signed-off-by: Ryan Eatmon --- v2: Names of firmware were changed to match existing filenames. .../pruhsr-fw/pruhsr-fw_am65x-sr2_git.bb | 34 +++ .../recipes-kernel/li

[meta-ti][master/kirkstone][PATCH] pruhsr-fw: SR2.0: Add new firmware

2023-06-20 Thread Ryan Eatmon via lists.yoctoproject.org
We need to package up new HSR firmware for am65x-sr2. Add dependencies for them on the correct platforms. Signed-off-by: Ryan Eatmon --- .../pruhsr-fw/pruhsr-fw_am65x-sr2_git.bb | 34 +++ .../recipes-kernel/linux/kernel-rdepends.inc | 4 +-- 2 files changed, 36 insertions

[meta-ti][master/kirkstone][PATCH v2] kernel-rdepends: Add ti-eth-fw as an RDEPENDS

2023-06-20 Thread Ryan Eatmon via lists.yoctoproject.org
When the ti-eth-fw recipe was split out from the ti-rtos-firmware recipe we forgot to add it as a dependency. Signed-off-by: Ryan Eatmon --- v2: Changed the overrides to just the platforms that match and not k3. meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc | 5 + 1 file changed, 5 i

Re: [meta-ti][master/kirkstone][PATCH] kernel-rdepends: Add ti-eth-fw as an RDEPENDS

2023-06-20 Thread Ryan Eatmon via lists.yoctoproject.org
On 6/20/2023 1:05 PM, Denys Dmytriyenko wrote: On Tue, Jun 20, 2023 at 12:09:25PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: When the ti-eth-fw recipe was split out from the ti-rtos-firmware recipe we forgot to add it as a dependency. Signed-off-by: Ryan Eatmon --- meta-ti-bsp

[meta-ti][master/kirkstone][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt

2023-06-20 Thread Ryan Eatmon via lists.yoctoproject.org
New features added require another increase to max_leb_cnt. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/

[meta-ti][master/kirkstone][PATCH] kernel-rdepends: Add ti-eth-fw as an RDEPENDS

2023-06-20 Thread Ryan Eatmon via lists.yoctoproject.org
When the ti-eth-fw recipe was split out from the ti-rtos-firmware recipe we forgot to add it as a dependency. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-kernel/linux/kernel-rdepends.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-ti-bsp/recipes-kernel/linux/kernel-rdepend

Re: [meta-ti] [kirkstone] [PATCH v2 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-15 Thread Ryan Eatmon via lists.yoctoproject.org
On 6/15/2023 9:10 AM, Denys Dmytriyenko wrote: On Thu, Jun 15, 2023 at 08:36:36AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: On 6/14/2023 9:33 AM, Devarsh Thakkar wrote: Early splash screen support for AM62x has been enabled in u-boot and it requires bitmap tarball to be present

Re: [meta-ti] [kirkstone] [PATCH v2 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-15 Thread Ryan Eatmon via lists.yoctoproject.org
On 6/15/2023 8:58 AM, Devarsh Thakkar wrote: On 15/06/23 19:06, Ryan Eatmon wrote: On 6/14/2023 9:33 AM, Devarsh Thakkar wrote: Early splash screen support for AM62x has been enabled in u-boot and it requires bitmap tarball to be present in boot partition as per the default environment se

Re: [meta-ti] [kirkstone] [PATCH v2 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-15 Thread Ryan Eatmon via lists.yoctoproject.org
On 6/14/2023 9:33 AM, Devarsh Thakkar wrote: Early splash screen support for AM62x has been enabled in u-boot and it requires bitmap tarball to be present in boot partition as per the default environment settings done in u-boot [1]. Copy the ti logo bitmap tarball to boot partition of wic imag

Re: [meta-ti] [kirkstone] [PATCH v2 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-14 Thread Ryan Eatmon via lists.yoctoproject.org
On 6/14/2023 11:57 AM, Devarsh Thakkar wrote: On 14/06/23 21:21, Denys Dmytriyenko wrote: On Wed, Jun 14, 2023 at 08:53:07PM +0530, Devarsh Thakkar wrote: Hi Denys, Thanks for the review, On 14/06/23 20:24, Denys Dmytriyenko wrote: On Wed, Jun 14, 2023 at 08:03:05PM +0530, Devarsh Thakkar

[meta-ti][master/kirkstone][PATCH] ti-extras: Add support for extra kernel/u-boot features

2023-06-14 Thread Ryan Eatmon via lists.yoctoproject.org
From: Paresh Bhagat There are some features that will either never be accepted into the upstream kernel, or are not ready to be accepted. ti-extras allows for controlling the kernel and u-boot repos, breanches, and srcrevs to gain access to those features via the TI_EXTRAS variable in the local.

Re: [meta-ti][master/kirkstone][RFC] ti-extras: Add support for extra kernel/u-boot features

2023-06-12 Thread Ryan Eatmon via lists.yoctoproject.org
ude file names) can easily be changed to experiments. Can you give an example of checking for the tie- before adding it to M MACHINEOVERRIDES? I'm always up for making things more bulletproof. On Sun, Jun 11, 2023 at 02:54:44PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: F

Re: [meta-ti][master/kirkstone][RFC] ti-extras: Add support for extra kernel/u-boot features

2023-06-11 Thread Ryan Eatmon via lists.yoctoproject.org
One thing to bear mind. This patch will not build cleanly because the uboot version has moved on and the forked repo is not up to date with the latest changes that meta to requires. > On Jun 11, 2023, at 14:55, Ryan Eatmon via lists.yoctoproject.org > wrote: > > From: P

[meta-ti][master/kirkstone][RFC] ti-extras: Add support for extra kernel/u-boot features

2023-06-11 Thread Ryan Eatmon via lists.yoctoproject.org
From: Paresh Bhagat There are some features that will either never be accepted into the upstream kernel, or are not ready to be accepted. ti-extras allows for controlling the kernel and u-boot repos, breanches, and srcrevs to gain access to those features via the TI_EXTRAS variable in the local.

[meta-ti][master/kirkstone][PATCH] conf: am335x-evm and am437x-evm: bump max_leb_cnt

2023-06-10 Thread Ryan Eatmon via lists.yoctoproject.org
New features added require an increase to max_leb_cnt. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +- meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/meta-

Re: [meta-ti] [kirkstone][PATCH v2] meta-ti-bsp: Add recipe for u-boot-ti-jailhouse and linux-ti-jailhouse

2023-06-05 Thread Ryan Eatmon via lists.yoctoproject.org
On 6/5/2023 8:30 AM, Ryan Eatmon via lists.yoctoproject.org wrote: On 6/5/2023 8:11 AM, Paresh Bhagat wrote: Add new recipe for u-boot-ti-jailhouse and linux-ti-jailhouse which will be used for jailhouse for am62xx-evm. Jailhouse support for am62xx-evm requires few patches for u-boot and

Re: [meta-ti] [kirkstone][PATCH v2] meta-ti-bsp: Add recipe for u-boot-ti-jailhouse and linux-ti-jailhouse

2023-06-05 Thread Ryan Eatmon via lists.yoctoproject.org
On 6/5/2023 8:11 AM, Paresh Bhagat wrote: Add new recipe for u-boot-ti-jailhouse and linux-ti-jailhouse which will be used for jailhouse for am62xx-evm. Jailhouse support for am62xx-evm requires few patches for u-boot and linux which are hosted at processor-sdk/u-boot and processor/linux respe

[meta-ti][kirkstone][PATCH 1/2] Revert "kernel_devicetree_vendor_dtb: Backport kernel-devicetree.bbclass"

2023-06-02 Thread Ryan Eatmon via lists.yoctoproject.org
This reverts commit bdc8e7c9b58be79cd94906d1a2b6571e61d35561. The file was updated in upstream oe-core for kirkstone. This commit is no longer needed. Signed-off-by: Ryan Eatmon --- .../kernel_devicetree_vendor_dtb.bbclass | 134 --- meta-ti-bsp/classes/kernel_vendor_dtb.bbclass | 837 ---

[meta-ti][kirkstone][PATCH 2/2] Revert "linux-ti-*: Use vendored kernel-devicetree.bbclass"

2023-06-02 Thread Ryan Eatmon via lists.yoctoproject.org
This reverts commit a4f0f492f14059171ba515944bd9be3caf97c1d2. The file was updated in upstream oe-core for kirkstone. This commit is no longer needed. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-kernel/linux/linux-ti-mainline_git.bb | 2 +- meta-ti-bsp/recipes-kernel/linux/linux-ti-next

Re: [meta-ti] [kirkstone][PATCH] meta-ti-bsp: Add recipe for u-boot-ti-jailhouse and linux-ti-jailhouse

2023-06-02 Thread Ryan Eatmon via lists.yoctoproject.org
On 6/2/2023 7:21, Denys Dmytriyenko wrote: On Fri, Jun 02, 2023 at 02:59:32PM +0530, Paresh Bhagat via lists.yoctoproject.org wrote: Add a recipe for u-boot-ti-jailhouse and linux-ti-jailhouse which contains patches used for jailhouse. These will be used to build jailhouse image. Signed-off-

Re: [meta-ti] [master/kirkstone][PATCH 1/2] u-boot-ti: do_compile depends on the value of UBOOT_LOCALVERSION

2023-05-30 Thread Ryan Eatmon via lists.yoctoproject.org
Denys has been pursuing a better upstream fix in the same vein as the commit that caused this breakage. He has verified that the change that Richard wants also fixes the breakage, I think he just has to put together the new patch and send it in. On 5/30/2023 3:20 PM, Ming Liu wrote: Hi, D

Re: [meta-ti] [master/kirkstone][PATCH 1/2] u-boot-ti: do_compile depends on the value of UBOOT_LOCALVERSION

2023-05-30 Thread Ryan Eatmon via lists.yoctoproject.org
Roger that. On 5/30/2023 2:17 PM, Denys Dmytriyenko wrote: Scratch these - Richard suggested a different fix. On Sun, May 28, 2023 at 05:36:41PM +, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Explicitly mark do_compile as depending on the value of UBOOT_LOCALVERSION variable. Sim

Re: [meta-ti] [meta-ti-bsp] [PATCH] ti-localversion.bbclass: introduce bbclass

2023-05-30 Thread Ryan Eatmon via lists.yoctoproject.org
On 5/30/2023 1:09 PM, Ming Liu wrote: From: Ming Liu An error was observed as follows: ERROR: ExpansionError during parsing .../meta-ti/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-systest_5.10.bb Traceback (most recent call last): File "Var ", line 1, in File ".../openembedded-c

Re: [meta-ti] Fit image signature

2023-05-30 Thread Ryan Eatmon via lists.yoctoproject.org
That is correct. Rather than diving deeper into mire of copy all of those classes we are working to get our changes accepted into the kirkstone upstream. Randolph and I will continue today looking into that. On 5/30/2023 6:29, Limaye, Aniket wrote: Here's more info, if needed, : The depl

Re: [meta-ti] check-layer failures for meta-ti

2023-05-26 Thread Ryan Eatmon via lists.yoctoproject.org
On 5/26/2023 13:57, Denys Dmytriyenko wrote: On Fri, May 26, 2023 at 08:22:11PM +0200, Alexandre Belloni wrote: This still fails: https://autobuilder.yoctoproject.org/typhoon/#/builders/121/builds/1369/steps/19/logs/stdio Should we stop testing kirkstone for meta-ti? The fix was already su

Re: [meta-ti] check-layer failures for meta-ti

2023-05-26 Thread Ryan Eatmon via lists.yoctoproject.org
The new failure is due to a patch that Richard added in oe-core. I sent an email to the mailing list asking about it, but no one has responded yet. I think the patch is invalid, but there was little info in the commit about why it was being made nor could I find a post on the mailing list a

Re: [meta-ti][kirkstone][PATCH v3 1/2] kernel_devicetree_vendor_dtb: Backport kernel-devicetree.bbclass

2023-05-18 Thread Ryan Eatmon via lists.yoctoproject.org
I'm going to resend these patches since the order got munged and pathwork is confused... On 5/18/2023 1:50 PM, Ryan Eatmon via lists.yoctoproject.org wrote: There is a series of patches [1] [2] [3] that were submitted to oe-core master that have gone through some iterations. I

[meta-ti][master/kirkstone][PATCH] ti-kernel: Apply vendored dtb flags

2023-05-18 Thread Ryan Eatmon via lists.yoctoproject.org
Set the variables needed to put the DTBs into the same vendored directory structure as they are in the kernel. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc b

[meta-ti][kirkstone][PATCH v3 2/2] linux-ti-*: Use vendored kernel-devicetree.bbclass

2023-05-18 Thread Ryan Eatmon via lists.yoctoproject.org
Change over to using the kernel_devicetree_vendor_dtb.bbclass to have the DTBs installed into the same vendored subdirectory that is in the kernel. Setting the variables comes in a follow on patch. Signed-off-by: Ryan Eatmon --- v3: - Removed setting of variables for follow on patch. - Add a

[meta-ti][kirkstone][PATCH v3 1/2] kernel_devicetree_vendor_dtb: Backport kernel-devicetree.bbclass

2023-05-18 Thread Ryan Eatmon via lists.yoctoproject.org
There is a series of patches [1] [2] [3] that were submitted to oe-core master that have gone through some iterations. It has partially stalled in the upstreaming process but we need the effective changes to continue our LTS plans for u-boot 2023. This backports the effective changes of that patc

[meta-ti][kirkstone][PATCH v3 2/2] linux-ti-*: Use vendored kernel-devicetree.bbclass

2023-05-18 Thread Ryan Eatmon via lists.yoctoproject.org
Change over to using the kernel_devicetree_vendor_dtb.bbclass to have the DTBs installed into the same vendored subdirectory that is in the kernel. Setting the variables comes in a follow on patch. Signed-off-by: Ryan Eatmon --- v3: - Removed setting of variables for follow on patch. - Add a

[meta-ti][master/kirkstone][PATCH] ti-kernel: Apply vendored dtb flags

2023-05-18 Thread Ryan Eatmon via lists.yoctoproject.org
Set the variables needed to put the DTBs into the same vendored directory structure as they are in the kernel. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-ti-bsp/recipes-kernel/linux/ti-kernel.inc b

[meta-ti][kirkstone][PATCH v3 1/2] kernel_devicetree_vendor_dtb: Backport kernel-devicetree.bbclass

2023-05-18 Thread Ryan Eatmon via lists.yoctoproject.org
There is a series of patches [1] [2] [3] that were submitted to oe-core master that have gone through some iterations. It has partially stalled in the upstreaming process but we need the effective changes to continue our LTS plans for u-boot 2023. This backports the effective changes of that patc

Re: [meta-ti][kirkstone][PATCH v2 2/2] linux-ti-staging: Use vendored kernel-devicetree.bbclass

2023-05-18 Thread Ryan Eatmon via lists.yoctoproject.org
On 5/18/2023 12:45 PM, Andrew Davis wrote: On 5/18/23 11:15 AM, Ryan Eatmon via lists.yoctoproject.org wrote: Change over to using the kernel_devicetree_vendor_dtb.bbclass to have the DTBs installed into the same vendored subdirectory that is in the kernel. Signed-off-by: Ryan Eatmon --- v2

[meta-ti][kirkstone][PATCH v2 1/2] kernel_devicetree_vendor_dtb: Backport kernel-devicetree.bbclass

2023-05-18 Thread Ryan Eatmon via lists.yoctoproject.org
There is a series of patches [1] [2] [3] that were submitted to oe-core master that have gone through some iterations. It has partially stalled in the upstreaming process but we need the effective changes to continue our LTS plans for u-boot 2023. This backports the effective changes of that patc

[meta-ti][kirkstone][PATCH v2 2/2] linux-ti-staging: Use vendored kernel-devicetree.bbclass

2023-05-18 Thread Ryan Eatmon via lists.yoctoproject.org
Change over to using the kernel_devicetree_vendor_dtb.bbclass to have the DTBs installed into the same vendored subdirectory that is in the kernel. Signed-off-by: Ryan Eatmon --- v2: - Fixed syntax of "1" - Fixed name of custom kernel class to match the other patch. meta-ti-bsp/recipes-kern

Re: [meta-ti][kirkstone][PATCH 1/2] kernel-devicetree-vendor-dtb: Backport kernel-devicetree.bbclass

2023-05-17 Thread Ryan Eatmon via lists.yoctoproject.org
There are issues with my adapatation of this patch. There will be a v2 coming once I work through the issues. On 5/17/2023 3:08 PM, Ryan Eatmon via lists.yoctoproject.org wrote: There is a series of patches [1] [2] [3] that were submitted to oe-core master that have gone through some

[meta-ti][kirkstone][PATCH 2/2] linux-ti-staging: Use vendored kernel-devicetree.bbclass

2023-05-17 Thread Ryan Eatmon via lists.yoctoproject.org
Change over to using the kernel-devicetree-vendor-dtb.bbclass to have the DTBs installed into the same vendored subdirectory that is in the kernel. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) d

[meta-ti][kirkstone][PATCH 1/2] kernel-devicetree-vendor-dtb: Backport kernel-devicetree.bbclass

2023-05-17 Thread Ryan Eatmon via lists.yoctoproject.org
There is a series of patches [1] [2] [3] that were submitted to oe-core master that have gone through some iterations. It has partially stalled in the upstreaming process but we need the effective changes to continue our LTS plans for u-boot 2023. This backports the effective changes of that patc

[meta-ti][master/kirkstone][PATCH 8/8] various: Remove DEFAULT_PREFERENCE

2023-05-16 Thread Ryan Eatmon via lists.yoctoproject.org
Now that are past the inital stages of our LTS migration, we can remove the DEFAULT_PREFERENCE settings that prevented these recipes from being the default. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb | 1 - meta-ti-bsp/recipes-kernel/linux/linu

[meta-ti][master/kirkstone][PATCH 6/8] ti-sci-fw: Add SYSFW_SUFFIX to SYSFW_BINARY to match k3-image-gen

2023-05-16 Thread Ryan Eatmon via lists.yoctoproject.org
k3_image_gen added the suffix to the sysfw binary to differentiate between GP and HS binaries. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am65xx-evm.conf | 2 ++ meta-ti-bsp/conf/machine/am65xx-hs-evm.conf | 2 ++ meta-ti-bsp/conf/machine/include/am65xx.inc | 4 +-- .../

[meta-ti][master/kirkstone][PATCH 0/8] LTS sync up

2023-05-16 Thread Ryan Eatmon via lists.yoctoproject.org
This patch series is a repost of a number of patches that we have been testing as part of our LTS migration to kernel 6.1 and uboot 2023. LCPD Automation Script (1): various: Intial LTS migration version Manorit Chawdhry (1): j721e-hs-evm: Merge j721e defconfigs Randolph Sapp (1): ti-img-r

[meta-ti][master/kirkstone][PATCH 2/8] meta-ti-bsp: conf: machine: j721s2: Update def config

2023-05-16 Thread Ryan Eatmon via lists.yoctoproject.org
From: Udit Kumar u-boot 2023.04 merged def configs for HS and GP EVM into one. This patch updates config for J721S2 HS EVM for both A72 and R5. Signed-off-by: Udit Kumar Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/j721s2-hs-evm-k3r5.conf | 2 +- meta-ti-bsp/conf/machine/j721s2-hs-

[meta-ti][master/kirkstone][PATCH 4/8] ti-ipc: Stop looking for rpmsg_rpc.h in the kernel

2023-05-16 Thread Ryan Eatmon via lists.yoctoproject.org
Stop looking for the rpmsg_rpc.h in the kernel. While we are doing the LTS migration for kirkstone, this file is not going to be in the kernel for a bit. This patch works in conjunction with a recipe change that downloads the header and adds a -I to the CFLAGS to pick it up. This will be removed

[meta-ti][master/kirkstone][PATCH 1/8] meta-ti-bsp: conf: machine: j7200: Update def config

2023-05-16 Thread Ryan Eatmon via lists.yoctoproject.org
From: Udit Kumar u-boot 2023.04 merged def configs for HS and GP EVM into one. This patch updates config for J7200 HS EVM for both A72 and R5. Signed-off-by: Udit Kumar Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/j7200-hs-evm-k3r5.conf | 2 +- meta-ti-bsp/conf/machine/j7200-hs-evm

[meta-ti][master/kirkstone][PATCH 5/8] ti-img-rogue-driver: enable bxs/8xe apm

2023-05-16 Thread Ryan Eatmon via lists.yoctoproject.org
From: Randolph Sapp Bump the src revision to enable the following features on Jacinto: - Active power managment - Power island control via firmware Signed-off-by: Randolph Sapp Signed-off-by: Ryan Eatmon --- .../powervr-drivers/ti-img-rogue-driver_23.1.6404501.bb | 2 +

[meta-ti][master/kirkstone][PATCH 7/8] various: Intial LTS migration version

2023-05-16 Thread Ryan Eatmon via lists.yoctoproject.org
From: LCPD Automation Script As part of the initial LTS migration, move to the latest commits for the various repos. - ti-linux-fw - u-boot-ti-staging_2021.01 - u-boot-ti-staging_2023.04 - k3conf_git - linux-ti-staging-rt_5.10 - linux-ti-staging-rt_6.1 - linux-ti-staging_5.10 - linux-ti-staging_6

[meta-ti][master/kirkstone][PATCH 3/8] j721e-hs-evm: Merge j721e defconfigs

2023-05-16 Thread Ryan Eatmon via lists.yoctoproject.org
From: Manorit Chawdhry uboot will now use a merged defconfig build so keep the defconfig same for hs here Signed-off-by: Manorit Chawdhry Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/j721e-hs-evm-k3r5.conf | 2 +- meta-ti-bsp/conf/machine/j721e-hs-evm.conf | 2 +- 2 files chan

[meta-ti][master/kirkstone][PATCH 1/2] various: Intial LTS migration version

2023-05-16 Thread Ryan Eatmon via lists.yoctoproject.org
From: LCPD Automation Script As part of the initial LTS migration, move to the latest commits for the various repos. - ti-linux-fw - u-boot-ti-staging_2021.01 - u-boot-ti-staging_2023.04 - k3conf_git - linux-ti-staging-rt_5.10 - linux-ti-staging-rt_6.1 - linux-ti-staging_5.10 - linux-ti-staging_6

[meta-ti][master/kirkstone][PATCH 2/2] various: Remove DEFAULT_PREFERENCE

2023-05-16 Thread Ryan Eatmon via lists.yoctoproject.org
Now that are past the inital stages of our LTS migration, we can remove the DEFAULT_PREFERENCE settings that prevented these recipes from being the default. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb | 1 - meta-ti-bsp/recipes-kernel/linux/linu

[meta-ti][master/kirkstone][PATCH v2] ti-sci-fw: Add SYSFW_SUFFIX to SYSFW_BINARY to match k3-image-gen

2023-05-15 Thread Ryan Eatmon via lists.yoctoproject.org
k3_image_gen added the suffix to the sysfw binary to differentiate between GP and HS binaries. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am65xx-evm.conf | 2 ++ meta-ti-bsp/conf/machine/am65xx-hs-evm.conf | 2 ++ meta-ti-bsp/conf/machine/include/am65xx.inc | 4 +-- .../

Re: [meta-ti] [kirkstone-next][PATCH] meta-ti: conf: am62xx-lp-evm: Fix DT and DT prefixes

2023-05-15 Thread Ryan Eatmon via lists.yoctoproject.org
On 5/15/2023 4:07 AM, Aradhya Bhatia wrote: Hi Denys On 12-May-23 08:30, Denys Dmytriyenko wrote: On Thu, May 11, 2023 at 10:02:23AM +0530, Aradhya Bhatia wrote: Hi Denys Thank you for reviewing the patch. On 06-May-23 07:10, Denys Dmytriyenko wrote: Couple minor comments regarding the su

[meta-ti][master/kirkstone][PATCH] conf: machine: Add extra tiboot3.bin version that matches default

2023-05-11 Thread Ryan Eatmon via lists.yoctoproject.org
When creating the boot partition we copy all of the images for the different board types (gp, hs-fs, hs-se), but one of those we consider to be a default. That default is not copied with the longer name, but rather with the tiboot3.bin name. The issue comes when someone wants to boot with a diffe

<    1   2   3   4   5   6   7   >