Skip to content

Commit

Permalink
DMI I/O Scominits
Browse files Browse the repository at this point in the history
Change-Id: I40e794076545a7bdaf00f2b27e2a0e8b82aa30a8
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41533
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Gary A. Peterson <garyp@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41542
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
steffenchris authored and dcrowell77 committed Jun 11, 2017
1 parent 7f8d060 commit 9790be8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/import/chips/p9/procedures/hwp/io/p9_io_scom.H
Expand Up @@ -56,8 +56,7 @@
#define P9_OBUS1_PHY_BASE_0x0A010C00 0x0A010C00
#define P9_OBUS2_PHY_BASE_0x0B010C00 0x0B010C00
#define P9_OBUS3_PHY_BASE_0x0C010C00 0x0C010C00
#define P9_DMI0_PHY_BASE_0x02011A00 0x02011A00
#define P9_DMI1_PHY_BASE_0x02011E00 0x02011E00
#define P9_DMI0_PHY_BASE_0x0701103F 0x0701103F
#define CEN_PHY_BASE_0x02010400 0x02010400

//-----------------------------------------------------------------------------
Expand Down Expand Up @@ -133,7 +132,7 @@ inline uint32_t get_base_address( const fapi2::Target < K > i_target, uint32_t&
break;

case fapi2::TargetType::TARGET_TYPE_DMI:
o_base_addr = P9_DMI0_PHY_BASE_0x02011A00;
o_base_addr = P9_DMI0_PHY_BASE_0x0701103F;
break;

case fapi2::TargetType::TARGET_TYPE_ABUS:
Expand Down

0 comments on commit 9790be8

Please sign in to comment.