]> git.dujemihanovic.xyz Git - u-boot.git/commit
firmware: ti_sci: Add No-OP for "RX_FL_CFG"
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 26 Aug 2024 10:25:06 +0000 (15:55 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 30 Aug 2024 19:57:39 +0000 (13:57 -0600)
commit48ea3107715a91bb9b90bfbb17343346ec9fd86a
tree3caeda231e4b597eb2b99456c12a4fa5df252f37
parent62b096d907820b70f309e0d039a2ab402e784d6d
firmware: ti_sci: Add No-OP for "RX_FL_CFG"

RX_FL_CFG message should not be forwarded to TIFS and should be
handled within R5 SPL (when DM services are not available). Add
a no-op function to not handle RX_FL_CFG messages.

Reviewed-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Signed-off-by: Chintan Vankar <c-vankar@ti.com>
drivers/firmware/ti_sci.c