1
0
Fork 0
remarkable-uboot/drivers/remoteproc
Nishanth Menon 4239284973 remoteproc: Add support for TI power processor
Many TI System on Chip (SoC) solutions do have a dedicated
microcontroller for doing power management functionality. These include
the AM335x, AM437x, Keystone K2G SoCs. The functionality provided by
these microcontrollers and the communication mechanisms vary very
widely. However, we are able to consolidate some basic functionality to
be generic enough starting with K2G SoC family. Introduce a basic remote
proc driver to support these microcontrollers. In fact, on SoCs starting
with K2G, basic power management functions are primarily accessible for
the High Level Operating Systems(HLOS) via these microcontroller solutions.

Hence, having these started at a bootloader level is pretty much
mandatory.

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2016-03-14 19:18:37 -04:00
..
Kconfig remoteproc: Add support for TI power processor 2016-03-14 19:18:37 -04:00
Makefile remoteproc: Add support for TI power processor 2016-03-14 19:18:37 -04:00
rproc-uclass.c drivers: remoteproc: rproc-uclass: Fix check for NULL pointers 2015-12-05 18:22:32 -05:00
sandbox_testproc.c remoteproc: Introduce a sandbox dummy driver 2015-10-22 14:18:39 -04:00
ti_power_proc.c remoteproc: Add support for TI power processor 2016-03-14 19:18:37 -04:00