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 949EE94147E for ; Mon, 23 Oct 2023 13:05:24 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=+XzsFjYS/xpeCnmnUpuAmcrKJtMQS4Uz9h1K9xpNoMk=; 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=1698066323; v=1; b=Wuys+CtiHU/XTYKkM4Bwbfoj+PsBM6EmyDRAQ/bhWqVpd9RsMf74e1OVa8V7f0dv4OeG3ZDI kBFTJujP2khHjkgNbX6AvOEUnrqdKsuFqc4N/7PbQtneibwYB0/6BmbaVrrUMWCska76GsD7aUZ T1wXqt6XNkvUrnvJbv9n2FPo= X-Received: by 127.0.0.2 with SMTP id ttTPYY7687511xoqdRP72rrZ; Mon, 23 Oct 2023 06:05:23 -0700 X-Received: from mail-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) by mx.groups.io with SMTP id smtpd.web11.120284.1698066321943536459 for ; Mon, 23 Oct 2023 06:05:22 -0700 X-Received: by mail-lj1-f175.google.com with SMTP id 38308e7fff4ca-2c5087d19a6so48735901fa.0 for ; Mon, 23 Oct 2023 06:05:21 -0700 (PDT) X-Gm-Message-State: R6yKLXOuNGXAFaeY5wyCFNLVx7686176AA= X-Google-Smtp-Source: AGHT+IHjL13PM/MC6x29OozJi4iTFUh8584qQVtdrcVk2RYFzRcor0UIBmPzX2PJIcdQruDxYXEauw== X-Received: by 2002:a2e:b042:0:b0:2c0:1c32:b4df with SMTP id d2-20020a2eb042000000b002c01c32b4dfmr5769614ljl.15.1698066319602; Mon, 23 Oct 2023 06:05:19 -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.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Oct 2023 06:05:19 -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 05/16] ManageabilityPkg: Correct typo in MCTP destination EID field Date: Mon, 23 Oct 2023 16:05:00 +0300 Message-Id: <20231023130511.4521-6-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=Wuys+Cti; 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 (#109913): https://edk2.groups.io/g/devel/message/109913 Mute This Topic: https://groups.io/mt/102134653/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-