Re: [edk2] apparent KVM problem with LRET in TianoCore S3 resume trampoline

2013-12-08 Thread Laszlo Ersek
On 12/06/13 13:03, Paolo Bonzini wrote: > Il 05/12/2013 19:29, Laszlo Ersek ha scritto: >> On 12/05/13 18:42, Paolo Bonzini wrote: >>> Il 05/12/2013 17:12, Laszlo Ersek ha scritto: Hi, I'm working on S3 suspend/resume in OVMF. The problem is that I'm getting an unexpected

[edk2] Default value in HII field

2013-12-08 Thread Ben Schroeder
Hi all, I am trying to set a default value for an HII field in my form. I would like it to be somewhat dynamic and not a constant static value. My only limitation is that I cannot use the ConfigAccessCallback routine to trigger when the user selects to return to defaults. An example of a field a

Re: [edk2] apparent KVM problem with LRET in TianoCore S3 resume trampoline

2013-12-08 Thread Laszlo Ersek
On 12/08/13 18:43, Laszlo Ersek wrote: > On 12/06/13 13:03, Paolo Bonzini wrote: >> Thanks to your binary I now reproduced the issue and it looks like the >> 64-bit->16-bit switch works: > > Thank you for spending (apparently more than a little) time on this! > >> >> qemu-system-x86-4081 [001]

Re: [edk2] Default value in HII field

2013-12-08 Thread Dong, Eric
Hi Ben, I think the below format is correct, how you do your test and what's the result? numeric varid = MyIfrNVData.GetDefaultValueFromAccess, questionid = 0x1239, prompt = STRING_TOKEN(STR_DEFAULT_VALUE_FROM_ACCESS_PROMPT), help= STRING_TOKEN(STR_D

Re: [edk2] Default value in HII field

2013-12-08 Thread Ben Schroeder
Hi Eric, I Loaded my driver on the UEFI of one of the vendors we are working with, clicked restore to defaults. The value for the field below, the one that has "default value = get(MyIfrNVData.DefaultForThisField),", did not change. Even when I changed it to different values, clicking restore to

[edk2] uUEFI code execution

2013-12-08 Thread Parmeshwr_Prasad
Hi All, How to get UEFI scheduling information ? Is this single or multi-threaded environment ? Best Regards, Parmeshwr Prasad Tel : +91-9743262018 [cid:image001.png@01CEF4D2.C6913E40] <>-- Sponsored by Intel(R) XDK D

Re: [edk2] Default value in HII field

2013-12-08 Thread Dong, Eric
Hi Ben, I test the driver sample driver and it can get default value through clicked restore to default. Do you use the browser in MdeModulePkg/Universal/SetupBrowserDxe? In this browser, it will get default value base on below priority: 1. Callback function 2. AltCfg value throug

Re: [edk2] gST->ConOut is NULL and Timer issues (Was: RE: SerialPrint not working in DxeServicesLib.c)

2013-12-08 Thread bhupesh.sha...@freescale.com
Hi Olivier and Andrew, Thanks for your respective suggestions. Accordingly I checked out my code and found out that: 1. I checked the relevant stuff in the DSC and FDF files and I have the following entries related to ConOut and ConIn: MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatfo