]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg: Add R8/R9 etc in EccCheck ExceptionList
authorTan, Dun <dun.tan@intel.com>
Mon, 17 Oct 2022 06:35:42 +0000 (14:35 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 17 Oct 2022 08:03:06 +0000 (08:03 +0000)
Add GENERAL_REGISTER.R8/R9 etc in EccCheck ExceptionList
of UefiCpuPkg/UefiCpuPkg.ci.yaml to pass CI EccCheck.R8/R9
in structure GENERAL_REGISTER of CpuExceptionHandlerTest.h
lead to EccCheck failure since no lower case characters in
R8/R9/R10 etc.

Signed-off-by: Dun Tan <dun.tan@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
UefiCpuPkg/UefiCpuPkg.ci.yaml

index bbdc44a45b3401d01e73501a59261f30f7ce933d..a377366798b0566b049fc1fded4dfaa6e26246c3 100644 (file)
         ##     "<ErrorID>", "<KeyWord>"\r
         ## ]\r
         "ExceptionList": [\r
-          "8006", "main"\r
+          "8006", "main",\r
+          "8005", "GENERAL_REGISTER.R8",\r
+          "8005", "GENERAL_REGISTER.R9",\r
+          "8005", "GENERAL_REGISTER.R10",\r
+          "8005", "GENERAL_REGISTER.R11",\r
+          "8005", "GENERAL_REGISTER.R12",\r
+          "8005", "GENERAL_REGISTER.R13",\r
+          "8005", "GENERAL_REGISTER.R14",\r
+          "8005", "GENERAL_REGISTER.R15"\r
         ],\r
         ## Both file path and directory path are accepted.\r
         "IgnoreFiles": [\r