firmware: Add support for querying msmc memory
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 8 Mar 2019 06:17:32 +0000 (11:47 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2019 12:05:50 +0000 (08:05 -0400)
commit826eb74015fafda92f1fd35e91aeec76a8099539
treefafa3fecea0d4e03ff58d09a8d9228cc977b0b0a
parent097fd51b7ab2b179719f13cc9cca77043c45bb4c
firmware: Add support for querying msmc memory

DMSC can use certain amount of msmc memory available in the
system. Also certain part of msmc memory can be marked as L3
cache using board config. But users might not know what size
is being used and the remaining available msmc memory. In order
to fix this TISCI protocol provides a messages that can query
the available msmc memory in the system. Add support for this
message.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
drivers/firmware/ti_sci.c
drivers/firmware/ti_sci.h
include/linux/soc/ti/ti_sci_protocol.h