On 05/27/2016 10:17 AM, Neil Armstrong wrote:
While looking for other ARMv8 based platform, I found that the RK3368
platform has the same SCPI implementation as Amlogic.
They extended it with DDR, system and thermal commands.
Look at :
https://github.com/geekboxzone/mmallow_kernel/blob/geekbox/drivers/mailbox/scpi_cmd.h
https://github.com/geekboxzone/mmallow_kernel/blob/geekbox/drivers/mailbox/scpi_protocol.c
So the SCPI must have a framework to allow different protocol
versions, and must allow command extension. Grouping Rockchip and
Amlogic should be done, thus needing a generic name like vendor_scpi
or with a version.
Sudeep, could you somehow find out which version of the protocol
AmLogic and Rockchip based their SCPI development ?