[meta-ti][master/kirkstone][PATCH v2] conf: machine: k3: Use ARM64 kernel load address in FIT

2023-07-05 Thread Andrew Davis via lists.yoctoproject.org
The address 0x80008000 was used in pre-K3 devices. ARM64 requires the kernel loaded to a 2MB aligned address when not using KASLR. For FIT set the address to 0x8100 which gives the kernel 32MB before running into the FDT at 0x8300. If you get this error someday then your kernel is too

[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

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

2023-07-05 Thread Denys Dmytriyenko
Are there any plans to convert this to a prebuilt firmware binary hosted at ti-linux-firmware, like was done to many other firmwares in meta-ti? On Wed, Jul 05, 2023 at 09:09:06PM +, Nick Saulnier via lists.yoctoproject.org wrote: > No top-level build errors observed with the updated PSSP

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

2023-07-05 Thread Nick Saulnier via lists.yoctoproject.org
No top-level build errors observed with the updated PSSP commits. Thanks Praneeth! -Nick -Original Message- From: Bajjuri, Praneeth Sent: Wednesday, July 05, 2023 4:07 PM To: Bajjuri, Praneeth ; Eatmon, Ryan ; Saulnier, Nick ; Nagalla, Hari Cc: meta-ti@lists.yoctoproject.org Subject:

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

2023-07-05 Thread praneeth via lists.yoctoproject.org
From: Praneeth Bajjuri Upgrade to v6.2.0 version. This release supports Linux kernel 6.1. The RPMsg library in previous versions of the PSSP will not work with the PRU RPMsg drivers in Linux kernel 6.1. Other changes in this version: * Bug fixes: - Getting Started Labs, fix "zero" command

[meta-ti][master/kirkstone][PATCH] conf: machine: k3: Use ARM64 kernel load address in FIT

2023-07-05 Thread Andrew Davis via lists.yoctoproject.org
The address 0x80008000 was used in pre-K3 devices. ARM64 requires the kernel loaded to a 2MB aligned address when not using KASLR. For non-FIT we use 0x8200, let's use the same when loading from FIT. Signed-off-by: Andrew Davis --- meta-ti-bsp/conf/machine/include/k3.inc | 4 ++-- 1 file

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

Re: [meta-ti] [master][PATCH 02/22] conf: Add extlinux.conf support on some 32bit platforms

2023-07-05 Thread Julien Panis
Today the SDK for AM335x/AM437x loads kernel/dtb from the boot partition, but all K3 devices load kernel/dtb from the root partition. This inconsistency confuses customers. Is it possible to locate 'extlinux.conf' on boot partition with kernel/dtb on root partition ? This old link explains

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

2023-07-05 Thread Jose Quaresma
Just for your information there are more complaints about that issue [1] of some bad side effects of sharing the TMP folder in multi configs. [1] https://lists.openembedded.org/g/bitbake-devel/message/14860 Jose Ricardo Salveti escreveu no dia segunda, 30/01/2023 à(s) 18:27: > On Mon, Jan 30,