diff options
| author | Andrew Geissler <andrewg@us.ibm.com> | 2016-06-20 10:12:52 -0500 |
|---|---|---|
| committer | Bill Hoffa <wghoffa@us.ibm.com> | 2016-06-30 13:14:02 -0500 |
| commit | 8549ce536fde780ad3b0bc2e0e3fdf8d63f1d6f4 (patch) | |
| tree | 823b64cfc1d05226294c3f5ba2655460c5f14f67 /src/usr/fapi2/test/fapi2TestUtils.H | |
| parent | 06d4a2c020a326b6776fd2c9c374de88e982001c (diff) | |
| download | talos-hostboot-8549ce536fde780ad3b0bc2e0e3fdf8d63f1d6f4.tar.gz talos-hostboot-8549ce536fde780ad3b0bc2e0e3fdf8d63f1d6f4.zip | |
Add in NV and remove PCI,PORE unit references
Note this also handles RTC 116091 (PCI targets data driven)
Change-Id: I92508623be7a56694d22a9aad250a2af94c9e60f
RTC: 149326
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26042
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/test/fapi2TestUtils.H')
| -rw-r--r-- | src/usr/fapi2/test/fapi2TestUtils.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/fapi2/test/fapi2TestUtils.H b/src/usr/fapi2/test/fapi2TestUtils.H index 5be8931d9..21ba562d7 100644 --- a/src/usr/fapi2/test/fapi2TestUtils.H +++ b/src/usr/fapi2/test/fapi2TestUtils.H @@ -77,7 +77,7 @@ enum PERVASIVE_CHILDREN { PERV_XBUS_CHILDREN = 2, PERV_OBUS_CHILDREN = 1, PERV_CAPP_CHILDREN = 1, - PERV_NV_CHILDREN = 2, + PERV_NV_CHILDREN = 1, PERV_MCBIST_CHILDREN = 1, PERV_MCS_CHILDREN = 2, PERV_MCA_CHILDREN = 4, |

