From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atlmailgw1.ami.com (atlmailgw1.ami.com [63.147.10.40]) by mx.groups.io with SMTP id smtpd.web10.5564.1585945396416475694 for ; Fri, 03 Apr 2020 13:23:16 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: ami.com, ip: 63.147.10.40, mailfrom: oleksiyy@ami.com) X-AuditID: ac1060b2-0f7ff700000018d4-6f-5e879b3361ea 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 atlmailgw1.ami.com (Symantec Messaging Gateway) with SMTP id 77.AF.06356.33B978E5; Fri, 3 Apr 2020 16:23:15 -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; Fri, 3 Apr 2020 16:22:39 -0400 From: "Oleksiy Yakovlev" To: CC: , , , , Subject: [PATCH 1/7] MdePkg: Extend SERIAL_IO with DeviceTypeGuid Date: Fri, 3 Apr 2020 16:22:32 -0400 Message-ID: <20200403202238.34484-2-oleksiyy@ami.com> X-Mailer: git-send-email 2.9.0.windows.1 In-Reply-To: <20200403202238.34484-1-oleksiyy@ami.com> References: <20200403202238.34484-1-oleksiyy@ami.com> MIME-Version: 1.0 Return-Path: oleksiyy@ami.com X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrEIsWRmVeSWpSXmKPExsWyRiBhgq7x7PY4g2u7FSx+HZ3HZtE+YTab xYp7G9gtOjr+MTmweGz/foHRY/Gel0wBTFENjDaJeXn5JYklqQopqcXJtkoBRZllicmVSgqZ KbZKhkoKBTmJyam5qXkltkqJBQWpeSlKdlwKGMAGqCwzTyE1Lzk/JTMv3VbJM9hf18LC1FLX UMkuJCNVITMvLb8oN7EkMz9PITk/rwSoOjUFKKqQ0M2ZMeVcO1vBVo6KZ5PiGhh/snUxcnJI CJhInHnynqmLkYtDSGAXk0TTm7+MEM5mRolLy26wg1SxCWhKHDg2hRHEFhGQkphyYCYTiM0s UCHxdOUTFhBbWMBJ4sfhd0A2BweLgIrE/RlcICavgKnEtemJELs0JKatuQvWySlgJnFs3iqw iUJAJc3trWBxXgFBiZMzISYyC0hIHHzxghmiRlai7fhz9gmM/LOQlM1CUraAkWkVo1BiSU5u YmZOermhXmJupl5yfu4mRkiEbdrB2HLR/BAjEwfjIUYJDmYlEV7HGa1xQrwpiZVVqUX58UWl OanFhxidgM6fyCzFDQo+YHzEGxsYSInCOIYmZibmRuaGlibmxsZK4rw1+j5xQgLpwHjNTk0t SC2CGcLEwSnVwGifFO00WeCiUuK0bSueTebk5Ylu+p98vjP8tnlG0h/VlUtCY9YuqbJp+yhd 6TMl7s2jg3/fGUyRUH46693nHp5Dp7X+qqff5Xr3/LXofnXd3y8fZgayXElKXOj16PyVdSpM P0tYuMsKkjPXfnl7q2KPkvV51ktLbq+9uijMqbmYW0Qxv//pyW4lluKMREMt5qLiRAA2a7xs xQIAAA== 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.