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
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.
>>>
>>
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
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
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
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
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