diff options
author | Zhiguang Liu <zhiguang.liu@intel.com> | 2021-04-30 13:07:32 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-06-16 05:20:19 +0000 |
commit | b597b6e24c784213bb225359e585ef6ef62b1a06 (patch) | |
tree | 7522e18105f927d8af7fa4a516346b316aa95872 /MdeModulePkg/MdeModulePkg.ci.yaml | |
parent | d8c18ba3f409a3fdb59b2f2ee19caf5fb5b1d066 (diff) | |
download | edk2-b597b6e24c784213bb225359e585ef6ef62b1a06.tar.gz edk2-b597b6e24c784213bb225359e585ef6ef62b1a06.tar.bz2 edk2-b597b6e24c784213bb225359e585ef6ef62b1a06.zip |
MdeModulePkg: Add new structure for the PCI Root Bridge Info Hob
Also add ExceptionList in MdeModulePkg\MdeModulePkg.ci.yaml, to avoid open
CI issue, because UID and HID are terms which are already used in current
source code.
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Tested-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.ci.yaml')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.ci.yaml b/MdeModulePkg/MdeModulePkg.ci.yaml index 45783f12c1..4c71468bd3 100644 --- a/MdeModulePkg/MdeModulePkg.ci.yaml +++ b/MdeModulePkg/MdeModulePkg.ci.yaml @@ -16,6 +16,8 @@ ## "<ErrorID>", "<KeyWord>"
## ]
"ExceptionList": [
+ "8005", "UNIVERSAL_PAYLOAD_PCI_ROOT_BRIDGE.UID",
+ "8005", "UNIVERSAL_PAYLOAD_PCI_ROOT_BRIDGE.HID",
],
## Both file path and directory path are accepted.
"IgnoreFiles": [
|