firmware: ti_sci: Implement GET_RANGE with static data
authorVignesh Raghavendra <vigneshr@ti.com>
Mon, 7 Jun 2021 14:17:48 +0000 (19:47 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Fri, 11 Jun 2021 13:48:52 +0000 (19:18 +0530)
commit0e81158b76ad4c07fedee901cef52339249dbfdf
treed2129efb4b7ab173abb4eab383da2480f2856b35
parent5d80f1becf721d1e9bb2e17a9074064aaffaf528
firmware: ti_sci: Implement GET_RANGE with static data

In case of R5 SPL, GET_RANGE API service is not available (as DM
services are not yet up), therefore service such calls locally using
per SoC static data.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210607141753.28796-3-vigneshr@ti.com
drivers/firmware/ti_sci.c
drivers/firmware/ti_sci_static_data.h [new file with mode: 0644]