Skip to content

Commit a795046

Browse files
iuliana-prodanhenrikbrixandersen
authored andcommitted
ipc: move Open AMP from lib/ to subsys/ipc/
Moved the Open AMP code from lib/ to subsys/ipc/ to better organize IPC-related components. Updated build and config files to reflect the new location. Adjusted path in MAINTAINERS.yml. Signed-off-by: Iuliana Prodan <[email protected]>
1 parent d1e5c34 commit a795046

14 files changed

+3
-4
lines changed

MAINTAINERS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3954,7 +3954,7 @@ Open AMP:
39543954
- uLipe
39553955
- arnopo
39563956
files:
3957-
- lib/open-amp/
3957+
- subsys/ipc/open-amp/
39583958
- samples/subsys/ipc/openamp/
39593959
- samples/subsys/ipc/openamp_rsc_table/
39603960
- samples/subsys/ipc/rpmsg_service/

lib/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ add_subdirectory(os)
1616
add_subdirectory(utils)
1717
add_subdirectory_ifdef(CONFIG_SMF smf)
1818
add_subdirectory_ifdef(CONFIG_MIN_HEAP min_heap)
19-
add_subdirectory_ifdef(CONFIG_OPENAMP open-amp)
2019
add_subdirectory_ifdef(CONFIG_ACPI acpi)
2120
add_subdirectory(uuid)

lib/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ source "lib/os/Kconfig"
2121

2222
source "lib/posix/Kconfig"
2323

24-
source "lib/open-amp/Kconfig"
25-
2624
source "lib/smf/Kconfig"
2725

2826
source "lib/acpi/Kconfig"

subsys/ipc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
add_subdirectory_ifdef(CONFIG_RPMSG_SERVICE rpmsg_service)
44
add_subdirectory_ifdef(CONFIG_IPC_SERVICE ipc_service)
5+
add_subdirectory_ifdef(CONFIG_OPENAMP open-amp)

subsys/ipc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ menu "Inter Processor Communication"
77

88
source "subsys/ipc/rpmsg_service/Kconfig"
99
source "subsys/ipc/ipc_service/Kconfig"
10+
source "subsys/ipc/open-amp/Kconfig"
1011

1112
endmenu
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)