summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf/hwp
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2014-02-07 07:29:27 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-10 11:07:31 -0500
commit333bb8c7bd7a29a688ddbe327a0b0543d422e402 (patch)
tree01f51303dbbf98b6cb0bc4c139e9a064c22cbf35 /src/include/usr/hwpf/hwp
parentdd80c1a13def1a956cd88709f0e04e4b8c703ef1 (diff)
downloadtalos-hostboot-333bb8c7bd7a29a688ddbe327a0b0543d422e402.tar.gz
talos-hostboot-333bb8c7bd7a29a688ddbe327a0b0543d422e402.zip
Update HB memory map to match PHYP/Saph
Change-Id: I5c4c94e0fc6dee237ffe0a209d5d170cb20f02bd CQ: SW247135 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8924 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf/hwp')
-rw-r--r--src/include/usr/hwpf/hwp/procMemConsts.H49
1 files changed, 24 insertions, 25 deletions
diff --git a/src/include/usr/hwpf/hwp/procMemConsts.H b/src/include/usr/hwpf/hwp/procMemConsts.H
index 5c97eca32..9a1282b04 100644
--- a/src/include/usr/hwpf/hwp/procMemConsts.H
+++ b/src/include/usr/hwpf/hwp/procMemConsts.H
@@ -1,26 +1,25 @@
-/* IBM_PROLOG_BEGIN_TAG
- * This is an automatically generated prolog.
- *
- * $Source: src/include/usr/hwpf/hwp/procMemConsts.H $
- *
- * IBM CONFIDENTIAL
- *
- * COPYRIGHT International Business Machines Corp. 2012
- *
- * p1
- *
- * Object Code Only (OCO) source materials
- * Licensed Internal Code Source Materials
- * IBM HostBoot Licensed Internal Code
- *
- * The source code for this program is not published or other-
- * wise divested of its trade secrets, irrespective of what has
- * been deposited with the U.S. Copyright Office.
- *
- * Origin: 30
- *
- * IBM_PROLOG_END_TAG
- */
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/usr/hwpf/hwp/procMemConsts.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
/**
* @file procMemConsts.H
*
@@ -53,10 +52,10 @@ const uint64_t PCI_MEM_SIZE = 0x0000001000000000ULL;
// PCIE BAR size values
// Bar0 = 64_GB ( from spreadsheet)
-// Bar1 = always 0 and disabled ( Joe McGill )
+// Bar1 = 2_GB ( from spreadsheet)
// Bar2 = 4_KB see NOTE above
const uint64_t PCIE_BAR0_SIZE = 0x0000001000000000ULL;
-const uint64_t PCIE_BAR1_SIZE = 0x0000001000000000ULL;
+const uint64_t PCIE_BAR1_SIZE = 0x0000000080000000ULL;
const uint64_t PCIE_BAR2_SIZE = 0x0000000000001000ULL;
// PHB Register Address Space - line 90 Overall Map
OpenPOWER on IntegriCloud