Skip to content

Commit 5bed292

Browse files
iabdalkaderdpgeorge
authored andcommitted
lib/open-amp: Add OpenAMP submodule.
OpenAMP framework provides a standard inter processor communications infrastructure for RTOS and bare metal environments. There are 3 major components in OpenAMP: libmetal, remoteproc and RPMsg. libmetal provides abstraction of the low-level underlying hardware, remoteproc is used for processor Life Cycle Management (LCM) like loading firmware, starting, stopping a core etc., and RPMsg is a bus infrastructure that enables Inter Processor Communications (IPC) between different cores. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
1 parent 7f5d8c4 commit 5bed292

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@
5959
[submodule "lib/protobuf-c"]
6060
path = lib/protobuf-c
6161
url = https://github.com/protobuf-c/protobuf-c.git
62+
[submodule "lib/open-amp"]
63+
path = lib/open-amp
64+
url = https://github.com/OpenAMP/open-amp.git

lib/open-amp

Submodule open-amp added at 1904dee

0 commit comments

Comments
 (0)