summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/fsi/fsidd.H6
-rw-r--r--src/usr/hwpf/hwp/build_winkle_images/makefile2
-rw-r--r--src/usr/pore/makefile2
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml2
4 files changed, 7 insertions, 5 deletions
diff --git a/src/usr/fsi/fsidd.H b/src/usr/fsi/fsidd.H
index 33a929058..69cdf1d3a 100644
--- a/src/usr/fsi/fsidd.H
+++ b/src/usr/fsi/fsidd.H
@@ -366,8 +366,10 @@ class FsiDD
OPB_STAT_BUSY = 0x00010000, /**< Bit 15 is the Busy bit */
OPB_STAT_READ_VALID = 0x00020000, /**< Bit 14 is the Valid Read bit */
OPB_STAT_ERR_OPB = 0x09F00000, /**< 4,7-11 are OPB errors */
- OPB_STAT_ERR_CMFSI = 0x0000FC00, /**< 16-21 are cMFSI errors */
- OPB_STAT_ERR_MFSI = 0x000000FC, /**< 24-29 are MFSI errors */
+
+ //TODO RTC 65922 tmp err mask for BU -- SW190814 why Any err always on
+ OPB_STAT_ERR_CMFSI = 0x00007C00, /**< 16-21 are cMFSI errors */
+ OPB_STAT_ERR_MFSI = 0x0000007C, /**< 24-29 are MFSI errors */
OPB_STAT_ERR_ANY = OPB_STAT_ERR_OPB|OPB_STAT_ERR_CMFSI|OPB_STAT_ERR_MFSI,
};
diff --git a/src/usr/hwpf/hwp/build_winkle_images/makefile b/src/usr/hwpf/hwp/build_winkle_images/makefile
index f84e83f91..1a75114fb 100644
--- a/src/usr/hwpf/hwp/build_winkle_images/makefile
+++ b/src/usr/hwpf/hwp/build_winkle_images/makefile
@@ -74,7 +74,7 @@ VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/build_winkle_images/p8_set_pore_bar
## Point to the PORE image in PNOR
## taken from ref image
## /afs/awd.austin.ibm.com/projects/eclipz/lab/p8/gsiexe/compiled_pgm_sources/scratch_image/vpo/910520/s1.sbe_ref.bin
-BINARY_FILES = $(IMGDIR)/procpore.dat:15def9e08f862467f910f6fa43b782ceffdf50b9
+BINARY_FILES = $(IMGDIR)/procpore.dat:0b95ce885d0a97c887743ea6affdc169b147c1a0
include ${ROOTPATH}/config.mk
diff --git a/src/usr/pore/makefile b/src/usr/pore/makefile
index bec883433..36c1c2e00 100644
--- a/src/usr/pore/makefile
+++ b/src/usr/pore/makefile
@@ -23,5 +23,5 @@
ROOTPATH = ../../..
SUBDIRS = fapiporeve.d poreve.d test.d
-BINARY_FILES = $(IMGDIR)/centaur.sbe_pnor.bin:255cc04cd27c64e276c34c38d3ca499d5b195d8b
+BINARY_FILES = $(IMGDIR)/centaur.sbe_pnor.bin:2f5365901a9f13bfd8cc5673c4720179a2e1c5c9
include ${ROOTPATH}/config.mk
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index fcdfd8998..7f58d4512 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -9762,7 +9762,7 @@ Measured in GB</description>
</description>
<simpleType>
<uint32_t>
- <default>0</default>
+ <default>0x00100008</default>
</uint32_t>
</simpleType>
<persistency>volatile</persistency>
OpenPOWER on IntegriCloud