Re: [edk2] Partition Driver

2013-07-19 Thread Ramesh R .
ly 18, 2013 01:39 To: edk2-devel@lists.sourceforge.net Subject: [edk2] Partition Driver Hi All, Partition driver consuming only the DiskIO , so it should be doing the EFI_OPEN_PROTOCOL_BY_DRIVER attribute only for the DiskIO protocol. Is there any reason why Partition driver does EFI_OPEN_PRO

Re: [edk2] Partition Driver

2013-07-18 Thread Tian, Feng
h R. [mailto:rame...@ami.com] Sent: Thursday, July 18, 2013 01:39 To: edk2-devel@lists.sourceforge.net Subject: [edk2] Partition Driver Hi All, Partition driver consuming only the DiskIO , so it should be doing the EFI_OPEN_PROTOCOL_BY_DRIVER attribute only for the DiskIO pr

Re: [edk2] Partition Driver

2013-07-18 Thread Ramesh R .
er to manage ATA devices and ATAPI devices separately. -Original Message- From: Ramesh R. [mailto:rame...@ami.com] Sent: Thursday, July 18, 2013 01:39 To: edk2-devel@lists.sourceforge.net Subject: [edk2] Partition Driver Hi All, Partition driver consuming only the

Re: [edk2] Partition Driver

2013-07-17 Thread Tian, Feng
18, 2013 01:39 To: edk2-devel@lists.sourceforge.net Subject: [edk2] Partition Driver Hi All, Partition driver consuming only the DiskIO , so it should be doing the EFI_OPEN_PROTOCOL_BY_DRIVER attribute only for the DiskIO protocol. Is there any reason why Partition driver does EFI_OPEN_PROTOCOL_BY_DRIVER

[edk2] Partition Driver

2013-07-17 Thread Ramesh R .
Hi All, Partition driver consuming only the DiskIO , so it should be doing the EFI_OPEN_PROTOCOL_BY_DRIVER attribute only for the DiskIO protocol. Is there any reason why Partition driver does EFI_OPEN_PROTOCOL_BY_DRIVER attribute for the DevicePath protocol? Status = gBS->OpenProtocol (

[edk2] Partition Driver

2013-07-16 Thread Ramesh R .
Hi All, Partition driver consuming only the DiskIO , so it should be doing the EFI_OPEN_PROTOCOL_BY_DRIVER attribute only for the DiskIO protocol. Is there any reason why Partition driver does EFI_OPEN_PROTOCOL_BY_DRIVER attribute for the DevicePath protocol? Status = gBS->OpenProtocol (