[edk2-devel] [edk2] OCP : Olympus project's UEFI BIOS code support

Oram, Isaac W isaac.w.oram at intel.com
Thu Nov 7 22:17:54 UTC 2019


Tiger,

I believe that the solution used a silicon specific PciHostBridge driver provided by one of the binary FV providing silicon components (probably FILE = $(SILICON_BIN_PKG)/FvPostMemorySilicon/$(TARGET)/FvPostMemorySilicon.Fv).

Regards,
Isaac

-----Original Message-----
From: devel at edk2.groups.io <devel at edk2.groups.io> On Behalf Of Tiger Liu(BJ-RD)
Sent: Wednesday, November 6, 2019 9:45 PM
To: Kubacki, Michael A <michael.a.kubacki at intel.com>; devel at edk2.groups.io
Subject: Re: [edk2-devel] [edk2] OCP : Olympus project's UEFI BIOS code support

Hi, Michael:
I have a question about PCI host bridge driver in Olympus board.

I found PciHostBridge driver is deleted in CoreDxeInclude.dsc.
  #MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf

So, it seems BoardMtOlympus\PlatformPkg.dsc does not include any PciHostBridge driver implementation.

Thanks
-----邮件原件-----
发件人: Tiger Liu(BJ-RD)
发送时间: 2019年11月6日 15:48
收件人: 'Kubacki, Michael A' <michael.a.kubacki at intel.com>; devel at edk2.groups.io
主题: Re: [edk2-devel] [edk2] OCP : Olympus project's UEFI BIOS code support

Got it.

Thank you very much.

Best wishes,
-----邮件原件-----
发件人: Kubacki, Michael A <michael.a.kubacki at intel.com>
发送时间: 2019年11月6日 15:05
收件人: devel at edk2.groups.io; Tiger Liu(BJ-RD) <TigerLiu at zhaoxin.com>
主题: RE: [edk2-devel] [edk2] OCP : Olympus project's UEFI BIOS code support

Unfortunately not. That's why we're trying to add support for these other commercially available systems such as the System 76 laptop and the UP Xtreme board.

The next product family that will likely get an open source board package added will be Comet Lake (client) as tracked here: https://bugzilla.tianocore.org/show_bug.cgi?id=2280

We very much would like to add back open source server platform code including support for a commercially available board and we're evaluating a few options but there's nothing definitive enough at the moment to give a target system or ETA.

Thanks,
Michael

> -----Original Message-----
> From: devel at edk2.groups.io <devel at edk2.groups.io> On Behalf Of Tiger
> Liu(BJ-RD)
> Sent: Tuesday, November 5, 2019 10:47 PM
> To: devel at edk2.groups.io; Kubacki, Michael A 
> <michael.a.kubacki at intel.com>
> Subject: Re: [edk2-devel] [edk2] OCP : Olympus project's UEFI BIOS 
> code support
>
> Hi, Michael:
> Got it.
> Thanks
>
> For "Reference and Validation Platform" motherboard, could user buy it 
> at open market?
> For example, buy it on Amazon.
>
> Thanks
> -----邮件原件-----
> 发件人: devel at edk2.groups.io <devel at edk2.groups.io> 代表 Kubacki, Michael A
> 发送时间: 2019年11月6日 10:12
> 收件人: Tiger Liu(BJ-RD) <TigerLiu at zhaoxin.com>; devel at edk2.groups.io
> 主题: Re: [edk2-devel] [edk2] OCP : Olympus project's UEFI BIOS code 
> support
>
> No other OCP support at the moment. Current board support is 
> summarized in this Readme.md:
> https://github.com/tianocore/edk2-
> platforms/blob/master/Readme.md#intel
>
> Newer Intel platform firmware is following the EDK II Minimum Platform 
> specification and the boards supported are documented here:
> https://github.com/tianocore/edk2-
> platforms/blob/master/Platform/Intel/Readme.md#supported-hardware
>
> KabylakeOpenBoardPkg supports two boards:
>  * KabylakeRvp3 (an Intel Kaby Lake Y Reference and Validation
> Platform)
>  * GalagoPro3 (a commercial laptop with Kaby Lake from System 76)
>
> WhiskeylakeOpenBoardPkg currently supports:
>  * WhiskeylakeURvp (an Intel Whiskey Lake U Reference and Validation
> Platform)
>
> There is a plan to add board support for the UP Xtreme board in 
> WhiskeylakeOpenBoardPkg soon as noted here:
> https://bugzilla.tianocore.org/show_bug.cgi?id=2191.
>
> Thanks,
> Michael
>
> > -----Original Message-----
> > From: Tiger Liu(BJ-RD) <TigerLiu at zhaoxin.com>
> > Sent: Tuesday, November 5, 2019 5:32 PM
> > To: Kubacki, Michael A <michael.a.kubacki at intel.com>; 
> > devel at edk2.groups.io
> > Subject: Re: [edk2-devel] [edk2] OCP : Olympus project's UEFI BIOS 
> > code support
> >
> > Hi, Michael:
> > Thanks for your reply!
> >
> > Is there any other project For Intel open source platform firmware?
> >
> > KabylakeOpenBoardPkg / WhiskeylakeOpenBoardPkg is also for OCP 
> > platform board?
> >
> > Thanks
> > -----邮件原件-----
> > 发件人: Kubacki, Michael A <michael.a.kubacki at intel.com>
> > 发送时间: 2019年11月6日 2:38
> > 收件人: devel at edk2.groups.io; Tiger Liu(BJ-RD) <TigerLiu at zhaoxin.com>
> > 主题: RE: [edk2-devel] [edk2] OCP : Olympus project's UEFI BIOS code 
> > support
> >
> > Hi,
> >
> > The PurleyOpenBoardPkg code is being removed as noted in the 
> > following patch series recently sent to the mailing list - 
> > https://edk2.groups.io/g/devel/message/49843.
> >
> > It has not been tested in some time and does not align with our 
> > vision for Intel open source platform firmware. The effort required 
> > to update the code and sustain testing alongside a large number of 
> > planned changes elsewhere that will impact PurleyOpenBoardPkg led to 
> > the decision to remove the package before the next stable tag.
> >
> > Prior to removal the code should compile by following the 
> > instructions
> here:
> > https://github.com/tianocore/edk2-
> > platforms/blob/master/Platform/Intel/Readme.md
> >
> > Thanks,
> > Michael
> >
> > > -----Original Message-----
> > > From: devel at edk2.groups.io <devel at edk2.groups.io> On Behalf Of 
> > > Tiger
> > > Liu(BJ-RD)
> > > Sent: Tuesday, November 5, 2019 2:58 AM
> > > To: devel at edk2.groups.io; Kubacki, Michael A 
> > > <michael.a.kubacki at intel.com>
> > > Subject: [edk2-devel] [edk2] OCP : Olympus project's UEFI BIOS 
> > > code support
> > >
> > > Hi, Michael:
> > > I found edk2-platforms include OCP Olympus board’s support package.
> > > edk2-platforms\Platform\Intel\PurleyOpenBoardPkg\BoardMtOlympus
> > >
> > > In this wiki,
> > > https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-
> > > Platforms
> > > It also said,edk2-platform include Project Olympus’s support:
> > > EDK II Minimum Platforms
> > > • https://github.com/tianocore/tianocore.github.io/wiki/Kaby-Lake-
> > > MinPlatform - EDK II platform firmware on 7th Generation Intel® 
> > > Core™ Processors and chipsets (formerly 
> > > https://ark.intel.com/products/codename/82879/Kaby-Lake platforms).
> > > • https://github.com/tianocore/tianocore.github.io/wiki/Purley-
> > > MinPlatform - EDK II platform firmware for the Open Compute 
> > > Project
> > > (OCP)
> > >
> >
> http://www.opencompute.org/wiki/Server/ProjectOlympus#Project_Olymp
> > > us_Server_Motherboards.
> > > •
> > > https://github.com/tianocore/tianocore.github.io/wiki/Whiskey-Lake
> > > - MinPlatform - EDK II platform firmware on 8th Generation Intel® 
> > > Core™ Processors and chipsets (formerly
> > >
> >
> https://ark.intel.com/content/www/us/en/ark/products/codename/135883
> > > /whiskey-lake.html platforms).
> > >
> > > So, Could I  compile a UEFI BIOS Firmware for Olympus board with 
> > > current edk2-platform code + edk2 code?
> > >
> > > Note:
> > > Project Olympus board's wiki page:
> > > https://www.opencompute.org/wiki/Server/ProjectOlympus
> > >
> > > Thanks
> > >
> > >
> > > 保密声明:
> > > 本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件
>> > 其内
> > > 容做任何未经授权的查阅、使用、复制或转发。
> > > CONFIDENTIAL NOTE:
> > > This email contains confidential or legally privileged information 
> > > and is for the sole use of its intended recipient. Any 
> > > unauthorized review, use, copying or forwarding of this email or 
> > > the content of this email
> > is strictly prohibited.
> > >
> > >
> >
> >
> >
> > 保密声明:
> > 本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或
>> > 内容做任何未经授权的查阅、使用、复制或转发。
> > CONFIDENTIAL NOTE:
> > This email contains confidential or legally privileged information 
> > and is for the sole use of its intended recipient. Any unauthorized 
> > review, use, copying or forwarding of this email or the content of 
> > this email
> is strictly prohibited.
>
>
>
>
>
> 保密声明:
> 本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其
> 内容做任何未经授权的查阅、使用、复制或转发。
> CONFIDENTIAL NOTE:
> This email contains confidential or legally privileged information and 
> is for the sole use of its intended recipient. Any unauthorized 
> review, use, copying or forwarding of this email or the content of this email is strictly prohibited.
>
> 



保密声明:
本邮件含有保密或专有信息,仅供指定收件人使用。严禁对本邮件或其内容做任何未经授权的查阅、使用、复制或转发。
CONFIDENTIAL NOTE:
This email contains confidential or legally privileged information and is for the sole use of its intended recipient. Any unauthorized review, use, copying or forwarding of this email or the content of this email is strictly prohibited.




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50264): https://edk2.groups.io/g/devel/message/50264
Mute This Topic: https://groups.io/mt/42100924/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list