From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atlmailgw2.ami.com (atlmailgw2.ami.com [63.147.10.42]) by mx.groups.io with SMTP id smtpd.web12.18239.1586464009547670074 for ; Thu, 09 Apr 2020 13:26:49 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: ami.com, ip: 63.147.10.42, mailfrom: oleksiyy@ami.com) X-AuditID: ac10606f-049ff70000001b62-d7-5e8f85099ae8 Received: from atlms1.us.megatrends.com (atlms1.us.megatrends.com [172.16.96.144]) (using TLS with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by atlmailgw2.ami.com (Symantec Messaging Gateway) with SMTP id B7.6A.07010.9058F8E5; Thu, 9 Apr 2020 16:26:49 -0400 (EDT) Received: from Oleksiy77.us.megatrends.com (172.16.97.158) by atlms1.us.megatrends.com (172.16.96.144) with Microsoft SMTP Server id 14.3.468.0; Thu, 9 Apr 2020 16:25:53 -0400 From: "Oleksiy Yakovlev" To: CC: , , , , Subject: [PATCH v1 1/7] MdePkg: Extend SERIAL_IO with DeviceTypeGuid Date: Thu, 9 Apr 2020 16:25:44 -0400 Message-ID: <20200409202550.35116-2-oleksiyy@ami.com> X-Mailer: git-send-email 2.9.0.windows.1 In-Reply-To: <20200409202550.35116-1-oleksiyy@ami.com> References: <20200409202550.35116-1-oleksiyy@ami.com> MIME-Version: 1.0 Return-Path: oleksiyy@ami.com X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrCIsWRmVeSWpSXmKPExsWyRiBhgi5na3+cwYeXiha/js5js2ifMJvN YsW9DewWHR3/mBxYPLZ/v8DosXjPS6YApqgGRpvEvLz8ksSSVIWU1OJkW6WAosyyxORKJYXM FFslQyWFgpzE5NTc1LwSW6XEgoLUvBQlOy4FDGADVJaZp5Cal5yfkpmXbqvkGeyva2Fhaqlr qGQXkpGqkJmXll+Um1iSmZ+nkJyfVwJUnZoCFFVI6ObMmHKuna1gK0fFs0lxDYw/2boYOTkk BEwkvnxtY+1i5OIQEtjFJHG87yoLhLOZUeJ40zxWkCo2AU2JA8emMILYIgJSElMOzGQCsZkF KiSernzCAmILC7hKXP/wHqyGRUBFovnWabAaXgFTiZO/XrJCbNOQmLbmLlicU8BM4tKhfWC2 EFDN8xVtjBD1ghInZ0LMZBaQkDj44gUzRI2sRNvx5+wTGPlnISmbhaRsASPTKkahxJKc3MTM nPRyI73E3Ey95PzcTYyQKMvfwfjxo/khRiYOxkOMEhzMSiK83k29cUK8KYmVValF+fFFpTmp xYcYnYAemMgsxQ0KQGCMxBsbGEiJwjiGJmYm5kbmhpYm5sbGSuK89fo+cUIC6cCYzU5NLUgt ghnCxMEp1cB4aYO4qsWJBEMfD+vbbyuviG9WXbpzc05Am2rf1+fLY66v+3lD+2tlw53I9T4V nydJNl92TvCpq7i4fG/8EVmxPV3TT9bI/jcxyjI5xmLoE3w7rlqpXvT/ytakuTKvbN38T5rv ilbautq1TFgyV8/s3/H9Kiftfs+Nm7SQ4UO3zOmV26T+WcQqsRRnJBpqMRcVJwIA2w+ucccC AAA= Content-Type: text/plain EFI_SERIAL_IO_PROTOCOL_REVISION incremented to 0x00010001 and CONST EFI_GUID *DeviceTypeGuid field added to the protocol structure. (UEFI 2.8 mantis 1832) Signed-off-by: Oleksiy Yakovlev --- MdePkg/Include/Protocol/SerialIo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MdePkg/Include/Protocol/SerialIo.h b/MdePkg/Include/Protocol/SerialIo.h index 51eaa53..b2398c2 100644 --- a/MdePkg/Include/Protocol/SerialIo.h +++ b/MdePkg/Include/Protocol/SerialIo.h @@ -262,7 +262,7 @@ typedef struct { UINT32 StopBits; } EFI_SERIAL_IO_MODE; -#define EFI_SERIAL_IO_PROTOCOL_REVISION 0x00010000 +#define EFI_SERIAL_IO_PROTOCOL_REVISION 0x00010001 #define SERIAL_IO_INTERFACE_REVISION EFI_SERIAL_IO_PROTOCOL_REVISION /// @@ -287,6 +287,7 @@ struct _EFI_SERIAL_IO_PROTOCOL { /// Pointer to SERIAL_IO_MODE data. /// EFI_SERIAL_IO_MODE *Mode; + CONST EFI_GUID *DeviceTypeGuid; // Revision 1.1 }; extern EFI_GUID gEfiSerialIoProtocolGuid; -- 2.9.0.windows.1 Please consider the environment before printing this email. The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.