Skip to content

Commit

Permalink
Latency requirement relaxation (#499)
Browse files Browse the repository at this point in the history
- RCiEP and i-EP acceptable latency requirement relaxation
- Only for RP's the latency to be hardwired to 0 as defined
  in the PCIe Spec
- Errata 747

Signed-off-by: Sujana M <[email protected]>
  • Loading branch information
Sujana-M authored Oct 22, 2024
1 parent b09d50b commit 7137175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_pool/pcie/operating_system/test_p024_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pcie_cfgreg_bitfield_entry bf_info_table24[] = {
0x10, // Capability id
0, // Not applicable
0x04, // Offset from capability id base
(RCEC | RCiEP | iEP_EP | iEP_RP), // Applicable to all onchip peripherals and RCEC
iEP_RP, // Applicable only for RP's
6, // Start bit position
8, // End bit position
0, // Hardwired to 0b
Expand All @@ -76,7 +76,7 @@ pcie_cfgreg_bitfield_entry bf_info_table24[] = {
0x10, // Capability id
0, // Not applicable
0x04, // Offset from capability id base
(RCEC | RCiEP | iEP_EP | iEP_RP), // Applicable to all onchip peripherals and RCEC
iEP_RP, // Applicable only for RP's
9, // Start bit position
11, // End bit position
0, // Hardwired to 0b
Expand Down

0 comments on commit 7137175

Please sign in to comment.