From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 052DE21DFC895 for ; Thu, 24 Aug 2017 19:07:19 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 24 Aug 2017 19:09:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,423,1498546800"; d="scan'208";a="144345333" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 24 Aug 2017 19:09:54 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 24 Aug 2017 19:09:53 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 24 Aug 2017 19:09:53 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.117]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Fri, 25 Aug 2017 10:09:51 +0800 From: "Ni, Ruiyu" To: Paulo Alcantara , "edk2-devel@lists.01.org" CC: "Wu, Hao A" , Laszlo Ersek Thread-Topic: [PATCH v4 6/6] Nt32Pkg: Enable UDF file system support Thread-Index: AQHTHQJ8Cmyk506yP0yMCEABHBexbKKUVBWA Date: Fri, 25 Aug 2017 02:09:51 +0000 Deferred-Delivery: Fri, 25 Aug 2017 02:09:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5BA0E7CB@SHSMSX104.ccr.corp.intel.com> References: <07544766f45fbc28792b1525d766331cc29653cd.1503597107.git.pcacjr@zytor.com> In-Reply-To: <07544766f45fbc28792b1525d766331cc29653cd.1503597107.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 v4 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, 25 Aug 2017 02:07:19 -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, August 25, 2017 1:56 AM > To: edk2-devel@lists.01.org > Cc: Paulo Alcantara ; Ni, Ruiyu ; W= u, > Hao A ; Laszlo Ersek > Subject: [PATCH v4 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