diff mbox series

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

Message ID 20230703184405.2603-1-praneeth@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [kirkstone/master] pru-icss_git.bb: update to PSSP v6.2.0 | expand

Commit Message

Bajjuri, Praneeth July 3, 2023, 6:44 p.m. UTC
From: Praneeth Bajjuri <praneeth@ti.com>

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 clearing too many bytes
     - Include files, add a missing parentheses to pru_cfg, pru_ctrl, pru_ecap
 * Update ReadMe files to point to the latest URLs

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Saulnier, Nick July 3, 2023, 7:53 p.m. UTC | #1
Looks good, thanks Praneeth!

-----Original Message-----
From: Bajjuri, Praneeth 
Sent: Monday, July 03, 2023 1:44 PM
To: Bajjuri, Praneeth <praneeth@ti.com>; Eatmon, Ryan <reatmon@ti.com>; Saulnier, Nick <nsaulnier@ti.com>; Nagalla, Hari <hnagalla@ti.com>
Cc: meta-ti@lists.yoctoproject.org
Subject: [kirkstone/master PATCH] pru-icss_git.bb: update to PSSP v6.2.0

From: Praneeth Bajjuri <praneeth@ti.com>

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 clearing too many bytes
     - Include files, add a missing parentheses to pru_cfg, pru_ctrl, pru_ecap
 * Update ReadMe files to point to the latest URLs

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
index 3b0805d9..66fd8000 100644
--- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
+++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
@@ -8,10 +8,10 @@ inherit update-alternatives
 
 BRANCH = "master"
 SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}"
-SRCREV = "ae1decf0b494b2904e6157e1379691ffc468f0cf"
+SRCREV = "cde50f7d16f04ab8dc3510a3f22d3750b1037978"
 
-PV = "6.1.0"
-PR = "r0"
+PV = "6.2.0"
+PR = "r1"
 
 require recipes-ti/includes/ti-paths.inc
 
--
2.17.1
Ryan Eatmon July 5, 2023, 5:39 p.m. UTC | #2
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/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/include 
--include_path=../../../include --include_path=../../../include/am335x 
-v3 -O2 --display_error_number --endian=little --hardware_mac=on 
--obj_directory=gen --pp_directory=gen -ppd -ppa -fe 
gen/pru_adc_firmware.object pru_adc_firmware.c
"pru_adc_firmware.c", line 123: warning #169-D: argument of type "char 
*" is incompatible with parameter of type "int32_t"
"pru_adc_firmware.c", line 123: error #141: too many arguments in 
function call
"pru_adc_firmware.c", line 249: warning #552-D: variable "data" was set 
but never used
1 error detected in the compilation of "pru_adc_firmware.c".

 >> Compilation failure




On 7/3/2023 1:44 PM, praneeth@ti.com wrote:
> From: Praneeth Bajjuri <praneeth@ti.com>
> 
> 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 clearing too many bytes
>       - Include files, add a missing parentheses to pru_cfg, pru_ctrl, pru_ecap
>   * Update ReadMe files to point to the latest URLs
> 
> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> ---
>   meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
> index 3b0805d9..66fd8000 100644
> --- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
> +++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
> @@ -8,10 +8,10 @@ inherit update-alternatives
>   
>   BRANCH = "master"
>   SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}"
> -SRCREV = "ae1decf0b494b2904e6157e1379691ffc468f0cf"
> +SRCREV = "cde50f7d16f04ab8dc3510a3f22d3750b1037978"
>   
> -PV = "6.1.0"
> -PR = "r0"
> +PV = "6.2.0"
> +PR = "r1"
>   
>   require recipes-ti/includes/ti-paths.inc
>
diff mbox series

Patch

diff --git a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
index 3b0805d9..66fd8000 100644
--- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
+++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
@@ -8,10 +8,10 @@  inherit update-alternatives
 
 BRANCH = "master"
 SRC_URI = "git://git.ti.com/git/pru-software-support-package/pru-software-support-package.git;protocol=https;branch=${BRANCH}"
-SRCREV = "ae1decf0b494b2904e6157e1379691ffc468f0cf"
+SRCREV = "cde50f7d16f04ab8dc3510a3f22d3750b1037978"
 
-PV = "6.1.0"
-PR = "r0"
+PV = "6.2.0"
+PR = "r1"
 
 require recipes-ti/includes/ti-paths.inc