diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2019-03-22 08:38:57 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-03-25 13:57:38 -0500 |
| commit | 7c067d46c2f7033c20099e21b559130ee9b63a00 (patch) | |
| tree | bc2b7808cae7e306628a260fd8816ef6dfa0a730 /src | |
| parent | c3264eed4874d5b40ed089da86ba128f8c8f9b82 (diff) | |
| download | talos-hostboot-7c067d46c2f7033c20099e21b559130ee9b63a00.tar.gz talos-hostboot-7c067d46c2f7033c20099e21b559130ee9b63a00.zip | |
Make pci cache injection attributes writeable
The value of the cache injection attributes is based on the MTM of
the system, therefore the FSP needs to be able to write to the
attributes.
-ATTR_PROC_PCIE_CACHE_INJ_MODE
-ATTR_PROC_PCIE_CACHE_INJ_THROTTLE
Change-Id: Iae59c3a045146ce617a0535f457ea467826e9e24
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74880
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr/targeting/common/xmltohb/hb_customized_attrs.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml b/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml index 36cb619b3..3933114ad 100644 --- a/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml +++ b/src/usr/targeting/common/xmltohb/hb_customized_attrs.xml @@ -5,7 +5,7 @@ <!-- --> <!-- OpenPOWER HostBoot Project --> <!-- --> -<!-- Contributors Listed Below - COPYRIGHT 2017,2018 --> +<!-- Contributors Listed Below - COPYRIGHT 2017,2019 --> <!-- [+] International Business Machines Corp. --> <!-- --> <!-- --> @@ -716,6 +716,17 @@ <persistency>volatile-zeroed</persistency> </attribute> + <!-- The cache injection property is based on the MTM, so + it needs to be written by the FSP code. --> + <attribute> + <id>ATTR_PROC_PCIE_CACHE_INJ_MODE</id> + <writeable/> + </attribute> + <attribute> + <id>ATTR_PROC_PCIE_CACHE_INJ_THROTTLE</id> + <writeable/> + </attribute> + <!-- Make this writeable so we can choose the value based on our CONFIG --> <attribute> <id>ATTR_LPC_CONSOLE_CNFG</id> |

