From patchwork Fri Apr 7 20:36:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 22390 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB0F2C77B70 for ; Fri, 7 Apr 2023 20:37:03 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.405.1680899814248246286 for ; Fri, 07 Apr 2023 13:36:54 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 8C7D840C5D; Fri, 7 Apr 2023 20:36:53 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G79BjCbIMto1; Fri, 7 Apr 2023 20:36:53 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 4E04640031; Fri, 7 Apr 2023 20:36:51 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id A845B1637FA; Fri, 7 Apr 2023 16:36:12 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: Denys Dmytriyenko , Robert Nelson Subject: [master/kirkstone][PATCH 1/5] linux-bb.org: update to 5.10.162 and dedicated branches Date: Fri, 7 Apr 2023 20:36:32 +0000 Message-Id: <20230407203636.3265548-2-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230407203636.3265548-1-denis@denix.org> References: <20230407203636.3265548-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 07 Apr 2023 20:37:03 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/16327 From: Denys Dmytriyenko * Update both 32 and 64-bit trees to 5.10.162 * Switch from using a common branch that gets periodically rebased to using dedicated per-merge branches * Patch 32-bit defconfig to use LZMA compression instead of LZO, that is being deprecated in OE-Core Cc: Robert Nelson Signed-off-by: Denys Dmytriyenko --- ...h-default-kernel-compression-to-LZMA.patch | 30 +++++++++++++++++++ .../recipes-kernel/linux/linux-bb.org_git.bb | 18 ++++++----- 2 files changed, 40 insertions(+), 8 deletions(-) create mode 100644 meta-ti-bsp/recipes-kernel/linux/linux-bb.org/0001-defconfig-switch-default-kernel-compression-to-LZMA.patch diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org/0001-defconfig-switch-default-kernel-compression-to-LZMA.patch b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org/0001-defconfig-switch-default-kernel-compression-to-LZMA.patch new file mode 100644 index 00000000..f6bff39f --- /dev/null +++ b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org/0001-defconfig-switch-default-kernel-compression-to-LZMA.patch @@ -0,0 +1,30 @@ +From 0ccadc7a676341bbd66eb176308c7c59931e9dd2 Mon Sep 17 00:00:00 2001 +From: Denys Dmytriyenko +Date: Fri, 7 Apr 2023 01:44:56 +0000 +Subject: [PATCH] defconfig: switch default kernel compression to LZMA + +LZO compression and lzop tool haven't been maintained for long time and have +been removed in recent versions of OE-Core, even though Debian may still use +them. Switch to LZMA compression that is used by default in TI kernel config. + +Upstream-Status: Inappropriate [OE-specific] + +Signed-off-by: Denys Dmytriyenko +--- + arch/arm/configs/bb.org_defconfig | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/arch/arm/configs/bb.org_defconfig b/arch/arm/configs/bb.org_defconfig +index 6bf0fb860683..7c035735172d 100644 +--- a/arch/arm/configs/bb.org_defconfig ++++ b/arch/arm/configs/bb.org_defconfig +@@ -1,5 +1,5 @@ + # CONFIG_LOCALVERSION_AUTO is not set +-CONFIG_KERNEL_LZO=y ++CONFIG_KERNEL_LZMA=y + CONFIG_SYSVIPC=y + CONFIG_POSIX_MQUEUE=y + CONFIG_NO_HZ_IDLE=y +-- +2.25.1 + diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb index 2c459ce5..19664ba8 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb @@ -15,18 +15,20 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} ${EXTRA_DTC_ARGS}" S = "${WORKDIR}/git" -# 5.10.145 version -SRCREV = "9b11aaf2cdb1861ca74dc69d032a0f94cdd32bd6" -PV = "5.10.145+git${SRCPV}" -BRANCH = "5.10" +# 5.10.162 version for 32-bit +SRCREV:armv7a = "982fde4eb381f98ec8be946e8d33dd0c9f9416ab" +PV:armv7a = "5.10.162+git${SRCPV}" +BRANCH:armv7a = "v5.10.162-ti-r59" -# 5.10.153 version -SRCREV:k3 = "11ebcc09f32669fac8254dff56d500f86c4c2caf" -PV:k3 = "5.10.153+git${SRCPV}" -BRANCH:k3 = "5.10-arm64" +# 5.10.162 version for 64-bit +SRCREV:aarch64 = "a2f5d5746b6c389e58d20fda0a0fa88403da428b" +PV:aarch64 = "5.10.162+git${SRCPV}" +BRANCH:aarch64 = "v5.10.162-ti-arm64-r99" SRC_URI = "git://github.com/beagleboard/linux.git;protocol=https;branch=${BRANCH}" +SRC_URI:append:armv7a = " file://0001-defconfig-switch-default-kernel-compression-to-LZMA.patch" + DEFCONFIG_NAME = "bb.org_defconfig" KERNEL_CONFIG_COMMAND = "oe_runmake -C ${S} O=${B} ${DEFCONFIG_NAME}" From patchwork Fri Apr 7 20:36:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 22391 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id AA073C77B71 for ; Fri, 7 Apr 2023 20:37:03 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.406.1680899814342193590 for ; Fri, 07 Apr 2023 13:36:54 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 72FB940C6B; Fri, 7 Apr 2023 20:36:53 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mIlayHuKWAnI; Fri, 7 Apr 2023 20:36:53 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 552A640C52; Fri, 7 Apr 2023 20:36:51 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id B41A21637FC; Fri, 7 Apr 2023 16:36:12 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: Denys Dmytriyenko , Robert Nelson Subject: [master/kirkstone][PATCH 2/5] u-boot-bb.org: use dedicated branch for beaglebone-ai64 Date: Fri, 7 Apr 2023 20:36:33 +0000 Message-Id: <20230407203636.3265548-3-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230407203636.3265548-1-denis@denix.org> References: <20230407203636.3265548-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 07 Apr 2023 20:37:03 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/16328 From: Denys Dmytriyenko Use dedicated branch for BB-AI64 that includes recent changes for new memory part. Cc: Robert Nelson Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb index bdc40c0f..579b5570 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb @@ -12,3 +12,8 @@ UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git" UBOOT_GIT_PROTOCOL = "https" BRANCH = "v2021.01-ti-08.05.00.005-SDK-8.5" SRCREV = "46ff4982b41067e5c93369bddd49b1541856d80b" + +BRANCH:beaglebone-ai64 = "v2021.01-ti-08.05.00.001" +BRANCH:beaglebone-ai64-k3r5 = "v2021.01-ti-08.05.00.001" +SRCREV:beaglebone-ai64 = "ea96725b5156135d5875415f75d2188f6f56622a" +SRCREV:beaglebone-ai64-k3r5 = "ea96725b5156135d5875415f75d2188f6f56622a" From patchwork Fri Apr 7 20:36:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 22388 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91090C77B6E for ; Fri, 7 Apr 2023 20:37:03 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web11.407.1680899814367533811 for ; Fri, 07 Apr 2023 13:36:54 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 7754140CA5; Fri, 7 Apr 2023 20:36:53 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k1h54Qd7Plht; Fri, 7 Apr 2023 20:36:53 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 566A640C5D; Fri, 7 Apr 2023 20:36:51 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id BF9281637FD; Fri, 7 Apr 2023 16:36:12 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: Denys Dmytriyenko , Robert Nelson Subject: [master/kirkstone][PATCH 3/5] beaglebone-ai64: add new DTBOs, remove duplicate settings Date: Fri, 7 Apr 2023 20:36:34 +0000 Message-Id: <20230407203636.3265548-4-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230407203636.3265548-1-denis@denix.org> References: <20230407203636.3265548-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 07 Apr 2023 20:37:03 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/16329 From: Denys Dmytriyenko * 5.10.162 added 2 new DT overlays * Remove duplicate settings that are already set in SoC config Cc: Robert Nelson Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/beaglebone-ai64.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf index 6e8c863c..94439911 100644 --- a/meta-ti-bsp/conf/machine/beaglebone-ai64.conf +++ b/meta-ti-bsp/conf/machine/beaglebone-ai64.conf @@ -18,6 +18,7 @@ ti/k3-j721e-beagleboneai64.dtb \ ti/k3-j721e-beagleboneai64-no-shared-mem.dtb \ ti/k3-j721e-common-proc-board.dtb \ ti/k3-j721e-common-proc-board-infotainment.dtbo \ +ti/k3-j721e-common-proc-board-uarts.dtbo \ ti/k3-j721e-cpb-csi2-ov5640.dtbo \ ti/k3-j721e-fpdlink-cpb-fusion.dtbo \ ti/k3-j721e-fpdlink-imx390-cm-0-0.dtbo \ @@ -64,6 +65,7 @@ ti/overlays/BONE-PWM1.dtbo \ ti/overlays/BONE-PWM2.dtbo \ ti/overlays/BONE-SPI0_0.dtbo \ ti/overlays/BONE-SPI0_1.dtbo \ +ti/overlays/BONE-SPI1_0.dtbo \ ti/overlays/BONE-UART1.dtbo \ ti/overlays/BONE-USB0-host.dtbo \ ti/overlays/J721E-PRU-UIO-00A0.dtbo \ @@ -71,9 +73,5 @@ ti/overlays/k3-j721e-beagleboneai64-RPi-7inch-panel.dtbo \ ti/overlays/robotics-cape.dtbo \ " -IMAGE_BOOT_FILES += "sysfw.itb" - MACHINE_GUI_CLASS = "bigscreen" -MACHINE_FEATURES += "screen" - MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree kernel-image-image" From patchwork Fri Apr 7 20:36:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 22389 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9014DC77B6C for ; Fri, 7 Apr 2023 20:37:03 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.421.1680899814374425507 for ; Fri, 07 Apr 2023 13:36:54 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 8233740C52; Fri, 7 Apr 2023 20:36:53 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i1ioPdcBjipI; Fri, 7 Apr 2023 20:36:53 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 5898440C60; Fri, 7 Apr 2023 20:36:51 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id C1F8F1637FE; Fri, 7 Apr 2023 16:36:12 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: Denys Dmytriyenko , Robert Nelson Subject: [master/kirkstone][PATCH 4/5] machine: beagleplay: add new BeaglePlay platform Date: Fri, 7 Apr 2023 20:36:35 +0000 Message-Id: <20230407203636.3265548-5-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230407203636.3265548-1-denis@denix.org> References: <20230407203636.3265548-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 07 Apr 2023 20:37:03 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/16326 From: Denys Dmytriyenko * Add configs for BeaglePlay Cortex-A53 and Cortex-R5F cores (am62xx SoC family) * Uses corresponding linux-bb.org and u-boot-bb.org recipes * U-boot for now uses a separate branch for BeaglePlay Cc: Robert Nelson Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/beagleplay-k3r5.conf | 14 ++++ meta-ti-bsp/conf/machine/beagleplay.conf | 70 +++++++++++++++++++ .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 1 + .../recipes-bsp/u-boot/u-boot-bb.org_git.bb | 5 ++ 4 files changed, 90 insertions(+) create mode 100644 meta-ti-bsp/conf/machine/beagleplay-k3r5.conf create mode 100644 meta-ti-bsp/conf/machine/beagleplay.conf diff --git a/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf new file mode 100644 index 00000000..c40615c9 --- /dev/null +++ b/meta-ti-bsp/conf/machine/beagleplay-k3r5.conf @@ -0,0 +1,14 @@ +#@TYPE: Machine +#@NAME: BeaglePlay (R5F) +#@DESCRIPTION: Machine configuration for the BeaglePlay (R5F core) + +require conf/machine/include/k3r5.inc + +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" +PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" + +SYSFW_SOC = "am62x" +SYSFW_CONFIG = "evm" +SYSFW_SUFFIX = "gp" + +UBOOT_MACHINE = "am62x_evm_r5_defconfig" diff --git a/meta-ti-bsp/conf/machine/beagleplay.conf b/meta-ti-bsp/conf/machine/beagleplay.conf new file mode 100644 index 00000000..e8d25cd9 --- /dev/null +++ b/meta-ti-bsp/conf/machine/beagleplay.conf @@ -0,0 +1,70 @@ +#@TYPE: Machine +#@NAME: BeaglePlay (A53) +#@DESCRIPTION: Machine configuration for the BeaglePlay board (A53 core) + +require conf/machine/include/k3.inc +SOC_FAMILY:append = ":am62xx" + +MACHINE_FEATURES += "screen gpu" + +SERIAL_CONSOLES = "115200;ttyS2" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" + +PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" + +TFA_BOARD = "lite" +TFA_K3_SYSTEM_SUSPEND = "1" + +OPTEEMACHINE = "k3-am62x" + +UBOOT_MACHINE = "am62x_evm_a53_defconfig" + +PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" +PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" + +KERNEL_DEVICETREE = " \ +ti/k3-am625-beagleplay.dtb \ +ti/k3-am625-sk-csi2-ov5640.dtbo \ +ti/k3-am625-sk-csi2-tevi-ov5640.dtbo \ +ti/k3-am625-sk.dtb \ +ti/k3-am625-sk-ecap-capture.dtbo \ +ti/k3-am625-skeleton.dtb \ +ti/k3-am625-sk-hdmi-audio.dtbo \ +ti/k3-am625-sk-lpmdemo.dtb \ +ti/k3-am625-sk-mcan.dtbo \ +ti/k3-am625-sk-oldi-panel.dtbo \ +ti/k3-am625-sk-qspi-flash.dtbo \ +ti/k3-am625-sk-rpi-hdr-pwm.dtbo \ +ti/k3-am625-sk-rpi-hdr-spi.dtbo \ +ti/overlays/BBAI64-CSI0-imx219.dtbo \ +ti/overlays/BBAI64-CSI1-imx219.dtbo \ +ti/overlays/BBAI64-DSI-RPi-7inch-panel.dtbo \ +ti/overlays/BBAI64-P8_37-ehrpwm5_a.dtbo \ +ti/overlays/BBAI64-P9_25-ehrpwm4_b.dtbo \ +ti/overlays/BB-I2C2-MPU6050.dtbo \ +ti/overlays/BBORG_LOAD-00A2.dtbo \ +ti/overlays/BBORG_RELAY-00A2.dtbo \ +ti/overlays/BBORG_SERVO-00A2.dtbo \ +ti/overlays/BONE-FAN.dtbo \ +ti/overlays/BONE-I2C1.dtbo \ +ti/overlays/BONE-I2C2.dtbo \ +ti/overlays/BONE-I2C3.dtbo \ +ti/overlays/BONE-LED_P8_03.dtbo \ +ti/overlays/BONE-LED_P9_11.dtbo \ +ti/overlays/BONE-PWM0.dtbo \ +ti/overlays/BONE-PWM1.dtbo \ +ti/overlays/BONE-PWM2.dtbo \ +ti/overlays/BONE-SPI0_0.dtbo \ +ti/overlays/BONE-SPI0_1.dtbo \ +ti/overlays/BONE-SPI1_0.dtbo \ +ti/overlays/BONE-UART1.dtbo \ +ti/overlays/BONE-USB0-host.dtbo \ +ti/overlays/k3-am625-beagleplay-bcfserial-no-firmware.dtbo \ +ti/overlays/k3-am625-beagleplay-csi2-ov5640.dtbo \ +ti/overlays/k3-am625-beagleplay-lt-lcd185.dtbo \ +ti/overlays/robotics-cape.dtbo \ +" + +MACHINE_GUI_CLASS = "bigscreen" +MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree kernel-image-image" 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 31b2910a..cde768df 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 @@ -42,6 +42,7 @@ SYSFW_PREFIX:j784s4-hs-evm-k3r5 = "fs" SYSFW_PREFIX:am62xx-evm-k3r5-gp = "fs" SYSFW_PREFIX:am62xx-evm-k3r5-hs-se = "fs" SYSFW_PREFIX:am62xx-evm-k3r5-hs-fs = "fs" +SYSFW_PREFIX:beagleplay-k3r5 = "fs" SYSFW_PREFIX:am62xx-lp-evm-k3r5 = "fs" SYSFW_PREFIX:am62xx-lp-evm-k3r5-hs-se = "fs" SYSFW_PREFIX:am62xx-lp-evm-k3r5-hs-fs = "fs" diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb index 579b5570..4e4688aa 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb @@ -17,3 +17,8 @@ BRANCH:beaglebone-ai64 = "v2021.01-ti-08.05.00.001" BRANCH:beaglebone-ai64-k3r5 = "v2021.01-ti-08.05.00.001" SRCREV:beaglebone-ai64 = "ea96725b5156135d5875415f75d2188f6f56622a" SRCREV:beaglebone-ai64-k3r5 = "ea96725b5156135d5875415f75d2188f6f56622a" + +BRANCH:beagleplay = "v2021.01-ti-BeaglePlay-Release" +BRANCH:beagleplay-k3r5 = "v2021.01-ti-BeaglePlay-Release" +SRCREV:beagleplay = "f036fbdc25941d7585182d2552c767edb9b04114" +SRCREV:beagleplay-k3r5 = "f036fbdc25941d7585182d2552c767edb9b04114" From patchwork Fri Apr 7 20:36:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 22392 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8A31C76196 for ; Fri, 7 Apr 2023 20:37:03 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.422.1680899815382080642 for ; Fri, 07 Apr 2023 13:36:55 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id B8DDB40C52; Fri, 7 Apr 2023 20:36:54 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C3eWna17-HDz; Fri, 7 Apr 2023 20:36:54 +0000 (UTC) Received: from mail.denix.org (pool-100-15-88-116.washdc.fios.verizon.net [100.15.88.116]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 9B78940C46; Fri, 7 Apr 2023 20:36:52 +0000 (UTC) Received: from thorin.denix (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id CF2D41637FF; Fri, 7 Apr 2023 16:36:12 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: Denys Dmytriyenko , Robert Nelson Subject: [master/kirkstone][PATCH 5/5] machine: switch beaglebone and beagle-x15 to bb.org kernel/u-boot Date: Fri, 7 Apr 2023 20:36:36 +0000 Message-Id: <20230407203636.3265548-6-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230407203636.3265548-1-denis@denix.org> References: <20230407203636.3265548-1-denis@denix.org> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 07 Apr 2023 20:37:03 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/16330 From: Denys Dmytriyenko Switch 32-bit beaglebone and beagle-x15 platforms to use linux-bb.org and u-boot-bb.org recipes for simplicity and for additional Beagle-specific features that are added on top of TI reference kernel, such as dynamic management of capes and other OOBE enhancements. Cc: Robert Nelson Signed-off-by: Denys Dmytriyenko --- meta-ti-bsp/conf/machine/beagle-x15.conf | 4 ++++ meta-ti-bsp/conf/machine/beaglebone.conf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/meta-ti-bsp/conf/machine/beagle-x15.conf b/meta-ti-bsp/conf/machine/beagle-x15.conf index 8efd6e60..fb52245b 100644 --- a/meta-ti-bsp/conf/machine/beagle-x15.conf +++ b/meta-ti-bsp/conf/machine/beagle-x15.conf @@ -4,6 +4,10 @@ require conf/machine/include/am57xx.inc +PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" +PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" + KERNEL_DEVICETREE_PREFIX = "am57xx-beagle-x15" KERNEL_DEVICETREE = " \ diff --git a/meta-ti-bsp/conf/machine/beaglebone.conf b/meta-ti-bsp/conf/machine/beaglebone.conf index 2a8dc6d7..dceef1db 100644 --- a/meta-ti-bsp/conf/machine/beaglebone.conf +++ b/meta-ti-bsp/conf/machine/beaglebone.conf @@ -4,6 +4,10 @@ require conf/machine/include/ti33x.inc +PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-bb.org" +PREFERRED_PROVIDER_u-boot = "u-boot-bb.org" + KERNEL_DEVICETREE_PREFIX = "am335x-bone" KERNEL_DEVICETREE = " \