[edk2] [PATCH] OvmfPkg/XenPvBlkDxe: remove gEfiDevicePathProtocolGuid from [Protocols]

Laszlo Ersek posted 1 patch 5 years, 9 months ago
Failed in applying to current master (apply log)
OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf | 1 -
1 file changed, 1 deletion(-)
[edk2] [PATCH] OvmfPkg/XenPvBlkDxe: remove gEfiDevicePathProtocolGuid from [Protocols]
Posted by Laszlo Ersek 5 years, 9 months ago
XenPvBlkDxe doesn't reference gEfiDevicePathProtocolGuid; remove it from
the INF file.

Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Julien Grall <julien.grall@linaro.org>
Cc: Steven Shi <steven.shi@intel.com>
Reported-by: Steven Shi <steven.shi@intel.com>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1034
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
---

Notes:
    Repo:   https://github.com/lersek/edk2.git
    Branch: xenpvblk_redundant_proto_tcbz1034

 OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
index b3dd7c70294a..4b4dd1310f71 100644
--- a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
+++ b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
@@ -57,7 +57,6 @@ [Protocols]
   gEfiComponentName2ProtocolGuid
   gEfiComponentNameProtocolGuid
   gXenBusProtocolGuid
-  gEfiDevicePathProtocolGuid                    ## TO_START
 
 
 [Guids]
-- 
2.14.1.3.gb7cf6e02401b

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH] OvmfPkg/XenPvBlkDxe: remove gEfiDevicePathProtocolGuid from [Protocols]
Posted by Jordan Justen 5 years, 9 months ago
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>

On 2018-07-19 11:01:43, Laszlo Ersek wrote:
> XenPvBlkDxe doesn't reference gEfiDevicePathProtocolGuid; remove it from
> the INF file.
> 
> Cc: Anthony Perard <anthony.perard@citrix.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Julien Grall <julien.grall@linaro.org>
> Cc: Steven Shi <steven.shi@intel.com>
> Reported-by: Steven Shi <steven.shi@intel.com>
> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1034
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
> ---
> 
> Notes:
>     Repo:   https://github.com/lersek/edk2.git
>     Branch: xenpvblk_redundant_proto_tcbz1034
> 
>  OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
> index b3dd7c70294a..4b4dd1310f71 100644
> --- a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
> +++ b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
> @@ -57,7 +57,6 @@ [Protocols]
>    gEfiComponentName2ProtocolGuid
>    gEfiComponentNameProtocolGuid
>    gXenBusProtocolGuid
> -  gEfiDevicePathProtocolGuid                    ## TO_START
>  
>  
>  [Guids]
> -- 
> 2.14.1.3.gb7cf6e02401b
> 
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH] OvmfPkg/XenPvBlkDxe: remove gEfiDevicePathProtocolGuid from [Protocols]
Posted by Laszlo Ersek 5 years, 9 months ago
On 07/19/18 20:42, Jordan Justen wrote:
> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>

Thank you, Jordan :) Pushed as commit 2aa4fb10a574.

Laszlo

> On 2018-07-19 11:01:43, Laszlo Ersek wrote:
>> XenPvBlkDxe doesn't reference gEfiDevicePathProtocolGuid; remove it from
>> the INF file.
>>
>> Cc: Anthony Perard <anthony.perard@citrix.com>
>> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>> Cc: Jordan Justen <jordan.l.justen@intel.com>
>> Cc: Julien Grall <julien.grall@linaro.org>
>> Cc: Steven Shi <steven.shi@intel.com>
>> Reported-by: Steven Shi <steven.shi@intel.com>
>> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1034
>> Contributed-under: TianoCore Contribution Agreement 1.1
>> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
>> ---
>>
>> Notes:
>>     Repo:   https://github.com/lersek/edk2.git
>>     Branch: xenpvblk_redundant_proto_tcbz1034
>>
>>  OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
>> index b3dd7c70294a..4b4dd1310f71 100644
>> --- a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
>> +++ b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
>> @@ -57,7 +57,6 @@ [Protocols]
>>    gEfiComponentName2ProtocolGuid
>>    gEfiComponentNameProtocolGuid
>>    gXenBusProtocolGuid
>> -  gEfiDevicePathProtocolGuid                    ## TO_START
>>  
>>  
>>  [Guids]
>> -- 
>> 2.14.1.3.gb7cf6e02401b
>>

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel