[edk2] Adding links to HII form dynamically - HiiCreateGotoOpcode

2012-11-08 Thread Sushma Gurram
Hi, The "goto" question in vfr provides an option to go to a form in different formset. goto formsetguid = DRIVER_SAMPLE_INVENTORY_GUID, formid = 0x1, question = 0x1, prompt = STRING_TOKEN(STR_GOTO_ANOTHER_FORMSET), help= STRING_TOKEN(STR_GOTO_ANOTHER_FORMS

[edk2] SuperMicro - Aptio Setup Utility

2012-10-17 Thread Sushma Gurram
Hi, In a HII application, when a popup is created and removed, the entire screen doesn't get refreshed and few parts of popup still remain. Is there a way to refresh the entire screen? Thanks, Sushma PLEASE NOTE: The information contained in this electronic ma

[edk2] Progress Bar in HII

2012-10-05 Thread Sushma Gurram
Hi, I need to display the progress of an operation in a HII application. Can someone please provide some insight into how I could achieve it? Thanks, Sushma PLEASE NOTE: The information contained in this electronic mail message is intended only for the use of

Re: [edk2] SCSI Protocols not found

2012-08-28 Thread Sushma Gurram
ou to send command to SCSI device. I think you need to talk with OpROM or hardware directly. Regards Elvin From: Sushma Gurram [mailto:sushma.gur...@sandisk.com] Sent: Saturday, August 25, 2012 2:51 AM To: edk2-devel@lists.sourceforge.net<mailto:edk2-devel@lists.sourceforge.net> Subject: Re:

Re: [edk2] SCSI Protocols not found

2012-08-24 Thread Sushma Gurram
support is a legacy option ROM (with ASPI, for example). Rather than trying to create a SCSI_IO<->ASPI layer, they just abstracted one layer higher. From: Sushma Gurram [mailto:sushma.gur...@sandisk.com]<mailto:[mailto:sushma.gur...@sandisk.com]> Sent: Friday, August 24, 2012 10:33 AM To

Re: [edk2] SCSI Protocols not found

2012-08-24 Thread Sushma Gurram
e E6 is a Bus Driver with DriverName "Unknown" and ImageName "CORE_DXE" Thanks, Sushma From: Sushma Gurram Sent: Friday, August 24, 2012 10:21 AM To: edk2-devel@lists.sourceforge.net Subject: RE: SCSI Protocols not found Hi Feng, Attached are a few screenshots for diffe

Re: [edk2] SCSI Protocols not found

2012-08-23 Thread Sushma Gurram
ha - Just to make sure: The actual SCSI device would be at: PciRoot(0x0)/Pci(0x3,0x2)/Pci(0x0,0x0)/Scsi(0x9,0x0) (without the /HD(1,MBR,0xc64a382f,0x800,0x1749e000), which is the partition on the disk) So that would be a different handle. Tim From: Sushma Gurram [mailto:sushma.gur...@san

[edk2] SCSI Protocols not found

2012-08-23 Thread Sushma Gurram
Hi, We have a drive which shows up as a SCSI device when "map" shell command is executed. The device path for the device is as follows: PciRoot(0x0)/Pci(0x3,0x2)/Pci(0x0,0x0)/Scsi(0x9,0x0)/HD(1,MBR,0xc64a382f,0x800,0x1749e000). We need to issue SCSI INQUIRY and other SCSI commands to the device.