Re: [edk2] [PATCH 1/1] IsaFloppyDxe: fixed timeout

2014-05-21 Thread Mike Maslenkin
On Tue, 2014-05-20 at 22:30 -0700, Jordan Justen wrote: > On Tue, May 20, 2014 at 7:46 PM, Fan, Jeff wrote: > > Mike, > > > > I have one question, how do you find this issue? Do you encounter > > one real issue on your platform or you find it by code review? We experienced a long boot time. This

Re: [edk2] [PATCH 1/1] IsaFloppyDxe: fixed timeout

2014-05-21 Thread Sergey Isakov
It\s funny to see someone bothered about a floppy. Anyway I think EDK(?) should have some way to not wait for seconds or minutes for unsupported or absent devices. IDE DVD - timeout 35seconds even no disk inserted Bluetooth - 28seconds to wait even no devices found to pair Floppy - ? even it is ab

Re: [edk2] [PATCH 1/1] MdeModulePkg/ScsiDiskDxe: introduce a Pcd for maximum blocks transferred by Read10/Write10 commands

2014-05-21 Thread Mike Maslenkin
Ops! I missed this change. BTW Do I understand correctly and ACTION_RETRY_WITH_BACKOFF_ALGO (or better returned SectorCount value) is not saved anywhere. So, every IO starts from: ScsiDiskRead10, ACTION_NO_ACTION if (not Fail) done then repeat ScsiDiskRead10, ACTION_RETRY_WITH_BACKOFF_ALGO unt

Re: [edk2] [PATCH 1/1] MdeModulePkg/ScsiDiskDxe: introduce a Pcd for maximum blocks transferred by Read10/Write10 commands

2014-05-21 Thread Tian, Feng
Yes, the behavior you described is correct. It's mainly because it's hard to know if the SCSI/ATAPI device always couldn't handle big data transfer or just for this single request. Thanks Feng -Original Message- From: Mike Maslenkin [mailto:miha...@parallels.com] Sent: Wednesday, May

Re: [edk2] [PATCH 1/1] IsaFloppyDxe: fixed timeout

2014-05-21 Thread Fan, Jeff
Mike, Which platform do you use? And how much boot performance improvement could you get on your platform with this fix? Jeff -Original Message- From: Mike Maslenkin [mailto:mike.maslen...@gmail.com] Sent: Wednesday, May 21, 2014 3:01 PM To: edk2-devel@lists.sourceforge.net Cc: Fan, Jef

Re: [edk2] [PATCH 2/3] OvmfPkg: AcpiPlatformDxe: exclude RSD PTR from QEMU's fw_cfg payload

2014-05-21 Thread Laszlo Ersek
On 05/21/14 10:19, Michael S. Tsirkin wrote: > On Wed, May 21, 2014 at 12:51:47AM +0200, Laszlo Ersek wrote: >> In one of the next patches we'll start scanning all fw_cfg files that QEMU >> advertises as carrying ACPI tables, not just "etc/acpi/tables". >> >> The RSD PTR table is known to occur in

Re: [edk2] [PATCH 2/3] OvmfPkg: AcpiPlatformDxe: exclude RSD PTR from QEMU's fw_cfg payload

2014-05-21 Thread Laszlo Ersek
On 05/21/14 12:30, Michael S. Tsirkin wrote: > On Wed, May 21, 2014 at 12:16:47PM +0200, Laszlo Ersek wrote: >> On 05/21/14 10:19, Michael S. Tsirkin wrote: >>> On Wed, May 21, 2014 at 12:51:47AM +0200, Laszlo Ersek wrote: In one of the next patches we'll start scanning all fw_cfg files that Q

Re: [edk2] [PATCH] OvmfPkg: QemuVideoDxe: Int10h stub for Windows 2008 R2 SP1 (stdvga, QXL)

2014-05-21 Thread David Woodhouse
On Tue, 2014-05-13 at 04:54 +0200, Laszlo Ersek wrote: > > But, second, we've known for quite some time that windows server 2008 r2 > works well with the SeaBIOS CSM and a few edk2 patches (thanks again to > David Woodhouse and Kevin O'Connor). > > There are two problems with the CSM, one specifi

Re: [edk2] [PATCH] OvmfPkg: QemuVideoDxe: Int10h stub for Windows 2008 R2 SP1 (stdvga, QXL)

2014-05-21 Thread Gerd Hoffmann
Hi, > Or were you really intending the tools to give the user an explicit > choice of legacy vs. UEFI rather than depending on the OS? That would > kind of suck too. Microsoft does exactly that. Latest hyper-v has "generation 1" (== bios) and "generation 2" (== efi) virtual machines. There ar

Re: [edk2] [PATCH] OvmfPkg: QemuVideoDxe: Int10h stub for Windows 2008 R2 SP1 (stdvga, QXL)

2014-05-21 Thread Laszlo Ersek
On 05/21/14 14:19, David Woodhouse wrote: > On Tue, 2014-05-13 at 04:54 +0200, Laszlo Ersek wrote: >> - The specific (possibly accidental, fixable) problem is that using the >> SeaBIOS CSM plus the CSM infrastructure in edk2 breaks OVMF's S3 resume. >> I had not set out to track this down because

Re: [edk2] [PATCH 2/3] OvmfPkg: AcpiPlatformDxe: exclude RSD PTR from QEMU's fw_cfg payload

2014-05-21 Thread Laszlo Ersek
On 05/21/14 14:40, Michael S. Tsirkin wrote: > On Wed, May 21, 2014 at 01:21:11PM +0200, Laszlo Ersek wrote: >> On 05/21/14 12:30, Michael S. Tsirkin wrote: >>> On Wed, May 21, 2014 at 12:16:47PM +0200, Laszlo Ersek wrote: On 05/21/14 10:19, Michael S. Tsirkin wrote: > On Wed, May 21, 2014

Re: [edk2] [PATCH 2/3] OvmfPkg: AcpiPlatformDxe: exclude RSD PTR from QEMU's fw_cfg payload

2014-05-21 Thread Laszlo Ersek
On 05/21/14 16:47, Michael S. Tsirkin wrote: > On Wed, May 21, 2014 at 04:03:32PM +0200, Laszlo Ersek wrote: >> This means that beyond realizing the BGRT is "some ACPI table" and >> installing it, the parser would have to incorporate knowledge about >> BGRT. I might prefer simply failing. > > Why

Re: [edk2] [edk2-buildtools] [PATCH 0/7] Build ResetVector/VTF with NASM during EDK II build

2014-05-21 Thread Gao, Liming
Jordan: I add my comments on 3, 4, 5. -Original Message- From: Jordan Justen [mailto:jljus...@gmail.com] Sent: Wednesday, May 21, 2014 1:55 AM To: Gao, Liming Cc: edk2-devel@lists.sourceforge.net; edk2-buildtools-de...@lists.sourceforge.net Subject: Re: [edk2-buildtools] [PATCH 0/7] Bu

Re: [edk2] [PATCH 2/3] OvmfPkg: AcpiPlatformDxe: exclude RSD PTR from QEMU's fw_cfg payload

2014-05-21 Thread Laszlo Ersek
On 05/21/14 17:43, Michael S. Tsirkin wrote: > On Wed, May 21, 2014 at 05:31:42PM +0200, Laszlo Ersek wrote: >> On 05/21/14 16:47, Michael S. Tsirkin wrote: >>> On Wed, May 21, 2014 at 04:03:32PM +0200, Laszlo Ersek wrote: >> This means that beyond realizing the BGRT is "some ACPI table" and >

[edk2] The UDK 2014 html documentation is busted.

2014-05-21 Thread Andrew Fish
I noticed the MdePkg HTML documentation is very busted. Would it be possible to host the .chm files on the web, so those of use with systems that do not natively support .chm can view them without an application. For example: HTML LibraryClass List: CapsuleLib CpuExceptionHandlerLib Customized

Re: [edk2] The UDK 2014 html documentation is busted.

2014-05-21 Thread Jarlstrom, Laurie
I can try to move the .chm files somewhere else on the web. Mean time I have uploaded each .chm as a zip to download to a local directory instead of the .chm itself. Each zip can be extracted in the local machine and then viewed locally. thanks, Laurie laurie.jarlst...@intel.com

Re: [edk2] The UDK 2014 html documentation is busted.

2014-05-21 Thread Blibbet
> [...] Would it be > possible to host the .chm files on the web, so those of use with > systems that do not natively support .chm can view them without an > application. [...] Besides HTML, why ship CHMs at all these years? IMO, CHMs should have been left with the early Windows-only EDKs, a

Re: [edk2] The UDK 2014 html documentation is busted.

2014-05-21 Thread Andrew Fish
On May 21, 2014, at 11:28 AM, Jarlstrom, Laurie wrote: > I can try to move the .chm files somewhere else on the web. Mean time I have > uploaded each .chm as a zip to download to a local directory instead of the > .chm itself. > Each zip can be extracted in the local machine and then viewed

Re: [edk2] EmulatorPkg broken

2014-05-21 Thread Rafael Machado
Hi everyone I just tried to compile the emulator package and got the following error: --- Building ... /home/rafael/src/edk2/EmbeddedPkg/SerialDxe/SerialDxe.inf [X64] "/usr/bin/ld"

Re: [edk2] EmulatorPkg broken

2014-05-21 Thread Jordan Justen
On Wed, May 21, 2014 at 3:47 PM, Rafael Machado wrote: > Hi everyone > > I just tried to compile the emulator package and got the following error: > > --- > Building ... /home/rafael

Re: [edk2] [PATCH] OvmfPkg: QemuVideoDxe: Int10h stub for Windows 2008 R2 SP1 (stdvga, QXL)

2014-05-21 Thread Jordan Justen
On Wed, May 21, 2014 at 5:19 AM, David Woodhouse wrote: > On Tue, 2014-05-13 at 04:54 +0200, Laszlo Ersek wrote: >> (Without enabling the CSM in an OVMF build, the option to legacy-boot is >> lost of course as well, but I expressly don't desire that option. Just >> boot legacy OSes with pure SeaBI

Re: [edk2] status of MP support work ?

2014-05-21 Thread chen.fan.f...@cn.fujitsu.com
Hi jljusten, I found that your ap-startup-example tree for MP services has not been updated since January 2014 if I am correct. does MP services break? Thanks, Chen On Wed, 2014-05-14 at 08:20 -0300, Rafael Machado wrote: > Hi Chen > > > I'm Rafael Machado and I've being in contact wi