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 0FE4F740046 for ; Fri, 20 Oct 2023 12:53:23 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=LrWry3KRcemYHCNB4uHyzNAhxc/dnSo1c4buYwZvDCo=; 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=1697806402; v=1; b=lPBQEO5li9UUc0txehlLl0iGdNZm9lSzjZq0v7iczqniNv+qAeThSgPcgW36R+3WF+Fd3XeH yOUBR0fJaw1MC6YfbASobNP/MvdHzVLdNytOmhruTFDi9l365A813LaivlyFonmCWz13tm0hnN8 nkuGt1WU8MjDZPSmGxQXYxUM= X-Received: by 127.0.0.2 with SMTP id H3VQYY7687511xYWEdVFcuwa; Fri, 20 Oct 2023 05:53:22 -0700 X-Received: from mail-lj1-f173.google.com (mail-lj1-f173.google.com [209.85.208.173]) by mx.groups.io with SMTP id smtpd.web10.53392.1697806401915830116 for ; Fri, 20 Oct 2023 05:53:22 -0700 X-Received: by mail-lj1-f173.google.com with SMTP id 38308e7fff4ca-2c50305c5c4so11846691fa.1 for ; Fri, 20 Oct 2023 05:53:21 -0700 (PDT) X-Gm-Message-State: 10ILJtuyjnKqrkILfghNRqDNx7686176AA= X-Google-Smtp-Source: AGHT+IE/MOPqVvXIJjV+El/GvHiH94S6Y+P0PFN+ZAJadFnnxNX5N6dDEwVcIQd6Ap28O7rKRVxGsQ== X-Received: by 2002:a05:651c:1409:b0:2c5:1d11:5688 with SMTP id u9-20020a05651c140900b002c51d115688mr1286975lje.14.1697806399871; Fri, 20 Oct 2023 05:53:19 -0700 (PDT) X-Received: from PC10319.67 ([82.97.198.254]) by smtp.googlemail.com with ESMTPSA id x22-20020a05651c105600b002b9e5fe86dasm350853ljm.81.2023.10.20.05.53.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 20 Oct 2023 05:53:19 -0700 (PDT) From: "Konstantin Aladyshev" To: devel@edk2.groups.io Cc: abner.chang@amd.com, isaac.w.oram@intel.com, AbdulLateef.Attar@amd.com, nicklew@nvidia.com, Konstantin Aladyshev Subject: [edk2-devel] [PATCH edk2-platforms v2 11/15] ManageabilityPkg: Add PLDM terminus PCDs Date: Fri, 20 Oct 2023 15:52:58 +0300 Message-Id: <20231020125302.1459-12-aladyshev22@gmail.com> In-Reply-To: <20231020125302.1459-1-aladyshev22@gmail.com> References: <20231020125302.1459-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=lPBQEO5l; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io 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 (#109861): https://edk2.groups.io/g/devel/message/109861 Mute This Topic: https://groups.io/mt/102080241/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-