Date   

[dunfell][PATCH 1/3] conf: machine: add new am64x hs platform

Yogesh Siraswar
 

Add new am64x hs platform. This requires two files to be created.
Used am65x and j7 hs platform for reference.

Signed-off-by: Yogesh Siraswar <yogeshs@...>
---
conf/machine/am64xx-hs-evm-k3r5.conf | 14 ++++++++++++++
conf/machine/am64xx-hs-evm.conf | 22 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
create mode 100644 conf/machine/am64xx-hs-evm-k3r5.conf
create mode 100644 conf/machine/am64xx-hs-evm.conf

diff --git a/conf/machine/am64xx-hs-evm-k3r5.conf b/conf/machine/am64xx-hs-evm-k3r5.conf
new file mode 100644
index 00000000..69c6cada
--- /dev/null
+++ b/conf/machine/am64xx-hs-evm-k3r5.conf
@@ -0,0 +1,14 @@
+#@TYPE: Machine
+#@NAME: AM65xx HS EVM (R5F)
+#@DESCRIPTION: Machine configuration for the TI AM65xx HS EVM (R5F core)
+
+require conf/machine/include/k3r5.inc
+
+SYSFW_SOC = "am64x"
+SYSFW_CONFIG = "evm"
+SYSFW_SUFFIX = "hs"
+SYSFW_SYMLINK = ""
+
+UBOOT_MACHINE = "am64x_hs_evm_r5_defconfig"
+
+TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"
diff --git a/conf/machine/am64xx-hs-evm.conf b/conf/machine/am64xx-hs-evm.conf
new file mode 100644
index 00000000..44e81463
--- /dev/null
+++ b/conf/machine/am64xx-hs-evm.conf
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@NAME: AM64xx HS EVM
+#@DESCRIPTION: Machine configuration for the TI AM64xx HS EVM
+
+require conf/machine/include/am64xx.inc
+
+UBOOT_MACHINE = "am64x_hs_evm_a53_defconfig"
+
+UBOOT_ENTRYPOINT = "0x80080000"
+UBOOT_LOADADDRESS = "0x80080000"
+UBOOT_RD_LOADADDRESS = "0x84000000"
+UBOOT_RD_ENTRYPOINT = "0x84000000"
+UBOOT_DTB_LOADADDRESS = "0x83000000"
+UBOOT_DTBO_LOADADDRESS = "0x83080000"
+UBOOT_DTBO_OFFSET = "0x00010000"
+
+SPL_BINARY = "tispl.bin_HS"
+SPL_BINARYNAME = "tispl.bin"
+UBOOT_BINARY = "u-boot.img_HS"
+IMAGE_BOOT_FILES = "${UBOOT_BINARY}"
+
+TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"
--
2.17.1


[dunfell][PATCH 0/3] Add AM64x HS platform support

Yogesh Siraswar
 

This series adds AM64x HS support for HS-SE devices

Yogesh Siraswar (3):
conf: machine: add new am64x hs platform
ti-sci-fw: changes to build combined boot image for hs build
am64xx-hs: changes to support new hs platform

conf/machine/am64xx-hs-evm-k3r5.conf | 14 ++++++++++++
conf/machine/am64xx-hs-evm.conf | 22 +++++++++++++++++++
recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 20 +++++++++++++++--
.../trusted-firmware-a_%.bbappend | 8 +++++++
recipes-bsp/u-boot/u-boot-ti.inc | 6 +++++
recipes-security/optee/optee-os_%.bbappend | 4 ++++
6 files changed, 72 insertions(+), 2 deletions(-)
create mode 100644 conf/machine/am64xx-hs-evm-k3r5.conf
create mode 100644 conf/machine/am64xx-hs-evm.conf

--
2.17.1


[dunfell][PATCH] conf: am57xx-evm: Add missing *.dtb and *.dtbo

Yogesh Siraswar
 

Add missing dtb and dtbo to deploy folder

Signed-off-by: Yogesh Siraswar <yogeshs@...>
---
conf/machine/am57xx-evm.conf | 3 +++
1 file changed, 3 insertions(+)

diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 7441e80e..f977c5c6 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -15,6 +15,7 @@ KERNEL_DEVICETREE = " \
am5729-beagleboneai.dtb \
am57xx-evm.dtb \
ti/am57xx-evm-common.dtbo \
+ am57xx-evm-reva3.dtb \
ti/am57xx-evm-reva3.dtbo \
am571x-idk.dtb \
ti/am571x-idk-touchscreen.dtbo \
@@ -22,6 +23,8 @@ KERNEL_DEVICETREE = " \
am574x-idk.dtb \
ti/am57xx-idk-osd-lcd-common.dtbo \
ti/am572x-idk-touchscreen.dtbo \
+ ti/lcd-osd101t2587.dtbo \
+ ti/lcd-osd101t2045.dtbo \
"

KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}"
--
2.17.1


[dunfell][PATCH] ti-linux-fw: Add AUTOREV support for K3 Image Gen

Yogesh Siraswar
 

This patch brings k3 image gen under bleeding for nightly builds

Signed-off-by: Yogesh Siraswar <yogeshs@...>
---
recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
index 97e51962..c59120b8 100644
--- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -21,7 +21,9 @@ TI_LINUX_FW_SRCREV ?= "95232a584175a8ac872adf477b2dbb9ca68ba063"
SRCREV = "${TI_LINUX_FW_SRCREV}"

BRANCH ?= "ti-linux-firmware"
-SRCREV_imggen = "6baabef219aea0f667423f2cab2bc2d63a349488"
+
+K3_IMAGE_GEN_SRCREV ?= "6baabef219aea0f667423f2cab2bc2d63a349488"
+SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
SRCREV_FORMAT = "imggen"

SRC_URI = " \
--
2.17.1


[dunfell][PATCH 2/3] linux-ti-staging: Bump linux version for 08.01.00.003

Yogesh Siraswar
 

Bump linux for 08.01.00.003 release

Signed-off-by: Yogesh Siraswar <yogeshs@...>
---
recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
index 6b61d9d0..9fb74af6 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git"

BRANCH = "ti-linux-5.10.y"

-SRCREV = "33574931b48f50c37abb58e0a9c617cbec472b01"
+SRCREV = "eb55b499b1865222e85acad2c665baadbaea3072"
PV = "5.10.65+git${SRCPV}"

# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
--
2.17.1


[dunfell][PATCH 1/3] u-boot-ti-staging: Bump u-boot version for 08.01.00.003

Yogesh Siraswar
 

u-boot bump for 08.01.00.003 release

Signed-off-by: Yogesh Siraswar <yogeshs@...>
---
recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
index 6765572a..b5aa3fb7 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
@@ -2,8 +2,8 @@ require u-boot-ti.inc

LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"

-PR = "r13"
+PR = "r14"

BRANCH = "ti-u-boot-2021.01"

-SRCREV = "377e0f7041d1863bf9b3d23e90fb4b0c0a2cd6bf"
+SRCREV = "6c804a1af10bda322c86ce1c5dbb29f0fbb56c79"
--
2.17.1


[dunfell][PATCH 3/3] linux-ti-staging-rt: Bump linux rt version for 08.01.00.003

Yogesh Siraswar
 

Bump linux rt version to 08.01.00.003

Signed-off-by: Yogesh Siraswar <yogeshs@...>
---
recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
index 3cb7bc24..d0c022f8 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
@@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:"

BRANCH = "ti-rt-linux-5.10.y"

-SRCREV = "a5427455c650cb9d33e3d5f0b009a773370a5428"
+SRCREV = "d3083b1688af8af4728478c759e56b2a22adf9e5"
PV = "5.10.65+git${SRCPV}"
--
2.17.1


Re: [PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release

Denys Dmytriyenko
 

On Mon, Nov 08, 2021 at 11:37:41PM +0000, Amjad Ouled-Ameur wrote:
This introduces a critical fix for both AM335X EVM and AM43XX EVM, which
can no longer boot because "uuid" is undefined.

v2021.10 has these two fixes, one for each platform:
- commit ff8f277e9121 ("ti: am335x_evm: Switch to DISTRO_BOOT only")
- commit e0c91ae24e5b ("ti: am43xx_evm: Switch to DISTRO_BOOT only")

Signed-off-by: Amjad Ouled-Ameur <aouledameur@...>
Reviewed-by: Denys Dmytriyenko <denys@...>


---
recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
index 2db9899609d0..76aaa4b24ac0 100644
--- a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"

PR = "r0"

-PV = "2021.07"
+PV = "2021.10"

# For the un-initiated:
# The actual URL you'd use with a git clone for example would be:
@@ -15,4 +15,4 @@ PV = "2021.07"
# b) and we want git fetcher to use https protocol, hence GIT_PROTOCOL as https
UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git"
UBOOT_GIT_PROTOCOL = "https"
-SRCREV = "840658b093976390e9537724f802281c9c8439f5"
+SRCREV = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91"
--
2.17.1


[PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release

Amjad Ouled-Ameur
 

This introduces a critical fix for both AM335X EVM and AM43XX EVM, which
can no longer boot because "uuid" is undefined.

v2021.10 has these two fixes, one for each platform:
- commit ff8f277e9121 ("ti: am335x_evm: Switch to DISTRO_BOOT only")
- commit e0c91ae24e5b ("ti: am43xx_evm: Switch to DISTRO_BOOT only")

Signed-off-by: Amjad Ouled-Ameur <aouledameur@...>
---
recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
index 2db9899609d0..76aaa4b24ac0 100644
--- a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"

PR = "r0"

-PV = "2021.07"
+PV = "2021.10"

# For the un-initiated:
# The actual URL you'd use with a git clone for example would be:
@@ -15,4 +15,4 @@ PV = "2021.07"
# b) and we want git fetcher to use https protocol, hence GIT_PROTOCOL as https
UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git"
UBOOT_GIT_PROTOCOL = "https"
-SRCREV = "840658b093976390e9537724f802281c9c8439f5"
+SRCREV = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91"
--
2.17.1


Re: [PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release

Denys Dmytriyenko
 

Thank you!

Can you please re-send the original to the list, so it gets captured by
Patchwork?

On Mon, Nov 08, 2021 at 10:15:18PM +0100, Amjad Ouled-Ameur wrote:
This was not successfully sent to "meta-ti@..." since

I was not subscribed to it. Re-sending !


Sorry for the noise,

Amjad

On 08/11/2021 12:01, Amjad Ouled-Ameur wrote:
Sending to maintainer Praneeth as well.

On 08/11/2021 11:52, Amjad Ouled-Ameur wrote:
This introduces a critical fix for both AM335X EVM and AM43XX EVM, which
can no longer boot because "uuid" is undefined.

v2021.10 has these two fixes, one for each platform:
- commit ff8f277e9121 ("ti: am335x_evm: Switch to DISTRO_BOOT only")
- commit e0c91ae24e5b ("ti: am43xx_evm: Switch to DISTRO_BOOT only")

Signed-off-by: Amjad Ouled-Ameur <aouledameur@...>
---
  recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
index 2db9899609d0..76aaa4b24ac0 100644
--- a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM =
"file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
    PR = "r0"
  -PV = "2021.07"
+PV = "2021.10"
    # For the un-initiated:
  # The actual URL you'd use with a git clone for example would be:
@@ -15,4 +15,4 @@ PV = "2021.07"
  # b) and we want git fetcher to use https protocol, hence
GIT_PROTOCOL as https
  UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git"
  UBOOT_GIT_PROTOCOL = "https"
-SRCREV = "840658b093976390e9537724f802281c9c8439f5"
+SRCREV = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91"
--
Regards,
Denys Dmytriyenko <denis@...>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964


Re: [PATCH] recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release

Amjad Ouled-Ameur
 

This was not successfully sent to "meta-ti@..." since

I was not subscribed to it. Re-sending !


Sorry for the noise,

Amjad

On 08/11/2021 12:01, Amjad Ouled-Ameur wrote:
Sending to maintainer Praneeth as well.

On 08/11/2021 11:52, Amjad Ouled-Ameur wrote:
This introduces a critical fix for both AM335X EVM and AM43XX EVM, which
can no longer boot because "uuid" is undefined.

v2021.10 has these two fixes, one for each platform:
- commit ff8f277e9121 ("ti: am335x_evm: Switch to DISTRO_BOOT only")
- commit e0c91ae24e5b ("ti: am43xx_evm: Switch to DISTRO_BOOT only")

Signed-off-by: Amjad Ouled-Ameur <aouledameur@...>
---
  recipes-bsp/u-boot/u-boot-ti-mainline_git.bb | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
index 2db9899609d0..76aaa4b24ac0 100644
--- a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
    PR = "r0"
  -PV = "2021.07"
+PV = "2021.10"
    # For the un-initiated:
  # The actual URL you'd use with a git clone for example would be:
@@ -15,4 +15,4 @@ PV = "2021.07"
  # b) and we want git fetcher to use https protocol, hence GIT_PROTOCOL as https
  UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git"
  UBOOT_GIT_PROTOCOL = "https"
-SRCREV = "840658b093976390e9537724f802281c9c8439f5"
+SRCREV = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91"


Re: [master][PATCH 11/22] powervr-drivers: teach modules_install to respect "usrmerge" distro feature

Yogesh Siraswar
 

Denys,
This was already posted by you https://lists.yoctoproject.org/g/meta-ti/message/14063 and has already been merged.

Thanks
Yogesh

On 11/1/2021 2:33 PM, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko <denys@...>
https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge/
When "usrmerge" distro feature is enabled, root directories /bin, /sbin, /lib
are simply symlinks pointing to their counterparts in /usr. Hence, modules
should be installed accordingly into /usr/lib/modules/...
Since IMG Makefiles don't take the direct target directory, such as
${nonarch_base_libdir}/modules/, adjust the top-level rootfs path instead.
Signed-off-by: Denys Dmytriyenko <denys@...>
Signed-off-by: Yogesh Siraswar <yogeshs@...>
Reported-by: Vivien Didelot <vdidelot@...>
Tested-by: Vivien Didelot <vdidelot@...>
Signed-off-by: Denys Dmytriyenko <denys@...>
---
recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb | 2 +-
recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb
index c3524e9..09f6f03 100644
--- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb
+++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.13.5776728.bb
@@ -36,5 +36,5 @@ PVR_WS = "wayland"
EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" RGX_BVNC=${PVR_BVNC} BUILD=${PVR_BUILD} PVR_BUILD_DIR=${PVR_SOC} WINDOW_SYSTEM=${PVR_WS}'
do_install() {
- make -C ${STAGING_KERNEL_DIR} M=${B}/binary_${PVR_SOC}_${PVR_WS}_${PVR_BUILD}/target_aarch64/kbuild INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install
+ make -C ${STAGING_KERNEL_DIR} M=${B}/binary_${PVR_SOC}_${PVR_WS}_${PVR_BUILD}/target_aarch64/kbuild INSTALL_MOD_PATH=${D}${root_prefix} PREFIX=${STAGING_DIR_HOST} modules_install
}
diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb
index ff420cd..3848e84 100644
--- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb
+++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb
@@ -42,9 +42,9 @@ do_compile:prepend() {
}
do_install() {
- make -C ${STAGING_KERNEL_DIR} M=${B}/eurasia_km/eurasiacon/binary_omap_linux_nulldrmws_release/target_armhf/kbuild INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install
+ make -C ${STAGING_KERNEL_DIR} M=${B}/eurasia_km/eurasiacon/binary_omap_linux_nulldrmws_release/target_armhf/kbuild INSTALL_MOD_PATH=${D}${root_prefix} PREFIX=${STAGING_DIR_HOST} modules_install
}
do_install:k3() {
- make -C ${STAGING_KERNEL_DIR} M=${B}/eurasia_km/eurasiacon/binary_omap_linux_nulldrmws_release/target_aarch64/kbuild INSTALL_MOD_PATH=${D} PREFIX=${STAGING_DIR_HOST} modules_install
+ make -C ${STAGING_KERNEL_DIR} M=${B}/eurasia_km/eurasiacon/binary_omap_linux_nulldrmws_release/target_aarch64/kbuild INSTALL_MOD_PATH=${D}${root_prefix} PREFIX=${STAGING_DIR_HOST} modules_install
}


Re: [master][PATCH 00/22] Sync up with Dunfell

Denys Dmytriyenko
 

On Thu, Nov 04, 2021 at 09:25:20PM -0500, Siraswar, Yogesh wrote:
On 11/4/2021 12:55 PM, Denys Dmytriyenko wrote:
Ping
Denys, I did try to apply the series. But there were errors.
Didn't get chance to look. Will get back tomorrow.
Yogesh,

Can you please share the error details so I can see what's wrong and fix it?
Thanks!


On Mon, Nov 01, 2021 at 03:32:50PM -0400, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko <denys@...>

Keep master up to date with latest changes in Dunfell, adjust to the new
override syntax.

Denys Dmytriyenko (1):
powervr-drivers: teach modules_install to respect "usrmerge" distro
feature

Hari Nagalla (2):
ipc: ti-rpmsg-char: Update library to 0.3.1
ti-rtos-firmware: Update M4F binary for AM64x SoCs

Nick Saulnier (1):
pru-icss_git.bb: add AM64x, update to PSSP v6.0.0

Sinthu Raja (1):
conf: j7-evm: Replace eaik dtb with sk to KERNEL_DEVICETREE

Tom Rini (2):
conf/machine: k3: Enable grub-efi by default in wic images
conf: Add extlinux.conf support on some 32bit platforms

Vignesh Raghavedra (1):
prusw-fw-am65x-sr2: Add recipe for ICSSG Switch mode firmware for
AM65x SR2.0

Yogesh Siraswar (14):
linux-ti-staging: Update SRCREV to 5.10.65
linux-ti-staging-rt: Update SRCREV to 5.10.65
conf: omap-a15: fix the dtb file path for extlinux boot
conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10
conf: am57xx-evm: ReIntroduce existent dtb* for 5.10
ti-linux-fw: Support common inc for all firmware
ti-linux-fw: AUTOREV support for ti-linux-fw
ti-sci-fw_git: Fix issue with using gp*.bin for TISCI firmware
linux-ti-staging: Bump linux version to latest
linux-ti-staging-rt: Bump linux rt version to latest
ti-linux-fw: Bump to 08.01.00.001 release
u-boot-ti-staging: Bump to 08.01.00.001 release
linux-ti-staging-rt: Bump to 08.01.00.001 release
linux-ti-staging: Bump to 08.01.00.001 release

conf/machine/am57xx-evm.conf | 6 +-
conf/machine/dra7xx-evm.conf | 8 +++
conf/machine/include/k3.inc | 6 +-
conf/machine/include/omap-a15.inc | 13 ++++-
conf/machine/include/ti33x.inc | 11 +++-
conf/machine/include/ti43x.inc | 11 +++-
conf/machine/j7-evm.conf | 2 +-
recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 11 ++--
recipes-bsp/goodix-fw/goodix-fw_git.bb | 11 ++--
recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 12 +---
recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | 12 +---
.../ti-img-rogue-driver_1.13.5776728.bb | 2 +-
.../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 4 +-
recipes-bsp/pru/pru-icss_git.bb | 64 +++++++++++++++++++++-
recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb | 11 +---
recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb | 11 +---
recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb | 10 +---
recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb | 10 +---
recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | 10 +---
recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb | 34 ++++++++++++
recipes-bsp/prusw-fw/prusw-fw_3.2.9.bb | 10 +---
recipes-bsp/qmss-pdsp-fw/qmss-pdsp-fw_git.bb | 11 ++--
recipes-bsp/serdes-fw/serdes-fw_git.bb | 10 ++--
recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 43 +++++++++++++++
recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb | 2 +-
recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 32 -----------
recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 7 ++-
recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 +-
recipes-kernel/linux/kernel-rdepends.inc | 2 +-
recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 +-
recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 +-
recipes-ti/ipc/ti-rpmsg-char.inc | 6 +-
recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 8 ++-
wic/sdimage-2part-efi.wks | 7 +++
34 files changed, 258 insertions(+), 151 deletions(-)
create mode 100644 recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb
create mode 100644 recipes-bsp/ti-linux-fw/ti-linux-fw.inc
delete mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw.inc
create mode 100644 wic/sdimage-2part-efi.wks

--
2.7.4


[dunfell][PATCH] ti-linux-fw: Bump k3 image gen to latest

Yogesh Siraswar
 

Update k3 image gen to latest.
Bump linux firmware to v2021.09a

Signed-off-by: Yogesh Siraswar <yogeshs@...>
---
recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
index 47197212..97e51962 100644
--- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -3,7 +3,7 @@ SUMMARY = "TI SCI firmware (SYSFW)"
LICENSE = "TI-TFL"
LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"

-PV = "2021.09"
+PV = "2021.09a"
INC_PR = "r1"

# Firmware versions
@@ -17,11 +17,11 @@ PRUETH_FW_AM65X_SR2_VERSION = "02.02.09.06"
GOODIX_FW_VERSION = "1.0.0.0"
CADENCE_MHDP_FW_VERSION = "1.2.17"

-TI_LINUX_FW_SRCREV ?= "0e93d4df760e5f0948b07c09b68f0b1ecd150d40"
+TI_LINUX_FW_SRCREV ?= "95232a584175a8ac872adf477b2dbb9ca68ba063"
SRCREV = "${TI_LINUX_FW_SRCREV}"

BRANCH ?= "ti-linux-firmware"
-SRCREV_imggen = "e182c3114f11eea3ec7ebb88cb1ef563a78d4eda"
+SRCREV_imggen = "6baabef219aea0f667423f2cab2bc2d63a349488"
SRCREV_FORMAT = "imggen"

SRC_URI = " \
--
2.17.1


Re: [master][PATCH 00/22] Sync up with Dunfell

Yogesh Siraswar
 

On 11/4/2021 12:55 PM, Denys Dmytriyenko wrote:
Ping
Denys, I did try to apply the series. But there were errors.
Didn't get chance to look. Will get back tomorrow.

On Mon, Nov 01, 2021 at 03:32:50PM -0400, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko <denys@...>

Keep master up to date with latest changes in Dunfell, adjust to the new
override syntax.

Denys Dmytriyenko (1):
powervr-drivers: teach modules_install to respect "usrmerge" distro
feature

Hari Nagalla (2):
ipc: ti-rpmsg-char: Update library to 0.3.1
ti-rtos-firmware: Update M4F binary for AM64x SoCs

Nick Saulnier (1):
pru-icss_git.bb: add AM64x, update to PSSP v6.0.0

Sinthu Raja (1):
conf: j7-evm: Replace eaik dtb with sk to KERNEL_DEVICETREE

Tom Rini (2):
conf/machine: k3: Enable grub-efi by default in wic images
conf: Add extlinux.conf support on some 32bit platforms

Vignesh Raghavedra (1):
prusw-fw-am65x-sr2: Add recipe for ICSSG Switch mode firmware for
AM65x SR2.0

Yogesh Siraswar (14):
linux-ti-staging: Update SRCREV to 5.10.65
linux-ti-staging-rt: Update SRCREV to 5.10.65
conf: omap-a15: fix the dtb file path for extlinux boot
conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10
conf: am57xx-evm: ReIntroduce existent dtb* for 5.10
ti-linux-fw: Support common inc for all firmware
ti-linux-fw: AUTOREV support for ti-linux-fw
ti-sci-fw_git: Fix issue with using gp*.bin for TISCI firmware
linux-ti-staging: Bump linux version to latest
linux-ti-staging-rt: Bump linux rt version to latest
ti-linux-fw: Bump to 08.01.00.001 release
u-boot-ti-staging: Bump to 08.01.00.001 release
linux-ti-staging-rt: Bump to 08.01.00.001 release
linux-ti-staging: Bump to 08.01.00.001 release

conf/machine/am57xx-evm.conf | 6 +-
conf/machine/dra7xx-evm.conf | 8 +++
conf/machine/include/k3.inc | 6 +-
conf/machine/include/omap-a15.inc | 13 ++++-
conf/machine/include/ti33x.inc | 11 +++-
conf/machine/include/ti43x.inc | 11 +++-
conf/machine/j7-evm.conf | 2 +-
recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 11 ++--
recipes-bsp/goodix-fw/goodix-fw_git.bb | 11 ++--
recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 12 +---
recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | 12 +---
.../ti-img-rogue-driver_1.13.5776728.bb | 2 +-
.../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 4 +-
recipes-bsp/pru/pru-icss_git.bb | 64 +++++++++++++++++++++-
recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb | 11 +---
recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb | 11 +---
recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb | 10 +---
recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb | 10 +---
recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | 10 +---
recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb | 34 ++++++++++++
recipes-bsp/prusw-fw/prusw-fw_3.2.9.bb | 10 +---
recipes-bsp/qmss-pdsp-fw/qmss-pdsp-fw_git.bb | 11 ++--
recipes-bsp/serdes-fw/serdes-fw_git.bb | 10 ++--
recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 43 +++++++++++++++
recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb | 2 +-
recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 32 -----------
recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 7 ++-
recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 +-
recipes-kernel/linux/kernel-rdepends.inc | 2 +-
recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 +-
recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 +-
recipes-ti/ipc/ti-rpmsg-char.inc | 6 +-
recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 8 ++-
wic/sdimage-2part-efi.wks | 7 +++
34 files changed, 258 insertions(+), 151 deletions(-)
create mode 100644 recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb
create mode 100644 recipes-bsp/ti-linux-fw/ti-linux-fw.inc
delete mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw.inc
create mode 100644 wic/sdimage-2part-efi.wks

--
2.7.4




Re: [master][PATCH 00/22] Sync up with Dunfell

Denys Dmytriyenko
 

Ping

On Mon, Nov 01, 2021 at 03:32:50PM -0400, Denys Dmytriyenko wrote:
From: Denys Dmytriyenko <denys@...>

Keep master up to date with latest changes in Dunfell, adjust to the new
override syntax.

Denys Dmytriyenko (1):
powervr-drivers: teach modules_install to respect "usrmerge" distro
feature

Hari Nagalla (2):
ipc: ti-rpmsg-char: Update library to 0.3.1
ti-rtos-firmware: Update M4F binary for AM64x SoCs

Nick Saulnier (1):
pru-icss_git.bb: add AM64x, update to PSSP v6.0.0

Sinthu Raja (1):
conf: j7-evm: Replace eaik dtb with sk to KERNEL_DEVICETREE

Tom Rini (2):
conf/machine: k3: Enable grub-efi by default in wic images
conf: Add extlinux.conf support on some 32bit platforms

Vignesh Raghavedra (1):
prusw-fw-am65x-sr2: Add recipe for ICSSG Switch mode firmware for
AM65x SR2.0

Yogesh Siraswar (14):
linux-ti-staging: Update SRCREV to 5.10.65
linux-ti-staging-rt: Update SRCREV to 5.10.65
conf: omap-a15: fix the dtb file path for extlinux boot
conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10
conf: am57xx-evm: ReIntroduce existent dtb* for 5.10
ti-linux-fw: Support common inc for all firmware
ti-linux-fw: AUTOREV support for ti-linux-fw
ti-sci-fw_git: Fix issue with using gp*.bin for TISCI firmware
linux-ti-staging: Bump linux version to latest
linux-ti-staging-rt: Bump linux rt version to latest
ti-linux-fw: Bump to 08.01.00.001 release
u-boot-ti-staging: Bump to 08.01.00.001 release
linux-ti-staging-rt: Bump to 08.01.00.001 release
linux-ti-staging: Bump to 08.01.00.001 release

conf/machine/am57xx-evm.conf | 6 +-
conf/machine/dra7xx-evm.conf | 8 +++
conf/machine/include/k3.inc | 6 +-
conf/machine/include/omap-a15.inc | 13 ++++-
conf/machine/include/ti33x.inc | 11 +++-
conf/machine/include/ti43x.inc | 11 +++-
conf/machine/j7-evm.conf | 2 +-
recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 11 ++--
recipes-bsp/goodix-fw/goodix-fw_git.bb | 11 ++--
recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 12 +---
recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | 12 +---
.../ti-img-rogue-driver_1.13.5776728.bb | 2 +-
.../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 4 +-
recipes-bsp/pru/pru-icss_git.bb | 64 +++++++++++++++++++++-
recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb | 11 +---
recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb | 11 +---
recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb | 10 +---
recipes-bsp/pruhsr-fw/pruhsr-fw_2.17.25.bb | 10 +---
recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | 10 +---
recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb | 34 ++++++++++++
recipes-bsp/prusw-fw/prusw-fw_3.2.9.bb | 10 +---
recipes-bsp/qmss-pdsp-fw/qmss-pdsp-fw_git.bb | 11 ++--
recipes-bsp/serdes-fw/serdes-fw_git.bb | 10 ++--
recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 43 +++++++++++++++
recipes-bsp/ti-sci-fw/ti-sci-fw-source_git.bb | 2 +-
recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 32 -----------
recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 7 ++-
recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 +-
recipes-kernel/linux/kernel-rdepends.inc | 2 +-
recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 +-
recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 +-
recipes-ti/ipc/ti-rpmsg-char.inc | 6 +-
recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 8 ++-
wic/sdimage-2part-efi.wks | 7 +++
34 files changed, 258 insertions(+), 151 deletions(-)
create mode 100644 recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb
create mode 100644 recipes-bsp/ti-linux-fw/ti-linux-fw.inc
delete mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw.inc
create mode 100644 wic/sdimage-2part-efi.wks

--
2.7.4


Re: [PATCH] mpm-transport: Do not use append with += operator

Denys Dmytriyenko
 

On Thu, Nov 04, 2021 at 10:29:34AM -0700, Khem Raj wrote:
this is undefined behaviour, mant times devs used them together to get
the missing space at the beginning of string which append/prepend needs
but thats not intended behaviour

Signed-off-by: Khem Raj <raj.khem@...>
Acked-by: Denys Dmytriyenko <denys@...>


---
recipes-ti/mpm-transport/mpm-transport_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb
index 38aefc24..3b80af34 100644
--- a/recipes-ti/mpm-transport/mpm-transport_git.bb
+++ b/recipes-ti/mpm-transport/mpm-transport_git.bb
@@ -21,8 +21,8 @@ PR = "r0"

CC += "-fcommon"
EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"
-EXTRA_OEMAKE:append:k2hk += "HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true"
-EXTRA_OEMAKE:append:k2e += "HYPLNK_TRANSPORT=true"
+EXTRA_OEMAKE:append:k2hk = " HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true"
+EXTRA_OEMAKE:append:k2e = " HYPLNK_TRANSPORT=true"
INSANE_SKIP:${PN} += "ldflags"

S = "${WORKDIR}/git"
--
2.33.1


[PATCH] mpm-transport: Do not use append with += operator

Khem Raj
 

this is undefined behaviour, mant times devs used them together to get
the missing space at the beginning of string which append/prepend needs
but thats not intended behaviour

Signed-off-by: Khem Raj <raj.khem@...>
---
recipes-ti/mpm-transport/mpm-transport_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb
index 38aefc24..3b80af34 100644
--- a/recipes-ti/mpm-transport/mpm-transport_git.bb
+++ b/recipes-ti/mpm-transport/mpm-transport_git.bb
@@ -21,8 +21,8 @@ PR = "r0"

CC += "-fcommon"
EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"
-EXTRA_OEMAKE:append:k2hk += "HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true"
-EXTRA_OEMAKE:append:k2e += "HYPLNK_TRANSPORT=true"
+EXTRA_OEMAKE:append:k2hk = " HYPLNK_TRANSPORT=true SRIO_TRANSPORT=true"
+EXTRA_OEMAKE:append:k2e = " HYPLNK_TRANSPORT=true"
INSANE_SKIP:${PN} += "ldflags"

S = "${WORKDIR}/git"
--
2.33.1


[dunfell/master][PATCH] recipes: update github SRC_URIs

Denys Dmytriyenko
 

From: Denys Dmytriyenko <denys@...>

https://github.blog/2021-09-01-improving-git-protocol-security-github/

GitHub is deprecating unauthenticated protocols, including git:// so update
SRC_URIs with protocol=https

Explicitly pass branch=master where omitted, as bitbake now requires it.

While at it, update libion to the latest to eliminate upstreamed patch.

Signed-off-by: Denys Dmytriyenko <denys@...>
---
...NUInstallDirs-module-to-detect-install-pa.patch | 48 ----------------------
recipes-devtools/ion/libion_git.bb | 6 +--
.../beagleboard/beaglebone-getting-started.bb | 2 +-
3 files changed, 3 insertions(+), 53 deletions(-)
delete mode 100644 recipes-devtools/ion/libion/0001-cmake-Use-GNUInstallDirs-module-to-detect-install-pa.patch

diff --git a/recipes-devtools/ion/libion/0001-cmake-Use-GNUInstallDirs-module-to-detect-install-pa.patch b/recipes-devtools/ion/libion/0001-cmake-Use-GNUInstallDirs-module-to-detect-install-pa.patch
deleted file mode 100644
index bf63ed3..0000000
--- a/recipes-devtools/ion/libion/0001-cmake-Use-GNUInstallDirs-module-to-detect-install-pa.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From 51eece2c291e121f9ae67c9b812617b885e76a64 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@...>
-Date: Wed, 18 Dec 2019 20:31:52 -0800
-Subject: [PATCH] cmake: Use GNUInstallDirs module to detect install paths
-
-This helps it to calculate directories as per platform instead of
-hardcoding them, helps compile it for arches which use /lib64 and
-/usr/lib64 for libpaths
-
-Upstream-Status: Submitted [https://github.com/glneo/libion/pull/2]
-Signed-off-by: Khem Raj <raj.khem@...>
----
- CMakeLists.txt | 10 ++++++----
- 1 file changed, 6 insertions(+), 4 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 6e5928c..5b7c0de 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -3,6 +3,8 @@ PROJECT(ion)
- set(PROJECT_DESCRIPTION "ION Userspace Memory Allocator Library")
- set(PROJECT_VERSION 1.0.0)
-
-+INCLUDE(GNUInstallDirs)
-+
- add_library(ion
- SHARED
- src/libion.c
-@@ -23,12 +25,12 @@ target_include_directories(ion
- configure_file(libion.pc.in libion.pc @ONLY)
-
- install(TARGETS ion
-- LIBRARY DESTINATION lib
-- PUBLIC_HEADER DESTINATION include/ion)
-+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
-+ PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ion)
-
- install(DIRECTORY include/kernel-headers/4.19/
-- DESTINATION include
-+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
- FILES_MATCHING PATTERN "*.h")
-
- install(FILES ${CMAKE_BINARY_DIR}/libion.pc
-- DESTINATION lib/pkgconfig)
-+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
---
-2.24.1
-
diff --git a/recipes-devtools/ion/libion_git.bb b/recipes-devtools/ion/libion_git.bb
index 4cf03af..f5ca8e8 100644
--- a/recipes-devtools/ion/libion_git.bb
+++ b/recipes-devtools/ion/libion_git.bb
@@ -6,10 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
PV = "1.0.0"

BRANCH = "master"
-SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH} \
- file://0001-cmake-Use-GNUInstallDirs-module-to-detect-install-pa.patch \
- "
-SRCREV = "813bd63e2f2118e17cb1c5d38505a1e572a2381c"
+SRC_URI = "git://github.com/glneo/libion.git;protocol=https;branch=${BRANCH}"
+SRCREV = "7e138fc31febbb67734792c1a911439bfd6d23eb"

S = "${WORKDIR}/git"

diff --git a/recipes-ti/beagleboard/beaglebone-getting-started.bb b/recipes-ti/beagleboard/beaglebone-getting-started.bb
index 303b9bd..25538ac 100644
--- a/recipes-ti/beagleboard/beaglebone-getting-started.bb
+++ b/recipes-ti/beagleboard/beaglebone-getting-started.bb
@@ -8,7 +8,7 @@ LICENSE = "CC-BY-SA-3.0 & GPLv3+ & MIT & PD"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6f02761e31334c48f7021fb94c89aaa"

SRCREV = "05bedba192646152b7bc80b0accaea75aef864e5"
-SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git"
+SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git;protocol=https;branch=master"

S = "${WORKDIR}/git"

--
2.7.4


[dunfell][PATCH 2/4] ti-linux-fw: Bump ti linux firmware for 08.01.00.002

Yogesh Siraswar
 

Bump ti-linux-fw version for 08.01.00.002 release

Signed-off-by: Yogesh Siraswar <yogeshs@...>
---
recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
index 56a16e80..47197212 100644
--- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -7,7 +7,7 @@ PV = "2021.09"
INC_PR = "r1"

# Firmware versions
-CORESDK_RTOS_VERSION = "08.01.00.01"
+CORESDK_RTOS_VERSION = "08.01.00.02"
SERDES_FW_VERSION = "3.3.0.2c"
NETCP_SA_FW_VERSION = "1.0.0"
NETCP_PA_FW_VERSION = "3.0.2.3"
@@ -17,7 +17,7 @@ PRUETH_FW_AM65X_SR2_VERSION = "02.02.09.06"
GOODIX_FW_VERSION = "1.0.0.0"
CADENCE_MHDP_FW_VERSION = "1.2.17"

-TI_LINUX_FW_SRCREV ?= "10bcf8564c6e9277e7f402fb02cf941956d0d3eb"
+TI_LINUX_FW_SRCREV ?= "0e93d4df760e5f0948b07c09b68f0b1ecd150d40"
SRCREV = "${TI_LINUX_FW_SRCREV}"

BRANCH ?= "ti-linux-firmware"
--
2.17.1