Re: [edk2] UEFI Shell Question

2013-11-01 Thread Bruce Maynard
It doesn't seem to matter what system I use. They all have different graphics adapters. We mainly deal with server blades that usually have a low cost video chip on the system board (eg.Matrox) or redirect the video over an internal IP KVM. I don't see this behavior if I boot to DOS. The text

Re: [edk2] [PATCH 0/8] OVMF support for QEMU's PC System Flash

2013-11-01 Thread Andrew Fish
On Nov 1, 2013, at 2:34 AM, Andrew fish wrote: > A separate FD would be the easiest way to deal with this. You could have an > installer step in the build that only copies over the NV storage FD if it > does not exist. > > You guys should also implement the PXE UUID as a different UUID per >

Re: [edk2] UEFI Shell Question

2013-11-01 Thread Andrew Fish
When I’ve seen slow scrolling in the past it is usually caused by a graphics driver that is not using hardware acceleration to shift the blit buffer. Scrolling the screen shifts a lot of bits on the graphics screen. Thanks, Andrew Fish On Nov 1, 2013, at 8:46 AM, Carsey, Jaben wrote: > I h

Re: [edk2] UEFI Shell Question

2013-11-01 Thread Carsey, Jaben
I have never seen that behavior in my testing. Are you sure that it's the shell and not the platform that you are using? If you redirect all output to a file does it go faster? -Jaben From: Bruce Maynard [mailto:[email protected]] Sent: Thursday, October 31, 2013 4:22 PM To: edk2-devel@

Re: [edk2] [PATCH 0/8] OVMF support for QEMU's PC System Flash

2013-11-01 Thread Jordan Justen
On Fri, Nov 1, 2013 at 1:40 AM, Laszlo Ersek wrote: > On 10/28/13 22:27, Jordan Justen wrote: >> https://github.com/jljusten/edk2.git ovmf-nvvars-v1 >> >> This series implements support for QEMU's emulated >> system flash. >> >> This allows for persistent UEFI non-volatile variables. >> >> Previou

Re: [edk2] [PATCH 0/8] OVMF support for QEMU's PC System Flash

2013-11-01 Thread Andrew fish
Sent from my iPhone > On Nov 1, 2013, at 1:40 AM, Laszlo Ersek wrote: > >> On 10/28/13 22:27, Jordan Justen wrote: >> https://github.com/jljusten/edk2.git ovmf-nvvars-v1 >> >> This series implements support for QEMU's emulated >> system flash. >> >> This allows for persistent UEFI non-volati

Re: [edk2] [PATCH 0/8] OVMF support for QEMU's PC System Flash

2013-11-01 Thread Laszlo Ersek
On 10/28/13 22:27, Jordan Justen wrote: > https://github.com/jljusten/edk2.git ovmf-nvvars-v1 > > This series implements support for QEMU's emulated > system flash. > > This allows for persistent UEFI non-volatile variables. > > Previously we attemptedto emulate non-volatile > variables in a few