public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1] toradex: verdin-am62: sync rm-cfg with SDK 11.01.05.03 baseline
@ 2025-10-28 15:10 Vitor Soares
  2025-10-30 10:15 ` Francesco Dolcini
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vitor Soares @ 2025-10-28 15:10 UTC (permalink / raw)
  To: Francesco Dolcini, Tom Rini; +Cc: Vitor Soares, u-boot, ivitro

From: Vitor Soares <vitor.soares@toradex.com>

Update the resource management configuration (rm-cfg.yaml) to align
with the default configuration provided in TI's AM62xx Processor SDK
Linux version 11.01.05.03, generated using the K3 Resource Partitioning
Tool.

This matches the configuration from board/ti/am62x/rm-cfg.yaml and the
notable change is the sharing of MCU GPIO interrupts between DM R5 and
A53 cores, and reservation of an additional virtual interrupt and event
for TIFS usage.

Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
---
 board/toradex/verdin-am62/rm-cfg.yaml | 26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)

diff --git a/board/toradex/verdin-am62/rm-cfg.yaml b/board/toradex/verdin-am62/rm-cfg.yaml
index e4221f82f924..ea5f2423cf3d 100644
--- a/board/toradex/verdin-am62/rm-cfg.yaml
+++ b/board/toradex/verdin-am62/rm-cfg.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0+
-# Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
+# Copyright (C) 2022-2025 Texas Instruments Incorporated - https://www.ti.com/
 #
-# Resource management configuration for AM62
+# Resource management configuration for AM62X
 #
 
 ---
@@ -244,7 +244,7 @@ rm-cfg:
             subhdr:
                 magic: 0x7B25
                 size: 8
-            resasg_entries_size: 960
+            resasg_entries_size: 976
             reserved: 0
     resasg_entries:
         -
@@ -285,10 +285,22 @@ rm-cfg:
             reserved: 0
         -
             start_resource: 0
-            num_resource: 4
+            num_resource: 2
             type: 320
             host_id: 12
             reserved: 0
+        -
+            start_resource: 2
+            num_resource: 2
+            type: 320
+            host_id: 35
+            reserved: 0
+        -
+            start_resource: 2
+            num_resource: 2
+            type: 320
+            host_id: 36
+            reserved: 0
         -
             start_resource: 4
             num_resource: 4
@@ -501,13 +513,13 @@ rm-cfg:
             reserved: 0
         -
             start_resource: 44
-            num_resource: 36
+            num_resource: 35
             type: 1802
             host_id: 35
             reserved: 0
         -
             start_resource: 44
-            num_resource: 36
+            num_resource: 35
             type: 1802
             host_id: 36
             reserved: 0
@@ -543,7 +555,7 @@ rm-cfg:
             reserved: 0
         -
             start_resource: 909
-            num_resource: 627
+            num_resource: 626
             type: 1805
             host_id: 128
             reserved: 0
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] toradex: verdin-am62: sync rm-cfg with SDK 11.01.05.03 baseline
  2025-10-28 15:10 [PATCH v1] toradex: verdin-am62: sync rm-cfg with SDK 11.01.05.03 baseline Vitor Soares
@ 2025-10-30 10:15 ` Francesco Dolcini
  2025-11-03  6:00 ` Anshul Dalal
  2025-11-07 21:34 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Francesco Dolcini @ 2025-10-30 10:15 UTC (permalink / raw)
  To: Vitor Soares; +Cc: Francesco Dolcini, Tom Rini, Vitor Soares, u-boot

On Tue, Oct 28, 2025 at 03:10:11PM +0000, Vitor Soares wrote:
> From: Vitor Soares <vitor.soares@toradex.com>
> 
> Update the resource management configuration (rm-cfg.yaml) to align
> with the default configuration provided in TI's AM62xx Processor SDK
> Linux version 11.01.05.03, generated using the K3 Resource Partitioning
> Tool.
> 
> This matches the configuration from board/ti/am62x/rm-cfg.yaml and the
> notable change is the sharing of MCU GPIO interrupts between DM R5 and
> A53 cores, and reservation of an additional virtual interrupt and event
> for TIFS usage.
> 
> Signed-off-by: Vitor Soares <vitor.soares@toradex.com>

Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] toradex: verdin-am62: sync rm-cfg with SDK 11.01.05.03 baseline
  2025-10-28 15:10 [PATCH v1] toradex: verdin-am62: sync rm-cfg with SDK 11.01.05.03 baseline Vitor Soares
  2025-10-30 10:15 ` Francesco Dolcini
@ 2025-11-03  6:00 ` Anshul Dalal
  2025-11-07 21:34 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Anshul Dalal @ 2025-11-03  6:00 UTC (permalink / raw)
  To: Vitor Soares, Francesco Dolcini, Tom Rini; +Cc: Vitor Soares, u-boot

On Tue Oct 28, 2025 at 8:40 PM IST, Vitor Soares wrote:
> From: Vitor Soares <vitor.soares@toradex.com>
>
> Update the resource management configuration (rm-cfg.yaml) to align
> with the default configuration provided in TI's AM62xx Processor SDK
> Linux version 11.01.05.03, generated using the K3 Resource Partitioning
> Tool.
>
> This matches the configuration from board/ti/am62x/rm-cfg.yaml and the
> notable change is the sharing of MCU GPIO interrupts between DM R5 and
> A53 cores, and reservation of an additional virtual interrupt and event
> for TIFS usage.
>
> Signed-off-by: Vitor Soares <vitor.soares@toradex.com>

Reviewed-by: Anshul Dalal <anshuld@ti.com>

Thanks for the patch!
Regards,
Anshul

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] toradex: verdin-am62: sync rm-cfg with SDK 11.01.05.03 baseline
  2025-10-28 15:10 [PATCH v1] toradex: verdin-am62: sync rm-cfg with SDK 11.01.05.03 baseline Vitor Soares
  2025-10-30 10:15 ` Francesco Dolcini
  2025-11-03  6:00 ` Anshul Dalal
@ 2025-11-07 21:34 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2025-11-07 21:34 UTC (permalink / raw)
  To: Francesco Dolcini, Vitor Soares; +Cc: Vitor Soares, u-boot

On Tue, 28 Oct 2025 15:10:11 +0000, Vitor Soares wrote:

> Update the resource management configuration (rm-cfg.yaml) to align
> with the default configuration provided in TI's AM62xx Processor SDK
> Linux version 11.01.05.03, generated using the K3 Resource Partitioning
> Tool.
> 
> This matches the configuration from board/ti/am62x/rm-cfg.yaml and the
> notable change is the sharing of MCU GPIO interrupts between DM R5 and
> A53 cores, and reservation of an additional virtual interrupt and event
> for TIFS usage.
> 
> [...]

Applied to u-boot/master, thanks!

[1/1] toradex: verdin-am62: sync rm-cfg with SDK 11.01.05.03 baseline
      commit: 7f11be48db6a328faf59bf5f7653f469208ad03b
-- 
Tom



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-11-07 21:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-28 15:10 [PATCH v1] toradex: verdin-am62: sync rm-cfg with SDK 11.01.05.03 baseline Vitor Soares
2025-10-30 10:15 ` Francesco Dolcini
2025-11-03  6:00 ` Anshul Dalal
2025-11-07 21:34 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox