summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/dram_initialization
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2015-01-26 13:28:58 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-01-30 13:07:19 -0600
commit88105232544a3a358590336bc0b39d65bb5bed1e (patch)
treea81f129aadbc14e4917e9ffdaa5347bfd30cc5f2 /src/usr/hwpf/hwp/dram_initialization
parenta1812e8fd135ad8abd80f35e83a6d7a2c88a6170 (diff)
downloadtalos-hostboot-88105232544a3a358590336bc0b39d65bb5bed1e.tar.gz
talos-hostboot-88105232544a3a358590336bc0b39d65bb5bed1e.zip
SW274292: P8 Lab Alpine: memory map (opt_memmap procedure) update for Alpine
Change-Id: I72c72a13683e3e707a9493a5499aa24d12090888 CQ:SW274292 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15304 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Tested-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15316 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/dram_initialization')
-rw-r--r--src/usr/hwpf/hwp/dram_initialization/proc_setup_bars/proc_setup_bars_memory_attributes.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/dram_initialization/proc_setup_bars/proc_setup_bars_memory_attributes.xml b/src/usr/hwpf/hwp/dram_initialization/proc_setup_bars/proc_setup_bars_memory_attributes.xml
index 096d3b57d..163f8c3f5 100644
--- a/src/usr/hwpf/hwp/dram_initialization/proc_setup_bars/proc_setup_bars_memory_attributes.xml
+++ b/src/usr/hwpf/hwp/dram_initialization/proc_setup_bars/proc_setup_bars_memory_attributes.xml
@@ -5,7 +5,9 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- COPYRIGHT International Business Machines Corp. 2012,2014 -->
+<!-- Contributors Listed Below - COPYRIGHT 2012,2015 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
<!-- -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
<!-- you may not use this file except in compliance with the License. -->
@@ -20,7 +22,7 @@
<!-- permissions and limitations under the License. -->
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
-<!-- $Id: proc_setup_bars_memory_attributes.xml,v 1.14 2014-06-19 14:26:21 dcrowell Exp $ -->
+<!-- $Id: proc_setup_bars_memory_attributes.xml,v 1.15 2015/01/22 17:16:36 jmcgill Exp $ -->
<!-- proc_setup_bars_memory_attributes.xml -->
<attributes>
<!-- ********************************************************************* -->
@@ -51,6 +53,23 @@
</attribute>
<!-- ********************************************************************* -->
<attribute>
+ <id>ATTR_OPT_MEMMAP_GROUP_POLICY</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ Controls scope of group consideration in memory map calculations
+ creator: platform
+ consumer: opt_memmap
+ </description>
+ <valueType>uint8</valueType>
+ <enum>
+ CHIP_AS_GROUP = 0x0,
+ GROUP_AS_GROUP = 0x1
+ </enum>
+ <platInit/>
+ <persistRuntime/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
<id>ATTR_MIRROR_BASE_ADDRESS</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
<description>
OpenPOWER on IntegriCloud