Re: [edk2] VFR beginner question

2013-03-26 Thread arti singh
VFR defines only the content and not the placement of items and by default items are listed vertically.We use the down arrow key to navigate each item.How do i design a setup screen where items are listed horizontally and i use the next arrow to move on to the next item on the list.I want to design

Re: [edk2] AsciiPrint() and %s

2013-03-26 Thread Hicks, Evan R
This is what I use and it works correctly: AsciiPrint("%a",Variable); Thanks, Evan -Original Message- From: Andrew Fish [mailto:af...@apple.com] Sent: Monday, March 25, 2013 4:22 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] AsciiPrint() and %s Print() is a Unicode format

Re: [edk2] OVMF networking revisited

2013-03-26 Thread Duane Voth
qemu with or without -vga cirrus give the same result. On Tue, Mar 26, 2013 at 3:33 PM, Mauro Faccenda wrote: > Hi Duane, > > Have you tried removing (not using the CirrusLogicXXX.rom? > > Newer versions of OVMF don't need it. > > > > On Tue, Mar 26, 2013 at 1:48 PM, Duane Voth wrote: > > Get

Re: [edk2] OVMF networking revisited

2013-03-26 Thread Mauro Faccenda
Hi Duane, Have you tried removing (not using the CirrusLogicXXX.rom? Newer versions of OVMF don't need it. On Tue, Mar 26, 2013 at 1:48 PM, Duane Voth wrote: > Getting a chance to look at this again... > > md5sum for Intel3.5/EFIX64/E3507X2.EFI matches. > build command line matches. > qemu ve

Re: [edk2] OVMF networking revisited

2013-03-26 Thread Duane Voth
Getting a chance to look at this again... md5sum for Intel3.5/EFIX64/E3507X2.EFI matches. build command line matches. qemu version 1.2.0 qemu: I've had better success with the default console (instead of vnc) If I add -s -S to the qemu command line and attach it to gdb: $ gdb ... (gdb) target re

Re: [edk2] AsciiPrint() and %s

2013-03-26 Thread Stephen Polkowski
Thank you for taking the time to help. I totally missed the format section in the MDE document. Stephen Carsey, Jaben wrote: > You want to check the PrintLib.h file to find out which flags to use. %a > will print ascii and if I remember correctly this is noted as a difference > from standard