From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3338421A02936 for ; Thu, 15 Jun 2017 19:49:16 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jun 2017 19:50:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,346,1493708400"; d="scan'208";a="1183164051" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 15 Jun 2017 19:50:31 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 15 Jun 2017 19:50:25 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 15 Jun 2017 19:50:24 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.197]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.116]) with mapi id 14.03.0319.002; Fri, 16 Jun 2017 10:50:21 +0800 From: "Wei, David" To: "Lu, ShifeiX A" CC: "edk2-devel@lists.01.org" Thread-Topic: [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Build script. Thread-Index: AQHS5kscwfNg+SGd00qwFkOuqOixR6ImyedA Date: Fri, 16 Jun 2017 02:50:19 +0000 Message-ID: <89954A0B46707A448411A627AD4EEE3468F47B2E@SHSMSX101.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Build script. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2017 02:49:16 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: zwei4 =20 Thanks, David Wei =20 -----Original Message----- From: Lu, ShifeiX A=20 Sent: Friday, June 16, 2017 10:49 AM To: Wei, David Cc: edk2-devel@lists.01.org Subject: [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Build script. Change build script. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex --- Platform/BroxtonPlatformPkg/BiosId.env | 1 - Platform/BroxtonPlatformPkg/BuildBios.bat | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Platform/BroxtonPlatformPkg/BiosId.env b/Platform/BroxtonPlatf= ormPkg/BiosId.env index 18b4e01..1e28313 100644 --- a/Platform/BroxtonPlatformPkg/BiosId.env +++ b/Platform/BroxtonPlatformPkg/BiosId.env @@ -29,7 +29,6 @@ =20 BOARD_ID =3D APLKRVP BOARD_REV =3D 3 -OEM_ID =3D X64 BUILD_TYPE =3D D VERSION_MAJOR =3D 0064 VERSION_MINOR =3D 01 diff --git a/Platform/BroxtonPlatformPkg/BuildBios.bat b/Platform/BroxtonPl= atformPkg/BuildBios.bat index 5e06a98..b59e8eb 100644 --- a/Platform/BroxtonPlatformPkg/BuildBios.bat +++ b/Platform/BroxtonPlatformPkg/BuildBios.bat @@ -218,8 +218,8 @@ if "%Arch%"=3D=3D"IA32" ( if "%Arch%"=3D=3D"X64" ( findstr /b /v "BOARD_ID BUILD_TYPE" %PLATFORM_PACKAGE%\BiosId.env > Co= nf\BiosId.env ) else if "%Arch%"=3D=3D"IA32" ( - findstr /b /v "BOARD_ID BUILD_TYPE OEM_ID" %PLATFORM_PACKAGE%\BiosId.e= nv > Conf\BiosId.env - echo OEM_ID =3D I32 >> Conf\BiosId.env + findstr /b /v "BOARD_ID BUILD_TYPE BOARD_EXT" %PLATFORM_PACKAGE%\BiosI= d.env > Conf\BiosId.env + echo BOARD_EXT =3D I32 >> Conf\BiosId.env ) =20 if /i "%~2" =3D=3D "RELEASE" ( --=20 2.7.0.windows.1