diff options
| author | Joe McGill <jmcgill@us.ibm.com> | 2016-12-01 19:27:43 -0600 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2016-12-14 15:36:57 -0500 |
| commit | c016c67ab2a6389a51ffbbef171abb9faf81e0e4 (patch) | |
| tree | 5b3d70f7e483f2e8d5b9ebc1eb3d8a1dfdeb934e /src/import/hwpf/fapi2/xml | |
| parent | 6caf5ee268faff5e506d8bdf3e90211f1e266414 (diff) | |
| download | blackbird-hostboot-c016c67ab2a6389a51ffbbef171abb9faf81e0e4.tar.gz blackbird-hostboot-c016c67ab2a6389a51ffbbef171abb9faf81e0e4.zip | |
p9_xip_customize_attributes -- define attribute to reflect max SBE image size
Change-Id: I1064dc157bd14460af4ca77aa23c4c65c11bcfc8
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33288
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Kahn C. Evans <kahnevan@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33289
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/xml')
| -rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml | 7 |
1 files changed, 6 insertions, 1 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 886dae75e..d01e4eede 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 @@ -227,7 +227,12 @@ <attribute> <id>ATTR_SYSTEM_RING_DBG_MODE</id> <default>0x0</default> - </attribute> + </attribute> + <attribute> + <id>ATTR_MAX_SBE_SEEPROM_SIZE</id> + <default>0x40000</default> + </attribute> + <!-- ===================================================================== End of temporary definitions ================================================================= --> |

