* [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new dtb for GESI
@ 2022-07-01 16:12 Ryan Eatmon
2022-07-01 16:30 ` Denys Dmytriyenko
2025-08-13 23:25 ` [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new PRC Automation
0 siblings, 2 replies; 4+ messages in thread
From: Ryan Eatmon @ 2022-07-01 16:12 UTC (permalink / raw)
To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago
The following commits in ti-linux-5.10.y kernel has introduced a new dtb.
commit: 9b05b2a89ff ("arm64: dts: ti: Add overlay for GESI to enable main CPSW2G in J721S2")
This patch on j721s2 conf is to include the new dtb.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
conf/machine/j721s2-evm.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/conf/machine/j721s2-evm.conf b/conf/machine/j721s2-evm.conf
index e5ed0b73..b224ce7b 100644
--- a/conf/machine/j721s2-evm.conf
+++ b/conf/machine/j721s2-evm.conf
@@ -13,6 +13,7 @@ OPTEE_K3_USART = "0x8"
KERNEL_DEVICETREE = " \
ti/k3-j721s2-common-proc-board.dtb \
+ ti/k3-j721s2-gesi-exp-board.dtb \
"
UBOOT_MACHINE = "j721s2_evm_a72_defconfig"
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new dtb for GESI
2022-07-01 16:12 [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new dtb for GESI Ryan Eatmon
@ 2022-07-01 16:30 ` Denys Dmytriyenko
2022-07-01 17:34 ` Ryan Eatmon
2025-08-13 23:25 ` [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new PRC Automation
1 sibling, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2022-07-01 16:30 UTC (permalink / raw)
To: reatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago
1. wrong list - should go to meta-ti
2. kernel commit says "overlay" - should this be .dtbo, not .dtb?
On Fri, Jul 01, 2022 at 11:12:37AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> The following commits in ti-linux-5.10.y kernel has introduced a new dtb.
>
> commit: 9b05b2a89ff ("arm64: dts: ti: Add overlay for GESI to enable main CPSW2G in J721S2")
>
> This patch on j721s2 conf is to include the new dtb.
>
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
> conf/machine/j721s2-evm.conf | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/conf/machine/j721s2-evm.conf b/conf/machine/j721s2-evm.conf
> index e5ed0b73..b224ce7b 100644
> --- a/conf/machine/j721s2-evm.conf
> +++ b/conf/machine/j721s2-evm.conf
> @@ -13,6 +13,7 @@ OPTEE_K3_USART = "0x8"
>
> KERNEL_DEVICETREE = " \
> ti/k3-j721s2-common-proc-board.dtb \
> + ti/k3-j721s2-gesi-exp-board.dtb \
> "
>
> UBOOT_MACHINE = "j721s2_evm_a72_defconfig"
> --
> 2.17.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new dtb for GESI
2022-07-01 16:30 ` Denys Dmytriyenko
@ 2022-07-01 17:34 ` Ryan Eatmon
0 siblings, 0 replies; 4+ messages in thread
From: Ryan Eatmon @ 2022-07-01 17:34 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago
You are correct on both counts. I will fix.
On 7/1/2022 11:30, Denys Dmytriyenko wrote:
> 1. wrong list - should go to meta-ti
> 2. kernel commit says "overlay" - should this be .dtbo, not .dtb?
>
>
> On Fri, Jul 01, 2022 at 11:12:37AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
>> The following commits in ti-linux-5.10.y kernel has introduced a new dtb.
>>
>> commit: 9b05b2a89ff ("arm64: dts: ti: Add overlay for GESI to enable main CPSW2G in J721S2")
>>
>> This patch on j721s2 conf is to include the new dtb.
>>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>> conf/machine/j721s2-evm.conf | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/conf/machine/j721s2-evm.conf b/conf/machine/j721s2-evm.conf
>> index e5ed0b73..b224ce7b 100644
>> --- a/conf/machine/j721s2-evm.conf
>> +++ b/conf/machine/j721s2-evm.conf
>> @@ -13,6 +13,7 @@ OPTEE_K3_USART = "0x8"
>>
>> KERNEL_DEVICETREE = " \
>> ti/k3-j721s2-common-proc-board.dtb \
>> + ti/k3-j721s2-gesi-exp-board.dtb \
>> "
>>
>> UBOOT_MACHINE = "j721s2_evm_a72_defconfig"
>> --
>> 2.17.1
--
Ryan Eatmon reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc. - LCPD - MGTS
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new
2022-07-01 16:12 [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new dtb for GESI Ryan Eatmon
2022-07-01 16:30 ` Denys Dmytriyenko
@ 2025-08-13 23:25 ` PRC Automation
1 sibling, 0 replies; 4+ messages in thread
From: PRC Automation @ 2025-08-13 23:25 UTC (permalink / raw)
To: Ryan Eatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago
meta-arago / na / 20220701161237.10497-1-reatmon
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: FAIL
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new dtb for GESI
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Fri, 1 Jul 2022 11:12:37 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: ce85f15c18776edd7dae6c1fddc9ceda91b5207f
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202508010100
- Commit SHA: 644f8b47f0eef26bda636717f5838871ec67d138
Patches
----------------------------------------
FAIL - [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new dtb for GESI
Applying: conf: machine: j721s2: add new dtb for GESI
Patch failed at 0001 conf: machine: j721s2: add new dtb for GESI
error: conf/machine/j721s2-evm.conf: does not exist in index
dunfell
=====================
Summary:
- Patch Series: [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new dtb for GESI
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Fri, 1 Jul 2022 11:12:37 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: ce85f15c18776edd7dae6c1fddc9ceda91b5207f
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: dunfell
- Commit Author: Randolph Sapp <rs@ti.com>
- Commit Subject: meta-arago-distro: linux-firmware: remove cadence firmware
- Commit SHA: 86d19ced20934c8383c8a39f88d97c72e7e929ee
Patches
----------------------------------------
FAIL - [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new dtb for GESI
error: conf/machine/j721s2-evm.conf: does not exist in index
Applying: conf: machine: j721s2: add new dtb for GESI
Patch failed at 0001 conf: machine: j721s2: add new dtb for GESI
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-13 23:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-01 16:12 [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new dtb for GESI Ryan Eatmon
2022-07-01 16:30 ` Denys Dmytriyenko
2022-07-01 17:34 ` Ryan Eatmon
2025-08-13 23:25 ` [meta-arago][master/dunfell][PATCH] conf: machine: j721s2: add new PRC Automation
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.