summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2018-01-18 13:39:07 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-01-21 00:06:32 -0500
commit44aa1a1578b172742982784df0f6236b911216ff (patch)
tree7afd46e49d59f5af7a03d01d230ab05eb9bf4247 /src/usr/pnor
parentd37246879463d1febaf44e9f23838bd6cc6de351 (diff)
downloadtalos-hostboot-44aa1a1578b172742982784df0f6236b911216ff.tar.gz
talos-hostboot-44aa1a1578b172742982784df0f6236b911216ff.zip
Compile attributeOverride tool in x86.nfp environment for mnfg use
Needed to change some files to compile before C++11. Added some files to the fsp.tar so compile can happen in ODE environment. Change-Id: Ifb7a06bff5335582d794ea622f93154eff412876 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52195 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/pnor')
-rw-r--r--src/usr/pnor/ecc.C18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/usr/pnor/ecc.C b/src/usr/pnor/ecc.C
index 7ccab7b69..1c67b9f40 100644
--- a/src/usr/pnor/ecc.C
+++ b/src/usr/pnor/ecc.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2016 */
+/* Contributors Listed Below - COPYRIGHT 2013,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -49,21 +49,21 @@ namespace ECC
*/
static uint64_t eccMatrix[] = {
//0000000000000000111010000100001000111100000011111001100111111111
- 0x0000e8423c0f99ff,
+ 0x0000e8423c0f99ffULL,
//0000000011101000010000100011110000001111100110011111111100000000
- 0x00e8423c0f99ff00,
+ 0x00e8423c0f99ff00ULL,
//1110100001000010001111000000111110011001111111110000000000000000
- 0xe8423c0f99ff0000,
+ 0xe8423c0f99ff0000ULL,
//0100001000111100000011111001100111111111000000000000000011101000
- 0x423c0f99ff0000e8,
+ 0x423c0f99ff0000e8ULL,
//0011110000001111100110011111111100000000000000001110100001000010
- 0x3c0f99ff0000e842,
+ 0x3c0f99ff0000e842ULL,
//0000111110011001111111110000000000000000111010000100001000111100
- 0x0f99ff0000e8423c,
+ 0x0f99ff0000e8423cULL,
//1001100111111111000000000000000011101000010000100011110000001111
- 0x99ff0000e8423c0f,
+ 0x99ff0000e8423c0fULL,
//1111111100000000000000001110100001000010001111000000111110011001
- 0xff0000e8423c0f99
+ 0xff0000e8423c0f99ULL
};
/** Syndrome calculation matrix.
OpenPOWER on IntegriCloud