Re: [edk2] UDK2014.IHV question

2015-04-02 Thread TigerLiu
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日 2

Re: [edk2] Device Path Comparison Failing

2015-04-02 Thread Narinder Dhillon
Hi Andrew, Thanx again. I found it. Needed to set the MAC device path struct to all zero's before setting MAC address and installing the protocol. On Thu, Apr 2, 2015 at 1:33 PM, Narinder Dhillon wrote: > Hi Andrew, > > Thanx for helping. Basically, the problem is that in my driver I set the >

Re: [edk2] Device Path Comparison Failing

2015-04-02 Thread Narinder Dhillon
Hi Andrew, Thanx for helping. Basically, the problem is that in my driver I set the SNP structure with 6 bytes of MAC and the rest to zeros but for some reason the device path always shows up with these values after the first 10 bytes of MAC. That is what I am trying to figure out. Can you tell me

Re: [edk2] UDK2014.IHV question

2015-04-02 Thread Richardson, Brian
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 distributi

Re: [edk2] ArmPkg InternalMemScan Functions Return Address + 1

2015-04-02 Thread Olivier Martin
Thanks Tim for reporting the issue, I pushed a fix in commit SVN 17108. From: Timothy Miller [mailto:timot...@ami.com] Sent: 01 April 2015 22:11 To: edk2-devel@lists.sourceforge.net Subject: [edk2] ArmPkg InternalMemScan Functions Return Address + 1 Dear ArmPkg Maintainer, ArmPkg MemLibGeneric.c

Re: [edk2] [Patch 0/2] IntelFrameworkModulePkg: Clean up two library instances

2015-04-02 Thread James Bottomley
On Tue, 2015-03-31 at 00:33 -0700, Jordan Justen wrote: > On 2015-03-30 19:08:02, Gao, Liming wrote: > > Yes. I use TortoiseGit to send all patches together. > > Hmm, it looks like you had luck with the previous tortoisegit email issue: > https://code.google.com/p/tortoisegit/issues/detail?id=241

Re: [edk2] How to build the firmware image with SourceLevelDebugPkg?

2015-04-02 Thread Anteja Vuk-Maček
Hi, When I link DebugCommunicationLib ( SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf ) in PlatformPkgIA32.pkg and build firmware image with success, firmware image don't boot correctly. I link PeCoffExtraActionLib like Jeff told me, but firmware don't boot corr

[edk2] UDK2014.IHV question

2015-04-02 Thread TigerLiu
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 Nt3

Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fix media probe

2015-04-02 Thread Olivier Martin
It is likely your change will not test if there is a present media by reading no byte. I think Ronald's change (original patch) is better. From: Ni, Ruiyu [mailto:ruiyu...@intel.com] Sent: 02 April 2015 05:33 To: edk2-devel@lists.sourceforge.net; Olivier Martin Cc: Ronald Cron Subject: RE: [PATCH