> On May 22, 2015, at 12:13 PM, Kan Qiu <kan...@osbase.com> wrote:
> 
> Dear all, can anyone please help me with this part of 
> UDK-Debugger-Tool-User-Manual-SR1-v1-91_0.pdf ? I'm lost with both methods 
> mentioned below. Where is the the Intel® UEFI Development Kit 2010 (Intel® 
> UDK2010) front page UI or what does it look like ?
> 
> "The console device created by debug agent isn’t added to the console
> input/output device list by default. There are two ways to add it to the list:
>  change the setting through the Intel® UEFI Development Kit 2010
> (Intel® UDK2010) front page UI

BIOS Setup. So hold the hot key down when you boot and get into the setup 
menus. 

>  change the platform boot manager library implementation.
> The first method doesn’t require rewriting code, but the setting needs to
> be manually changed every time the firmware is burned.
> The console device path begins with a vendor defined device path node
> followed by a UART device path node and a vendor defined messaging
> device path node. An example follows:
>  VenHw(865A5A9B-B85D-474C-8455-
> 65D1BE844BE2)/Uart(115200,8,N,1)/VenPcAnsi()"
> 

Make an instance of this library: 
https://svn.code.sf.net/p/edk2/code/trunk/edk2/MdeModulePkg/Include/Library/PlatformBootManagerLib.h

This is an example implementation: 
https://svn.code.sf.net/p/edk2/code/trunk/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/

Thanks,

Andrew Fish

> Thanks
> Kan
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y_______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/edk2-devel


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to