[edk2] [PATCH] ArmPlatformPkg/ArmJunoDxe: remove bogus DmaLib dependency

Ard Biesheuvel posted 1 patch 6 years, 7 months ago
Failed in applying to current master (apply log)
ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf | 1 -
1 file changed, 1 deletion(-)
[edk2] [PATCH] ArmPlatformPkg/ArmJunoDxe: remove bogus DmaLib dependency
Posted by Ard Biesheuvel 6 years, 7 months ago
This driver does not support on DmaLib, so don't declare it as a
dependency.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
 ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
index 6719d0adcc87..0fc8bd88c6ce 100644
--- a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
+++ b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
@@ -37,7 +37,6 @@ [LibraryClasses]
   ArmShellCmdRunAxfLib
   BaseMemoryLib
   DebugLib
-  DmaLib
   DxeServicesTableLib
   IoLib
   NonDiscoverableDeviceRegistrationLib
-- 
2.11.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH] ArmPlatformPkg/ArmJunoDxe: remove bogus DmaLib dependency
Posted by Ard Biesheuvel 6 years, 7 months ago
On 30 August 2017 at 10:30, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> This driver does not support on DmaLib, so don't declare it as a
> dependency.
>

-EGRAMMAR

Will fix before submitting

> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> ---
>  ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
> index 6719d0adcc87..0fc8bd88c6ce 100644
> --- a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
> +++ b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
> @@ -37,7 +37,6 @@ [LibraryClasses]
>    ArmShellCmdRunAxfLib
>    BaseMemoryLib
>    DebugLib
> -  DmaLib
>    DxeServicesTableLib
>    IoLib
>    NonDiscoverableDeviceRegistrationLib
> --
> 2.11.0
>
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH] ArmPlatformPkg/ArmJunoDxe: remove bogus DmaLib dependency
Posted by Leif Lindholm 6 years, 7 months ago
On Wed, Aug 30, 2017 at 10:31:22AM +0100, Ard Biesheuvel wrote:
> On 30 August 2017 at 10:30, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> > This driver does not support on DmaLib, so don't declare it as a
> > dependency.
> >
> 
> -EGRAMMAR
> 
> Will fix before submitting

With that:
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>


> > Contributed-under: TianoCore Contribution Agreement 1.1
> > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> > ---
> >  ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
> > index 6719d0adcc87..0fc8bd88c6ce 100644
> > --- a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
> > +++ b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf
> > @@ -37,7 +37,6 @@ [LibraryClasses]
> >    ArmShellCmdRunAxfLib
> >    BaseMemoryLib
> >    DebugLib
> > -  DmaLib
> >    DxeServicesTableLib
> >    IoLib
> >    NonDiscoverableDeviceRegistrationLib
> > --
> > 2.11.0
> >
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH] ArmPlatformPkg/ArmJunoDxe: remove bogus DmaLib dependency
Posted by Ard Biesheuvel 6 years, 7 months ago
On 30 August 2017 at 10:33, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Wed, Aug 30, 2017 at 10:31:22AM +0100, Ard Biesheuvel wrote:
>> On 30 August 2017 at 10:30, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
>> > This driver does not support on DmaLib, so don't declare it as a
>> > dependency.
>> >
>>
>> -EGRAMMAR
>>
>> Will fix before submitting
>
> With that:
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>

Pushed as db6f08a0eae6

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