diff options
| author | Joe McGill <jmcgill@us.ibm.com> | 2016-05-04 07:44:17 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-05-12 12:22:38 -0400 |
| commit | df36f2ac2bd751fbc49abbc76598599888a43892 (patch) | |
| tree | fc5f745d946570df9321858386708811044f7297 /src/import/hwpf/fapi2 | |
| parent | 26753f805150fca2ada15f8527b4433a7a4edaa0 (diff) | |
| download | blackbird-hostboot-df36f2ac2bd751fbc49abbc76598599888a43892.tar.gz blackbird-hostboot-df36f2ac2bd751fbc49abbc76598599888a43892.zip | |
change epsilon attribute definitions from arrays to scalars
PPE platform does not support system scoped array attributes
Update HB temp defaults to enable CI
Change-Id: If0d0d4ed3248ba4433141bb9715ff544ca84b5f7
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24067
Tested-by: Jenkins Server
Tested-by: PPE CI
Tested-by: Hostboot CI
Reviewed-by: Benjamin Gass <bgass@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Tested-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24070
Tested-by: FSP CI Jenkins
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2')
| -rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml | 20 |
1 files changed, 20 insertions, 0 deletions
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 fae0154ad..636813b05 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 @@ -80,6 +80,26 @@ <id>ATTR_IO_XBUS_TX_FFE_PRECURSOR</id> <default>6</default> </attribute> + <attribute> + <id>ATTR_PROC_EPS_READ_CYCLES_T0</id> + <default>0x00000FFF</default> + </attribute> + <attribute> + <id>ATTR_PROC_EPS_READ_CYCLES_T1</id> + <default>0x00000FFF</default> + </attribute> + <attribute> + <id>ATTR_PROC_EPS_READ_CYCLES_T2</id> + <default>0x00000FFF</default> + </attribute> + <attribute> + <id>ATTR_PROC_EPS_WRITE_CYCLES_T1</id> + <default>0x00000FFF</default> + </attribute> + <attribute> + <id>ATTR_PROC_EPS_WRITE_CYCLES_T2</id> + <default>0x00000FFF</default> + </attribute> <!-- ===================================================================== End of temporary definitions ================================================================= --> |

