From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web09.4680.1582071221345899196 for ; Tue, 18 Feb 2020 16:13:41 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: nathaniel.l.desimone@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Feb 2020 16:13:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,458,1574150400"; d="scan'208";a="239517922" Received: from orsmsx102.amr.corp.intel.com ([10.22.225.129]) by orsmga006.jf.intel.com with ESMTP; 18 Feb 2020 16:13:40 -0800 Received: from orsmsx158.amr.corp.intel.com (10.22.240.20) by ORSMSX102.amr.corp.intel.com (10.22.225.129) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 18 Feb 2020 16:13:40 -0800 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.140]) by ORSMSX158.amr.corp.intel.com ([169.254.10.89]) with mapi id 14.03.0439.000; Tue, 18 Feb 2020 16:13:39 -0800 From: "Nate DeSimone" To: "Agyeman, Prince" CC: "devel@edk2.groups.io" , "Chiu, Chasel" Subject: Re: [edk2-platforms] [PATCH v2 2/4] WhiskeylakeOpenBoardPkg: Add UpXtreme board ID Thread-Topic: [edk2-platforms] [PATCH v2 2/4] WhiskeylakeOpenBoardPkg: Add UpXtreme board ID Thread-Index: AQHV4pbAvKiFo+AfmEOjN5dH1hdivagiM82A Date: Wed, 19 Feb 2020 00:13:39 +0000 Message-ID: <20200219001339.GC7915@nate-virtualbox> References: <060a2c88d6a855de8fcbb47a81cd1c657470afde.1581616327.git.prince.agyeman@intel.com> In-Reply-To: <060a2c88d6a855de8fcbb47a81cd1c657470afde.1581616327.git.prince.agyeman@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.7.159.63] MIME-Version: 1.0 Return-Path: nathaniel.l.desimone@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: <93BA88B62C259B4F9C27121935FFEC7C@intel.com> Content-Transfer-Encoding: quoted-printable Reviewed-by: Nate DeSimone On Thu, Feb 13, 2020 at 05:55:09PM +0000, Agyeman, Prince wrote: > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2191 >=20 > Co-authored-by: Michael Kubacki > Cc: Chasel Chiu > Cc: Nate DeSimone > Signed-off-by: Prince Agyeman > --- > .../Intel/WhiskeylakeOpenBoardPkg/Include/PlatformBoardId.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 > diff --git a/Platform/Intel/WhiskeylakeOpenBoardPkg/Include/PlatformBoard= Id.h b/Platform/Intel/WhiskeylakeOpenBoardPkg/Include/PlatformBoardId.h > index 3545b2a05c..4e8288b1f1 100644 > --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/Include/PlatformBoardId.h > +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/Include/PlatformBoardId.h > @@ -1,8 +1,8 @@ > /** @file > -Defines Platform BoardIds > + Defines Whiskey Lake Platform Board IDs > =20 > =20 > - Copyright (c) 2019, Intel Corporation. All rights reserved.
> + Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.
> SPDX-License-Identifier: BSD-2-Clause-Patent > **/ > =20 > @@ -21,6 +21,7 @@ Defines Platform BoardIds > #define TypeTrad 0x1 > #define TypeUltUlx 0x2 > =20 > +#define BoardIdUpXtreme 0x10 > #define BoardIdWhiskeyLakeRvp 0x60 > =20 > #define BoardIdUnknown1 0xffff > --=20 > 2.19.1.windows.1 > =