From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id E1A12D81023 for ; Mon, 23 Oct 2023 13:05:29 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=qWV3qA0pQivIckZixiyladIGeTgLS4O242cE+l4qvTY=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1698066328; v=1; b=slDWrwOu6n2AUojv+qFL4KJqp+cZ0kjUEhgiEkwAhVGlwNSMVUOYMPc8crBsXUzA/ya/0QEg MyMdXf7gxKGLvd7Q5KwCoAcitFnj+0aFqL7ZfmnWGZjkdqMRIw8XFlS07kaMAs7Q5u/VNibaG0d dCHc7NTzUzK1aEJKbS2gt3es= X-Received: by 127.0.0.2 with SMTP id W1zZYY7687511xZzBLzkwvNg; Mon, 23 Oct 2023 06:05:28 -0700 X-Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) by mx.groups.io with SMTP id smtpd.web11.120292.1698066326741189498 for ; Mon, 23 Oct 2023 06:05:27 -0700 X-Received: by mail-lj1-f180.google.com with SMTP id 38308e7fff4ca-2c503dbe50dso49172981fa.1 for ; Mon, 23 Oct 2023 06:05:26 -0700 (PDT) X-Gm-Message-State: o1OF8yIcBqMxqHmSgTZXazMWx7686176AA= X-Google-Smtp-Source: AGHT+IGfl3oAjONwEHr7+7DWdq18IVhRTgA9a5TQpkusZeF/2f2hnpjmpwcyMRqRAd14axz6C8hCWg== X-Received: by 2002:a2e:9189:0:b0:2c5:23ac:3672 with SMTP id f9-20020a2e9189000000b002c523ac3672mr6268731ljg.45.1698066324567; Mon, 23 Oct 2023 06:05:24 -0700 (PDT) X-Received: from PC10319.67 ([82.97.198.254]) by smtp.googlemail.com with ESMTPSA id r11-20020a2e994b000000b002b9e0d19644sm1550081ljj.106.2023.10.23.06.05.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Oct 2023 06:05:23 -0700 (PDT) From: "Konstantin Aladyshev" To: devel@edk2.groups.io Cc: abner.chang@amd.com, AbdulLateef.Attar@amd.com, nicklew@nvidia.com, Konstantin Aladyshev Subject: [edk2-devel] [PATCH edk2-platforms v3 11/16] ManageabilityPkg: Add PLDM terminus PCDs Date: Mon, 23 Oct 2023 16:05:06 +0300 Message-Id: <20231023130511.4521-12-aladyshev22@gmail.com> In-Reply-To: <20231023130511.4521-1-aladyshev22@gmail.com> References: <20231023130511.4521-1-aladyshev22@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,aladyshev22@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=slDWrwOu; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none) From: Abner Chang Add PLDM source and destination terminus IDs for transmiting PLDM message. Signed-off-by: Abner Chang Signed-off-by: Konstantin Aladyshev --- Features/ManageabilityPkg/ManageabilityPkg.dec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Features/ManageabilityPkg/ManageabilityPkg.dec b/Features/Mana= geabilityPkg/ManageabilityPkg.dec index 14fe0fd2e0..eb0ee67cba 100644 --- a/Features/ManageabilityPkg/ManageabilityPkg.dec +++ b/Features/ManageabilityPkg/ManageabilityPkg.dec @@ -72,6 +72,12 @@ # @Prompt MCTP KCS (Memory mapped) I/O base address=0D gManageabilityPkgTokenSpaceGuid.PcdMctpKcsBaseAddress|0xca2|UINT32|0x000= 00004=0D =0D + ## This value is the PLDM source and destination terminus ID for transmi= ting PLDM message.=0D + # @Prompt PLDM source terminus ID=0D + gManageabilityPkgTokenSpaceGuid.PcdPldmSourceTerminusId|0|UINT8|0x000000= 40=0D + # @Prompt PLDM destination terminus ID=0D + gManageabilityPkgTokenSpaceGuid.PcdPldmDestinationEndpointId|0|UINT8|0x0= 0000041=0D +=0D ## This is the value of SOL channels supported on platform.=0D # @Prompt SOL channel number=0D gManageabilityPkgTokenSpaceGuid.PcdMaxSolChannels|3|UINT8|0x00000100=0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109919): https://edk2.groups.io/g/devel/message/109919 Mute This Topic: https://groups.io/mt/102134661/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-