diff --git a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml index 2c2e34bbd6f..5fad5802f4e 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml @@ -324,7 +324,8 @@ ATTR_PROC_FABRIC_SYSTEM_ID TARGET_TYPE_PROC_CHIP - Logical fabric system ID associated with this chip.Provided by the MRW. + Logical fabric system ID associated with this chip. + Provided by the MRW. uint32 @@ -335,6 +336,8 @@ TARGET_TYPE_PROC_CHIP Logical fabric group ID associated with this chip. + Directly drives programming of pervasive group ID registers (PIR). + Compared with ATTR_PROC_EFF_FABRIC_GROUP_ID to configure FBC XOR masking. Provided by the MRW. uint8 @@ -345,11 +348,29 @@ + + ATTR_PROC_EFF_FABRIC_GROUP_ID + TARGET_TYPE_PROC_CHIP + + Effective fabric group ID associated with this chip. + Directly drives programming of chip memory map layout. + Compared with ATTR_PROC_FABRIC_GROUP_ID to configure FBC XOR masking. + + uint8 + + + + + ATTR_PROC_FABRIC_CHIP_ID TARGET_TYPE_PROC_CHIP Logical fabric chip ID associated with this chip. + Directly drives programming of pervasive chip ID registers (PIR). + Compared with ATTR_PROC_EFF_FABRIC_CHIP_ID to configure FBC XOR masking. Provided by the MRW. uint8 @@ -360,6 +381,22 @@ + + ATTR_PROC_EFF_FABRIC_CHIP_ID + TARGET_TYPE_PROC_CHIP + + Effective fabric chip ID associated with this chip. + Directly drives programming of chip memory map layout. + Compared with ATTR_PROC_FABRIC_CHIP_ID to configure FBC XOR masking. + + uint8 + + + + + ATTR_PROC_FABRIC_SYSTEM_MASTER_CHIP TARGET_TYPE_PROC_CHIP diff --git a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml index 0e97ff67a6b..9a4c0ab135e 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml @@ -131,6 +131,14 @@ ATTR_IO_X_MFG_MIN_EYE_WIDTH 0x0 + + ATTR_PROC_EFF_FABRIC_GROUP_ID + 0x0 + + + ATTR_PROC_EFF_FABRIC_CHIP_ID + 0x0 +