[edk2] Regarding the keyboard support in UEFI.

2013-02-27 Thread Amol Tasgaonkar
  Hi, Do we have any mechanism to support multilingual keyboard support in the UEFI. On BIOS based machine we could read a scancode and map it to approriate characters set based on the language set. Any information on this would be helpful .     Thanks,   -Amol.--

[edk2] Issue with Storage_security_command_protocol

2012-11-21 Thread Amol Tasgaonkar
Hi,   I am trying to Storage_security_command_protocol. I get interface pointer for the protocol & then try a Level 0 discovery. SpecificProtocolId = 1 & SecurityProtocolSpecificData =1. I am getting the error as 7. Any help on this is appreciated...   Thanks, -Amol---

[edk2] Question on Version & Storage_security protocol

2012-10-30 Thread Amol Tasgaonkar
Hello,   I have 3 question.   1. When i type version command in shell, it show as 2.31 as UEFI version. Is it same as UEFI 2.3.1 ?   2. If the answer to the above question is TRUE then, i fail to understand why the HandleProtocol() on the STORAGE_SECURITY_COMMAND_PROTOCOL  fails with error 3. I

[edk2] Question on identifying the UEFI version

2012-10-25 Thread Amol Tasgaonkar
Hi,   Is there a way to find out the UEFI version from any already exposed Runtime variable in the Windows OS? Is there any alternate method ?   Thanks, -Amol.-- Everyone hates slow websites. So do we. Make your web apps f

[edk2] How to link External Libraries with UEFI Applicaiton

2012-10-21 Thread Amol Tasgaonkar
Hello, How do we link libraries externally build (business logic specific) in the UEFI_APPLICATION via inf file?     thank, -Amol.-- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Down

Re: [edk2] Sata hdds ports not recognized

2012-10-18 Thread Amol Tasgaonkar
Try to initialize the port multiplier with 0x for every new port found for reading the device. -amol Sent from Yahoo! Mail on Android -- Everyone hates slow websites. So do we. Make your web apps faster with AppDyna

Re: [edk2] Does UEFI support C++ Exception handling.

2012-10-18 Thread Amol Tasgaonkar
this approach ? -Amol. From: Andrew Fish To: Amol Tasgaonkar Cc: "edk2-devel@lists.sourceforge.net" Sent: Wednesday, October 17, 2012 5:03 PM Subject: Re: [edk2] Does UEFI support C++ Exception handling. On Oct 17, 2012, at 4:53 PM, Amol Tasgao

Re: [edk2] Does UEFI support C++ Exception handling.

2012-10-17 Thread Amol Tasgaonkar
So does this means that we cannot use STL's too ? I am surprized to know this. From: Andrew Fish To: Amol Tasgaonkar ; edk2-devel@lists.sourceforge.net Sent: Wednesday, October 17, 2012 4:11 PM Subject: Re: [edk2] Does UEFI support C++ Exception han

[edk2] Does UEFI support C++ Exception handling.

2012-10-17 Thread Amol Tasgaonkar
Hi, I wanted to check if I could have C++ exception handling done in the EFI application/   Thank,   With Best Regards, -Amol.-- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download A

[edk2] Question on using the EFI_ATA_PASSTHROUGH_PROTOCOL.

2012-09-26 Thread Amol Tasgaonkar
Hi, I am newbie in UDK2010.SR1 and need some help on the approach and understand if i making a mistake here. My goal is to send the ATA_IDENTIFY command to all the ATA devices and get the details for all the devices. I am using EFI_ATA_PASS_THRU_PROTOCOL to do so. Following is the Algo that i am