[master][PATCH 20/26] ipc: ti-rpmsg-char: Update library to 0.4.1
Denys Dmytriyenko
From: Praneeth Bajjuri <praneeth@...>
Update the ti-rpmsg-char library to 0.4.1 version that enables the support for AM62x SoC family remote processors. Signed-off-by: Praneeth Bajjuri <praneeth@...> Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc b/meta-ti-bsp/r= ecipes-ti/ipc/ti-rpmsg-char.inc index 08066edf..10349b58 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc @@ -7,10 +7,10 @@ PROTOCOL =3D "git" BRANCH =3D "master" SRC_URI =3D "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=3D${PROTO= COL};branch=3D${BRANCH};" =20 -# Initial 0.4.0 release -SRCREV =3D "92b464f1e7477f77e44ae18d87b3d369576d662e" +# Initial 0.4.1 release +SRCREV =3D "355d2b0bcde5eb5c895a270d1835102d2bc39fbd" =20 -PV =3D "0.4.0+git${SRCPV}" +PV =3D "0.4.1+git${SRCPV}" =20 S =3D "${WORKDIR}/git" =20 --=20 2.25.1
|
|
[master][PATCH 07/26] linux-ti-staging-rt: Bump to 08.02.00.005 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@...>
Updated the linux rt version for 08.02.00.005 Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb= b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb index f47b1bc3..b11b8fd6 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb @@ -6,5 +6,5 @@ FILESEXTRAPATHS:prepend :=3D "${THISDIR}/${PN}-5.10:" =20 BRANCH =3D "ti-rt-linux-5.10.y" =20 -SRCREV =3D "8844ac0db67cf31b83b1b1b125baf1e637ef38d0" +SRCREV =3D "204ec708dc86f4334f585f04835527570be1c4eb" PV =3D "5.10.100+git${SRCPV}" --=20 2.25.1
|
|
[master][PATCH 14/26] pru-icss_git.bb: add AM62x
Denys Dmytriyenko
From: Nick Saulnier <nsaulnier@...>
This commit adds the PRU Software Support Package (PSSP) to the AM62x Lin= ux Processor SDK under example-applications/pru-icss-x.x.x. It also adds pre= built PRU firmware to the default AM62x filesystem image under the /lib/firmwar= e folder. Signed-off-by: Nick Saulnier <nsaulnier@...> Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- .../recipes-bsp/pru/pru-icss_git.bb | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb b/meta-ti-ext= ras/recipes-bsp/pru/pru-icss_git.bb index 49f29086..cb2f8cc2 100644 --- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb +++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb @@ -40,6 +40,7 @@ SUBDIRS =3D "examples pru_cape/pru_fw lib/src labs" PLATFORM:ti33x =3D "am335x" PLATFORM:ti43x =3D "am437x" PLATFORM:omap-a15 =3D "am572x" +PLATFORM:am62xx =3D "am62x" PLATFORM:am64xx =3D "am64x" PLATFORM:am65xx =3D "am65x" PLATFORM:j7 =3D "j721e" @@ -99,6 +100,16 @@ do_install:append:omap-a15() { done } =20 +do_install:append:am62xx() { + install -m 644 ${S}/examples/${PLATFORM}/PRU_Halt/gen/PRU_Halt.out \ + ${D}${nonarch_base_libdir}/firmware/pru + for i in 0 1 + do + install -m 0644 ${S}/examples/${PLATFORM}/PRU_RPMsg_Echo_Interru= pt${i}/gen/PRU_RPMsg_Echo_Interrupt${i}.out \ + ${D}${nonarch_base_libdir}/firmware/pru + done +} + do_install:append:am64xx(){ for i in 0 1 do @@ -175,6 +186,7 @@ FILES:${PN}-rpmsg-echo =3D "${nonarch_base_libdir}/fi= rmware/pru/PRU_RPMsg_Echo_Int PRU_ICSS_ALTERNATIVES:ti33x =3D "am335x-pru0-fw am335x-pru1-fw" PRU_ICSS_ALTERNATIVES:ti43x =3D "am437x-pru0_0-fw am437x-pru0_1-fw am= 437x-pru1_0-fw am437x-pru1_1-fw" PRU_ICSS_ALTERNATIVES:omap-a15 =3D "am57xx-pru1_0-fw am57xx-pru1_1-fw am= 57xx-pru2_0-fw am57xx-pru2_1-fw" +PRU_ICSS_ALTERNATIVES:am62xx =3D "am62x-pru0-fw am62x-pru1-fw" PRU_ICSS_ALTERNATIVES:am64xx =3D "am64x-pru0_0-fw am64x-pru0_1-fw am64= x-pru1_0-fw am64x-pru1_1-fw am64x-rtu0_0-fw am64x-rtu0_1-fw am64x-rtu1_0-= fw am64x-rtu1_1-fw" PRU_ICSS_ALTERNATIVES:am65xx =3D "am65x-pru0_0-fw am65x-pru0_1-fw am65= x-pru1_0-fw am65x-pru1_1-fw am65x-pru2_0-fw am65x-pru2_1-fw am65x-rtu0_0-= fw am65x-rtu0_1-fw am65x-rtu1_0-fw am65x-rtu1_1-fw am65x-rtu2_0-fw am65x-= rtu2_1-fw" PRU_ICSS_ALTERNATIVES:j7 =3D "j7-pru0_0-fw j7-pru0_1-fw j7-pru1_0-= fw j7-pru1_1-fw j7-rtu0_0-fw j7-rtu0_1-fw j7-rtu1_0-fw j7-rtu1_1-fw" @@ -193,6 +205,9 @@ ALTERNATIVE_LINK_NAME[am57xx-pru1_1-fw] =3D "${nonarc= h_base_libdir}/firmware/am57x ALTERNATIVE_LINK_NAME[am57xx-pru2_0-fw] =3D "${nonarch_base_libdir}/firm= ware/am57xx-pru2_0-fw" ALTERNATIVE_LINK_NAME[am57xx-pru2_1-fw] =3D "${nonarch_base_libdir}/firm= ware/am57xx-pru2_1-fw" =20 +ALTERNATIVE_LINK_NAME[am62x-pru0-fw] =3D "${nonarch_base_libdir}/firmwar= e/am62x-pru0-fw" +ALTERNATIVE_LINK_NAME[am62x-pru1-fw] =3D "${nonarch_base_libdir}/firmwar= e/am62x-pru1-fw" + ALTERNATIVE_LINK_NAME[am64x-pru0_0-fw] =3D "${nonarch_base_libdir}/firmw= are/am64x-pru0_0-fw" ALTERNATIVE_LINK_NAME[am64x-pru0_1-fw] =3D "${nonarch_base_libdir}/firmw= are/am64x-pru0_1-fw" ALTERNATIVE_LINK_NAME[am64x-pru1_0-fw] =3D "${nonarch_base_libdir}/firmw= are/am64x-pru1_0-fw" @@ -259,6 +274,9 @@ ALTERNATIVE_TARGET_pru-icss-halt[am57xx-pru1_1-fw] =3D= "${nonarch_base_libdir}/fir ALTERNATIVE_TARGET_pru-icss-halt[am57xx-pru2_0-fw] =3D "${nonarch_base_l= ibdir}/firmware/pru/PRU_Halt.out" ALTERNATIVE_TARGET_pru-icss-halt[am57xx-pru2_1-fw] =3D "${nonarch_base_l= ibdir}/firmware/pru/PRU_Halt.out" =20 +ALTERNATIVE_TARGET_pru-icss-halt[am62x-pru0-fw] =3D "${nonarch_base_libd= ir}/firmware/pru/PRU_Halt.out" +ALTERNATIVE_TARGET_pru-icss-halt[am62x-pru1-fw] =3D "${nonarch_base_libd= ir}/firmware/pru/PRU_Halt.out" + ALTERNATIVE_TARGET_pru-icss-halt[am64x-pru0_0-fw] =3D "${nonarch_base_li= bdir}/firmware/pru/PRU_Halt_0.out" ALTERNATIVE_TARGET_pru-icss-halt[am64x-pru0_1-fw] =3D "${nonarch_base_li= bdir}/firmware/pru/PRU_Halt_1.out" ALTERNATIVE_TARGET_pru-icss-halt[am64x-pru1_0-fw] =3D "${nonarch_base_li= bdir}/firmware/pru/PRU_Halt_0.out" @@ -323,6 +341,9 @@ ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am57xx-pru1_1-= fw] =3D "${nonarch_base_libdi ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am57xx-pru2_0-fw] =3D "${nonarch_= base_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt2_0.out" ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am57xx-pru2_1-fw] =3D "${nonarch_= base_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt2_1.out" =20 +ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am62x-pru0-fw] =3D "${nonarch_bas= e_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt0.out" +ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am62x-pru1-fw] =3D "${nonarch_bas= e_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt1.out" + ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am64x-pru0_0-fw] =3D "${nonarch_b= ase_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out" ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am64x-pru0_1-fw] =3D "${nonarch_b= ase_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out" ALTERNATIVE_TARGET_pru-icss-rpmsg-echo[am64x-pru1_0-fw] =3D "${nonarch_b= ase_libdir}/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out" --=20 2.25.1
|
|
[master][PATCH 22/26] k3conf: Update SRCREV to pick AM62x support
Denys Dmytriyenko
From: Praneeth Bajjuri <praneeth@...>
Update the k3conf to the latest SHA. This adds AM62x support. Signed-off-by: Praneeth Bajjuri <praneeth@...> Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- 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.bb index 0f2705b8..3f542da4 100644 --- a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb +++ b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb @@ -8,7 +8,7 @@ PV =3D "0.2+git${SRCPV}" COMPATIBLE_MACHINE =3D "k3" =20 BRANCH ?=3D "master" -SRCREV =3D "79f007cd462384ce22e750e9002b714878f56892" +SRCREV =3D "966a5695b73bc53039ca60d196b77de0640088d4" =20 SRC_URI =3D "git://git.ti.com/k3conf/k3conf.git;protocol=3Dgit;branch=3D= ${BRANCH}" =20 --=20 2.25.1
|
|
[master][PATCH 19/26] linux-ti-staging-rt: Bump to 08.03.00.001 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@...>
Updated the linux rt version for 08.03.00.001 Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb= b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb index b11b8fd6..bc47a5c3 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb @@ -6,5 +6,5 @@ FILESEXTRAPATHS:prepend :=3D "${THISDIR}/${PN}-5.10:" =20 BRANCH =3D "ti-rt-linux-5.10.y" =20 -SRCREV =3D "204ec708dc86f4334f585f04835527570be1c4eb" -PV =3D "5.10.100+git${SRCPV}" +SRCREV =3D "84474b392bd8f1a8ebbabfa6ec685297fa3d51b7" +PV =3D "5.10.109+git${SRCPV}" --=20 2.25.1
|
|
[master][PATCH 26/26] ti-linux-fw: Bump to 08.03.00.002 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@...>
Updated the ti-linux-fw version for 08.03.00.002 Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-t= i-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index a00df108..3ebdae30 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -19,12 +19,12 @@ CADENCE_MHDP_FW_VERSION =3D "1.2.17" IMG_DEC_FW_VERSION =3D "1.0" CNM_WAVE521_FW_VERSION =3D "1.0.00" =20 -TI_LINUX_FW_SRCREV ?=3D "e13611ff1da6448d80279cc8c43b81cb2275cb0d" +TI_LINUX_FW_SRCREV ?=3D "917625c2721eef8677df9e47d919005b0d4f93aa" SRCREV =3D "${TI_LINUX_FW_SRCREV}" =20 BRANCH ?=3D "ti-linux-firmware" =20 -K3_IMAGE_GEN_SRCREV ?=3D "b0386fe221fc9124fda0cd2efb03d62710b1d90f" +K3_IMAGE_GEN_SRCREV ?=3D "62872c7e285fa9b9af76a258a24d603f851769c3" SRCREV_imggen =3D "${K3_IMAGE_GEN_SRCREV}" SRCREV_FORMAT =3D "imggen" =20 --=20 2.25.1
|
|
[master][PATCH 11/26] machine: Add am62xx evm configuration
Denys Dmytriyenko
From: Nishanth Menon <nm@...>
Lets add the basic AM62xx-evm configuration. - Add configurations. - Add firmware overrides. - Add u-boot overrides. - Update TI_LINUX_FW_SRCREV and K3_IMAGE_GEN_SRCREV to appropriate SHAs. Signed-off-by: Nishanth Menon <nm@...> Signed-off-by: Hari Nagalla <hnagalla@...> Signed-off-by: Praneeth Bajjuri <praneeth@...> Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf | 11 ++++++ meta-ti-bsp/conf/machine/am62xx-evm.conf | 11 ++++++ meta-ti-bsp/conf/machine/include/am62xx.inc | 17 +++++++++ .../recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 +- .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 18 +++++++++ meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 7 ++++ .../ti-rtos-bin/ti-rtos-firmware.bb | 38 ++++++++++++++++--- 7 files changed, 99 insertions(+), 7 deletions(-) create mode 100644 meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf create mode 100644 meta-ti-bsp/conf/machine/am62xx-evm.conf create mode 100644 meta-ti-bsp/conf/machine/include/am62xx.inc diff --git a/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf b/meta-ti-bsp/= conf/machine/am62xx-evm-k3r5.conf new file mode 100644 index 00000000..724a8d4a --- /dev/null +++ b/meta-ti-bsp/conf/machine/am62xx-evm-k3r5.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: AM62XX EVM (R5F) +#@DESCRIPTION: Machine configuration for the TI AM62xx EVM (R5F core) + +require conf/machine/include/k3r5.inc + +SYSFW_SOC =3D "am62x" +SYSFW_CONFIG =3D "evm" +SYSFW_SUFFIX =3D "gp" + +UBOOT_MACHINE =3D "am62x_evm_r5_defconfig" diff --git a/meta-ti-bsp/conf/machine/am62xx-evm.conf b/meta-ti-bsp/conf/= machine/am62xx-evm.conf new file mode 100644 index 00000000..0588d34c --- /dev/null +++ b/meta-ti-bsp/conf/machine/am62xx-evm.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: AM62XX EVM +#@DESCRIPTION: Machine configuration for the TI AM62XX EVM + +require conf/machine/include/am62xx.inc + +KERNEL_DEVICETREE =3D " \ + ti/k3-am625-sk.dtb \ +" + +UBOOT_MACHINE =3D "am62x_evm_a53_defconfig" diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/co= nf/machine/include/am62xx.inc new file mode 100644 index 00000000..f3bde639 --- /dev/null +++ b/meta-ti-bsp/conf/machine/include/am62xx.inc @@ -0,0 +1,17 @@ +require conf/machine/include/k3.inc +SOC_FAMILY:append =3D ":am62xx" + +MACHINE_FEATURES +=3D "screen touchscreen" + +SERIAL_CONSOLES =3D "115200;ttyS2" +SERIAL_CONSOLES_CHECK =3D "${SERIAL_CONSOLES}" + +# AM62 supports multi-certificate images, use the same +IMAGE_BOOT_FILES =3D "${IMAGE_BOOT_FILES_MULTI_CERT}" + +do_image_wic[mcdepends] =3D "mc::k3r5:ti-sci-fw:do_deploy" +do_image_tar[mcdepends] =3D "mc::k3r5:ti-sci-fw:do_deploy" + +TFA_BOARD =3D "lite" +OPTEEMACHINE =3D "k3-am65x" +OPTEEOUTPUTMACHINE =3D "k3" diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-t= i-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index faf998dd..a00df108 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -19,12 +19,12 @@ CADENCE_MHDP_FW_VERSION =3D "1.2.17" IMG_DEC_FW_VERSION =3D "1.0" CNM_WAVE521_FW_VERSION =3D "1.0.00" =20 -TI_LINUX_FW_SRCREV ?=3D "0f4905088d24e474063f33777559149e11538be5" +TI_LINUX_FW_SRCREV ?=3D "e13611ff1da6448d80279cc8c43b81cb2275cb0d" SRCREV =3D "${TI_LINUX_FW_SRCREV}" =20 BRANCH ?=3D "ti-linux-firmware" =20 -K3_IMAGE_GEN_SRCREV ?=3D "f1db75bdc506287a9d04b0afbbb3d853a0948179" +K3_IMAGE_GEN_SRCREV ?=3D "b0386fe221fc9124fda0cd2efb03d62710b1d90f" SRCREV_imggen =3D "${K3_IMAGE_GEN_SRCREV}" SRCREV_FORMAT =3D "imggen" =20 diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta-ti= -bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb index 33333e3c..530b25b8 100644 --- a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb @@ -6,6 +6,7 @@ DEPENDS:append:j7200-hs-evm-k3r5 =3D " virtual/bootloader= " DEPENDS:append:j721s2-evm-k3r5 =3D " virtual/bootloader" DEPENDS:append:am64xx-evm-k3r5 =3D " virtual/bootloader" DEPENDS:append:am64xx-hs-evm-k3r5 =3D " virtual/bootloader" +DEPENDS:append:am62xx-evm-k3r5 =3D " virtual/bootloader" =20 CLEANBROKEN =3D "1" PR =3D "${INC_PR}.2" @@ -29,6 +30,7 @@ SYSFW_PREFIX:j721e-hs-evm-k3r5-sr1-1 =3D "ti-fs-firmwar= e" SYSFW_PREFIX:j7200-evm-k3r5 =3D "ti-fs-firmware" SYSFW_PREFIX:j7200-hs-evm-k3r5 =3D "ti-fs-firmware" SYSFW_PREFIX:j721s2-evm-k3r5 =3D "ti-fs-firmware" +SYSFW_PREFIX:am62xx-evm-k3r5 =3D "ti-fs-firmware" =20 SYSFW_SUFFIX ?=3D "unknown" =20 @@ -63,6 +65,7 @@ EXTRA_OEMAKE:append:j7200-hs-evm-k3r5 =3D " SBL=3D"${ST= AGING_DIR_HOST}/boot/u-boot-s EXTRA_OEMAKE:append:j721s2-evm-k3r5 =3D " SBL=3D"${STAGING_DIR_HOST}/boo= t/u-boot-spl.bin"" EXTRA_OEMAKE:append:am64xx-evm-k3r5 =3D " SBL=3D"${STAGING_DIR_HOST}/boo= t/u-boot-spl.bin"" EXTRA_OEMAKE:append:am64xx-hs-evm-k3r5 =3D " SBL=3D"${STAGING_DIR_HOST}/= boot/u-boot-spl.bin"" +EXTRA_OEMAKE:append:am62xx-evm-k3r5 =3D " SBL=3D"${STAGING_DIR_HOST}/boo= t/u-boot-spl.bin"" =20 do_compile() { cd ${WORKDIR}/imggen/ @@ -170,4 +173,19 @@ do_deploy:am64xx-hs-evm-k3r5() { install -m 644 ${SYSFW_TISCI} ${DEPLOYDIR}/ } =20 +do_install:am62xx-evm-k3r5() { + install -d ${D}/boot + install -m 644 ${WORKDIR}/imggen/${UBOOT_BINARY} ${D}/boot/${UBOOT_IMAG= E} + ln -sf ${UBOOT_IMAGE} ${D}/boot/${UBOOT_SYMLINK} + ln -sf ${UBOOT_IMAGE} ${D}/boot/${UBOOT_BINARY} +} + +do_deploy:am62xx-evm-k3r5() { + install -d ${DEPLOYDIR} + install -m 644 ${WORKDIR}/imggen/${UBOOT_BINARY} ${DEPLOYDIR}/${UBOOT_I= MAGE} + ln -sf ${UBOOT_IMAGE} ${DEPLOYDIR}/${UBOOT_SYMLINK} + ln -sf ${UBOOT_IMAGE} ${DEPLOYDIR}/${UBOOT_BINARY} + install -m 644 ${SYSFW_TISCI} ${DEPLOYDIR}/ +} + addtask deploy before do_build after do_compile diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/r= ecipes-bsp/u-boot/u-boot-ti.inc index a5b24f49..c3c32f9c 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc @@ -41,6 +41,7 @@ PACKAGECONFIG[dm] =3D "DM=3D${STAGING_DIR_HOST}${nonarc= h_base_libdir}/firmware/pdk-i =20 PACKAGECONFIG:append:aarch64 =3D " atf optee" PACKAGECONFIG:append:j7 =3D " dm" +PACKAGECONFIG:append:am62xx =3D " dm" =20 COMPATIBLE_MACHINE =3D "(ti-soc)" =20 @@ -68,6 +69,7 @@ SPL_UART_BINARY:j7200-hs-evm-k3r5 =3D "u-boot-spl.bin" SPL_UART_BINARY:j721s2-evm-k3r5 =3D "u-boot-spl.bin" SPL_UART_BINARY:am64xx-evm-k3r5 =3D "u-boot-spl.bin" SPL_UART_BINARY:am64xx-hs-evm-k3r5 =3D "u-boot-spl.bin" +SPL_UART_BINARY:am62xx-evm-k3r5 =3D "u-boot-spl.bin" =20 SPL_UART_IMAGE ?=3D "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}" SPL_UART_SYMLINK ?=3D "${SPL_UART_BINARY}-${MACHINE}" @@ -293,4 +295,9 @@ do_deploy:append:am64xx-hs-evm-k3r5 () { mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || tru= e } =20 +do_deploy:append:am62xx-evm-k3r5 () { + mv ${DEPLOYDIR}/tiboot3.bin ${DEPLOYDIR}/tiboot3-r5spl.bin || true + mv ${DEPLOYDIR}/u-boot-spl.bin ${DEPLOYDIR}/u-boot-spl-r5spl.bin || tru= e +} + TOOLCHAIN =3D "gcc" diff --git a/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/met= a-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb index 03408528..f3912784 100644 --- a/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb +++ b/meta-ti-bsp/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb @@ -19,6 +19,7 @@ PLAT_SFX:j7200-hs-evm =3D "j7200" PLAT_SFX:j721s2-evm =3D "j721s2" PLAT_SFX:am65xx =3D "am65xx" PLAT_SFX:am64xx =3D "am64xx" +PLAT_SFX:am62xx =3D "am62xx" =20 FILESEXTRAPATHS:prepend :=3D "${METATIBASE}/recipes-bsp/ti-sci-fw/files/= :" require recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -50,11 +51,11 @@ DM_FIRMWARE =3D "ipc_echo_testb_mcu1_0_release_strip.= xer5f" =20 # J7 HS support do_install:prepend:j721e-hs-evm() { - export TI_SECURE_DEV_PKG=3D${TI_SECURE_DEV_PKG} - ( cd ${RTOS_DM_FW_DIR}; \ - mv ${DM_FIRMWARE} ${DM_FIRMWARE}.unsigned; \ - ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh ${DM_FIRMWARE}.uns= igned ${DM_FIRMWARE}; \ - ) + export TI_SECURE_DEV_PKG=3D${TI_SECURE_DEV_PKG} + ( cd ${RTOS_DM_FW_DIR}; \ + mv ${DM_FIRMWARE} ${DM_FIRMWARE}.unsigned; \ + ${TI_SECURE_DEV_PKG}/scripts/secure-binary-image.sh ${DM= _FIRMWARE}.unsigned ${DM_FIRMWARE}; \ + ) } =20 # J7 HS support @@ -77,6 +78,13 @@ do_install:prepend:am64xx() { ) } =20 +# Update the am62xx ipc binaries to be consistent with other platforms +do_install:prepend:am62xx() { + ( cd ${RTOS_IPC_FW_DIR}; \ + mv am62-mcu-m4f0_0-fw ipc_echo_baremetal_test_mcu2_0_rel= ease_strip.xer5f; \ + ) +} + #Install all R5 & DSP ipc echo test binaries in lib/firmware/pdk-ipc, wi= th softlinks up a level do_install() { : @@ -154,6 +162,13 @@ do_install:am64xx() { install -m 0644 ${RTOS_IPC_FW_DIR}/ipc_echo_baremetal_test_mcu3_0_re= lease_strip.xer5f ${LEGACY_IPC_FW_DIR} } =20 +do_install:am62xx() { + install -d ${LEGACY_IPC_FW_DIR} + install -m 0644 ${RTOS_IPC_FW_DIR}/ipc_echo_baremetal_test_mcu2_0_re= lease_strip.xer5f ${LEGACY_IPC_FW_DIR} + # DM Firmware + install -m 0644 ${RTOS_DM_FW_DIR}/ipc_echo_testb_mcu1_0_release_stri= p.xer5f ${LEGACY_DM_FW_DIR} +} + # Set up names for the firmwares ALTERNATIVE:${PN}:am65xx =3D "\ am65x-mcu-r5f0_0-fw \ @@ -167,6 +182,10 @@ ALTERNATIVE:${PN}:am64xx =3D "\ am64-main-r5f1_1-fw \ am64-mcu-m4f0_0-fw \ " +ALTERNATIVE:${PN}:am62xx =3D "\ + am62-mcu-m4f0_0-fw \ + am62-main-r5f0_0-fw \ + " =20 ALTERNATIVE:${PN}:j7 =3D "\ j7-mcu-r5f0_0-fw \ @@ -216,6 +235,9 @@ TARGET_MAIN_R5FSS1_0:am64xx =3D "am64-main-r5f1_0-fw" TARGET_MAIN_R5FSS1_1:am64xx =3D "am64-main-r5f1_1-fw" TARGET_MCU_M4FSS0_0:am64xx =3D "am64-mcu-m4f0_0-fw" =20 +TARGET_MAIN_R5FSS0_0:am62xx =3D "am62-main-r5f0_0-fw" +TARGET_MCU_M4FSS0_0:am62xx =3D "am62-mcu-m4f0_0-fw" + TARGET_MCU_R5FSS0_0:j7 =3D "j7-mcu-r5f0_0-fw" TARGET_MCU_R5FSS0_1:j7 =3D "j7-mcu-r5f0_1-fw" TARGET_MAIN_R5FSS0_0:j7 =3D "j7-main-r5f0_0-fw" @@ -254,6 +276,9 @@ ALTERNATIVE_LINK_NAME[am64-main-r5f1_0-fw] =3D "${non= arch_base_libdir}/firmware/${ ALTERNATIVE_LINK_NAME[am64-main-r5f1_1-fw] =3D "${nonarch_base_libdir}/f= irmware/${TARGET_MAIN_R5FSS1_1}" ALTERNATIVE_LINK_NAME[am64-mcu-m4f0_0-fw] =3D "${nonarch_base_libdir}/fi= rmware/${TARGET_MCU_M4FSS0_0}" =20 +ALTERNATIVE_LINK_NAME[am62-main-r5f0_0-fw] =3D "${nonarch_base_libdir}/f= irmware/${TARGET_MAIN_R5FSS0_0}" +ALTERNATIVE_LINK_NAME[am62-mcu-m4f0_0-fw] =3D "${nonarch_base_libdir}/fi= rmware/${TARGET_MCU_M4FSS0_0}" + ALTERNATIVE_LINK_NAME[j7-mcu-r5f0_0-fw] =3D "${nonarch_base_libdir}/firm= ware/${TARGET_MCU_R5FSS0_0}" ALTERNATIVE_LINK_NAME[j7-mcu-r5f0_1-fw] =3D "${nonarch_base_libdir}/firm= ware/${TARGET_MCU_R5FSS0_1}" ALTERNATIVE_LINK_NAME[j7-main-r5f0_0-fw] =3D "${nonarch_base_libdir}/fir= mware/${TARGET_MAIN_R5FSS0_0}" @@ -289,6 +314,9 @@ ALTERNATIVE_TARGET[am64-main-r5f1_0-fw] =3D "${nonarc= h_base_libdir}/firmware/pdk-i ALTERNATIVE_TARGET[am64-main-r5f1_1-fw] =3D "${nonarch_base_libdir}/firm= ware/pdk-ipc/ipc_echo_baremetal_test_mcu2_1_release_strip.xer5f" ALTERNATIVE_TARGET[am64-mcu-m4f0_0-fw] =3D "${nonarch_base_libdir}/firmw= are/pdk-ipc/ipc_echo_baremetal_test_mcu3_0_release_strip.xer5f" =20 +ALTERNATIVE_TARGET[am62-main-r5f0_0-fw] =3D "${nonarch_base_libdir}/firm= ware/pdk-ipc/ipc_echo_testb_mcu1_0_release_strip.xer5f" +ALTERNATIVE_TARGET[am62-mcu-m4f0_0-fw] =3D "${nonarch_base_libdir}/firmw= are/pdk-ipc/ipc_echo_baremetal_test_mcu2_0_release_strip.xer5f" + ALTERNATIVE_TARGET[j7-mcu-r5f0_0-fw] =3D "${nonarch_base_libdir}/firmwar= e/pdk-ipc/ipc_echo_testb_mcu1_0_release_strip.xer5f" ALTERNATIVE_TARGET[j7-mcu-r5f0_1-fw] =3D "${nonarch_base_libdir}/firmwar= e/pdk-ipc/ipc_echo_test_mcu1_1_release_strip.xer5f" ALTERNATIVE_TARGET[j7-main-r5f0_0-fw] =3D "${nonarch_base_libdir}/firmwa= re/ethfw/app_remoteswitchcfg_server_strip.xer5f" --=20 2.25.1
|
|
[master][PATCH 15/26] u-boot-ti: Use SRCREV to get short commit ID
Denys Dmytriyenko
From: Devarsh Thakkar <devarsht@...>
Due to recent security update in git, we are not able to fetch revision currently using existing method: https://github.blog/2022-04-12-git-security-vulnerability-announced/ So instead, use the SRCREV to parse the short commit ID and set the UBOOT_LOCALVERSION variable. Signed-off-by: Devarsh Thakkar <devarsht@...> Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/r= ecipes-bsp/u-boot/u-boot-ti.inc index c3c32f9c..5ddcaff7 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc @@ -1,14 +1,6 @@ # UBOOT_LOCALVERSION can be set to add a tag to the end of the # U-boot version string. such as the commit id -def get_git_revision(p): - import subprocess - - try: - return subprocess.Popen("git rev-parse HEAD 2>/dev/null ", cwd=3D= p, shell=3DTrue, stdout=3Dsubprocess.PIPE, universal_newlines=3DTrue).com= municate()[0].rstrip() - except OSError: - return None - -UBOOT_LOCALVERSION =3D "-g${@get_git_revision('${S}').__str__()[:10]}" +UBOOT_LOCALVERSION =3D "-g${@d.getVar("SRCREV", False).__str__()[:10]}" =20 UBOOT_SUFFIX ?=3D "img" SPL_BINARY ?=3D "MLO" --=20 2.25.1
|
|
[master][PATCH 05/26] u-boot-ti-staging: Bump to 08.02.00.004 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@...>
Updated the u-boot version for 08.02.00.004 Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb = b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index 701b802a..3cc3bc0c 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb @@ -2,8 +2,8 @@ require u-boot-ti.inc =20 LIC_FILES_CHKSUM =3D "file://Licenses/README;md5=3D5a7450c57ffe5ae63fd73= 2446b988025" =20 -PR =3D "r19" +PR =3D "r20" =20 BRANCH =3D "ti-u-boot-2021.01" =20 -SRCREV =3D "bd58b61277a189ee49e0d6e9fd03d52996685d98" +SRCREV =3D "0fc56d453ecf89632cfc89eec0a979f557b7d58a" --=20 2.25.1
|
|
[master][PATCH 23/26] u-boot-ti-staging: Bump to 08.03.00.002 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@...>
Updated the u-boot version for 08.03.00.002 Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb = b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index d7592b27..03c73112 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb @@ -2,8 +2,8 @@ require u-boot-ti.inc =20 LIC_FILES_CHKSUM =3D "file://Licenses/README;md5=3D5a7450c57ffe5ae63fd73= 2446b988025" =20 -PR =3D "r23" +PR =3D "r24" =20 BRANCH =3D "ti-u-boot-2021.01" =20 -SRCREV =3D "6355ef8b170bfea9390ca17ec11c0c9f3a7872eb" +SRCREV =3D "edbebb6447c16241031c21b47d27bd3484f78f42" --=20 2.25.1
|
|
[master][PATCH 24/26] linux-ti-staging: Bump to 08.03.00.002 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@...>
Updated the linux version for 08.03.00.002 Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/= meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb index c54890c4..d5c2c587 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -25,7 +25,7 @@ S =3D "${WORKDIR}/git" =20 BRANCH =3D "ti-linux-5.10.y" =20 -SRCREV =3D "3297d854f0fbdc7940878a5d5caa0bd823be5207" +SRCREV =3D "45b6d4fdf6550061582b89d0b794a1cc7c1dc4b2" PV =3D "5.10.109+git${SRCPV}" =20 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebu= ild --=20 2.25.1
|
|
[master][PATCH 09/26] ti-linux-fw: Bump to 08.02.00.005 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@...>
Updated the ti-linux-fw version for 08.02.00.005 Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- 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-t= i-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index fced78fd..faf998dd 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -19,7 +19,7 @@ CADENCE_MHDP_FW_VERSION =3D "1.2.17" IMG_DEC_FW_VERSION =3D "1.0" CNM_WAVE521_FW_VERSION =3D "1.0.00" =20 -TI_LINUX_FW_SRCREV ?=3D "8810faf0c51a80554150e185122e43bee1553c37" +TI_LINUX_FW_SRCREV ?=3D "0f4905088d24e474063f33777559149e11538be5" SRCREV =3D "${TI_LINUX_FW_SRCREV}" =20 BRANCH ?=3D "ti-linux-firmware" --=20 2.25.1
|
|
[master][PATCH 13/26] pru-icss_git.bb: update to PSSP v6.1.0
Denys Dmytriyenko
From: Nick Saulnier <nsaulnier@...>
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@...> Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- 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-ext= ras/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 =20 BRANCH =3D "master" SRC_URI =3D "git://git.ti.com/pru-software-support-package/pru-software-= support-package.git;protocol=3Dgit;branch=3D${BRANCH}" -SRCREV =3D "8eee431384b6a1a9c96ae91a8e99485176b4d2b3" +SRCREV =3D "ae1decf0b494b2904e6157e1379691ffc468f0cf" =20 -PV =3D "6.0.1" +PV =3D "6.1.0" PR =3D "r0" =20 require recipes-ti/includes/ti-paths.inc --=20 2.25.1
|
|
[master][PATCH 08/26] u-boot-ti-staging: Bump to 08.02.00.005 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@...>
Updated the u-boot version for 08.02.00.005 Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb = b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index 3cc3bc0c..2c8fa2bc 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb @@ -2,8 +2,8 @@ require u-boot-ti.inc =20 LIC_FILES_CHKSUM =3D "file://Licenses/README;md5=3D5a7450c57ffe5ae63fd73= 2446b988025" =20 -PR =3D "r20" +PR =3D "r21" =20 BRANCH =3D "ti-u-boot-2021.01" =20 -SRCREV =3D "0fc56d453ecf89632cfc89eec0a979f557b7d58a" +SRCREV =3D "993a48448c6458b2a5a6f612ba9a383a05183a4f" --=20 2.25.1
|
|
[master][PATCH 06/26] linux-ti-staging: Bump to 08.02.00.005 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@...>
Updated the linux version for 08.02.00.005 Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/= meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb index 8f1c7090..cf70ac31 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -23,7 +23,7 @@ S =3D "${WORKDIR}/git" =20 BRANCH =3D "ti-linux-5.10.y" =20 -SRCREV =3D "5a43918e31d3b89955ce1f8e2cf155a6deb7432e" +SRCREV =3D "7a7a3af903da2b2d551d058f8262a66e6b42b6b1" PV =3D "5.10.100+git${SRCPV}" =20 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebu= ild --=20 2.25.1
|
|
[master][PATCH 10/26] u-boot-ti-staging: Bump to 08.02.00.006 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@...>
Updated the u-boot version for 08.02.00.006 Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb = b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index 2c8fa2bc..5b13329f 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb @@ -2,8 +2,8 @@ require u-boot-ti.inc =20 LIC_FILES_CHKSUM =3D "file://Licenses/README;md5=3D5a7450c57ffe5ae63fd73= 2446b988025" =20 -PR =3D "r21" +PR =3D "r22" =20 BRANCH =3D "ti-u-boot-2021.01" =20 -SRCREV =3D "993a48448c6458b2a5a6f612ba9a383a05183a4f" +SRCREV =3D "44a87e3ab85c6d64044f0b5ad677008316baad70" --=20 2.25.1
|
|
[master][PATCH 04/26] linux-ti-staging-rt: Bump to 08.02.00.004 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@...>
Updated the linux rt version for 08.02.00.004 Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb= b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb index 5de1c918..f47b1bc3 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb @@ -6,5 +6,5 @@ FILESEXTRAPATHS:prepend :=3D "${THISDIR}/${PN}-5.10:" =20 BRANCH =3D "ti-rt-linux-5.10.y" =20 -SRCREV =3D "b975aee14750c395bf5251ba4042cb0be1afa206" +SRCREV =3D "8844ac0db67cf31b83b1b1b125baf1e637ef38d0" PV =3D "5.10.100+git${SRCPV}" --=20 2.25.1
|
|
[master][PATCH 01/26] conf: Enable bmap file for wic images on legacy platforms
Denys Dmytriyenko
From: Jonathan Humphreys <j-humphreys@...>
To allow a consistent experience across current devices, enable wic.bmap = file generation for AM3/4/5 images. Signed-off-by: Jonathan Humphreys <j-humphreys@...> Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/conf/machine/include/omap-a15.inc | 2 +- meta-ti-bsp/conf/machine/include/ti33x.inc | 2 +- meta-ti-bsp/conf/machine/include/ti43x.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/= conf/machine/include/omap-a15.inc index 9a2e0044..94ecab34 100644 --- a/meta-ti-bsp/conf/machine/include/omap-a15.inc +++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc @@ -49,7 +49,7 @@ UBI_VOLNAME =3D "rootfs" # List common SoC features, may need to add touchscreen for specific mac= hines MACHINE_FEATURES =3D "kernel26 apm usbgadget usbhost vfat ext2 screen al= sa ethernet gpu mmip dsp gc320" =20 -IMAGE_FSTYPES +=3D "tar.xz wic.xz" +IMAGE_FSTYPES +=3D "tar.xz wic.xz wic.bmap" WKS_FILE ?=3D "sdimage-2part.wks" IMAGE_BOOT_FILES ?=3D "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTL= INUX_BOOT_FILES}" do_image_wic[depends] +=3D "u-boot:do_deploy" diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/con= f/machine/include/ti33x.inc index 38b0b66e..083a24b6 100644 --- a/meta-ti-bsp/conf/machine/include/ti33x.inc +++ b/meta-ti-bsp/conf/machine/include/ti33x.inc @@ -61,7 +61,7 @@ EXTRA_IMAGEDEPENDS +=3D "virtual/bootloader" # List common SoC features, may need to add touchscreen for specific mac= hines MACHINE_FEATURES =3D "kernel26 apm usbgadget usbhost vfat ext2 alsa ethe= rnet gpu" =20 -IMAGE_FSTYPES +=3D "tar.xz wic.xz" +IMAGE_FSTYPES +=3D "tar.xz wic.xz wic.bmap" WKS_FILE ?=3D "sdimage-2part.wks" IMAGE_BOOT_FILES ?=3D "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTL= INUX_BOOT_FILES}" do_image_wic[depends] +=3D "virtual/bootloader:do_deploy" diff --git a/meta-ti-bsp/conf/machine/include/ti43x.inc b/meta-ti-bsp/con= f/machine/include/ti43x.inc index 2c3a3770..8757b545 100644 --- a/meta-ti-bsp/conf/machine/include/ti43x.inc +++ b/meta-ti-bsp/conf/machine/include/ti43x.inc @@ -61,7 +61,7 @@ EXTRA_IMAGEDEPENDS +=3D "u-boot" # List common SoC features, may need to add touchscreen for specific mac= hines MACHINE_FEATURES =3D "kernel26 apm usbgadget usbhost vfat ext2 screen al= sa ethernet gpu" =20 -IMAGE_FSTYPES +=3D "tar.xz wic.xz" +IMAGE_FSTYPES +=3D "tar.xz wic.xz wic.bmap" WKS_FILE ?=3D "sdimage-2part.wks" IMAGE_BOOT_FILES ?=3D "${SPL_BINARY} u-boot.${UBOOT_SUFFIX} ${UBOOT_EXTL= INUX_BOOT_FILES}" do_image_wic[depends] +=3D "u-boot:do_deploy" --=20 2.25.1
|
|
[master][PATCH 02/26] ti-sgx-ddk-um: avoid unnecessary dependency on -dev package
Denys Dmytriyenko
From: Matthias Schiffer <matthias.schiffer@...>
ti-sgx-ddk-um's do_install creates a symlink libGLESv2.so.1 to libGLESv2.so. As this symlink will be installed to ti-sgx-ddk-um, but its target libGLESv2.so is in ti-sgx-ddk-um-dev, the automated dependency analysis will add ti-sgx-ddk-um-dev to ti-sgx-ddk-um's RDEPENDS. This will pull in a large number of other -dev packages through RDEPENDS and RRECOMMENDS in turn. Avoid this by having libGLESv2.so.1 point to libGLESv2.so.2 instead of libGLESv2.so, so the symlink's target is in ti-sgx-ddk-um as well. Signed-off-by: Matthias Schiffer <matthias.schiffer@...> Reviewed-by: Denys Dmytriyenko <denys@...> Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- .../recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948= 957.bb b/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.= bb index f4c71d25..d0edf1fe 100644 --- a/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb +++ b/meta-ti-bsp/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb @@ -54,7 +54,7 @@ S =3D "${WORKDIR}/git" =20 do_install () { oe_runmake install DESTDIR=3D${D} TARGET_PRODUCT=3D${TARGET_PRODUCT} - ln -sf libGLESv2.so ${D}${libdir}/libGLESv2.so.1 + ln -sf libGLESv2.so.2 ${D}${libdir}/libGLESv2.so.1 =20 chown -R root:root ${D} } --=20 2.25.1
|
|
[master][PATCH 03/26] linux-ti-staging: Bump to 08.02.00.004 release
Denys Dmytriyenko
From: Ryan Eatmon <reatmon@...>
Updated the linux version for 08.02.00.004 Signed-off-by: Ryan Eatmon <reatmon@...> Signed-off-by: Denys Dmytriyenko <denys@...> --- meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/= meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb index 6ca3db54..8f1c7090 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -23,7 +23,7 @@ S =3D "${WORKDIR}/git" =20 BRANCH =3D "ti-linux-5.10.y" =20 -SRCREV =3D "4a12bec7d3f438ce9407e4ba9b2ec883729558a5" +SRCREV =3D "5a43918e31d3b89955ce1f8e2cf155a6deb7432e" PV =3D "5.10.100+git${SRCPV}" =20 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebu= ild --=20 2.25.1
|
|