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 36EF37803D0 for ; Sat, 23 Dec 2023 02:01:55 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=JndIWxFssL7WEYSlUsYTHq/6YUToSnE+WV7efZXu27Q=; c=relaxed/simple; d=groups.io; h=From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Thread-Index:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding:Content-Language; s=20140610; t=1703296914; v=1; b=snA1Ihr4tFpJbyKoCug17Y54ypu31se5KwvJvrN12vOxCV/ekOE3NeRMmwtIja2NRnsXdD7S sV2MlRuNpkVvh+KmTBu6YxY9nexCLE7sb6ZhvQSvTwQSnwUp0ER7w5yIGlT08lAdrK8+V5YEqRj J4wfgbRo4oe0lDlg/75L9iB4= X-Received: by 127.0.0.2 with SMTP id yigmYY7687511xXNnpGo5B1e; Fri, 22 Dec 2023 18:01:54 -0800 X-Received: from cxsh.intel-email.com (cxsh.intel-email.com [121.46.250.151]) by mx.groups.io with SMTP id smtpd.web10.3374.1703296912752046803 for ; Fri, 22 Dec 2023 18:01:53 -0800 X-Received: from cxsh.intel-email.com (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 36906DDA7D9 for ; Sat, 23 Dec 2023 10:01:51 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by cxsh.intel-email.com (Postfix) with ESMTP id 2DB8CDDA788 for ; Sat, 23 Dec 2023 10:01:51 +0800 (CST) X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by cxsh.intel-email.com (Postfix) with SMTP id 79A8DDDA7C7 for ; Sat, 23 Dec 2023 10:01:47 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([114.93.194.54]) (envelope-sender ) by 192.168.6.13 with ESMTP(SSL) for ; Sat, 23 Dec 2023 10:01:46 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 114.93.194.54 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming via groups.io" To: "'RenSuqiang'" , Cc: "'Michael D Kinney'" , "'Zhiguang Liu'" , "'Yi Li'" References: <67e3e577e3a606709da00fdbd12c387cf69c7bde.1703227206.git.suqiangx.ren@intel.com> In-Reply-To: <67e3e577e3a606709da00fdbd12c387cf69c7bde.1703227206.git.suqiangx.ren@intel.com> Subject: =?UTF-8?B?W2VkazItZGV2ZWxdIOWbnuWkjTogW1BBVENIIDEvMV0gTWRlUGtnOiBVcGRhdGVkIHRoZSBkZWZpbml0aW9uIG9mIEZpbGVOYW1lIG9uIEVGSV9GSUxFX0lORk8=?= Date: Sat, 23 Dec 2023 10:01:45 +0800 Message-ID: <01fd01da3543$fb9492b0$f2bdb810$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQIwkJ1gc/n8mzsSusjJah0E6vqw/QJNlCJur/b6GJA= 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,gaoliming@byosoft.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: dpAs7HJf5JORjiZHizSThC8tx7686176AA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=snA1Ihr4; dmarc=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 Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: RenSuqiang > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA12=D4=C222=C8=D5 14:41 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Michael D Kinney ; Liming Gao > ; Zhiguang Liu ; Yi Li > > =D6=F7=CC=E2: [PATCH 1/1] MdePkg: Updated the definition of FileName on > EFI_FILE_INFO >=20 > Add the description of FileName to align with UEFI spec 2.10. >=20 > REF: UEFI spec 2.10 Table 13.5.16 >=20 > Signed-off-by: RenSuqiang > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Zhiguang Liu > Cc: Yi Li > --- > MdePkg/Include/Guid/FileInfo.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/MdePkg/Include/Guid/FileInfo.h > b/MdePkg/Include/Guid/FileInfo.h > index 2b7edf36aabc..dad547a847d3 100644 > --- a/MdePkg/Include/Guid/FileInfo.h > +++ b/MdePkg/Include/Guid/FileInfo.h > @@ -46,7 +46,7 @@ typedef struct { > /// > UINT64 Attribute; > /// > - /// The Null-terminated name of the file. > + /// The Null-terminated name of the file.For a root directory, the nam= e is > an empty string. > /// > CHAR16 FileName[1]; > } EFI_FILE_INFO; > -- > 2.26.2.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 (#112854): https://edk2.groups.io/g/devel/message/112854 Mute This Topic: https://groups.io/mt/103329359/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-