Re: [edk2] [PATCH] Add QuarkSocPkg and QuarkPlatformPkg packages

2015-12-15 Thread Kinney, Michael D
Jordan,

Reponses included below.

1) edk2: Maintainers.txt patch email sent.
2) Thank you very much for ack and detailed review/feedback in Quark*Pkgs
3) I have fixed all the items for the edk2-non-osi repository and pushed them 
to:
 
https://github.com/mdkinney/edk2-non-osi.git

Can you create the new edk2-non-osi repository on tianocore and import this 
content?

Thanks,

Mike


> -Original Message-
> From: Justen, Jordan L
> Sent: Monday, December 14, 2015 11:47 PM
> To: Kinney, Michael D <michael.d.kin...@intel.com>; edk2-
> de...@lists.01.org (edk2-devel@lists.01.org)  de...@lists.01.org>
> Subject: RE: [edk2] [PATCH] Add QuarkSocPkg and QuarkPlatformPkg
> packages
> 
> On 2015-12-13 14:48:54, Kinney, Michael D wrote:
> > Jordan,
> >
> > I have updated to Quark_V3 that uses this concept along with a
> > proposed edk2-non-osi repository with a new QuarkSocBinPkg. It
> uses
> > PACKAGES_PATH to support the multiple repositories to do a
> build.
> > The content is posted for review on GitHub.
> >
> > The QuarkSocPkg and QuarkPlatformPkg are in branch Quark_V3 on
> GitHub at:
> >
> > https://github.com/mdkinney/edk2.git
> >
> > The edk2-non-iso repository with the QuarkSocBinPkg is on
> GitHub at:
> >
> > https://github.com/mdkinney/edk2-non-osi.git
> >
> > Here are the instructions I use to clone the content and set
> > environment variables to perform platform builds.
> >
> >
> 
> ==
> > git clone https://github.com/mdkinney/edk2.git --branch
> Quark_V3
> 
> I notice that this file doesn't have the standard copyright
> header:
> 
> QuarkPlatformPkg/Library/PlatformSecLib/PlatformSecLibModStrs.un
> i
> 
> I found this with:
> 
> $ git grep -L 'http://opensource.org/licenses/bsd-license.php'
> Quark*
> 

Thanks.  I have fixed this.

> Also, QuarkPlatformPkg/License.txt and QuarkSocPkg/License.txt
> are
> using unix line endings. How about copying MdePkg/License.txt
> directly?
> 
> I found this with:
> 
> $ md5sum */License.txt
> 

I found these 2 license files yesterday with wrong line endings.  I have fixed 
them.
I also found a C source file with a Unicode '-' character in it, and I fixed 
that too.

> With these fixed:
> 
> Acked-by: Jordan Justen <jordan.l.jus...@intel.com>
> 
> So, I guess these probably two changes are ready to commit,
> right?

Thank you very much for the detailed reviews and feedback.
Yes.  I am ready to commit these two packages.

> 
> * QuarkPlatformPkg: Add new package for Galileo boards
> * QuarkSocPkg: Add new package for Quark SoC X1000
> 
> Can you send out a patch for the Maintainers.txt?

Yes.  I have sent patch review email.

> 
> > git clone https://github.com/tianocore/edk2-FatPkg.git FatPkg
> > git clone https://github.com/mdkinney/edk2-non-osi.git
> 
> I also reviewed the updated edk2-non-osi tree with
> 5573e513dfb88f96c8ae08471e369c335a540a37 "QuarkSocBinPkg:
> Reformat
> IntelProprietaryLicense.txt". I think you should just squash
> that into
> the previous commit.

Done

> 
> Also, in:
> 
> In QuarkSocBinPkg/License.txt
> 
> You have this text:
> 
> > Additional terms:
> > -
> >
> QuarkSocBinPkg\QuarkNorthCluster\Binary\QuarkMicrocode\IntelProp
> rietaryLicense.txt
> 
> This sounds similar to the FAT driver, where all of the content
> has
> BSD + and additional term. But, in this case, the license only
> applies
> to 1 file. How about something like what we have in
> OvmfPkg/License.txt? For example:
> 
> > Some files are subject to a license documented in the
> > IntelProprietaryLicense.txt file. These files are in the same
> > directory as IntelProprietaryLicense.txt, and they do not have
> a
> > license specified within the file.

Done

> 
> -Jordan
> 
> > git clone https://github.com/tianocore/edk2-BaseTools-
> win32.git
> >
> > set WORKSPACE=%CD%
> > set PACKAGES_PATH=%WORKSPACE%\edk2;%WORKSPACE%\edk2-non-osi
> > set EDK_TOOLS_BIN=%WORKSPACE%\edk2-BaseTools-win32
> >
> > cd edk2
> >
> > edkSetup.bat
> >
> > build -a IA32 -t VS2015x86 -p QuarkPlatformPkg/Quark.dsc
> > build -a IA32 -t VS2015x86 -p QuarkPlatformPkg/QuarkMin.dsc
> >
> 
> =
> >
> > commit 613f0f5ff082d85e02403eddefdc1d54138663c5
> > Author: Michael Kinney <michael.d.kin...@intel.com>
> > Date:   Tue Nov 24 23:43:40 2015 -0800
> >
> > QuarkPlatformPkg: Add new pa

Re: [edk2] [PATCH] Add QuarkSocPkg and QuarkPlatformPkg packages

2015-12-15 Thread Jordan Justen
On 2015-12-15 09:54:25, Kinney, Michael D wrote:
> Jordan,
> 
> Reponses included below.
> 
> 1) edk2: Maintainers.txt patch email sent.
> 2) Thank you very much for ack and detailed review/feedback in Quark*Pkgs
> 3) I have fixed all the items for the edk2-non-osi repository and pushed them 
> to:
>  
> https://github.com/mdkinney/edk2-non-osi.git
> 
> Can you create the new edk2-non-osi repository on tianocore and
> import this content?
> 

I pushed your branch to:

https://github.com/tianocore/edk2-non-osi

I guess this is our first repo where the upstream is git rather than
svn...

-Jordan

> 
> > -Original Message-
> > From: Justen, Jordan L
> > Sent: Monday, December 14, 2015 11:47 PM
> > To: Kinney, Michael D <michael.d.kin...@intel.com>; edk2-
> > de...@lists.01.org (edk2-devel@lists.01.org)  > de...@lists.01.org>
> > Subject: RE: [edk2] [PATCH] Add QuarkSocPkg and QuarkPlatformPkg
> > packages
> > 
> > On 2015-12-13 14:48:54, Kinney, Michael D wrote:
> > > Jordan,
> > >
> > > I have updated to Quark_V3 that uses this concept along with a
> > > proposed edk2-non-osi repository with a new QuarkSocBinPkg. It
> > uses
> > > PACKAGES_PATH to support the multiple repositories to do a
> > build.
> > > The content is posted for review on GitHub.
> > >
> > > The QuarkSocPkg and QuarkPlatformPkg are in branch Quark_V3 on
> > GitHub at:
> > >
> > > https://github.com/mdkinney/edk2.git
> > >
> > > The edk2-non-iso repository with the QuarkSocBinPkg is on
> > GitHub at:
> > >
> > > https://github.com/mdkinney/edk2-non-osi.git
> > >
> > > Here are the instructions I use to clone the content and set
> > > environment variables to perform platform builds.
> > >
> > >
> > 
> > ==
> > > git clone https://github.com/mdkinney/edk2.git --branch
> > Quark_V3
> > 
> > I notice that this file doesn't have the standard copyright
> > header:
> > 
> > QuarkPlatformPkg/Library/PlatformSecLib/PlatformSecLibModStrs.un
> > i
> > 
> > I found this with:
> > 
> > $ git grep -L 'http://opensource.org/licenses/bsd-license.php'
> > Quark*
> > 
> 
> Thanks.  I have fixed this.
> 
> > Also, QuarkPlatformPkg/License.txt and QuarkSocPkg/License.txt
> > are
> > using unix line endings. How about copying MdePkg/License.txt
> > directly?
> > 
> > I found this with:
> > 
> > $ md5sum */License.txt
> > 
> 
> I found these 2 license files yesterday with wrong line endings.  I have 
> fixed them.
> I also found a C source file with a Unicode '-' character in it, and I fixed 
> that too.
> 
> > With these fixed:
> > 
> > Acked-by: Jordan Justen <jordan.l.jus...@intel.com>
> > 
> > So, I guess these probably two changes are ready to commit,
> > right?
> 
> Thank you very much for the detailed reviews and feedback.
> Yes.  I am ready to commit these two packages.
> 
> > 
> > * QuarkPlatformPkg: Add new package for Galileo boards
> > * QuarkSocPkg: Add new package for Quark SoC X1000
> > 
> > Can you send out a patch for the Maintainers.txt?
> 
> Yes.  I have sent patch review email.
> 
> > 
> > > git clone https://github.com/tianocore/edk2-FatPkg.git FatPkg
> > > git clone https://github.com/mdkinney/edk2-non-osi.git
> > 
> > I also reviewed the updated edk2-non-osi tree with
> > 5573e513dfb88f96c8ae08471e369c335a540a37 "QuarkSocBinPkg:
> > Reformat
> > IntelProprietaryLicense.txt". I think you should just squash
> > that into
> > the previous commit.
> 
> Done
> 
> > 
> > Also, in:
> > 
> > In QuarkSocBinPkg/License.txt
> > 
> > You have this text:
> > 
> > > Additional terms:
> > > -
> > >
> > QuarkSocBinPkg\QuarkNorthCluster\Binary\QuarkMicrocode\IntelProp
> > rietaryLicense.txt
> > 
> > This sounds similar to the FAT driver, where all of the content
> > has
> > BSD + and additional term. But, in this case, the license only
> > applies
> > to 1 file. How about something like what we have in
> > OvmfPkg/License.txt? For example:
> > 
> > > Some files are subject to a license documented in the
> > > IntelProprietaryLicense.txt file. These files are in the same
> > > directory as IntelProprietaryLicense.txt, and 

Re: [edk2] [PATCH] Add QuarkSocPkg and QuarkPlatformPkg packages

2015-12-15 Thread Kinney, Michael D
QuarkSocPkg committed as SVN r19286 
QuarkPlatformPkg committed as SVN r19287

> -Original Message-
> From: Justen, Jordan L
> Sent: Tuesday, December 15, 2015 11:30 AM
> To: Kinney, Michael D <michael.d.kin...@intel.com>; edk2-
> de...@lists.01.org (edk2-devel@lists.01.org)  de...@lists.01.org>
> Subject: RE: [edk2] [PATCH] Add QuarkSocPkg and QuarkPlatformPkg
> packages
> 
> On 2015-12-15 09:54:25, Kinney, Michael D wrote:
> > Jordan,
> >
> > Reponses included below.
> >
> > 1) edk2: Maintainers.txt patch email sent.
> > 2) Thank you very much for ack and detailed review/feedback in
> Quark*Pkgs
> > 3) I have fixed all the items for the edk2-non-osi repository
> and pushed them to:
> >
> > https://github.com/mdkinney/edk2-non-osi.git
> >
> > Can you create the new edk2-non-osi repository on
> tianocore and
> > import this content?
> >
> 
> I pushed your branch to:
> 
> https://github.com/tianocore/edk2-non-osi
> 
> I guess this is our first repo where the upstream is git rather
> than
> svn...
> 
> -Jordan
> 
> >
> > > -Original Message-
> > > From: Justen, Jordan L
> > > Sent: Monday, December 14, 2015 11:47 PM
> > > To: Kinney, Michael D <michael.d.kin...@intel.com>; edk2-
> > > de...@lists.01.org (edk2-devel@lists.01.org)  > > de...@lists.01.org>
> > > Subject: RE: [edk2] [PATCH] Add QuarkSocPkg and
> QuarkPlatformPkg
> > > packages
> > >
> > > On 2015-12-13 14:48:54, Kinney, Michael D wrote:
> > > > Jordan,
> > > >
> > > > I have updated to Quark_V3 that uses this concept along
> with a
> > > > proposed edk2-non-osi repository with a new
> QuarkSocBinPkg. It
> > > uses
> > > > PACKAGES_PATH to support the multiple repositories to do a
> > > build.
> > > > The content is posted for review on GitHub.
> > > >
> > > > The QuarkSocPkg and QuarkPlatformPkg are in branch
> Quark_V3 on
> > > GitHub at:
> > > >
> > > > https://github.com/mdkinney/edk2.git
> > > >
> > > > The edk2-non-iso repository with the QuarkSocBinPkg is on
> > > GitHub at:
> > > >
> > > > https://github.com/mdkinney/edk2-non-osi.git
> > > >
> > > > Here are the instructions I use to clone the content and
> set
> > > > environment variables to perform platform builds.
> > > >
> > > >
> > >
> 
> > > ==
> > > > git clone https://github.com/mdkinney/edk2.git --branch
> > > Quark_V3
> > >
> > > I notice that this file doesn't have the standard copyright
> > > header:
> > >
> > >
> QuarkPlatformPkg/Library/PlatformSecLib/PlatformSecLibModStrs.un
> > > i
> > >
> > > I found this with:
> > >
> > > $ git grep -L 'http://opensource.org/licenses/bsd-
> license.php'
> > > Quark*
> > >
> >
> > Thanks.  I have fixed this.
> >
> > > Also, QuarkPlatformPkg/License.txt and
> QuarkSocPkg/License.txt
> > > are
> > > using unix line endings. How about copying
> MdePkg/License.txt
> > > directly?
> > >
> > > I found this with:
> > >
> > > $ md5sum */License.txt
> > >
> >
> > I found these 2 license files yesterday with wrong line
> endings.  I have fixed them.
> > I also found a C source file with a Unicode '-' character in
> it, and I fixed that too.
> >
> > > With these fixed:
> > >
> > > Acked-by: Jordan Justen <jordan.l.jus...@intel.com>
> > >
> > > So, I guess these probably two changes are ready to commit,
> > > right?
> >
> > Thank you very much for the detailed reviews and feedback.
> > Yes.  I am ready to commit these two packages.
> >
> > >
> > > * QuarkPlatformPkg: Add new package for Galileo boards
> > > * QuarkSocPkg: Add new package for Quark SoC X1000
> > >
> > > Can you send out a patch for the Maintainers.txt?
> >
> > Yes.  I have sent patch review email.
> >
> > >
> > > > git clone https://github.com/tianocore/edk2-FatPkg.git
> FatPkg
> > > > git clone https://github.com/mdkinney/edk2-non-osi.git
> > >
> > > I also reviewed the updated edk2-non-osi tree with
> > > 5573e513dfb88f96c8ae08471e369c335a540a37 "

Re: [edk2] [PATCH] Add QuarkSocPkg and QuarkPlatformPkg packages

2015-12-10 Thread Kinney, Michael D
Jordan,

Responses below.

I have posted a Quark_V2 branch on github that is synched with the EDK II trunk 
as of today.

https://github.com/mdkinney/edk2/tree/Quark_V2

Thanks,

Mike

> -Original Message-
> From: Justen, Jordan L
> Sent: Thursday, December 10, 2015 10:02 PM
> To: Kinney, Michael D <michael.d.kin...@intel.com>; edk2-
> de...@lists.01.org (edk2-de...@ml01.01.org)  de...@lists.01.org>
> Cc: Kinney, Michael D <michael.d.kin...@intel.com>
> Subject: Re: [edk2] [PATCH] Add QuarkSocPkg and QuarkPlatformPkg
> packages
> 
> On 2015-11-25 00:18:55, Kinney, Michael D wrote:
> > Add 2 packages required for Intel Galileo and Intel Galileo
> Gen 2
> > development  boards with the Quark Soc X1000.
> >
> > Patch email would be a bit large, so here is link to a github
> branch of edk2 with
> > the new package contents for review.
> >
> > https://github.com/mdkinney/edk2/tree/Quark
> 
> Can you rebase your branches before posting them?
> 
> $ git fetch origin
> $ git rebase origin/master
> 
> This can get a little tricky when there are conflicts in the
> changes
> between your branch and the main upstream branch, but your Quark
> branch had no conflicts. (If there are conflicts, you are going
> to
> eventually have to deal with them.)
> 

I just pushed Quark_V2 to github that is rebased to trunk as of a few minutes 
ago and addresses all conflicts and passes your PatchCheck.py script.

> Regarding posting code, does giving a link to a branch cover the
> Contributed-under/Signed-off-by process? I think it might be
> best to
> post the patches and link to the branch. (Although, obviously
> the
> patches themselves would be tough to review directly.)

The patch files are 1.7 MB and 1.5 MB.  Very big to send to edk2-devel.  Any 
suggestions?

> 
> Neither QuarkSocPkg, nor QuarkPlatformPkg have a License.txt.
> Generally we'd want to just copy it from MdePkg.

I have fixed this in the Quark_V2 branch on github.

> 
> I see QuarkSocPkg/QuarkNorthCluster/Binary/QuarkMicrocode...
> Well, at
> least, unlike Vlv2TbltDevicePkg/Stitch, the size is reasonable.
> :)
> 
> I don't think it should be included in the same package as
> otherwise
> BSD licensed code. I think you should put it into a separate
> package,
> or perhaps repo, and you should mention the different license,
> since
> it is not covered by MdePkg/Contributions.txt. There has been
> some
> talk of removing FatBinPkg from the tree due to the license, so
> where
> does that leave this module?

I prefer to keep this in the same package because it is associated 
directly with the QuarkSoc. What about this license do you think is 
not compatible with the contributor's agreement?  We prefer BSD, 
but other licenses are allowed.

> 
> Regarding
> QuarkSocPkg/QuarkNorthCluster/Binary/QuarkMicrocode/IntelProprie
> taryLicense.txt,
> can it be renamed to License.txt? MdePkg/Contributions.txt only
> mentions License.txt.
> 
> -Jordan
> 
> >
> > The QuarkPlatformPkg has 2 DSC files
> > 
> > Quark.dscSupports full
> configuration
> > QuarkMin.dscMin config for initial power-
> on/debug
> >
> > Quark.dsc supports the following defines
> > 
> > GALILEO
> > LOGGING
> > SOURCE_DEBUG_ENABLE
> > SECURE_BOOT_ENABLE
> > PERFORMANCE_ENABLE
> >
> > Example build command for Galileo
> >
> > build -a IA32 -t VS2013x86 -p
> QuarkPlatformPkg/Quark.dsc -D GALILEO=GEN1
> >
> > Example build command for Galileo GEN2
> >
> > build -a IA32 -t VS2013x86 -p
> QuarkPlatformPkg/Quark.dsc
> >
> > The default serial console for Galileo is 460800n81
> > The default serial console for Galileo Gen 2 is 921600n81
> >
> > There is more work to add features and clean up some code
> style
> > issues, but this initial set of content boots to the UEFI
> shell and the
> > operating systems supported by Galileo.
> >
> > Contributed-under: TianoCore Contribution Agreement 1.0
> > Signed-off-by: Michael Kinney
> <michael.d.kin...@intel.com<mailto:michael.d.kin...@intel.com>>
> >
> >
> >
> > ___
> > edk2-devel mailing list
> > edk2-devel@lists.01.org
> > https://lists.01.org/mailman/listinfo/edk2-devel
___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


Re: [edk2] [PATCH] Add QuarkSocPkg and QuarkPlatformPkg packages

2015-12-10 Thread Kinney, Michael D
Here are some more details on Quark_V2

https://github.com/mdkinney/edk2/tree/Quark_V2

QuarkSocPkg: Add new package for Quark SoC X1000

Changes for V2
1) Sync with new APIs in SmmCpuFeaturesLib class
2) Use new generic PCI serial driver PciSioSerialDxe in MdeModulePkg
3) Remove PCI serial driver from QuarkSocPkg
4) Apply optimizations to MtrrLib from MtrrLib in UefiCpuPkg
5) Convert all UNI files to utf-8
6) Replace tabs with spaces and remove trailing spaces
7) Add License.txt

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kin...@intel.com>



QuarkPlatformPkg: Add new package for Galileo boards

Changes for V2
1) Use new generic PCI serial driver PciSioSerialDxe in MdeModulePkg
2) Configure PcdPciSerialParameters for PCI serial driver for Quark
3) Use new MtrrLib API to reduce time to set MTRRs for all DRAM
4) Convert all UNI files to utf-8
5) Replace tabs with spaces and remove trailing spaces
6) Add License.txt

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kin...@intel.com>


Mike

> -Original Message-
> From: Kinney, Michael D
> Sent: Thursday, December 10, 2015 10:25 PM
> To: Justen, Jordan L <jordan.l.jus...@intel.com>; edk2-
> de...@lists.01.org (edk2-de...@ml01.01.org)  de...@lists.01.org>; Kinney, Michael D
> <michael.d.kin...@intel.com>
> Subject: RE: [edk2] [PATCH] Add QuarkSocPkg and QuarkPlatformPkg
> packages
> 
> Jordan,
> 
> Responses below.
> 
> I have posted a Quark_V2 branch on github that is synched with
> the EDK II trunk as of today.
> 
> https://github.com/mdkinney/edk2/tree/Quark_V2
> 
> Thanks,
> 
> Mike
> 
> > -Original Message-
> > From: Justen, Jordan L
> > Sent: Thursday, December 10, 2015 10:02 PM
> > To: Kinney, Michael D <michael.d.kin...@intel.com>; edk2-
> > de...@lists.01.org (edk2-de...@ml01.01.org)  > de...@lists.01.org>
> > Cc: Kinney, Michael D <michael.d.kin...@intel.com>
> > Subject: Re: [edk2] [PATCH] Add QuarkSocPkg and
> QuarkPlatformPkg
> > packages
> >
> > On 2015-11-25 00:18:55, Kinney, Michael D wrote:
> > > Add 2 packages required for Intel Galileo and Intel Galileo
> > Gen 2
> > > development  boards with the Quark Soc X1000.
> > >
> > > Patch email would be a bit large, so here is link to a
> github
> > branch of edk2 with
> > > the new package contents for review.
> > >
> > > https://github.com/mdkinney/edk2/tree/Quark
> >
> > Can you rebase your branches before posting them?
> >
> > $ git fetch origin
> > $ git rebase origin/master
> >
> > This can get a little tricky when there are conflicts in the
> > changes
> > between your branch and the main upstream branch, but your
> Quark
> > branch had no conflicts. (If there are conflicts, you are
> going
> > to
> > eventually have to deal with them.)
> >
> 
> I just pushed Quark_V2 to github that is rebased to trunk as of
> a few minutes ago and addresses all conflicts and passes your
> PatchCheck.py script.
> 
> > Regarding posting code, does giving a link to a branch cover
> the
> > Contributed-under/Signed-off-by process? I think it might be
> > best to
> > post the patches and link to the branch. (Although, obviously
> > the
> > patches themselves would be tough to review directly.)
> 
> The patch files are 1.7 MB and 1.5 MB.  Very big to send to
> edk2-devel.  Any suggestions?
> 
> >
> > Neither QuarkSocPkg, nor QuarkPlatformPkg have a License.txt.
> > Generally we'd want to just copy it from MdePkg.
> 
> I have fixed this in the Quark_V2 branch on github.
> 
> >
> > I see QuarkSocPkg/QuarkNorthCluster/Binary/QuarkMicrocode...
> > Well, at
> > least, unlike Vlv2TbltDevicePkg/Stitch, the size is
> reasonable.
> > :)
> >
> > I don't think it should be included in the same package as
> > otherwise
> > BSD licensed code. I think you should put it into a separate
> > package,
> > or perhaps repo, and you should mention the different license,
> > since
> > it is not covered by MdePkg/Contributions.txt. There has been
> > some
> > talk of removing FatBinPkg from the tree due to the license,
> so
> > where
> > does that leave this module?
> 
> I prefer to keep this in the same package because it is
> associated
> directly with the QuarkSoc. What about this license do you think
> is
> not compatible with the contributor's agreement?  We prefer BSD,
> but other licenses are allowed.
> 
> >
> > Regarding
>

[edk2] [PATCH] Add QuarkSocPkg and QuarkPlatformPkg packages

2015-11-25 Thread Kinney, Michael D
Add 2 packages required for Intel Galileo and Intel Galileo Gen 2
development  boards with the Quark Soc X1000.

Patch email would be a bit large, so here is link to a github branch of edk2 
with
the new package contents for review.

https://github.com/mdkinney/edk2/tree/Quark

The QuarkPlatformPkg has 2 DSC files

Quark.dscSupports full configuration
QuarkMin.dscMin config for initial power-on/debug

Quark.dsc supports the following defines

GALILEO
LOGGING
SOURCE_DEBUG_ENABLE
SECURE_BOOT_ENABLE
PERFORMANCE_ENABLE

Example build command for Galileo

build -a IA32 -t VS2013x86 -p QuarkPlatformPkg/Quark.dsc -D 
GALILEO=GEN1

Example build command for Galileo GEN2

build -a IA32 -t VS2013x86 -p QuarkPlatformPkg/Quark.dsc

The default serial console for Galileo is 460800n81
The default serial console for Galileo Gen 2 is 921600n81

There is more work to add features and clean up some code style
issues, but this initial set of content boots to the UEFI shell and the
operating systems supported by Galileo.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney 
>



___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel