[edk2] Add flag to PrintLib for device paths?

2013-11-17 Thread Thomas Rognon
Anyone given thought to adding a flag to PrintLib for printing device paths? Seems to be a very common thing to do and using the device path to text protocol gets tedious. If this is not a good idea, can someone educate me? Thanks. Thomas Rognon

Re: [edk2] [PATCH v3 00/10] OvmfPkg: Introduce and use the new VIRTIO_DEVICE_PROTOCOL protocol

2013-11-17 Thread Mark Salter
On Sat, 2013-11-16 at 20:07 +0100, Laszlo Ersek wrote: > On 09/28/13 20:51, Mark Salter wrote: > > On Fri, 2013-09-27 at 02:31 +0200, Laszlo Ersek wrote: > >> Hi Mark, > >> > >> just my 2 cents: > >> > >> On 09/26/13 21:33, Mark Salter wrote: > >>> I've been trying out this patch series on AArch64

[edk2] FW: SAS/SCSI controller: End Device Details

2013-11-17 Thread Murali Selvaraj
Hi Feng, Thanks for your support. For example, which device type does your SAS driver return? EDKII ScsiDisk only manages EFI_SCSI_TYPE_DISK and EFI_SCSI_TYPE_CDROM. My SAS driver returns device type as DISK. I could install EXT_SCSI_PASS_THRU and EFI_DEVICE_PATH_PROTOCOL in my sas driver.

Re: [edk2] SAS/SCSI controller: End Device Details

2013-11-17 Thread Tian, Feng
It means you didn't implement EXT_SCSI_PASS_THRU. GetNextTargetLun() correctly. Please read UEFI Spec EXT_SCSI_PASS_THRU section at first. OptionRomPkg\AtapiPassThruDxe is also a sample for you. -Original Message- From: Murali Selvaraj [mailto:murali.selva...@lntinfotech.com] Sent: Mond

Re: [edk2] Grub error reading sector 0x600 on CD-RW and DVD+RW

2013-11-17 Thread Tian, Feng
Hi, David The similar thing we met is some DVD+R/DVD-R discs would read fail with DVD-Only drive if we try to read a lot of sectors(65535) one time. But using DVD Combo drive would be successful. Legacy and UEFI boot all have such issues, which is different with your description. After experim

[edk2] Default network support in OVMF

2013-11-17 Thread Celelibi
Hello, I compiled OVMF from the lastest revision available on git sourceforge. I run it with the command: qemu-system-x86_64 -device rtl8139,netdev=tap0 -netdev tap,id=tap0,ifname=tap0,script=no -bios Build/OvmfX64/DEBUG_GCC47/QEMU/bios.bin -boot order=n This combination of -device and -netdev w