OpenAMP

OpenAMP (Open Asymmetric Multi Processing) is an open-source software framework which provides software components that simplify the development of software applications for AMP systems, and ease porting of those applications on different hardware environment.
This is achieved by relying on the Linux remoteproc and rpmsg frameworks, allowing easy OS interaction between Linux and RTOS / bare-metal environments.
The framework provides the following key capabilities:
# Provides Life Cycle Management (loading, boot, shut-down) of remote compute resources and their associated software contexts, compatible with Linux remoteproc framework
# Inter OS/ Inter Processor Communication capabilities, compatible with Linux rpmsg framework
# Stand alone library usable with RTOS and bare-metal software environments, to communicate with Linux remote processor subsystem (remoteproc / rpmsg)
# Rely on shared memory protocol - Virtio/rpmsg
# Proxy technologies emulate Linux processes IOs on a remote processor
OpenAMP is supported by major solution and RTOS vendors such as Mentor or Micrium as well as major hardware vendors NXP and Xilinx. The Multicore Association (MCA) announced in January 2016 the formation of a group to help guide and standardize OpenAMP, supported by MCA members Express Logic, Mentor Graphics, Micrium, NXP, Wind River, and Xilinx.
Supported Hardware
Single chips with AMP architecture can be used with OpenAMP, e.g:
# NXP i.MX 6 SoloX processor
# Xilinx Zynq and ZynqMP Ultrascale MPSoC
License
The OpenAMP project is released as open-source software and is available under BSD license.
 
< Prev   Next >