[edk2] [Patch] MdePkg BaseCpuLib: Make it pass VS ARM build

Liming Gao posted 1 patch 6 years, 10 months ago
Failed in applying to current master (apply log)
MdePkg/Library/BaseCpuLib/BaseCpuLib.inf | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
[edk2] [Patch] MdePkg BaseCpuLib: Make it pass VS ARM build
Posted by Liming Gao 6 years, 10 months ago
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
---
 MdePkg/Library/BaseCpuLib/BaseCpuLib.inf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
index 637a3c5..996446e 100644
--- a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
+++ b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
@@ -4,7 +4,7 @@
 #  CPU Library implemented using ASM functions for IA-32 and X64,
 #  PAL CALLs for IPF, and empty functions for EBC.
 #
-#  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
+#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
 #  Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
 #  Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
 #
@@ -65,6 +65,8 @@
 [Sources.ARM]
   Arm/CpuFlushTlb.asm | RVCT
   Arm/CpuSleep.asm    | RVCT  
+  Arm/CpuFlushTlb.asm | MSFT
+  Arm/CpuSleep.asm    | MSFT
   Arm/CpuFlushTlb.S   | GCC
   Arm/CpuSleep.S      | GCC  
 
-- 
2.8.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch] MdePkg BaseCpuLib: Make it pass VS ARM build
Posted by Pete Batard 6 years, 10 months ago
Thanks Liming. Looks good to me.

/Pete

On 2018.02.07 01:56, Liming Gao wrote:
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Liming Gao <liming.gao@intel.com>

Reviewed-by: Pete Batard <pete@akeo.ie>

> ---
>   MdePkg/Library/BaseCpuLib/BaseCpuLib.inf | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
> index 637a3c5..996446e 100644
> --- a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
> +++ b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
> @@ -4,7 +4,7 @@
>   #  CPU Library implemented using ASM functions for IA-32 and X64,
>   #  PAL CALLs for IPF, and empty functions for EBC.
>   #
> -#  Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
> +#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
>   #  Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
>   #  Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
>   #
> @@ -65,6 +65,8 @@
>   [Sources.ARM]
>     Arm/CpuFlushTlb.asm | RVCT
>     Arm/CpuSleep.asm    | RVCT
> +  Arm/CpuFlushTlb.asm | MSFT
> +  Arm/CpuSleep.asm    | MSFT
>     Arm/CpuFlushTlb.S   | GCC
>     Arm/CpuSleep.S      | GCC
>   
> 

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