Hi, Brian:
Thanks for your reply!
So:
Is UDK2014.IHV only a reference package which demonstrates UEFI Driver should 
only use packages found in the IHV distribution?
Is UDK2014.IHV not a compile environment?

Best wishes,

发件人: Richardson, Brian [mailto:brian.richard...@intel.com]
发送时间: 2015年4月2日 23:14
收件人: edk2-devel@lists.sourceforge.net
主题: Re: [edk2] UDK2014.IHV question

The IHV distribution is intended to only contain items needed for the UEFI 
Driver Model. Packages like IntelFrameworkModulePkg are intentionally left out 
because they do not apply to that driver model.

If you need to test the sample driver in NT32 or OVMF, please get the full 
UDK2014 distribution to build those environments. But please make to only use 
packages found in the IHV distribution to build your driver, otherwise it will 
likely fail on real hardware.

You can also use the UEFI Driver Wizard to help build skeleton code for new 
drivers …
https://github.com/tianocore/tianocore.github.io/wiki/UEFI-Driver-Wizard

Thanks ... br
---
Brian Richardson -- 
brian.richard...@intel.com<mailto:brian.richard...@intel.com> -- Twitter: 
intel_brian

From: tiger...@zhaoxin.com<mailto:tiger...@zhaoxin.com> 
[mailto:tiger...@zhaoxin.com]
Sent: Thursday, April 02, 2015 6:10 AM
To: edk2-devel@lists.sourceforge.net<mailto:edk2-devel@lists.sourceforge.net>
Subject: [edk2] UDK2014.IHV question

Hi, experts:
I have a question about UDK2014.IHV package.
I downloaded UDK2014.IHV package.

After unzip it, and using UEFI Driver wizard to produce a sample PCI driver:
MdeModulePkg\Universal\ChinaTest

Following UDK2014.IHV-ReleaseNotes.txt, it needs a PlatformPkg, such as Nt32.
So I copied a Nt32Pkg to UDK2014.IHV package.
Then I typed these cmd in cmd window:
edksetup –NT32
build -t VS2008x86 -m MdeModulePkg\Universal\ ChinaTest \ ChinaTest.inf

but many error occurred.
Because Nt32Pkg.dsc included many other package, such as : 
IntelFrameworkModulePkg.
But these other packages not exist in UDK2014.IHV.

So my question is:

1.       How to compile a single driver in UDK2014.IHV .

Best wishes,

本邮件仅针对指定的收件人发送并可能含有保密或专有内容。任何非指定收件人所为之查阅、转发或使用本信息是不被允许的。
如果您误收到本邮件,请立即告知发件人并删除本邮件及所有附件。谢谢!
The information transmitted in this e-mail is intended only for the addressee 
and may contain confidential and/or privileged material. Any review, 
retransmission, dissemination or other use of this information by persons or 
entities other than the intended recipient is prohibited. If you received this 
e-mail in error, please notify the sender immediately, and delete this e-mail 
and any attachments. Thank you.

本邮件仅针对指定的收件人发送并可能含有保密或专有内容。任何非指定收件人所为之查阅、转发或使用本信息是不被允许的。
如果您误收到本邮件,请立即告知发件人并删除本邮件及所有附件。谢谢!
The information transmitted in this e-mail is intended only for the addressee 
and may contain confidential and/or privileged material. Any review, 
retransmission, dissemination or other use of this information by persons or 
entities other than the intended recipient is prohibited. If you received this 
e-mail in error, please notify the sender immediately, and delete this e-mail 
and any attachments. Thank you.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to