From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web10.7643.1582769949306471781 for ; Wed, 26 Feb 2020 18:19:09 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: chasel.chiu@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2020 18:19:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,490,1574150400"; d="scan'208";a="410843217" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by orsmga005.jf.intel.com with ESMTP; 26 Feb 2020 18:19:07 -0800 Received: from pgsmsx111.gar.corp.intel.com ([169.254.2.103]) by KMSMSX153.gar.corp.intel.com ([169.254.5.199]) with mapi id 14.03.0439.000; Thu, 27 Feb 2020 10:19:06 +0800 From: "Chiu, Chasel" To: "devel@edk2.groups.io" , "Agyeman, Prince" CC: "Desimone, Nathaniel L" Subject: Re: [edk2-devel] [edk2-platforms] [PATCH v4 2/4] WhiskeylakeOpenBoardPkg: Add UpXtreme board ID Thread-Topic: [edk2-devel] [edk2-platforms] [PATCH v4 2/4] WhiskeylakeOpenBoardPkg: Add UpXtreme board ID Thread-Index: AQHV7Dux+7RHh/NzBEWaR8T8WdBSxKguUA/Q Date: Thu, 27 Feb 2020 02:19:06 +0000 Message-ID: <3C3EFB470A303B4AB093197B6777CCEC506ADA3C@PGSMSX111.gar.corp.intel.com> References: <418cfe18a2d19ca37830937e109bca549c74c969.1582676457.git.prince.agyeman@intel.com> In-Reply-To: <418cfe18a2d19ca37830937e109bca549c74c969.1582676457.git.prince.agyeman@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzQ3ZDFlOTYtZDMyZi00ZDlmLWFkYzEtNTk2Y2MzYjc0MmNhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaVpOZzBWMUdLZVlmc0FHWjNLUVlvcFJaT1pqYUd6WU9nQWhpS1wvWVorXC9ocFE5MkRWdTQ3SDQzVkNOVTVFakJQIn0= x-ctpclassification: CTP_NT x-originating-ip: [172.30.20.205] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Chasel Chiu > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Agyeman, > Prince > Sent: Wednesday, February 26, 2020 8:28 AM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > > Subject: [edk2-devel] [edk2-platforms] [PATCH v4 2/4] > WhiskeylakeOpenBoardPkg: Add UpXtreme board ID >=20 > 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 | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) >=20 > diff --git > a/Platform/Intel/WhiskeylakeOpenBoardPkg/Include/PlatformBoardId.h > b/Platform/Intel/WhiskeylakeOpenBoardPkg/Include/PlatformBoardId.h > index 3545b2a05c..a8ed470bcc 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,9 +21,11 @@ Defines Platform BoardIds > #define TypeTrad 0x1 > #define TypeUltUlx 0x2 >=20 > +#define BoardIdUpXtreme 0x10 > #define BoardIdWhiskeyLakeRvp 0x60 >=20 > #define BoardIdUnknown1 0xffff >=20 > #endif >=20 > + > -- > 2.19.1.windows.1 >=20 >=20 >=20