public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms 1/2] Platform/Hikey: remove UncachedMemoryAllocationLib resolution
@ 2017-08-29 16:42 Ard Biesheuvel
  2017-08-29 16:42 ` [PATCH edk2-platforms 2/2] Platform/ARM: " Ard Biesheuvel
  2017-08-29 19:47 ` [PATCH edk2-platforms 1/2] Platform/Hikey: " Leif Lindholm
  0 siblings, 2 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2017-08-29 16:42 UTC (permalink / raw)
  To: edk2-devel; +Cc: leif.lindholm, Ard Biesheuvel

We no longer need a resolution for UncachedMemoryAllocationLib so
remove it.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
 Platform/Hisilicon/HiKey/HiKey.dsc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Platform/Hisilicon/HiKey/HiKey.dsc b/Platform/Hisilicon/HiKey/HiKey.dsc
index 1bc8ae4ce8f7..9accf781c25f 100644
--- a/Platform/Hisilicon/HiKey/HiKey.dsc
+++ b/Platform/Hisilicon/HiKey/HiKey.dsc
@@ -110,8 +110,6 @@
   UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
   DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
 
-  UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
-
   # Network Libraries
   UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
   NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH edk2-platforms 2/2] Platform/ARM: remove UncachedMemoryAllocationLib resolution
  2017-08-29 16:42 [PATCH edk2-platforms 1/2] Platform/Hikey: remove UncachedMemoryAllocationLib resolution Ard Biesheuvel
@ 2017-08-29 16:42 ` Ard Biesheuvel
  2017-08-29 19:47 ` [PATCH edk2-platforms 1/2] Platform/Hikey: " Leif Lindholm
  1 sibling, 0 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2017-08-29 16:42 UTC (permalink / raw)
  To: edk2-devel; +Cc: leif.lindholm, Ard Biesheuvel

No ARM platforms depend on UncachedMemoryAllocationLib anymore, so
remove the library class resolution for it.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
 Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
index f2a05e8e6b21..a630d3c600cc 100644
--- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
+++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc
@@ -24,10 +24,8 @@
 [LibraryClasses.common]
 !if $(TARGET) == RELEASE
   DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
-  UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
 !else
   DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
-  UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
 !endif
   DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
 
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH edk2-platforms 1/2] Platform/Hikey: remove UncachedMemoryAllocationLib resolution
  2017-08-29 16:42 [PATCH edk2-platforms 1/2] Platform/Hikey: remove UncachedMemoryAllocationLib resolution Ard Biesheuvel
  2017-08-29 16:42 ` [PATCH edk2-platforms 2/2] Platform/ARM: " Ard Biesheuvel
@ 2017-08-29 19:47 ` Leif Lindholm
  2017-08-29 19:56   ` Ard Biesheuvel
  1 sibling, 1 reply; 4+ messages in thread
From: Leif Lindholm @ 2017-08-29 19:47 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: edk2-devel

On Tue, Aug 29, 2017 at 05:42:22PM +0100, Ard Biesheuvel wrote:
> We no longer need a resolution for UncachedMemoryAllocationLib so
> remove it.
> 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

For the series:
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>


> ---
>  Platform/Hisilicon/HiKey/HiKey.dsc | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/Platform/Hisilicon/HiKey/HiKey.dsc b/Platform/Hisilicon/HiKey/HiKey.dsc
> index 1bc8ae4ce8f7..9accf781c25f 100644
> --- a/Platform/Hisilicon/HiKey/HiKey.dsc
> +++ b/Platform/Hisilicon/HiKey/HiKey.dsc
> @@ -110,8 +110,6 @@
>    UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
>    DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
>  
> -  UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
> -
>    # Network Libraries
>    UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
>    NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
> -- 
> 2.11.0
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH edk2-platforms 1/2] Platform/Hikey: remove UncachedMemoryAllocationLib resolution
  2017-08-29 19:47 ` [PATCH edk2-platforms 1/2] Platform/Hikey: " Leif Lindholm
@ 2017-08-29 19:56   ` Ard Biesheuvel
  0 siblings, 0 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2017-08-29 19:56 UTC (permalink / raw)
  To: Leif Lindholm; +Cc: edk2-devel@lists.01.org

On 29 August 2017 at 20:47, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Tue, Aug 29, 2017 at 05:42:22PM +0100, Ard Biesheuvel wrote:
>> We no longer need a resolution for UncachedMemoryAllocationLib so
>> remove it.
>>
>> Contributed-under: TianoCore Contribution Agreement 1.1
>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>
> For the series:
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>

Thanks

Pushed as
c47894eead7a Platform/Hikey: remove UncachedMemoryAllocationLib resolution
60e49d905591 Platform/ARM: remove UncachedMemoryAllocationLib resolution


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-29 19:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-29 16:42 [PATCH edk2-platforms 1/2] Platform/Hikey: remove UncachedMemoryAllocationLib resolution Ard Biesheuvel
2017-08-29 16:42 ` [PATCH edk2-platforms 2/2] Platform/ARM: " Ard Biesheuvel
2017-08-29 19:47 ` [PATCH edk2-platforms 1/2] Platform/Hikey: " Leif Lindholm
2017-08-29 19:56   ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox