]> Git Repo - linux.git/commit - MAINTAINERS
remoteproc: add framework for controlling remote processors
authorOhad Ben-Cohen <[email protected]>
Thu, 20 Oct 2011 14:52:46 +0000 (16:52 +0200)
committerOhad Ben-Cohen <[email protected]>
Wed, 8 Feb 2012 20:52:56 +0000 (22:52 +0200)
commit400e64df6b237eb36b127efd72000a2794f9eec1
treecdc007e406c3305d4ac2356e5b402b9c1ca82a6a
parentdcd6c92267155e70a94b3927bce681ce74b80d1f
remoteproc: add framework for controlling remote processors

Modern SoCs typically employ a central symmetric multiprocessing (SMP)
application processor running Linux, with several other asymmetric
multiprocessing (AMP) heterogeneous processors running different instances
of operating system, whether Linux or any other flavor of real-time OS.

Booting a remote processor in an AMP configuration typically involves:
- Loading a firmware which contains the OS image
- Allocating and providing it required system resources (e.g. memory)
- Programming an IOMMU (when relevant)
- Powering on the device

This patch introduces a generic framework that allows drivers to do
that. In the future, this framework will also include runtime power
management and error recovery.

Based on (but now quite far from) work done by Fernando Guzman Lugo
<[email protected]>.

ELF loader was written by Mark Grosen <[email protected]>, based on
msm's Peripheral Image Loader (PIL) by Stephen Boyd <[email protected]>.

Designed with Brian Swetland <[email protected]>.

Signed-off-by: Ohad Ben-Cohen <[email protected]>
Acked-by: Grant Likely <[email protected]>
Cc: Brian Swetland <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Tony Lindgren <[email protected]>
Cc: Russell King <[email protected]>
Cc: Rusty Russell <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Greg KH <[email protected]>
Cc: Stephen Boyd <[email protected]>
Documentation/remoteproc.txt [new file with mode: 0644]
MAINTAINERS
drivers/Kconfig
drivers/Makefile
drivers/remoteproc/Kconfig [new file with mode: 0644]
drivers/remoteproc/Makefile [new file with mode: 0644]
drivers/remoteproc/remoteproc_core.c [new file with mode: 0644]
drivers/remoteproc/remoteproc_internal.h [new file with mode: 0644]
include/linux/remoteproc.h [new file with mode: 0644]
This page took 0.049899 seconds and 4 git commands to generate.