diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2012-05-31 13:00:52 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-06-01 20:31:48 -0500 |
commit | 63c956fe6ab673da7b68bcdf12f03608cac368b1 (patch) | |
tree | 9719fd668302c0fd2d9134b0c598631c4ac5ffb1 /src/usr/xscom/xscom.H | |
parent | 450350b9bdae0f52237e22624f06f8b14854db1a (diff) | |
download | talos-hostboot-63c956fe6ab673da7b68bcdf12f03608cac368b1.tar.gz talos-hostboot-63c956fe6ab673da7b68bcdf12f03608cac368b1.zip |
Support P8 memory map from PHYP
Change-Id: I19e5c373713b6e8b12386266c5c2c3a015068d5a
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1132
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/xscom/xscom.H')
-rw-r--r-- | src/usr/xscom/xscom.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/xscom/xscom.H b/src/usr/xscom/xscom.H index 86773120a..88cb0aeaf 100644 --- a/src/usr/xscom/xscom.H +++ b/src/usr/xscom/xscom.H @@ -39,7 +39,7 @@ * @brief The (fixed) base address value for master proc */ //@todo - Verify this value for HW -#define MASTER_PROC_XSCOM_BASE_ADDR 0x300000000000 +#define MASTER_PROC_XSCOM_BASE_ADDR 0x0003FC0000000000 /** * @brief Type definition for XSCom address and Chip ID |