Re: [edk2] SSH access on to UEFI shell

2019-01-01 Thread prabin ca
thub.io/wiki/Tasks#Port_OpenSSH_as_a_shell_application > >> On 12/30/18 11:11 PM, prabin ca wrote: >> Hi Team, >> >> I would like to know is there any way to get UEFI shell remotely to my local >> setup over SSH/Telnet. >> >> I have spend hours for searching, Pl

[edk2] SSH access on to UEFI shell

2018-12-30 Thread prabin ca
Hi Team, I would like to know is there any way to get UEFI shell remotely to my local setup over SSH/Telnet. I have spend hours for searching, Please help me if there any framework or EFI protocol support for this. Any sample code also helpful me to start Thanks In advance Prabin CA

Re: [edk2] Display Architecture and Bring Up in UEFI

2018-11-27 Thread prabin ca
Thanks Ruiyu, for confirming. > On 27-Nov-2018, at 7:15 AM, Ni, Ruiyu wrote: > >> On 11/23/2018 5:19 PM, Laszlo Ersek wrote: >>> On 11/23/18 07:27, prabin ca wrote: >>> Hi Team, >>> >>> I’m new to UEFI and display interface in UEFI. I wo

Re: [edk2] Display Architecture and Bring Up in UEFI

2018-11-23 Thread prabin ca
Hi Laszlo, Thanks for your support, let me look on this > On 23-Nov-2018, at 2:49 PM, Laszlo Ersek wrote: > >> On 11/23/18 07:27, prabin ca wrote: >> Hi Team, >> >> I’m new to UEFI and display interface in UEFI. I would like to have deep >> dive into how

[edk2] Display Architecture and Bring Up in UEFI

2018-11-22 Thread prabin ca
Hi Team, I’m new to UEFI and display interface in UEFI. I would like to have deep dive into how display is working in UEFI (display architecture) and how display is have been bring up (porting of display panel in a any platform in general ). Please help me with sample codes and necessary

Re: [edk2] Updating/adding video mode

2018-09-24 Thread prabin ca
rnal monitor installed you could end up with 2 HW GOP > protocols and a virtual GOP protocol that represents the ConSpliter. > > Thanks, > > Andrew Fish > >> On Sep 15, 2018, at 10:37 PM, prabin ca wrote: >> >> Any points on this really helpful for me. &

Re: [edk2] Updating/adding video mode

2018-09-15 Thread prabin ca
Any points on this really helpful for me. > On 15-Sep-2018, at 6:46 AM, prabin ca wrote: > > Hi Team, > I’m working with a platform having UHD (3840X2160as native resolution) > display screen. I have dump the video modes using EFI_GRAPHICS_PROTOCOL. > > Followin

[edk2] Updating/adding video mode

2018-09-14 Thread prabin ca
Hi Team, I’m working with a platform having UHD (3840X2160as native resolution) display screen. I have dump the video modes using EFI_GRAPHICS_PROTOCOL. Following are the dump result Mode 0 : hRes = 3840 Vres=2160 Mode 1 : hRes = 640 Vres = 480 Mode 2 : hRes = 800 Vres = 600 Mode 3 : hRes =

Re: [edk2] Performance enabling of Event handler

2018-09-10 Thread prabin ca
Hi Team, Thank it’s got worked on dp -t 0. > On 07-Sep-2018, at 9:27 PM, prabin ca wrote: > > Hi > > Yes it is included in same module (both event handler and function handler), > and I’m not perf_start and perf_end only two times (one is by event handler > and one

Re: [edk2] Performance enabling of Event handler

2018-09-07 Thread prabin ca
e double check to make sure the performance library instance > used correctly for each module. > > > Thanks, > Dandan > > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of prabin > ca > Sent: Friday, September 7,

Re: [edk2] Performance enabling of Event handler

2018-09-06 Thread prabin ca
Hi, PerformancePkg is not working with event handlers, but it’s working with normal functions handlers. > On 06-Sep-2018, at 3:28 PM, Laszlo Ersek wrote: > >> On 09/06/18 08:10, prabin ca wrote: >> Hi Team, >> >> I’m used edk2 PerformancePkg for prof

[edk2] Performance enabling of Event handler

2018-09-06 Thread prabin ca
Hi Team, I’m used edk2 PerformancePkg for profiling cpu execution time taken by a event handler. Event is created successfully and event handler is also called successfully, but I can capture the performance of this event handler with PerformancePkg (by using perf_start and perf_end check

Re: [edk2] PerformancePkg on multiple platform -

2018-08-06 Thread prabin ca
> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of prabin > ca > Sent: Saturday, August 04, 2018 1:20 PM > To: Andrew Fish > Cc: edk2-devel ; Laszlo Ersek > Subject: Re: [edk2] PerformancePkg on multiple platform - > > Hi Andrew, > > I have already

Re: [edk2] PerformancePkg on multiple platform -

2018-08-04 Thread prabin ca
Hope it can have some help when you enable it. > https://github.com/dandanbi/edk2/wiki/Performance-Infrastructure > > > Thanks, > Dandan > > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of prabin > ca > Sent: Saturd

Re: [edk2] PerformancePkg on multiple platform -

2018-08-03 Thread prabin ca
PerformanceLib got linked. > > Thanks, > > Andrew Fish > > On Aug 3, 2018, at 11:17 AM, Laszlo Ersek wrote: > > Hi Prabin, > > On 08/03/18 09:29, prabin ca wrote: > > Hi Team, > > I’m new to uefi and edk. Currently I’m trying to get performance of my dxe &

Re: [edk2] PerformancePkg on multiple platform

2018-08-03 Thread prabin ca
Hi Laszlo, Thank you for your valid input, Its really help full for me. I will look in the " A Tour Beyond BIOSImplementing Profiling in with EDK II" with your points. have a nice day. On Fri, Aug 3, 2018 at 11:47 PM, Laszlo Ersek wrote: > Hi Prabin, > > On 08/03/18 09:

Re: [edk2] Performancepkg in edk2

2018-08-03 Thread prabin ca
It will be helpful if any one can give me a idea > On 03-Aug-2018, at 12:00 PM, prabin ca wrote: > > Hi Team, > > I’m new to uefi and edk. I’m facing or figure out one issue in PerformancePkg > in edk source code. > > My aim is to get performance of my dxe driver

[edk2] PerformancePkg on multiple platform

2018-08-03 Thread prabin ca
Hi Team, I’m new to uefi and edk. Currently I’m trying to get performance of my dxe driver using PerformancePkg of EDK source code. I’m using perf_start and perf_end T respected check points, it’s hot build and tested well in 2/3 platform. It’s giving proper response. But when I’m Checking