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 75FAE7803CD for ; Fri, 22 Dec 2023 06:40:47 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=F8f+KyMNW5hxroaVnUOP3JGT6mF8SjKgj//dob69L6I=; 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=1703227246; v=1; b=QNvvyXlGGWoJzYAv8p1dJ4p+U6uJhzMtJMW5fFCAzwaN9z+yB6TR/8IgRsAdOMPUqPozY3AL yNwYE8wJ15lpBzVZtikC8fHy6YdJ0f6k65PZE7ae8vqR0aprQsL4NG8H+LVbyOf8v+BITQuHRwC pLRGba3yt00DzzcdpfPz8yZg= X-Received: by 127.0.0.2 with SMTP id yiavYY7687511xVhq12u5o6h; Thu, 21 Dec 2023 22:40:46 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.10]) by mx.groups.io with SMTP id smtpd.web10.17651.1703227245631304173 for ; Thu, 21 Dec 2023 22:40:45 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10931"; a="3323597" X-IronPort-AV: E=Sophos;i="6.04,294,1695711600"; d="scan'208";a="3323597" X-Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmvoesa104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2023 22:40:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10931"; a="900332579" X-IronPort-AV: E=Sophos;i="6.04,294,1695711600"; d="scan'208";a="900332579" X-Received: from srenx-mobl1.ccr.corp.intel.com ([10.239.216.131]) by orsmga004.jf.intel.com with ESMTP; 21 Dec 2023 22:40:43 -0800 From: "SuqiangX Ren" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Yi Li Subject: [edk2-devel] [PATCH 1/1] MdePkg: Updated the definition of FileName on EFI_FILE_INFO Date: Fri, 22 Dec 2023 14:40:39 +0800 Message-Id: <67e3e577e3a606709da00fdbd12c387cf69c7bde.1703227206.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: cTnNa4qJ7lKdClBpIxGsVKkFx7686176AA= 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=QNvvyXlG; 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: 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(-) 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 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 (#112838): https://edk2.groups.io/g/devel/message/112838 Mute This Topic: https://groups.io/mt/103314485/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-