summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/nest/p9_fbc_utils.H
diff options
context:
space:
mode:
authorCHRISTINA L. GRAVES <clgraves@us.ibm.com>2015-09-19 10:17:45 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 15:31:37 -0600
commit8a3a98a71631bb1ae1a312d93168e6b97703ae4e (patch)
treebaa9a4e2583ee819fb66754ff85f1363a2f38dc5 /src/import/chips/p9/procedures/hwp/nest/p9_fbc_utils.H
parent4857ff4519cb3a3e39d6754adba088e6f9f315d3 (diff)
downloadtalos-hostboot-8a3a98a71631bb1ae1a312d93168e6b97703ae4e.tar.gz
talos-hostboot-8a3a98a71631bb1ae1a312d93168e6b97703ae4e.zip
Checking in the L2 p9_sbe_load_bootloader procedures
Change-Id: Iaba2952f7e01257e7d170bbf70dd16ae9f68eb2e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20631 Tested-by: Jenkins Server Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23150 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/nest/p9_fbc_utils.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_fbc_utils.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_fbc_utils.H b/src/import/chips/p9/procedures/hwp/nest/p9_fbc_utils.H
index d472add6c..9411821d1 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_fbc_utils.H
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_fbc_utils.H
@@ -49,6 +49,9 @@ const uint64_t P9_FBC_UTILS_FBC_MAX_ADDRESS = ((1ULL << 56) - 1ULL);
const uint64_t P9_FBC_UTILS_CACHELINE_MASK = 0x7FULL;
const uint64_t P9_FBC_UTILS_LAST_ADDR_IN_CACHELINE = 0x78ULL;
+// cacheline size = 128
+const uint64_t FABRIC_CACHELINE_SIZE = 0x80;
+
//------------------------------------------------------------------------------
// Function prototypes
//------------------------------------------------------------------------------
OpenPOWER on IntegriCloud