From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@messagingengine.com header.s=fm3 header.b=eJAzu1jW; spf=permerror, err=too many SPF records (domain: system76.com, ip: 66.111.4.26, mailfrom: jeremy@system76.com) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by groups.io with SMTP; Mon, 23 Sep 2019 15:28:47 -0700 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5E8C322250; Mon, 23 Sep 2019 18:28:46 -0400 (EDT) Received: from imap2 ([10.202.2.52]) by compute1.internal (MEProxy); Mon, 23 Sep 2019 18:28:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=BHARyf ZDxmZj4LZT9aNEWlLqU7iLciCEc3rwAG7yXu4=; b=eJAzu1jWM5CTVhZcxz5T13 xJzJvx6j3F1QOJHKfqPRu2q/jT5ZuiGExyKjrlHE4ezM4JIfwkz/YTkUnFqO/wFB iBax4h+27yGOIjZYKzY78ULXCgbwvdnBFgVQqUUTQjtXsdpw2qnA19lUm4pjXwau 6iRSaHnK4qX5AsQ7ycJWITA4y2R4qqUx3Vre3KiFw39AgmrnFFzA9zOEbM3fFSLa YXap2V732fhjp+4UCY4v3ocr9CfjlPc10n27Np6GmxkzBdcF6/fz07G+G1b4cwDI 12CE8AR7oZXYwrYUxJ2VF8RBRe1WzcvF41CCDiXzZaB1bK98TlxS/jET6VIb3qIQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvdelgddutdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefofgggkfgjfhffhffvufgtsehttdertderreejnecuhfhrohhmpedflfgvrhgv mhihucfuohhllhgvrhdfuceojhgvrhgvmhihsehshihsthgvmhejiedrtghomheqnecuff homhgrihhnpehtihgrnhhotghorhgvrdhorhhgpdhgrhhouhhpshdrihhonecurfgrrhgr mhepmhgrihhlfhhrohhmpehjvghrvghmhiesshihshhtvghmjeeirdgtohhmnecuvehluh hsthgvrhfuihiivgeptd X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 12255E00A5; Mon, 23 Sep 2019 18:28:46 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.1.7-238-g170a812-fmstable-20190913v1 Mime-Version: 1.0 Message-Id: <2f2162ed-f51b-4016-a889-b79d4b3f73a7@www.fastmail.com> In-Reply-To: <20190920184030.6148-2-michael.a.kubacki@intel.com> References: <20190920184030.6148-1-michael.a.kubacki@intel.com> <20190920184030.6148-2-michael.a.kubacki@intel.com> Date: Mon, 23 Sep 2019 16:28:25 -0600 From: jeremy@system76.com To: devel@edk2.groups.io, "Michael A Kubacki" Cc: "Chasel Chiu" , "Nathaniel L Desimone" , "Ankit Sinha" Subject: Re: [edk2-devel] [edk2-platforms][PATCH V1 01/12] Platform/Intel: Remove N1xxWU board build option Content-Type: text/plain Reviewed-by: Jeremy Soller On Fri, Sep 20, 2019, at 12:40 PM, Kubacki, Michael A wrote: > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2207 > > The N1xxWU board contents will be moved to KabylakeOpenBoardPkg > to reduce code duplication between ClevoOpenBoardPkg and > KabylakeOpenBoardPkg. > > Cc: Chasel Chiu > Cc: Nate DeSimone > Cc: Ankit Sinha > Cc: Jeremy Soller > Signed-off-by: Michael Kubacki > --- > Platform/Intel/build.cfg | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/Platform/Intel/build.cfg b/Platform/Intel/build.cfg > index 75cb446aa5..04e8f4fa64 100644 > --- a/Platform/Intel/build.cfg > +++ b/Platform/Intel/build.cfg > @@ -55,6 +55,4 @@ NUMBER_OF_PROCESSORS = 0 > BoardMtOlympus = PurleyOpenBoardPkg/BoardMtOlympus/build_config.cfg > BoardX58Ich10 = SimicsOpenBoardPkg/BoardX58Ich10/build_config.cfg > KabylakeRvp3 = KabylakeOpenBoardPkg/KabylakeRvp3/build_config.cfg > -N1xxWU = ClevoOpenBoardPkg/N1xxWU/build_config.cfg > WhiskeylakeURvp = WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/build_config.cfg > - > -- > 2.16.2.windows.1 > > > > >