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 5F8F178003C for ; Tue, 26 Dec 2023 05:22:33 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=zfKXMNzzuFXzVZITvPZav6NarNfp4BGkm52hfb26zz8=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1703568151; v=1; b=sllIGbxFR/XYsnba30CoQeuGmX1laPTbVzpf8H7Jg6TFyRIgyk3a16lhlCXXC0nQC91tBqs8 fJ93KNaNKv3d+6A07JoEpdIrfjF+JFh6bnYzV9bbqFSHZjw7BrpfuFC5xc8NKdRhEYQkkjVWh/+ vFDN+thT/TK7mI31wmsEOhls= X-Received: by 127.0.0.2 with SMTP id ZCYGYY7687511xJfDyJYkdIu; Mon, 25 Dec 2023 21:22:31 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.75364.1703568150467043885 for ; Mon, 25 Dec 2023 21:22:31 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10934"; a="462748634" X-IronPort-AV: E=Sophos;i="6.04,304,1695711600"; d="scan'208";a="462748634" X-Received: from orviesa001.jf.intel.com ([10.64.159.141]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2023 21:22:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,304,1695711600"; d="scan'208";a="26211008" X-Received: from srenx-mobl1.ccr.corp.intel.com ([10.239.216.131]) by orviesa001.jf.intel.com with ESMTP; 25 Dec 2023 21:22:20 -0800 From: "Ren, Suqiang" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu Subject: [edk2-devel] [PATCH V2 1/1] MdePkg: Update the definition of FileName on EFI_FILE_INFO Date: Tue, 26 Dec 2023 13:22:08 +0800 Message-Id: <0050f0ccaf4f8d5640282862f1d83881f5545cfa.1703568086.git.suqiangx.ren@intel.com> In-Reply-To: References: MIME-Version: 1.0 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,suqiangx.ren@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 8Q05JTkTLrGsAPL2ri2LUf6fx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=sllIGbxF; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=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 Add the description of FileName to align with UEFI spec 2.10. REF: UEFI spec 2.10 Table 13.5.16 Signed-off-by: Suqiang Ren Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu --- MdePkg/Include/Guid/FileInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Include/Guid/FileInfo.h b/MdePkg/Include/Guid/FileInfo.h index 2b7edf36aabc..c152789b40c8 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 name is an empty string. /// CHAR16 FileName[1]; } EFI_FILE_INFO; -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112906): https://edk2.groups.io/g/devel/message/112906 Mute This Topic: https://groups.io/mt/103366883/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-