All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: meta-ti@lists.yoctoproject.org
Subject: [master][PATCH 13/26] pru-icss_git.bb: update to PSSP v6.1.0
Date: Mon,  2 May 2022 14:51:07 +0000	[thread overview]
Message-ID: <20220502145120.726632-14-denis@denix.org> (raw)
In-Reply-To: <20220502145120.726632-1-denis@denix.org>

From: Nick Saulnier <nsaulnier@ti.com>

Update the SDK folder example-applications/pru-icss-x.x.x to install the latest
version of the PRU Software Support Package (PSSP).

This also uses PSSP v6.1.0 to generate the PRU Halt and RPMsg binaries in the
Linux SDK default filesystem image under /lib/firmware.

Signed-off-by: Nick Saulnier <nsaulnier@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 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 130fd3d5..49f29086 100644
--- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
+++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb
@@ -8,9 +8,9 @@ inherit update-alternatives
 
 BRANCH = "master"
 SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}"
-SRCREV = "8eee431384b6a1a9c96ae91a8e99485176b4d2b3"
+SRCREV = "ae1decf0b494b2904e6157e1379691ffc468f0cf"
 
-PV = "6.0.1"
+PV = "6.1.0"
 PR = "r0"
 
 require recipes-ti/includes/ti-paths.inc
-- 
2.25.1



  parent reply	other threads:[~2022-05-02 14:51 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-02 14:50 [master][PATCH 00/26] sync up with dunfell Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 01/26] conf: Enable bmap file for wic images on legacy platforms Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 02/26] ti-sgx-ddk-um: avoid unnecessary dependency on -dev package Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 03/26] linux-ti-staging: Bump to 08.02.00.004 release Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 04/26] linux-ti-staging-rt: " Denys Dmytriyenko
2022-05-02 14:50 ` [master][PATCH 05/26] u-boot-ti-staging: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 06/26] linux-ti-staging: Bump to 08.02.00.005 release Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 07/26] linux-ti-staging-rt: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 08/26] u-boot-ti-staging: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 09/26] ti-linux-fw: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 10/26] u-boot-ti-staging: Bump to 08.02.00.006 release Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 11/26] machine: Add am62xx evm configuration Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 12/26] ti-graphics: gpu enable and move all platforms to ddk 1.15 Denys Dmytriyenko
2022-05-02 14:51 ` Denys Dmytriyenko [this message]
2022-05-02 14:51 ` [master][PATCH 14/26] pru-icss_git.bb: add AM62x Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 15/26] u-boot-ti: Use SRCREV to get short commit ID Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 16/26] linux-ti-staging/mainline: depend on libmpc-native and gmp-native Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 17/26] u-boot-ti-staging: Bump to 08.03.00.001 release Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 18/26] linux-ti-staging: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 19/26] linux-ti-staging-rt: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 20/26] ipc: ti-rpmsg-char: Update library to 0.4.1 Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 21/26] conf: machine: am62xx Add missing dtbo file Denys Dmytriyenko
2022-05-13 14:19   ` [EXTERNAL] [meta-ti] " Devarsh Thakkar
2022-05-02 14:51 ` [master][PATCH 22/26] k3conf: Update SRCREV to pick AM62x support Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 23/26] u-boot-ti-staging: Bump to 08.03.00.002 release Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 24/26] linux-ti-staging: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 25/26] linux-ti-staging-rt: " Denys Dmytriyenko
2022-05-02 14:51 ` [master][PATCH 26/26] ti-linux-fw: " Denys Dmytriyenko
2022-05-02 17:18 ` [meta-ti] [master][PATCH 00/26] sync up with dunfell Ryan Eatmon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220502145120.726632-14-denis@denix.org \
    --to=denis@denix.org \
    --cc=meta-ti@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.