]> git.baikalelectronics.ru Git - uboot.git/commit
firmware: ti_sci: Add support for processor control services
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 27 Aug 2018 10:27:37 +0000 (15:57 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 11 Sep 2018 12:32:55 +0000 (08:32 -0400)
commit74b45cb7d6333663d94e06d6e2ce17547b0d92b2
treeffb57516d6984ec0328645f9505659c0b19368e5
parentd3f3b0e5a7a70004762b7cd30d9944b1bb24391c
firmware: ti_sci: Add support for processor control services

TI-SCI message protocol provides support for controlling of various
physical cores available in SoC. In order to control which host is
capable of controlling a physical processor core, there is a processor
access control list that needs to be populated as part of the board
configuration data.

Introduce support for the set of TI-SCI message protocol apis that
provide us with this capability of controlling physical cores.

Reviewed-by: Tom Rini <trini@konsulko.com>
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