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=M5izOCYv; 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:36:08 -0700 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C781D22101; Mon, 23 Sep 2019 18:36:07 -0400 (EDT) Received: from imap2 ([10.202.2.52]) by compute1.internal (MEProxy); Mon, 23 Sep 2019 18:36:07 -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=dxE051 AQSGQ4jFd47hdIrzSmuhyBWwgCodwQcczDFf0=; b=M5izOCYvugi1B9rXCTOcsG 4ejiMg4e96hLM1bKUitj7FgE0PAVJMy6cNJWGnnjhym2izIg4zFeP7VvqwVPiMXV 6HchKmy0biq04oIBujXPjyXmM7hwqWdadTVK3sHtI21+pJuxUM2G5cHG9KNWhsDj Wg/MTsHW32XUJtg8POwfY4kSEcxMX+L5CtnbOIlbmiXVG6jBr1S0tw+weKQ9aP9j oT7bZE3uSf/74WW9a/32iTmKa1F04GSjlBiO7cT9E9PjlR6NWkugxlQSyFCPL7xu SDYohU2EW46D4VRrXMogtekVpojtgmeMacqldyI4DxAac5koFKsRYtF545xv5Ogw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrvdelgdduvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefofgggkfgjfhffhffvufgtsehttdertderreejnecuhfhrohhmpedflfgvrhgv mhihucfuohhllhgvrhdfuceojhgvrhgvmhihsehshihsthgvmhejiedrtghomheqnecuff homhgrihhnpehtihgrnhhotghorhgvrdhorhhgpdhgrhhouhhpshdrihhonecurfgrrhgr mhepmhgrihhlfhhrohhmpehjvghrvghmhiesshihshhtvghmjeeirdgtohhmnecuvehluh hsthgvrhfuihiivgeptd X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 86783E00A5; Mon, 23 Sep 2019 18:36:07 -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: <0897b273-4f01-43f6-9f4f-7b0e84d5ed36@www.fastmail.com> In-Reply-To: <20190920184030.6148-9-michael.a.kubacki@intel.com> References: <20190920184030.6148-1-michael.a.kubacki@intel.com> <20190920184030.6148-9-michael.a.kubacki@intel.com> Date: Mon, 23 Sep 2019 16:35:47 -0600 From: "Jeremy Soller" To: devel@edk2.groups.io, "Michael A Kubacki" Cc: "Chasel Chiu" , "Nathaniel L Desimone" , "Ankit Sinha" Subject: Re: [edk2-devel] [edk2-platforms][PATCH V1 08/12] KabylakeOpenBoardPkg/GalagoPro3: Add headers 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 > > Adds the Galago Pro 3 board ID header file. > > Cc: Chasel Chiu > Cc: Nate DeSimone > Cc: Ankit Sinha > Cc: Jeremy Soller > Signed-off-by: Michael Kubacki > --- > Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/Include/GalagoPro3Id.h > | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git > a/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/Include/GalagoPro3Id.h > b/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/Include/GalagoPro3Id.h > new file mode 100644 > index 0000000000..5999f18edf > --- /dev/null > +++ > b/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/Include/GalagoPro3Id.h > @@ -0,0 +1,13 @@ > +/** @file > + > +Copyright (c) 2019, Intel Corporation. All rights reserved.
> +SPDX-License-Identifier: BSD-2-Clause-Patent > + > +**/ > + > +#ifndef _GALAGO_PRO_3_ID_H_ > +#define _GALAGO_PRO_3_ID_H_ > + > +#define BoardIdGalagoPro3 0x60 > + > +#endif > -- > 2.16.2.windows.1 > > > > >