From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by ml01.01.org (Postfix) with ESMTP id A55041A1E18 for ; Tue, 9 Aug 2016 08:11:45 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 09 Aug 2016 08:11:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,495,1464678000"; d="scan'208";a="862380745" Received: from orsmsx106.amr.corp.intel.com ([10.22.225.133]) by orsmga003.jf.intel.com with ESMTP; 09 Aug 2016 08:11:46 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.118]) by ORSMSX106.amr.corp.intel.com ([169.254.1.199]) with mapi id 14.03.0248.002; Tue, 9 Aug 2016 08:11:44 -0700 From: "Mudusuru, Giri P" To: "Guo, Mang" , "edk2-devel@lists.01.org" CC: "Richardson, Brian" , "Wei, David" , "Mudusuru, Giri P" Thread-Topic: [PATCH] Update ReadMe.MD file. Thread-Index: AdHyB4ihWZzBbXo8Q2usWQnJGCSvggASI8gQ Date: Tue, 9 Aug 2016 15:11:44 +0000 Message-ID: <4666AEFED60F8E4198B42BB01DCEABDF76EA3AFE@ORSMSX113.amr.corp.intel.com> References: <22D2C85ED001C54AA20BFE3B0E4751D111A9E739@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <22D2C85ED001C54AA20BFE3B0E4751D111A9E739@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US, hi-IN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Subject: Re: [PATCH] Update ReadMe.MD file. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2016 15:11:45 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Mang, Please fix non ASCII characters "Run the Intel=EF=BF=BD FSP installer " to = "Run the Intel(R) FSP installer" Reviewed-by: Giri P Mudusuru =20 Thanks, -Giri > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Gu= o, > Mang > Sent: Monday, August 8, 2016 11:31 PM > To: edk2-devel@lists.01.org > Cc: Richardson, Brian ; Wei, David > > Subject: [edk2] [PATCH] Update ReadMe.MD file. >=20 >=20 > Update ReadMe.MD file because code structure of BraswellPlatformPkg was > changed. > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Guo Mang > --- > ReadMe.MD | 30 ++++++++++++++++++++++++------ > 1 file changed, 24 insertions(+), 6 deletions(-) >=20 > diff --git a/ReadMe.MD b/ReadMe.MD > index c2d5772..1eb6480 100644 > --- a/ReadMe.MD > +++ b/ReadMe.MD > @@ -43,13 +43,25 @@ This code combines elements from github, intel.com/fs= p > and firmware.intel.com > (BSW_MR1) from http://intel.com/fsp >=20 > 5) Run the Intel=EF=BF=BD FSP installer and copy the following files int= o the Workspace: > - a. Copy FspUpdVpd.h into the "C:\MyWorkspace\edk2- > platforms\ChvFspBinPkg\Include" directory. > - b. Create the "FspBinary" sub-directory under the "C:\MyWorkspace\edk= 2- > platforms\ChvFspBinPkg" > + a. Default install directory: "C:\Program Files (x86)\Braswell FSP Ki= t MR1\FSP" > + b. Copy FspUpdVpd.h into the "C:\MyWorkspace\edk2- > platforms\ChvFspBinPkg\Include" directory. > + c. Create the "FspBinary" sub-directory under the "C:\MyWorkspace\edk= 2- > platforms\ChvFspBinPkg" > directory, if it does not exist ("C:\MyWorkspace\edk2- > platforms\ChvFspBinPkg\FspBinary"). > - c. Copy BSWFSP.fd into the "C:\MyWorkspace\edk2- > platforms\ChvFspBinPkg\FspBinary" directory. > + d. Copy BSWFSP.fd into the "C:\MyWorkspace\edk2- > platforms\ChvFspBinPkg\FspBinary" directory. >=20 > 6) Download the 'BraswellPlatformPkg' package from firmware.intel.com: > https://firmware.intel.com/projects/braswell-uefi > + NOTE: The directory structure of BraswellPlatformPkg changed between = the > 2016-06-15 > + and 2016-08-05 releases. Check your BraswellPlatformPkg git hash to > determine which > + version to download. > + If BraswellPlatformPkg hash is > f71cf3bf29aa216bc72f703815a7f96fb2ca0592(2016-08-05 release) or > + after this hash, please download this link: > + https://firmware.intel.com/sites/default/files/BraswellPlatformPkg_20= 16-08- > 05.zip > + If BraswellPlatformPkg hash is > 471674c0aa4350c48e5e9e8f2d8962883f582275(2016-06-15 release), > + please download this link: > + https://firmware.intel.com/sites/default/files/BraswellPlatformPkg_20= 16-06- > 15.zip > + > + >=20 > 7) Unzip the 'BraswellPlatformPkg' package and move the contents into th= e > Workspace: > a. Copy the "BraswellPlatformPkg" sub-directory over the existing dir= ectory > @@ -95,7 +107,7 @@ OS Configuration: > (/vs08 =3D Visual Studio 2008; /vs10 =3D Visual Studio 2010; /vs13= =3D Visual Studio > 2013) >=20 > 3) After the build successfully completes, the 8MB firmware binary im= age > - will be located in "C:\MyWorkspace\edk2- > platforms\BraswellPlatformPkg\Stitch\" > + will be located in "C:\MyWorkspace\edk2-platforms\Build\" >=20 > 3b. Build Steps (64-bit) > 1) To build a 64-bit release version > @@ -111,13 +123,13 @@ OS Configuration: > (/vs08 =3D Visual Studio 2008; /vs10 =3D Visual Studio 2010; /vs13= =3D Visual Studio > 2013) >=20 > 3) After the build successfully completes, the 8MB firmware binary im= age > - will be located in "C:\MyWorkspace\edk2- > platforms\BraswellPlatformPkg\Stitch\" > + will be located in "C:\MyWorkspace\edk2-platforms\Build\" >=20 >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > VALIDATED OS >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 1. Yocto Revision 1.8 (x64) > -2. Microsoft Windows 10 Enterprise, Build 10586 (x64 [64-bit] and x86 [3= 2-bit]) > +2. Microsoft Windows 10 Enterprise, Build 10240 (x64 [64-bit] and x86 [3= 2-bit]) > 3. Ubuntu 15.10 Desktop (x64) >=20 >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > @@ -133,6 +145,12 @@ > https://github.com/mangguo321/Braswell/blob/master/Documents/Open_Bras > well_Platf > https://www.yoctoproject.org/downloads/bsps/fido18/cherry-hill-bsp-brasw= ell >=20 >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > + KNOWN ISSUES > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > + > +1. Linux build environments are not currently supported. > + > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > MAINTAINERS >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > david.wei@intel.com > -- > 2.8.1.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel