From nobody Sat May 18 17:34:32 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+95169+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+95169+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1665713650; cv=none; d=zohomail.com; s=zohoarc; b=CvIbESvm6YpiZZMmkCzL4k7e1vQq8JmpeRjAnHTDVL51cIeKwaOdCrNuS7FRrXc5ry6rkewFeqGd5738FznMkie/+Du85PD2pHqWuLua0LqTAMDtjSp1MOcV9rNiUVpK53WfCQ2dkvDOvr9yBSaV1h0uoocufVME2K4JDTDanz8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1665713650; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=/hzJdNs333Rh8sfoUDWJwIEynIVBNnMfAm7PUHaVW8M=; b=mjGCR0W4Kr8rUD8wC6CMPMoeXujXC+Wy3EVHzXXkp0AcPaS+ZiXbbRlOw2WuhoWT3b8Ylw6wpS6WFm1jvqn7ePbWLbbML5oLDyhxECwVKoUn+DgbYUdFXhpaQ1tKLoC//miipuPQuPFHt6xKAbFvFikoy0vj0HpFYItusH6z+nM= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+95169+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1665713650814228.94535434148418; Thu, 13 Oct 2022 19:14:10 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id UIsOYY1788612xyfqKibIYQj; Thu, 13 Oct 2022 19:14:09 -0700 X-Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web08.2874.1665713648669563708 for ; Thu, 13 Oct 2022 19:14:08 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10499"; a="285643454" X-IronPort-AV: E=Sophos;i="5.95,182,1661842800"; d="scan'208";a="285643454" X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2022 19:14:08 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10499"; a="802464825" X-IronPort-AV: E=Sophos;i="5.95,182,1661842800"; d="scan'208";a="802464825" X-Received: from liwangyx-mobl.gar.corp.intel.com ([10.225.40.101]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2022 19:14:06 -0700 From: "SteveX Li" To: devel@edk2.groups.io Cc: SteveX Li , Leif Lindholm , Ard Biesheuvel , Abner Chang , Daniel Schaefer Subject: [edk2-devel] [PATCH] Pkg-Module: Remove Non-ASCII Characters Date: Fri, 14 Oct 2022 10:13:28 +0800 Message-Id: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,stevex.li@intel.com X-Gm-Message-State: cdld2MwdKGD8ACv2Z5N07evDx1787277AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1665713649; bh=qi5yfI40RFkO1IyqcOgrkwqdJoEu2dhHyh5j9r3QkUc=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=lnObcmEzmb9mVyiP/znXrmfQPy8rksLbdXDQ+0gBKAyw+nfLUky4wNfXMReInbfIcs+ JI63Gvep31eTofMR+Z2dAVxTnPzDtFTPGgHs8Oe6J4HWWB4LNXEA+l7zj9bd5nHoGaTxE Gy34Bi6GG2wyFlvDDYijndzVuoAiGeh7KZ4= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1665713651166100001 It would cause compiler error. Signed-off-by: SteveX Li Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Abner Chang Cc: Daniel Schaefer --- EmbeddedPkg/GdbStub/GdbStubInternal.h | 32 ++++++++++++------------ EmbeddedPkg/Include/Protocol/UsbDevice.h | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/EmbeddedPkg/GdbStub/GdbStubInternal.h b/EmbeddedPkg/GdbStub/Gd= bStubInternal.h index 9c3929c812..5eaff61d83 100644 --- a/EmbeddedPkg/GdbStub/GdbStubInternal.h +++ b/EmbeddedPkg/GdbStub/GdbStubInternal.h @@ -322,7 +322,7 @@ SendNotSupported ( VOID ); =20 -/** =E2=80=98p n=E2=80=99 +/** 'p n' Reads the n-th register's value into an output buffer and sends it as a p= acket @param SystemContext Register content at time of the exception @param InBuffer This is the input buffer received from gdb= server @@ -333,7 +333,7 @@ ReadNthRegister ( IN CHAR8 *InBuffer ); =20 -/** =E2=80=98g=E2=80=99 +/** 'g' Reads the general registers into an output buffer and sends it as a pack= et @param SystemContext Register content at time of the except= ion **/ @@ -343,7 +343,7 @@ ReadGeneralRegisters ( IN EFI_SYSTEM_CONTEXT SystemContext ); =20 -/** =E2=80=98P n...=3Dr...=E2=80=99 +/** 'P n...=3Dr...' Writes the new value of n-th register received into the input buffer to t= he n-th register @param SystemContext Register content at time of the exception @param InBuffer This is the input buffer received from gdb= server @@ -355,7 +355,7 @@ WriteNthRegister ( IN CHAR8 *InBuffer ); =20 -/** =E2=80=98G XX...=E2=80=99 +/** 'G XX...' Writes the new values received into the input buffer to the general regis= ters @param SystemContext Register content at time of the ex= ception @param InBuffer Pointer to the input buffer receiv= ed from gdb server @@ -368,7 +368,7 @@ WriteGeneralRegisters ( IN CHAR8 *InBuffer ); =20 -/** =E2=80=98m addr,length =E2=80=99 +/** 'm addr,length ' Find the Length of the area to read and the start address. Finally, pass = them to another function, TransferFromMemToOutBufAndSend, that will read from tha= t memory space and send it as a packet. @@ -381,7 +381,7 @@ ReadFromMemory ( IN CHAR8 *PacketData ); =20 -/** =E2=80=98M addr,length :XX...=E2=80=99 +/** 'M addr,length :XX...' Find the Length of the area in bytes to write and the start address. Fina= lly, pass them to another function, TransferFromInBufToMem, that will write to that memory = space the info in the input buffer. @@ -394,7 +394,7 @@ WriteToMemory ( IN CHAR8 *PacketData ); =20 -/** =E2=80=98c [addr ]=E2=80=99 +/** 'c [addr ]' Continue. addr is Address to resume. If addr is omitted, resume at current Address. =20 @@ -409,7 +409,7 @@ ContinueAtAddress ( IN CHAR8 *PacketData ); =20 -/** =E2=80=98s [addr ]=E2=80=99 +/** 's [addr ]' Single step. addr is the Address at which to resume. If addr is omitted, = resume at same Address. =20 @@ -444,10 +444,10 @@ RemoveSingleStep ( ); =20 /** - =E2=80=98Z1, [addr], [length]=E2=80=99 - =E2=80=98Z2, [addr], [length]=E2=80=99 - =E2=80=98Z3, [addr], [length]=E2=80=99 - =E2=80=98Z4, [addr], [length]=E2=80=99 + 'Z1, [addr], [length]' + 'Z2, [addr], [length]' + 'Z3, [addr], [length]' + 'Z4, [addr], [length]' =20 Insert hardware breakpoint/watchpoint at address addr of size length =20 @@ -463,10 +463,10 @@ InsertBreakPoint ( ); =20 /** - =E2=80=98z1, [addr], [length]=E2=80=99 - =E2=80=98z2, [addr], [length]=E2=80=99 - =E2=80=98z3, [addr], [length]=E2=80=99 - =E2=80=98z4, [addr], [length]=E2=80=99 + 'z1, [addr], [length]' + 'z2, [addr], [length]' + 'z3, [addr], [length]' + 'z4, [addr], [length]' =20 Remove hardware breakpoint/watchpoint at address addr of size length =20 diff --git a/EmbeddedPkg/Include/Protocol/UsbDevice.h b/EmbeddedPkg/Include= /Protocol/UsbDevice.h index b299ee10a7..b07f459afa 100644 --- a/EmbeddedPkg/Include/Protocol/UsbDevice.h +++ b/EmbeddedPkg/Include/Protocol/UsbDevice.h @@ -83,7 +83,7 @@ EFI_STATUS first interface descriptor. If there are additional interfaces, their interface descriptor and endpoint descriptors follow= the - first interface=E2=80=99s endpoint descrip= tors". + first interface's endpoint descriptors". =20 The size of each buffer is the TotalLength member of the Configuration Descriptor. --=20 2.31.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#95169): https://edk2.groups.io/g/devel/message/95169 Mute This Topic: https://groups.io/mt/94305923/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-