public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH V2 0/9] board: k3: Sync rm-cfg with TIFS v11.02.09 firmware
@ 2026-02-25 13:24 Sparsh Kumar
  2026-02-25 13:24 ` [PATCH V2 1/9] board: ti: rm-cfg: Update rm-cfg to reflect new resource reservation Sparsh Kumar
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Sparsh Kumar @ 2026-02-25 13:24 UTC (permalink / raw)
  To: trini, u-boot, vigneshr, praneeth, bb
  Cc: afd, n-francis, vishalm, sebin.francis, d-gole, a-kaur,
	Sparsh Kumar

This series updates the Resource Management (RM) configuration files
for AM62 family devices to align with the TIFS v11.02.09 firmware.

Background
----------
With the latest TIFS firmware (v11.02.09), an additional virtual
interrupt and event is reserved for MCU cores to DM usage on am62x,
am62ax, and am62px devices. This series brings the rm-cfg and
tifs-rm-cfg files in sync with these firmware changes across both
TI reference boards and vendor boards.

These changes are backward compatible with older TIFS firmware versions.

Additionally, the am62x platform was originally introduced without a
tifs-rm-cfg.yaml file, unlike other platforms in the AM62 family.
This series addresses that gap and enables tifs-rm-cfg in binman for
am625-sk and am62p-sk platforms.

Changes
-------
TI reference boards (patches 1-4):
  - Update rm-cfg.yaml for am62x, am62ax, am62px
  - Sync am62px tifs-rm-cfg.yaml with TIFS firmware template
  - Add missing tifs-rm-cfg.yaml for am62x
  - Enable tifs-rm-cfg in binman for am625-sk and am62p-sk

Vendor boards (patches 5-9):
  - beagleplay (am62x-based)
  - phytec phycore_am62x
  - toradex verdin-am62
  - phytec phycore_am62ax
  - toradex verdin-am62p

Note: For vendor boards, this series only updates the rm-cfg.yaml files
with the required interrupt reservation. The tifs-rm-cfg.yaml files
cannot be updated without access to the corresponding SysConfig files,
as both rm-cfg.yaml and tifs-rm-cfg.yaml must remain in sync.

---

Sparsh Kumar (9):
  board: ti: rm-cfg: Update rm-cfg to reflect new resource reservation
  board: ti: am62px: tifs-rm-cfg: Sync tifs-rm-cfg with TIFS firmware
    updates
  board: ti: am62x: tifs-rm-cfg: Add the missing tifs-rm-cfg:
  arm: dts: k3: am62x/am62px: Enable tifs-rm-cfg in binman
  board: beagle: beagleplay: rm-cfg: Update rm-cfg to reflect new
    resource reservation
  board: phytec: rm-cfg: Update rm-cfg to reflect new resource
    reservation
  toradex: verdin-am62: rm-cfg: Update rm-cfg to reflect new resource
    reservation
  board: phytec: phycore_am62ax: rm-cfg: Update rm-cfg to reflect new
    resource reservation
  board: toradex: verdin-am62p: rm-cfg: Update rm-cfg to reflect new
    resource reservation

 arch/arm/dts/k3-am625-sk-binman.dtsi    |    4 +
 arch/arm/dts/k3-am62p-sk-binman.dtsi    |    4 +
 board/beagle/beagleplay/rm-cfg.yaml     |    4 +-
 board/phytec/phycore_am62ax/rm-cfg.yaml |    2 +-
 board/phytec/phycore_am62x/rm-cfg.yaml  |    4 +-
 board/ti/am62ax/rm-cfg.yaml             |    8 +-
 board/ti/am62px/rm-cfg.yaml             |    4 +-
 board/ti/am62px/tifs-rm-cfg.yaml        | 1476 ++++++++++++-----------
 board/ti/am62x/rm-cfg.yaml              |    6 +-
 board/ti/am62x/tifs-rm-cfg.yaml         |  867 +++++++++++++
 board/toradex/verdin-am62/rm-cfg.yaml   |    4 +-
 board/toradex/verdin-am62p/rm-cfg.yaml  |    2 +-
 12 files changed, 1654 insertions(+), 731 deletions(-)
 create mode 100644 board/ti/am62x/tifs-rm-cfg.yaml

-- 
2.34.1


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

end of thread, other threads:[~2026-03-13 23:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-25 13:24 [PATCH V2 0/9] board: k3: Sync rm-cfg with TIFS v11.02.09 firmware Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 1/9] board: ti: rm-cfg: Update rm-cfg to reflect new resource reservation Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 2/9] board: ti: am62px: tifs-rm-cfg: Sync tifs-rm-cfg with TIFS firmware updates Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 3/4] board: ti: am62x: tifs-rm-cfg: Add the missing tifs-rm-cfg: Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 4/4] arm: dts: k3: am62x/am62px: Enable tifs-rm-cfg in binman Sparsh Kumar
2026-02-27 10:05   ` Francis, Neha
2026-02-25 13:24 ` [PATCH V2 5/9] board: beagle: beagleplay: rm-cfg: Update rm-cfg to reflect new resource reservation Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 6/9] board: phytec: " Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 7/9] toradex: verdin-am62: " Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 8/9] board: phytec: phycore_am62ax: " Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 9/9] board: toradex: verdin-am62p: " Sparsh Kumar
2026-02-25 15:10 ` [PATCH V2 0/9] board: k3: Sync rm-cfg with TIFS v11.02.09 firmware Tom Rini
2026-02-25 15:47   ` [EXTERNAL] " Sparsh Kumar
2026-03-13 23:39 ` Tom Rini

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