Re: [edk2] adding EDK2 networking to a shipping system board

2015-01-06 Thread Ye, Ting
Hi Stephen, Have your system have DpcDxe driver dispatched already? If not, you may have a try by loading DpcDxe.efi before SnpDxe.efi. Network drivers consume QueueDpc/DispatchDpc which require gEfiDpcProtocolGuid installed. Best Regards, Ye Ting -Original Message- From: Stephen Polk

Re: [edk2] adding EDK2 networking to a shipping system board

2015-01-06 Thread Andrew Fish
> On Jan 6, 2015, at 8:43 PM, Stephen Polkowski wrote: > > Hi Andrew, > > Thanks for the reply. By existing system, I mean that I’m trying to > add network > support to my Asus Q87E motherboard. I don’t have the BIOS source for my > board > so I can’t build a fresh BIOS with netwo

Re: [edk2] adding EDK2 networking to a shipping system board

2015-01-06 Thread Li, Ruth
Could you let us know the output when you type 'drivers' command? Thanks, Ruth -Original Message- From: Stephen Polkowski [mailto:step...@centtech.com] Sent: Wednesday, January 07, 2015 12:43 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] adding EDK2 networking to a shipping

Re: [edk2] adding EDK2 networking to a shipping system board

2015-01-06 Thread Stephen Polkowski
Hi Andrew, Thanks for the reply. By existing system, I mean that I’m trying to add network support to my Asus Q87E motherboard. I don’t have the BIOS source for my board so I can’t build a fresh BIOS with networking stack built in. Instead, I’m trying to load the networkin

Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a CDROM

2015-01-06 Thread Ni, Ruiyu
Thanks. Reviewed-by: Ruiyu Ni ruiyu...@intel.com From: Olivier Martin [mailto:olivier.mar...@arm.com] Sent: Wednesday, January 7, 2015 12:02 AM To: Ni, Ruiyu Cc: edk2-devel@lists.sourceforge.net Subject: RE: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fixed El Torito supp

Re: [edk2] [PATCH] MdeModulePkg: PcdPeim: Unaligned PcdSet in PEI for architectures requiring alignment

2015-01-06 Thread Tian, Feng
Aaron, Sorry for late response. Could you let me know it's a real case or review result? If it's a real case, could you share us how to reproduce it? In PCD_DATABASE_INIT of PcdDataBaseSignatureGuid.h, you can see below comments // // Padding is needed to keep necessary alignment //

Re: [edk2] adding EDK2 networking to a shipping system board

2015-01-06 Thread Andrew Fish
> On Jan 6, 2015, at 7:46 AM, Stephen Polkowski wrote: > > > Hi folks, > > Is it possible to add ethernet networking support to a production > system without a network stack? The "UEFI Network Stack for EDK Getting > Started Guide.pdf" demonstrates how to add networking to the NT32 enviro

Re: [edk2] [PATCH] MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a CDROM

2015-01-06 Thread Olivier Martin
Thanks Ray, good catch! Please find the attached patch that takes in account your comment. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin From: Ni, Ruiyu [mailto:ruiyu...@intel.com] Sent: 23 December 2014 01:23 To: Olivier Martin Cc: edk2-devel@

[edk2] adding EDK2 networking to a shipping system board

2015-01-06 Thread Stephen Polkowski
Hi folks, Is it possible to add ethernet networking support to a production system without a network stack? The "UEFI Network Stack for EDK Getting Started Guide.pdf" demonstrates how to add networking to the NT32 environment. Is this still valid for the EDK2? Also, could it work on a real