[edk2-devel] [PATCH v2 01/34] MdePkg: Added file of DebugSupport.h to MdePkg.ci.yaml

Chao Li posted 34 patches 3 years, 4 months ago
Only 10 patches received!
There is a newer version of this series
[edk2-devel] [PATCH v2 01/34] MdePkg: Added file of DebugSupport.h to MdePkg.ci.yaml
Posted by Chao Li 3 years, 4 months ago
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053

DebugSupport.h is all defined by UEFI Spec, most of the code
doesn't fit EDKII coding style, add it to IgnoreFiles field to
make CI ECC check pass.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>

Signed-off-by: Chao Li <lichao@loongson.cn>
---
 MdePkg/MdePkg.ci.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MdePkg/MdePkg.ci.yaml b/MdePkg/MdePkg.ci.yaml
index 054233ebc7..9d141aa3cb 100644
--- a/MdePkg/MdePkg.ci.yaml
+++ b/MdePkg/MdePkg.ci.yaml
@@ -52,6 +52,7 @@
             "Include/IndustryStandard/UefiTcgPlatform.h",
             "Include/Library/PcdLib.h",
             "Include/Library/SafeIntLib.h",
+            "Include/Protocol/DebugSupport.h",
             "Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c"
         ]
     },
-- 
2.27.0



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93746): https://edk2.groups.io/g/devel/message/93746
Mute This Topic: https://groups.io/mt/93674188/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v2 01/34] MdePkg: Added file of DebugSupport.h to MdePkg.ci.yaml
Posted by Michael D Kinney 3 years, 4 months ago
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>

> -----Original Message-----
> From: Chao Li <lichao@loongson.cn>
> Sent: Wednesday, September 14, 2022 2:36 AM
> To: devel@edk2.groups.io
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>; Liu, Zhiguang <zhiguang.liu@intel.com>
> Subject: [PATCH v2 01/34] MdePkg: Added file of DebugSupport.h to MdePkg.ci.yaml
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053
> 
> DebugSupport.h is all defined by UEFI Spec, most of the code
> doesn't fit EDKII coding style, add it to IgnoreFiles field to
> make CI ECC check pass.
> 
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> 
> Signed-off-by: Chao Li <lichao@loongson.cn>
> ---
>  MdePkg/MdePkg.ci.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MdePkg/MdePkg.ci.yaml b/MdePkg/MdePkg.ci.yaml
> index 054233ebc7..9d141aa3cb 100644
> --- a/MdePkg/MdePkg.ci.yaml
> +++ b/MdePkg/MdePkg.ci.yaml
> @@ -52,6 +52,7 @@
>              "Include/IndustryStandard/UefiTcgPlatform.h",
> 
>              "Include/Library/PcdLib.h",
> 
>              "Include/Library/SafeIntLib.h",
> 
> +            "Include/Protocol/DebugSupport.h",
> 
>              "Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c"
> 
>          ]
> 
>      },
> 
> --
> 2.27.0



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94222): https://edk2.groups.io/g/devel/message/94222
Mute This Topic: https://groups.io/mt/93674188/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v2 01/34] MdePkg: Added file of DebugSupport.h to MdePkg.ci.yaml
Posted by Chao Li 3 years, 4 months ago
Hi Mike, Liming and Zhiguang,
This patch has not been reviewed, would you please review it?

Thanks,
Chao
--------

On 9月 14 2022, at 5:35 下午, Chao Li <lichao@loongson.cn> wrote:
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053
>
> DebugSupport.h is all defined by UEFI Spec, most of the code
> doesn't fit EDKII coding style, add it to IgnoreFiles field to
> make CI ECC check pass.
>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
>
> Signed-off-by: Chao Li <lichao@loongson.cn>
> ---
> MdePkg/MdePkg.ci.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MdePkg/MdePkg.ci.yaml b/MdePkg/MdePkg.ci.yaml
> index 054233ebc7..9d141aa3cb 100644
> --- a/MdePkg/MdePkg.ci.yaml
> +++ b/MdePkg/MdePkg.ci.yaml
> @@ -52,6 +52,7 @@
> "Include/IndustryStandard/UefiTcgPlatform.h",
>
> "Include/Library/PcdLib.h",
> "Include/Library/SafeIntLib.h",
> + "Include/Protocol/DebugSupport.h",
> "Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c"
> ]
> },
> --
> 2.27.0
>



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94183): https://edk2.groups.io/g/devel/message/94183
Mute This Topic: https://groups.io/mt/93674188/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-