]> git.baikalelectronics.ru Git - uboot.git/commit
firmware: ti_sci: Add support for Resoure Management at R5 SPL stage.
authorVignesh Raghavendra <vigneshr@ti.com>
Mon, 7 Jun 2021 14:17:49 +0000 (19:47 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Fri, 11 Jun 2021 13:48:52 +0000 (19:18 +0530)
commit2964cf044be851421d77604d5cb4ae470327425b
treec07794a096b8d52a40eceda8c841432f2513f010
parent01b0affc85b295317843dab4e4a31abaa038f074
firmware: ti_sci: Add support for Resoure Management at R5 SPL stage.

On J721e and J7200, MCU R5 core (boot master) itself would run Device
Manager (DM) Firmware and interact with TI Foundational Security (TIFS)
firmware to enable DMA and such other Resource Management (RM) services.
So, during R5 SPL stage there is no such RM service available and ti_sci
driver will have to directly interact with TIFS using DM to DMSC
channels to request RM resources.

Therefore add DT binding and driver for the same. This driver will
handle Resource Management services at R5 SPL stage.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210607141753.28796-4-vigneshr@ti.com
doc/device-tree-bindings/firmware/ti,j721e-dm-sci.txt [new file with mode: 0644]
drivers/firmware/ti_sci.c