Re: [edk2] How to change default USB host mode to USB device mode

2014-03-20 Thread Tian, Feng
EDK2 doesn't support OTG. You have to implement it for your application. From: Zhengsu [mailto:sazuregsmi...@hotmail.com] Sent: Thursday, March 20, 2014 05:07 To: edk2-devel@lists.sourceforge.net Subject: [edk2] How to change default USB host mode to USB device mode My tablet only has one USB 3.0

[edk2] Announcing UDK2014

2014-03-20 Thread Jarlstrom, Laurie
Announcing the new UDK2014 Release. Go to the http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=UDK2014 page to download the release and documentation. The UDK2014 release will deliver the UEFI 2.4 and PI 1.3 support. Specific details on features and on what is new is contained in

Re: [edk2] ShellPkg: Allow for LoadedImageProtocol information to be verbosely exported for commands like "dh"

2014-03-20 Thread Bjorge, Erik C
Please fix the 'LoadadImage' to LoadedImage. Reviewed-by: Erik Bjorge From: Carsey, Jaben Sent: Thursday, March 20, 2014 10:03 AM To: Bjorge, Erik C Cc: edk2-devel@lists.sourceforge.net; Carsey, Jaben Subject: ShellPkg: Allow for LoadedImageProtocol information to be verbosely exported for comm

[edk2] ShellPkg: Allow for LoadedImageProtocol information to be verbosely exported for commands like "dh"

2014-03-20 Thread Carsey, Jaben
Erik, Can you review? ShellPkg: Allow for LoadedImageProtocol information to be verbosely exported for commands like "dh" Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey mailto:jaben.car...@intel.com>> UefiHandleParsingLib.uni Description: UefiHandleParsi

Re: [edk2] ShellPkg: Remove unused function from library

2014-03-20 Thread Bjorge, Erik C
Reviewed-by: Erik Bjorge From: Carsey, Jaben Sent: Thursday, March 20, 2014 10:02 AM To: Bjorge, Erik C Cc: edk2-devel@lists.sourceforge.net; Carsey, Jaben Subject: ShellPkg: Remove unused function from library Erik, Can you review? ShellPkg: Remove unused function This function was not expos

Re: [edk2] ShellPkg: remove redudant code. call existing API.

2014-03-20 Thread Bjorge, Erik C
Reviewed-by: Erik Bjorge From: Carsey, Jaben Sent: Thursday, March 20, 2014 9:56 AM To: Bjorge, Erik C Cc: edk2-devel@lists.sourceforge.net; Carsey, Jaben Subject: ShellPkg: remove redudant code. call existing API. Erik, Can you review? Contributed-under: TianoCore Contribution Agreement 1.0 S

[edk2] ShellPkg: Remove unused function from library

2014-03-20 Thread Carsey, Jaben
Erik, Can you review? ShellPkg: Remove unused function This function was not exposed outside the library and is not used internally. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey mailto:jaben.car...@intel.com>> RemoveOldAPI.patch Description: RemoveOld

[edk2] ShellPkg: remove redudant code. call existing API.

2014-03-20 Thread Carsey, Jaben
Erik, Can you review? Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey Unload.c.patch Description: Unload.c.patch -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databas

Re: [edk2] EDK2 SVN repo

2014-03-20 Thread Tim Lewis
Eric - No. I just updated. Tim From: Eric Tran [mailto:eric1t...@gmail.com] Sent: Thursday, March 20, 2014 9:21 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] EDK2 SVN repo Hi, Is the EDK2 Repo down at the moment? Connection times out when I try to check out the code. ---

[edk2] EDK2 SVN repo

2014-03-20 Thread Eric Tran
Hi, Is the EDK2 Repo down at the moment? Connection times out when I try to check out the code. -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and th

Re: [edk2] missing return statements in r15339?

2014-03-20 Thread Laszlo Ersek
On 03/20/14 02:09, Dong, Guo wrote: > > Hi Laszlo, > > Thanks for the comments. > As you know, Variable Write Arch Protocol is an Arch protocol, if the > variable driver didn't install it and directly return, it might bring > system hang since some drivers that depend on this Arch protocol > coul

Re: [edk2] Why doesn't EDK build system allow references to out-of-tree sources?

2014-03-20 Thread Andrew Fish
The EDK was the previous build system. That is why the current one is called edk2. On Mar 19, 2014, at 11:39 PM, Evgeny Yakovlev wrote: > Hello, > > We are developing a big commercial endpoint security system and recently > we've been doing a lot of UEFI development using EDK2. So far we've h