On 10/10/23 3:03 AM, Andrew Davis wrote:
> On 10/9/23 4:25 PM, Ryan Eatmon wrote:
>>
>>
>> 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 etherne
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/
On 10/9/23 4:25 PM, Ryan Eatmon wrote:
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 f
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
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 S
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 these firmware. The PRU-ICSS linux driver
> m
On Mon, Oct 09, 2023 at 12:23:08PM -0500, praneeth via lists.yoctoproject.org
wrote:
>
>
> On 10/9/2023 2:09 AM, Ravi Gunasekaran wrote:
> >Linux kernel 6.1 does not have support for PRU-ICSSM driver.
> >So remove packaging of all the PRU-ICSSM firmwares for kernel 6.1
> >based SDKs.
> >
> >In t
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 SPL binary built by u-boot for SD/MMC/
On 10/9/2023 2:09 AM, Ravi Gunasekaran wrote:
Linux kernel 6.1 does not have support for PRU-ICSSM driver.
So remove packaging of all the PRU-ICSSM firmwares for kernel 6.1
based SDKs.
In the v2 version, it was suggested to have the changes in the SDK layer.
But after discussion with meta-ti(R
Update k3conf, linux-ti-staging_6.1, linux-ti-staging-rt_6.1, ti-linux-fw and
u-boot-ti-staging_2023.04 to cicd.master.202310090100 tag
LCPD Automation Script (5):
ti-linux-fw: CI/CD Auto-Merger: cicd.master.202310090100
u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310090100
Updated the value(s) for:
TI_LINUX_FW_SRCREV
Signed-off-by: LCPD Automation Script
---
meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
b/meta-ti-bsp/recipes-bsp/ti-linux
Updated the value(s) for:
SRCREV
Signed-off-by: LCPD Automation Script
---
meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb
b/meta-ti-bsp/recipes-kernel/linux/l
Updated the value(s) for:
SRCREV
Signed-off-by: LCPD Automation Script
---
meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb
b/meta-ti-bsp/recipes-kernel/l
Updated the value(s) for:
SRCREV
Signed-off-by: LCPD Automation Script
---
meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.b
Updated the value(s) for:
SRCREV
Signed-off-by: LCPD Automation Script
---
meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
b/meta-ti-bsp/recipes-bsp/u-bo
Support for PRU-ICSSM driver is not available in linux
kernel version 6.1. So do not package the firmwares in the SDK.
Signed-off-by: Ravi Gunasekaran
---
meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-ti-bsp/recipes-kernel/linux
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 these firmware. The PRU-ICSS linux driver
may not be available for all kernel versions.
So add an .inc file that avoids the packaging of such fi
Linux kernel 6.1 does not have support for PRU-ICSSM driver.
So remove packaging of all the PRU-ICSSM firmwares for kernel 6.1
based SDKs.
In the v2 version, it was suggested to have the changes in the SDK layer.
But after discussion with meta-ti(Ryan) and meta-processor-sdk(Gyan)
maintainers, it
18 matches
Mail list logo