Browse Source
PMCI conveys a stack of specifications from DMTF including MCTP (a transport layer protocol), PLDM (request/response messaging protocol), and ancillary SPDM messaging. Placing all these libraries under PMCI subsystem makes more sense than simply adding MCTP as its own subsystem. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>pull/88616/head
21 changed files with 44 additions and 9 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
.. zephyr:code-sample-category:: pmci |
||||
:name: PMCI |
||||
:show-listing: |
||||
|
||||
These samples demonstrate the use of PMCI related protocols in Zephyr. |
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
add_subdirectory(mctp) |
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
# PMCI configuration options |
||||
|
||||
# Copyright (c) 2025 Intel Corporation |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
menu "Platform Management Communication Infrastruction (PMCI)" |
||||
|
||||
# zephyr-keep-sorted-start |
||||
|
||||
source "subsys/pmci/mctp/Kconfig" |
||||
|
||||
# zephyr-keep-sorted-stop |
||||
|
||||
endmenu |
Loading…
Reference in new issue