1OpenAMP
2#####################
3
4Origin:
5   https://github.com/OpenAMP/open-amp
6
7Import instructions:
8   When we import open-amp we removed the apps dir to reduce the amount of
9   code imported.
10
11Purpose:
12   IPC layer that implements rpmsg communication between cores.
13
14Description:
15
16This repository is the home for the Open Asymmetric Multi Processing (OpenAMP)
17framework project. The OpenAMP framework provides software components that
18enable development of software applications for Asymmetric Multiprocessing
19(AMP) systems. The framework provides the following key capabilities.
20
21* Provides Life Cycle Management, and Inter Processor Communication capabilities
22  for management of remote compute resources and their associated software
23  contexts.
24* Provides a stand alone library usable with RTOS and Baremetal software
25  environments
26* Compatibility with upstream Linux remoteproc and rpmsg components
27* Following AMP configurations supported:
28  a. Linux master/Generic(Baremetal) remote
29  b. Generic(Baremetal) master/Linux remote
30* Proxy infrastructure and supplied demos showcase ability of proxy on master
31  to handle printf, scanf, open, close, read, write calls from Bare metal
32  based remote contexts.
33
34Dependencies:
35   libmetal (https://github.com/OpenAMP/libmetal) - provides HAL layer
36   between OpenAMP and RTOS or OS environment.
37
38URL:
39   https://github.com/OpenAMP/open-amp/
40
41commit:
42   c3f12991991d187d47637d88e8a66076f23d0c8c
43
44Maintained-by:
45   External
46
47License:
48   BSD-3-Clause
49   BSD-2-Clause
50
51License Link:
52   https://github.com/OpenAMP/open-amp/blob/master/LICENSE.md
53