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 871347803D0 for ; Fri, 20 Oct 2023 12:53:17 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=+MqrfkhCyX7DPxTXJzLmckrRFta3wjKZfIkTKI+Tu4M=; 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=1697806396; v=1; b=Hz0/VjCr/S7U9bZUNIBTcEaXTARVQbuEBQfhDK5RsTSJhPXlRzkSYGwmPsnpma3iXsEVWbJ+ 6N3yDaZAmkJ8nLbiiVh5eWBWGEgA+VMZK/cjiwKEslO8eEsp+WBW+rKhv92+97WBIbQUujm1HT4 t1YsRnCOqiiyV2MDyQQSFnSY= X-Received: by 127.0.0.2 with SMTP id tmRYYY7687511xm9blYsVxUn; Fri, 20 Oct 2023 05:53:16 -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.53588.1697806394965307856 for ; Fri, 20 Oct 2023 05:53:15 -0700 X-Received: by mail-lj1-f180.google.com with SMTP id 38308e7fff4ca-2c509f2c46cso11438061fa.1 for ; Fri, 20 Oct 2023 05:53:14 -0700 (PDT) X-Gm-Message-State: kbQwmzIJnxnLxN2NoeHDRlCxx7686176AA= X-Google-Smtp-Source: AGHT+IHPwEdmYTanVBEkq+Bm6Qiv1pKgVElI8nLE7FWiM3DKQpxCwAIr6qB+eDHP4HUUlA24wicxfA== X-Received: by 2002:a2e:9b97:0:b0:2c0:9bd:c6f with SMTP id z23-20020a2e9b97000000b002c009bd0c6fmr1359820lji.41.1697806392790; Fri, 20 Oct 2023 05:53:12 -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.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 20 Oct 2023 05:53:12 -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 05/15] ManageabilityPkg: Correct typo in MCTP destination EID field Date: Fri, 20 Oct 2023 15:52:52 +0300 Message-Id: <20231020125302.1459-6-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="Hz0/VjCr"; 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 Correct wrong structure member used for MCTP destination EID. Signed-off-by: Abner Chang Signed-off-by: Konstantin Aladyshev --- .../Universal/PldmProtocol/Common/PldmProtocolCommon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Features/ManageabilityPkg/Universal/PldmProtocol/Common/PldmPr= otocolCommon.c b/Features/ManageabilityPkg/Universal/PldmProtocol/Common/Pl= dmProtocolCommon.c index ce1e2cba95..1c4506d87f 100644 --- a/Features/ManageabilityPkg/Universal/PldmProtocol/Common/PldmProtocolC= ommon.c +++ b/Features/ManageabilityPkg/Universal/PldmProtocol/Common/PldmProtocolC= ommon.c @@ -119,7 +119,7 @@ SetupPldmRequestTransportPacket ( }=0D =0D MctpHeader->SourceEndpointId =3D PcdGet8 (PcdMctpSourceEnd= pointId);=0D - MctpHeader->SourceEndpointId =3D PcdGet8 (PcdMctpDestinati= onEndpointId);=0D + MctpHeader->DestinationEndpointId =3D PcdGet8 (PcdMctpDestinati= onEndpointId);=0D MctpHeader->MessageHeader.IntegrityCheck =3D FALSE;=0D MctpHeader->MessageHeader.MessageType =3D MCTP_MESSAGE_TYPE_PLDM;=0D *PacketHeader =3D (MANAGEABILITY_TRANSPORT_= HEADER *)MctpHeader;=0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109855): https://edk2.groups.io/g/devel/message/109855 Mute This Topic: https://groups.io/mt/102080232/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-