From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Thu, 16 May 2019 09:45:03 -0700 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AF665308213A; Thu, 16 May 2019 16:45:02 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-121-88.rdu2.redhat.com [10.10.121.88]) by smtp.corp.redhat.com (Postfix) with ESMTP id B50BC1A8F7; Thu, 16 May 2019 16:45:01 +0000 (UTC) Subject: Re: [edk2-devel][Patch] Nt32Pkg: Remove it To: devel@edk2.groups.io, ray.ni@intel.com, "Wu, Hao A" References: <734D49CCEBEEF84792F5B80ED585239D5C14139F@SHSMSX104.ccr.corp.intel.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 16 May 2019 18:44:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <734D49CCEBEEF84792F5B80ED585239D5C14139F@SHSMSX104.ccr.corp.intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Thu, 16 May 2019 16:45:02 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 05/15/19 12:11, Ni, Ray wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1812 > > Now since EmulatorPkg supports to run in Windows environment, > this patch removes Nt32Pkg to remove duplicate code in edk2 repo. > > Signed-off-by: Ray Ni > Cc: Hao A Wu > > -------------- > NOTE: This patch is to completely remove Nt32Pkg folder in edk2 repo. > I don't want to flood people's inbox with a big patch just removing > every line of code in Nt32Pkg. > > The patch that modifies Maintainers.txt will be sent out later after > Nt32Pkg is removed. > > > Please add an entry to https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning#proposed-features about this change. Thanks, Laszlo