[edk2] UEFI Shell Question

2013-10-31 Thread Bruce Maynard
This has been bothering me for some time... Why is the UEFI shell so slow?...doesn't matter what version you use. 1.0/2.0/Internal/External. It scrolls lines as fast as if it were connected to a serial 9600 baud modem (remember those?). Is there any way to adjust the console print output? Is se

Re: [edk2] [PATCH 4/8] OvmfPkg/AcpiPlatformDxe/Qemu: Allow high runtime memory regions

2013-10-31 Thread Laszlo Ersek
On 10/31/13 18:53, Jordan Justen wrote: > On Thu, Oct 31, 2013 at 2:40 AM, Laszlo Ersek wrote: >> On 10/28/13 22:27, Jordan Justen wrote: >>> Previously we would only search for MMIO regions that were also >>> above every EfiGcdMemoryTypeReserved and EfiGcdMemoryTypeSystemMemory >>> region. >>> >>

Re: [edk2] [PATCH 4/8] OvmfPkg/AcpiPlatformDxe/Qemu: Allow high runtime memory regions

2013-10-31 Thread Jordan Justen
On Thu, Oct 31, 2013 at 2:40 AM, Laszlo Ersek wrote: > On 10/28/13 22:27, Jordan Justen wrote: >> Previously we would only search for MMIO regions that were also >> above every EfiGcdMemoryTypeReserved and EfiGcdMemoryTypeSystemMemory >> region. >> >> Now we just search for the largest EfiGcdMemor

[edk2] Problems in Image Decoding in HII Database code

2013-10-31 Thread Tim Lewis
We noticed that the current HII Database code that processes the image packages incorrectly increments the ImageId for EXT1, EXT2 and EXT4 blocks. The specification allows these forms of the IIBT block types to be used for any other blocks, including DUP and SKIP1 and SKIP2. But currently, EXT1

Re: [edk2] OuputString at the last column of the last row

2013-10-31 Thread Sergey Isakov
Hi, On 31.10.2013, at 14:18, Li, Elvin wrote: > Hi Ivy, > I have no existing solution to resolve your issue. EDKII open source > setup browser does not draw at the last line, you may consider this way right > now. Another possible way is that we may make OutputString not to scroll > scree

Re: [edk2] [PATCH 4/8] OvmfPkg/AcpiPlatformDxe/Qemu: Allow high runtime memory regions

2013-10-31 Thread Laszlo Ersek
On 10/28/13 22:27, Jordan Justen wrote: > Previously we would only search for MMIO regions that were also > above every EfiGcdMemoryTypeReserved and EfiGcdMemoryTypeSystemMemory > region. > > Now we just search for the largest EfiGcdMemoryTypeMemoryMappedIo > region. > > This will allow us to mar

Re: [edk2] [PATCH 5/8] OvmfPkg/EmuVariableFvbRuntimeDxe: Disable if flash variables are supported

2013-10-31 Thread Laszlo Ersek
On 10/28/13 22:27, Jordan Justen wrote: > If QEMU flash is supported, then the PcdFlashNvStorageVariableBase64 > will be set by the flash FVB driver. If it is set to a non-zero value, > then we disable memory based variables. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off