ATTR_EI_BUS_TX_MSBSWAP TARGET_TYPE_MCS_CHIPLET,TARGET_TYPE_MEMBUF_CHIP,TARGET_TYPE_ABUS_ENDPOINT Source: MRW: Downstream MSB Swap and Upstream MSB Swap Usage: TX_MSBSWAP initfile setting for DMI and A buses This attribute represents whether or not a single clock group bus such as DMI and A bus was wired by the board designer using a feature called MSB Swap where lane 0 of the TX chip wires to lane n-1 on the RX chip where 'n' is the width of the bus. A basic description of this capability is that the board designer can save layers on the board wiring by crossing the wiring between the two chips in a prescribed manner. In a non-MSB Swapped bus Lane 0 on the TX chip wires to lane 0 on the RX chip, lane 1 to lane 1 and so on. If a bus is MSB Swapped then lane 0 of the TX chip wires to lane 'n-1' of the RX chip, lane 1 to lane 'n-2', etc. Random or arbitrary wiring of TX to RX lanes on different chips is NOT ALLOWED. The Master Chip of two connected chips is defined as the chip with the smaller value of (100*Node + Pos). The Slave Chip of two connected chips is defined as the chip with the larger value of (100*Node + Pos). The Downstream direction is defined as the direction from the Master chip to the Slave chip. The Upstream direction is defined as the direction from the Slave chip to the Master chip. The Downstream TX_MSBSWAP from the MRW is a uint8 value. 0x01 means the Downstream bus is wired msb to lsb etc. and 0x00 means the bus is wired normally, msb to msb, lsb to lsb (lane0 to lane0). The Upstream TX_MSBSWAP from the MRW is a uint8 value. 0x01 means the Upstream bus is wired msb to lsb etc. and 0x00 means the bus is wired normally, msb to msb, lsb to lsb (lane0 to lane0). It is up to the platform code to set up each ATTR_EI_BUS_TX_MSBSWAP value for the correct target endpoints. uint8 ATTR_EI_BUS_TX_LANE_INVERT TARGET_TYPE_MCS_CHIPLET,TARGET_TYPE_MEMBUF_CHIP,TARGET_TYPE_ABUS_ENDPOINT Source: MRW: Downstream N/P Lane Swap Mask and Upstream N/P Lane Swap Mask upstream-n-p-lane-swap-mask => Slave chip ATTR_EI_BUS_TX_LANE_INVERT downstream-n-p-lane-swap-mask => Master chip ATTR_EI_BUS_TX_LANE_INVERT Usage: TX_LANE_INVERT initfile setting for DMI and A buses This attribute represents the polarity of a differential wire pair on the DMI and A buses. Normally differential pair wires are connected between the two positive phases of the pair and the two negative phases between two chips. In the DMI and Abus designs it's allowable for the board designer to wire the positive phase of a lane from one chip to the negative phase of the of the other chip on that same lane and vice versa in order to simplify wiring on the board and reduce the number of board layers. This attribute is set up as a 32 bit uint value interpreted as a 32 bit binary vector where the left-most bit position (msb/bit0) corresponds to the polarity of lane 0 and the right-most bit position (lsb/bit31) corresponds to lane 31. A binary 1 in any position in the attribute means that the board designer has done a polarity swap within the differential pair and the initfile must set the tx_lane_invert bit in the driving chip for that wire pair (called a lane). The Downstream N/P Lane Swap Mask from the MRW represents the polarity of the bus wiring as it goes from the master chip to the slave chip (master chip is defined as the chip with a lower value of (node*100 + chip position) and Upstream N/P Lane Swap Mask represents the polarity of the bus wiring as it goes from the slave chip back to the master chip. Examples: - Port A2 on Chip Target n0p0 connects to Port A2 on chip target n0p2. This connection has a Downstream N/P Lane Swap Mask and an Upstream N/P Lane Swap Mask. Setting the Downstream N/P Lane Swap Mask to a value of 0x80000000 means lane 0 is polarity swapped and the initfile should set lane 0's tx_lane_invert bit on the n0p0 targeted chip (the so-called master chip). If the Upstream N/P Lane Swap Mask is 0x20000000 this means lane 2 is polarity swapped and the initfile should set lane 2's tx_lane_invert bit on the n0p2 targeted chip (the so-called slave chip). It is up to the platform code to set up each ATTR_EI_BUS_TX_LANE_INVERT value for the correct target endpoints, ie. 0x80000000 for n0p0 and 0x20000000 for n0p2. uint32 ATTR_DMI_REFCLOCK_SWIZZLE TARGET_TYPE_MCS_CHIPLET Defines Murano/Venice FSI GP8 refclock enable field bit offset (0:7) associated with this MCS chip unit. uint8 ATTR_DMI_DFE_OVERRIDE TARGET_TYPE_MCS_CHIPLET,TARGET_TYPE_MEMBUF_CHIP Defines where to apply DMI bus DFE override settings for HW244323. uint8