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 9A7FC94136C for ; Tue, 23 Jan 2024 07:03:20 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=iAtTDy6dYv6xc8Ye0a5WR9wRQ3xo/y1XAtaLKTYP0Fs=; 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=1705993398; v=1; b=Vcw7CzXVFDyQkQw/xSjLsypUTrWC3CJ9s2yompPyCEeex1ztV8QzCEIGNeWtzYwQjyEsC14q hTxJMcJKV8XdjPb/y7HRZIDBfsBbBt6FXFLelpzBJtEK9mpQ+dKYIKF+cq8DpQ1Bm+tQUCVZ9MI 6aGyd0S/s+qeb6iEXnyJBco4= X-Received: by 127.0.0.2 with SMTP id vey4YY7687511xAwTdjM37Lo; Mon, 22 Jan 2024 23:03:18 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.11]) by mx.groups.io with SMTP id smtpd.web11.6363.1705993397658383865 for ; Mon, 22 Jan 2024 23:03:18 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10961"; a="8107460" X-IronPort-AV: E=Sophos;i="6.05,213,1701158400"; d="scan'208";a="8107460" X-Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmvoesa105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jan 2024 23:03:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10961"; a="905127598" X-IronPort-AV: E=Sophos;i="6.05,213,1701158400"; d="scan'208";a="905127598" X-Received: from srenx-mobl1.ccr.corp.intel.com ([10.239.216.131]) by fmsmga002.fm.intel.com with ESMTP; 22 Jan 2024 23:03:16 -0800 From: "Ren, Suqiang" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu Subject: [edk2-devel] [PATCH V3 1/1] MdePkg: Update the definition of FileName on EFI_FILE_INFO Date: Tue, 23 Jan 2024 15:02:36 +0800 Message-Id: <4ac5ad950539208f9fe755db8d707727aee2dec5.1705993172.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: PoNa7je4OFcXVrE823P7rZzux7686176AA= 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=Vcw7CzXV; 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[1] to align with UEFI spec 2.10. REF: UEFI spec 2.10 section 13.5.16 Signed-off-by: Suqiang Ren Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu --- MdePkg/Include/Guid/FileInfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MdePkg/Include/Guid/FileInfo.h b/MdePkg/Include/Guid/FileInfo.h index 2b7edf36aabc..71bb289e1256 100644 --- a/MdePkg/Include/Guid/FileInfo.h +++ b/MdePkg/Include/Guid/FileInfo.h @@ -47,6 +47,7 @@ typedef struct { UINT64 Attribute; /// /// 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 (#114182): https://edk2.groups.io/g/devel/message/114182 Mute This Topic: https://groups.io/mt/103905168/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-