UefiCpuPkg: Add R8/R9 etc in EccCheck ExceptionList

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>
This commit is contained in:
Tan, Dun 2022-10-17 14:35:42 +08:00 committed by mergify[bot]
parent 012e424601
commit 6f1bb567aa
1 changed files with 9 additions and 1 deletions

View File

@ -15,7 +15,15 @@
## "<ErrorID>", "<KeyWord>"
## ]
"ExceptionList": [
"8006", "main"
"8006", "main",
"8005", "GENERAL_REGISTER.R8",
"8005", "GENERAL_REGISTER.R9",
"8005", "GENERAL_REGISTER.R10",
"8005", "GENERAL_REGISTER.R11",
"8005", "GENERAL_REGISTER.R12",
"8005", "GENERAL_REGISTER.R13",
"8005", "GENERAL_REGISTER.R14",
"8005", "GENERAL_REGISTER.R15"
],
## Both file path and directory path are accepted.
"IgnoreFiles": [