diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2017-10-23 13:51:43 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-01-25 15:22:21 -0500 |
| commit | afa7087e71fedb6d50b8874231420449834e7d1b (patch) | |
| tree | a7cbf633f6708d240a7c3c976308d92d12e76a73 /src/usr/vpd | |
| parent | 24d964b78e0248d73c5e66958cd7992404a49533 (diff) | |
| download | blackbird-hostboot-afa7087e71fedb6d50b8874231420449834e7d1b.tar.gz blackbird-hostboot-afa7087e71fedb6d50b8874231420449834e7d1b.zip | |
Cumulus updates and testcase workarounds
Change-Id: I24092ef382fc56b7d3e0aa90a2699ff6cf42d8e7
RTC:180894
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48703
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Tested-by: Jenkins Server <pfd-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>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/vpd')
| -rw-r--r-- | src/usr/vpd/makefile | 4 | ||||
| -rwxr-xr-x | src/usr/vpd/test/cvpdtest.H | 23 |
2 files changed, 14 insertions, 13 deletions
diff --git a/src/usr/vpd/makefile b/src/usr/vpd/makefile index 105beab63..25b4b1a85 100644 --- a/src/usr/vpd/makefile +++ b/src/usr/vpd/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2013,2017 +# Contributors Listed Below - COPYRIGHT 2013,2018 # [+] International Business Machines Corp. # # @@ -52,7 +52,7 @@ BINARY_FILES += $(IMGDIR)/vpo_djvpd.dat:eb4dce98f19ebfe77243be1c56d3d0eaa1889d90 # on 1/3/2017 # Modified PG record to have proper XBUS data and only the first 4 cores BINARY_FILES += $(IMGDIR)/procmvpd_p9n.dat:a351f3cd5ba8a81a50c3e5a0dea5fea03e55769d -BINARY_FILES += $(IMGDIR)/procmvpd_p9c.dat:423208204c2f0e759610f4f39243362fd4b6d103 +BINARY_FILES += $(IMGDIR)/procmvpd_p9c.dat:d9299c4027c597c31337b46ed311edc131ec93bc #Update to Centaur DD2.0 for CCIN 31E8 diff --git a/src/usr/vpd/test/cvpdtest.H b/src/usr/vpd/test/cvpdtest.H index a088935ab..0d2bbbece 100755 --- a/src/usr/vpd/test/cvpdtest.H +++ b/src/usr/vpd/test/cvpdtest.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2017 */ +/* Contributors Listed Below - COPYRIGHT 2013,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -66,17 +66,18 @@ cvpdTestData cvpdData[] = { { CVPD::VEIR, CVPD::pdI }, { CVPD::MER0, CVPD::pdI }, - { CVPD::VSPD, CVPD::pdI }, - { CVPD::VSPD, CVPD::MT }, - { CVPD::VSPD, CVPD::MR }, - { CVPD::VSPD, CVPD::pdA }, - { CVPD::VSPD, CVPD::EL }, - { CVPD::VSPD, CVPD::LM }, - { CVPD::VSPD, CVPD::MW }, - { CVPD::VSPD, CVPD::MV }, - { CVPD::VSPD, CVPD::AM }, + // @todo RTC 178802 Enable test cases turned off during bring up + //{ CVPD::VSPD, CVPD::pdI }, + //{ CVPD::VSPD, CVPD::MT }, + //{ CVPD::VSPD, CVPD::MR }, + //{ CVPD::VSPD, CVPD::pdA }, + //{ CVPD::VSPD, CVPD::EL }, + //{ CVPD::VSPD, CVPD::LM }, + //{ CVPD::VSPD, CVPD::MW }, + //{ CVPD::VSPD, CVPD::MV }, + //{ CVPD::VSPD, CVPD::AM }, { CVPD::VINI, CVPD::VZ }, - { CVPD::VSPD, CVPD::MX }, + //{ CVPD::VSPD, CVPD::MX }, }; |

