From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E110C21CEB0EB for ; Thu, 7 Sep 2017 19:21:54 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 07 Sep 2017 19:24:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,360,1500966000"; d="scan'208";a="133045565" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga002.jf.intel.com with ESMTP; 07 Sep 2017 19:24:44 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 7 Sep 2017 19:24:44 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 7 Sep 2017 19:24:44 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.117]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.219]) with mapi id 14.03.0319.002; Fri, 8 Sep 2017 10:24:42 +0800 From: "Ni, Ruiyu" To: Paulo Alcantara , "edk2-devel@lists.01.org" CC: "Wu, Hao A" , Laszlo Ersek Thread-Topic: [PATCH v5 6/6] Nt32Pkg: Enable UDF file system support Thread-Index: AQHTKC8SkcSitGl1kUaR3DjmamGHyqKqQqtQ Date: Fri, 8 Sep 2017 02:24:42 +0000 Deferred-Delivery: Fri, 8 Sep 2017 02:24:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5BA27F5F@SHSMSX104.ccr.corp.intel.com> References: <77459a12264d03b13abd05f221b46983c6510fb5.1504825081.git.pcacjr@zytor.com> In-Reply-To: <77459a12264d03b13abd05f221b46983c6510fb5.1504825081.git.pcacjr@zytor.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v5 6/6] Nt32Pkg: Enable UDF file system support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2017 02:21:55 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: Paulo Alcantara [mailto:pcacjr@zytor.com] > Sent: Friday, September 8, 2017 7:13 AM > To: edk2-devel@lists.01.org > Cc: Paulo Alcantara ; Ni, Ruiyu ; W= u, > Hao A ; Laszlo Ersek > Subject: [PATCH v5 6/6] Nt32Pkg: Enable UDF file system support >=20 > This patch enables UDF file system support by default. >=20 > Cc: Ruiyu Ni > Cc: Hao Wu > Cc: Laszlo Ersek > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Paulo Alcantara > --- > Nt32Pkg/Nt32Pkg.dsc | 1 + > Nt32Pkg/Nt32Pkg.fdf | 1 + > 2 files changed, 2 insertions(+) >=20 > diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc index > cb6b33f3e0..22c8a5595c 100644 > --- a/Nt32Pkg/Nt32Pkg.dsc > +++ b/Nt32Pkg/Nt32Pkg.dsc > @@ -444,6 +444,7 @@ > MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf >=20 > MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf > FatPkg/EnhancedFatDxe/Fat.inf > + MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf > MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf > MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver > follows UEFI specification definition > MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver > follows UEFI specification definition > diff --git a/Nt32Pkg/Nt32Pkg.fdf b/Nt32Pkg/Nt32Pkg.fdf index > e03999b0cb..d104cb7645 100644 > --- a/Nt32Pkg/Nt32Pkg.fdf > +++ b/Nt32Pkg/Nt32Pkg.fdf > @@ -295,6 +295,7 @@ INF EdkShellBinPkg/FullShell/FullShell.inf > !endif >=20 > INF FatPkg/EnhancedFatDxe/Fat.inf > +INF MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf >=20 > INF MdeModulePkg/Logo/LogoDxe.inf > INF MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf > -- > 2.11.0