public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platforms] Building a platform: which edk2 revision to choose?
@ 2020-02-13 23:10 Felix Polyudov
  2020-02-14  1:16 ` Agyeman, Prince
  2020-02-14  3:42 ` Liming Gao
  0 siblings, 2 replies; 6+ messages in thread
From: Felix Polyudov @ 2020-02-13 23:10 UTC (permalink / raw)
  To: devel@edk2.groups.io; +Cc: Kubacki, Michael A (michael.a.kubacki@intel.com)

[-- Attachment #1: Type: text/plain, Size: 1201 bytes --]

I'm trying to build one of the board packages from the edk2-platform repository.
(I'm building WhiskeylakeOpenBoardPkg, but I suspect the problem exists for most of the board packages).
The build process fails (I'm using build instructions from https://github.com/tianocore/edk2-platforms/tree/master/Platform/Intel).
I suspect this is happening because tip of the board package is not compatible with tip of the edk2 repo.
Is there a defined way for me to figure out the latest working revisions of the edk2 repo (or the other 2 repos that are part of the project) that I should use?

Thanks
Felix

Please consider the environment before printing this email.

The information contained in this message may be confidential and proprietary to American Megatrends (AMI).  This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.

[-- Attachment #2: Type: text/html, Size: 21746 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [edk2-platforms] Building a platform: which edk2 revision to choose?
  2020-02-13 23:10 [edk2-platforms] Building a platform: which edk2 revision to choose? Felix Polyudov
@ 2020-02-14  1:16 ` Agyeman, Prince
  2020-02-14 16:01   ` Felix Polyudov
  2020-02-14  3:42 ` Liming Gao
  1 sibling, 1 reply; 6+ messages in thread
From: Agyeman, Prince @ 2020-02-14  1:16 UTC (permalink / raw)
  To: devel@edk2.groups.io, felixp@ami.com; +Cc: Kubacki, Michael A

[-- Attachment #1: Type: text/plain, Size: 1699 bytes --]

Hi Felix,

Can you include a log or details of the build error you're seeing ?

Also what are the FSP , edk2-non-osi, edk2-platform and edk2 commit IDs you are using ?

Thanks
Prince


Prince
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Felix Polyudov
Sent: Thursday, February 13, 2020 3:11 PM
To: devel@edk2.groups.io
Cc: Kubacki, Michael A <michael.a.kubacki@intel.com>
Subject: [edk2-devel] [edk2-platforms] Building a platform: which edk2 revision to choose?

I'm trying to build one of the board packages from the edk2-platform repository.
(I'm building WhiskeylakeOpenBoardPkg, but I suspect the problem exists for most of the board packages).
The build process fails (I'm using build instructions from https://github.com/tianocore/edk2-platforms/tree/master/Platform/Intel).
I suspect this is happening because tip of the board package is not compatible with tip of the edk2 repo.
Is there a defined way for me to figure out the latest working revisions of the edk2 repo (or the other 2 repos that are part of the project) that I should use?

Thanks
Felix
P Please consider the environment before printing this email

The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


[-- Attachment #2: Type: text/html, Size: 5433 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [edk2-platforms] Building a platform: which edk2 revision to choose?
  2020-02-13 23:10 [edk2-platforms] Building a platform: which edk2 revision to choose? Felix Polyudov
  2020-02-14  1:16 ` Agyeman, Prince
@ 2020-02-14  3:42 ` Liming Gao
  1 sibling, 0 replies; 6+ messages in thread
From: Liming Gao @ 2020-02-14  3:42 UTC (permalink / raw)
  To: devel@edk2.groups.io, felixp@ami.com; +Cc: Gao, Liming

[-- Attachment #1: Type: text/plain, Size: 1587 bytes --]

Felix:
  I always pull the latest edk2 and edk2-platform, then build it.

Thanks
Liming
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Felix Polyudov
Sent: Friday, February 14, 2020 7:11 AM
To: devel@edk2.groups.io
Cc: Kubacki, Michael A <michael.a.kubacki@intel.com>
Subject: [edk2-devel] [edk2-platforms] Building a platform: which edk2 revision to choose?

I'm trying to build one of the board packages from the edk2-platform repository.
(I'm building WhiskeylakeOpenBoardPkg, but I suspect the problem exists for most of the board packages).
The build process fails (I'm using build instructions from https://github.com/tianocore/edk2-platforms/tree/master/Platform/Intel).
I suspect this is happening because tip of the board package is not compatible with tip of the edk2 repo.
Is there a defined way for me to figure out the latest working revisions of the edk2 repo (or the other 2 repos that are part of the project) that I should use?

Thanks
Felix
P Please consider the environment before printing this email

The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


[-- Attachment #2: Type: text/html, Size: 5222 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [edk2-platforms] Building a platform: which edk2 revision to choose?
  2020-02-14  1:16 ` Agyeman, Prince
@ 2020-02-14 16:01   ` Felix Polyudov
  2020-02-14 17:09     ` [edk2-devel] " Agyeman, Prince
  0 siblings, 1 reply; 6+ messages in thread
From: Felix Polyudov @ 2020-02-14 16:01 UTC (permalink / raw)
  To: 'Agyeman, Prince', devel@edk2.groups.io
  Cc: Kubacki, Michael A, Gao, Liming

[-- Attachment #1: Type: text/plain, Size: 3008 bytes --]

I'm using the latest version for all the repositories:
ed2                      : f1d78c489a399
edk2-platofrms: 41c1d9ba33046637e
edk2-non-osi    : c10580aea501ee
FSP                      : e6177bb3bb57747d

I'm building the project using command "build_bios.py -p WhiskeylakeURvp -t VS2017 -r"
Here is the error I'm getting:
PeiPolicyUpdateLib.lib(PeiSaPolicyUpdatePreMem.obj) : error LNK2001: unresolved external symbol _gEfiMemoryTypeInformationGuid

From: Agyeman, Prince [mailto:prince.agyeman@intel.com]
Sent: Thursday, February 13, 2020 8:16 PM
To: devel@edk2.groups.io; Felix Polyudov
Cc: Kubacki, Michael A
Subject: RE: [edk2-platforms] Building a platform: which edk2 revision to choose?

Hi Felix,

Can you include a log or details of the build error you're seeing ?

Also what are the FSP , edk2-non-osi, edk2-platform and edk2 commit IDs you are using ?

Thanks
Prince


Prince
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Felix Polyudov
Sent: Thursday, February 13, 2020 3:11 PM
To: devel@edk2.groups.io
Cc: Kubacki, Michael A <michael.a.kubacki@intel.com>
Subject: [edk2-devel] [edk2-platforms] Building a platform: which edk2 revision to choose?

I'm trying to build one of the board packages from the edk2-platform repository.
(I'm building WhiskeylakeOpenBoardPkg, but I suspect the problem exists for most of the board packages).
The build process fails (I'm using build instructions from https://github.com/tianocore/edk2-platforms/tree/master/Platform/Intel).
I suspect this is happening because tip of the board package is not compatible with tip of the edk2 repo.
Is there a defined way for me to figure out the latest working revisions of the edk2 repo (or the other 2 repos that are part of the project) that I should use?

Thanks
Felix
P Please consider the environment before printing this email

The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


Please consider the environment before printing this email.

The information contained in this message may be confidential and proprietary to American Megatrends (AMI).  This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.

[-- Attachment #2: Type: text/html, Size: 29058 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [edk2-devel] [edk2-platforms] Building a platform: which edk2 revision to choose?
  2020-02-14 16:01   ` Felix Polyudov
@ 2020-02-14 17:09     ` Agyeman, Prince
  2020-02-18 20:17       ` Felix Polyudov
  0 siblings, 1 reply; 6+ messages in thread
From: Agyeman, Prince @ 2020-02-14 17:09 UTC (permalink / raw)
  To: devel@edk2.groups.io, felixp@ami.com; +Cc: Kubacki, Michael A, Gao, Liming

[-- Attachment #1: Type: text/plain, Size: 3708 bytes --]

Hi Felix,

Try building with VS2015. There's a known issue with VS2017 builds as documented here  https://bugzilla.tianocore.org/show_bug.cgi?id=2408

Thanks
Prince

From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Felix Polyudov
Sent: Friday, February 14, 2020 8:01 AM
To: Agyeman, Prince <prince.agyeman@intel.com>; devel@edk2.groups.io
Cc: Kubacki, Michael A <michael.a.kubacki@intel.com>; Gao, Liming <liming.gao@intel.com>
Subject: Re: [edk2-devel] [edk2-platforms] Building a platform: which edk2 revision to choose?

I'm using the latest version for all the repositories:
ed2                      : f1d78c489a399
edk2-platofrms: 41c1d9ba33046637e
edk2-non-osi    : c10580aea501ee
FSP                      : e6177bb3bb57747d

I'm building the project using command "build_bios.py -p WhiskeylakeURvp -t VS2017 -r"
Here is the error I'm getting:
PeiPolicyUpdateLib.lib(PeiSaPolicyUpdatePreMem.obj) : error LNK2001: unresolved external symbol _gEfiMemoryTypeInformationGuid

From: Agyeman, Prince [mailto:prince.agyeman@intel.com]
Sent: Thursday, February 13, 2020 8:16 PM
To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>; Felix Polyudov
Cc: Kubacki, Michael A
Subject: RE: [edk2-platforms] Building a platform: which edk2 revision to choose?

Hi Felix,

Can you include a log or details of the build error you're seeing ?

Also what are the FSP , edk2-non-osi, edk2-platform and edk2 commit IDs you are using ?

Thanks
Prince


Prince
From: devel@edk2.groups.io<mailto:devel@edk2.groups.io> <devel@edk2.groups.io<mailto:devel@edk2.groups.io>> On Behalf Of Felix Polyudov
Sent: Thursday, February 13, 2020 3:11 PM
To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Cc: Kubacki, Michael A <michael.a.kubacki@intel.com<mailto:michael.a.kubacki@intel.com>>
Subject: [edk2-devel] [edk2-platforms] Building a platform: which edk2 revision to choose?

I'm trying to build one of the board packages from the edk2-platform repository.
(I'm building WhiskeylakeOpenBoardPkg, but I suspect the problem exists for most of the board packages).
The build process fails (I'm using build instructions from https://github.com/tianocore/edk2-platforms/tree/master/Platform/Intel).
I suspect this is happening because tip of the board package is not compatible with tip of the edk2 repo.
Is there a defined way for me to figure out the latest working revisions of the edk2 repo (or the other 2 repos that are part of the project) that I should use?

Thanks
Felix
P Please consider the environment before printing this email

The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.
P Please consider the environment before printing this email

The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


[-- Attachment #2: Type: text/html, Size: 10465 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [edk2-devel] [edk2-platforms] Building a platform: which edk2 revision to choose?
  2020-02-14 17:09     ` [edk2-devel] " Agyeman, Prince
@ 2020-02-18 20:17       ` Felix Polyudov
  0 siblings, 0 replies; 6+ messages in thread
From: Felix Polyudov @ 2020-02-18 20:17 UTC (permalink / raw)
  To: 'Agyeman, Prince', devel@edk2.groups.io; +Cc: Kubacki, Michael A

[-- Attachment #1: Type: text/plain, Size: 4613 bytes --]

Thank!
Builds fine with VS2015

From: Agyeman, Prince [mailto:prince.agyeman@intel.com]
Sent: Friday, February 14, 2020 12:09 PM
To: devel@edk2.groups.io; Felix Polyudov
Cc: Kubacki, Michael A; Gao, Liming
Subject: RE: [edk2-devel] [edk2-platforms] Building a platform: which edk2 revision to choose?

Hi Felix,

Try building with VS2015. There's a known issue with VS2017 builds as documented here  https://bugzilla.tianocore.org/show_bug.cgi?id=2408

Thanks
Prince

From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Felix Polyudov
Sent: Friday, February 14, 2020 8:01 AM
To: Agyeman, Prince <prince.agyeman@intel.com>; devel@edk2.groups.io
Cc: Kubacki, Michael A <michael.a.kubacki@intel.com>; Gao, Liming <liming.gao@intel.com>
Subject: Re: [edk2-devel] [edk2-platforms] Building a platform: which edk2 revision to choose?

I'm using the latest version for all the repositories:
ed2                      : f1d78c489a399
edk2-platofrms: 41c1d9ba33046637e
edk2-non-osi    : c10580aea501ee
FSP                      : e6177bb3bb57747d

I'm building the project using command "build_bios.py -p WhiskeylakeURvp -t VS2017 -r"
Here is the error I'm getting:
PeiPolicyUpdateLib.lib(PeiSaPolicyUpdatePreMem.obj) : error LNK2001: unresolved external symbol _gEfiMemoryTypeInformationGuid

From: Agyeman, Prince [mailto:prince.agyeman@intel.com]
Sent: Thursday, February 13, 2020 8:16 PM
To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>; Felix Polyudov
Cc: Kubacki, Michael A
Subject: RE: [edk2-platforms] Building a platform: which edk2 revision to choose?

Hi Felix,

Can you include a log or details of the build error you're seeing ?

Also what are the FSP , edk2-non-osi, edk2-platform and edk2 commit IDs you are using ?

Thanks
Prince


Prince
From: devel@edk2.groups.io<mailto:devel@edk2.groups.io> <devel@edk2.groups.io<mailto:devel@edk2.groups.io>> On Behalf Of Felix Polyudov
Sent: Thursday, February 13, 2020 3:11 PM
To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Cc: Kubacki, Michael A <michael.a.kubacki@intel.com<mailto:michael.a.kubacki@intel.com>>
Subject: [edk2-devel] [edk2-platforms] Building a platform: which edk2 revision to choose?

I'm trying to build one of the board packages from the edk2-platform repository.
(I'm building WhiskeylakeOpenBoardPkg, but I suspect the problem exists for most of the board packages).
The build process fails (I'm using build instructions from https://github.com/tianocore/edk2-platforms/tree/master/Platform/Intel).
I suspect this is happening because tip of the board package is not compatible with tip of the edk2 repo.
Is there a defined way for me to figure out the latest working revisions of the edk2 repo (or the other 2 repos that are part of the project) that I should use?

Thanks
Felix
P Please consider the environment before printing this email

The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.
P Please consider the environment before printing this email

The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.


Please consider the environment before printing this email.

The information contained in this message may be confidential and proprietary to American Megatrends (AMI).  This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.

[-- Attachment #2: Type: text/html, Size: 32106 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-18 20:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-13 23:10 [edk2-platforms] Building a platform: which edk2 revision to choose? Felix Polyudov
2020-02-14  1:16 ` Agyeman, Prince
2020-02-14 16:01   ` Felix Polyudov
2020-02-14 17:09     ` [edk2-devel] " Agyeman, Prince
2020-02-18 20:17       ` Felix Polyudov
2020-02-14  3:42 ` Liming Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox