Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/bsa/arm_bsa_testcase_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -1185,15 +1185,15 @@ The checklist provides information about:
<td rowspan="2">PCI_IN_13</td>
<td>804</td>
<td>Check RootPort NP Memory Access</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td></td>
</tr>
<tr>
<td>805</td>
<td>Check RootPort P Memory Access</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td></td>
Expand Down Expand Up @@ -3045,7 +3045,7 @@ The checklist provides information about:
<td>PCI_IN_13</td>
<td>804</td>
<td>Check RootPort NP Memory Access</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td></td>
Expand Down
2 changes: 1 addition & 1 deletion docs/sbsa/arm_sbsa_testcase_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -1865,7 +1865,7 @@ The checklist provides information about:
<td>PCI_IN_13</td>
<td></td>
<td>Check RootPort NP Memory Access</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>iEP RP</td>
Expand Down
8 changes: 4 additions & 4 deletions docs/vbsa/arm_vbsa_testcase_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -772,17 +772,17 @@ The checklist provides information about:
<td>PCI_IN_13</td>
<td>804</td>
<td>Check RootPort NP Memory Access</td>
<td>✅</td>
<td>❌</td>
<td>❌</td>
<td>This test is run only on Baremetal environment in BSA ACS</td>
<td></td>
</tr>
<tr>
<td></td>
<td>805</td>
<td>Check RootPort P Memory Access</td>
<td>✅</td>
<td>❌</td>
<td>❌</td>
<td>This test is run only on Baremetal environment in BSA ACS</td>
<td></td>
</tr>
<tr>
<td>PCI_IN_14</td>
Expand Down
2 changes: 1 addition & 1 deletion val/src/rule_metadata.c
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,7 @@ rule_test_map_t rule_test_map[RULE_ID_SENTINEL] = {
.test_entry_id = PCI_IN_13_ENTRY,
.module_id = PCIE,
.rule_desc = "Check RootPort NP Memory Access",
.platform_bitmask = PLATFORM_BAREMETAL,
.platform_bitmask = PLATFORM_BAREMETAL | PLATFORM_UEFI,
.flag = BASE_RULE,
},
[PCI_IN_16] = {
Expand Down
Loading