summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf/hwp/procMemConsts.H
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-07-17 09:13:00 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-08-03 13:22:12 -0500
commit2aaf6930b74246645165bfb30070bc1b2f209156 (patch)
tree296563755a7b061cdaac56d50427935a8492e827 /src/include/usr/hwpf/hwp/procMemConsts.H
parent2613472937813b6cfd52aaa5c40aa059a62a1285 (diff)
downloadtalos-hostboot-2aaf6930b74246645165bfb30070bc1b2f209156.tar.gz
talos-hostboot-2aaf6930b74246645165bfb30070bc1b2f209156.zip
Add attributes for PHYP Memory Map
RTC: 34095 Change-Id: I33b4820490898744e9849a52457db37c735e396b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1429 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf/hwp/procMemConsts.H')
-rw-r--r--src/include/usr/hwpf/hwp/procMemConsts.H16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/include/usr/hwpf/hwp/procMemConsts.H b/src/include/usr/hwpf/hwp/procMemConsts.H
index 122048049..5c97eca32 100644
--- a/src/include/usr/hwpf/hwp/procMemConsts.H
+++ b/src/include/usr/hwpf/hwp/procMemConsts.H
@@ -31,21 +31,8 @@
#ifndef _HWP_PROCMEMCONSTS_H_
#define _HWP_PROCMEMCONSTS_H_
-// Service Processor PSI Space - line 85 Overall Map
-// size is 1_MB
-const uint64_t SP_PSI_START = 0x0003FFFE80000000ULL ;
-const uint64_t SP_PSI_SIZE = 0x0000000000100000ULL ;
-
-
-// Processor Interrupt Space - line 7 Overall Map
-// size is 1_MB
-const uint64_t PROC_INTP_START = 0x0003FFFF80000000ULL;
-const uint64_t PROC_INTP_SIZE = 0x0000000000100000ULL;
-
-
// Lower FSP Bar Regions - line 226 Overall Map, line 72 service processor
// size is 4_GB
-const uint64_t SP_BAR_START = 0x0003FFE000000000ULL ;
const uint64_t SP_BAR_SIZE = 0x0000000100000000ULL ;
// FSP Bar Size, line 227 Overall Map
@@ -57,13 +44,11 @@ const uint64_t FSP_MMIO_MASK_SIZE = 0x0000000100000000 ;
// Processor RNG Space, for NX_MMIO - line 46 Overall Map
// size is 4_KB
-const uint64_t PROC_RNG_START = 0x0003FFFF40000000ULL;
const uint64_t PROC_RNG_SIZE = 0x0000000000001000ULL;
// PCIE Mem Address Space - line 236 Overall Map
// corresponds to the "unit number" in ATTR description
// size is 64_GB
-const uint64_t PCI_MEM_START = 0x0003D00000000000ULL;
const uint64_t PCI_MEM_SIZE = 0x0000001000000000ULL;
// PCIE BAR size values
@@ -76,7 +61,6 @@ const uint64_t PCIE_BAR2_SIZE = 0x0000000000001000ULL;
// PHB Register Address Space - line 90 Overall Map
// size is 1_MB
-const uint64_t PHB_REGS_START = 0x0003FFFE40000000ULL;
const uint64_t PHB_REGS_SIZE = 0x0000000000100000ULL;
OpenPOWER on IntegriCloud