[AMD Official Use Only - General]

Reviewed-by: Abner Chang <[email protected]>

> -----Original Message-----
> From: Konstantin Aladyshev <[email protected]>
> Sent: Monday, October 16, 2023 9:18 PM
> To: [email protected]
> Cc: [email protected]; [email protected];
> [email protected]; Chang, Abner <[email protected]>; Konstantin
> Aladyshev <[email protected]>
> Subject: [PATCH 2/2] MdePkg/Pldm.h: Add define for the PLDM response flag
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> The PLDM protocol uses Request bit to help differentiate between PLDM
> request and response messages.
> Currently the Pldm.h header only have a flag for the request message.
> Add a flag for the response message as well.
>
> Signed-off-by: Konstantin Aladyshev <[email protected]>
> ---
>  MdePkg/Include/IndustryStandard/Pldm.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MdePkg/Include/IndustryStandard/Pldm.h
> b/MdePkg/Include/IndustryStandard/Pldm.h
> index c821f081f8..c2909dbd76 100644
> --- a/MdePkg/Include/IndustryStandard/Pldm.h
> +++ b/MdePkg/Include/IndustryStandard/Pldm.h
> @@ -40,6 +40,7 @@ typedef struct  {
>  typedef PLDM_MESSAGE_HEADER PLDM_REQUEST_HEADER;
>
>
>
>  #define PLDM_MESSAGE_HEADER_IS_REQUEST        1
>
> +#define PLDM_MESSAGE_HEADER_IS_RESPONSE       0
>
>  #define PLDM_MESSAGE_HEADER_IS_DATAGRAM       1
>
>  #define PLDM_MESSAGE_HEADER_INSTANCE_ID_MASK  0x1f
>
>
>
> --
> 2.34.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109708): https://edk2.groups.io/g/devel/message/109708
Mute This Topic: https://groups.io/mt/101994933/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to