summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/defaultPnorLayout.xml
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2018-11-15 08:34:52 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-01-24 13:06:34 -0600
commit9de9d8f7c5b5c73247dc69925a594fcd07ce060c (patch)
tree6f7f5247d67877ddcb5e628cf7574b6a6d88c362 /src/build/buildpnor/defaultPnorLayout.xml
parent799f85e1af46a8fa9df77f17c8ab351da9d20ded (diff)
downloadtalos-hostboot-9de9d8f7c5b5c73247dc69925a594fcd07ce060c.tar.gz
talos-hostboot-9de9d8f7c5b5c73247dc69925a594fcd07ce060c.zip
SMF: Create New UVBWLIST Partition
A new partition was added for the contents of the XSCOM white/blacklist called UVBWLIST. When the time comes, this partition will hold the binary representation of the aforementioned lists. The partition is dumped into hostboot reserved memory for Ultravisor consumption. Change-Id: I06ebce74aae3c0df987e5a057967842042db2bae RTC: 192422 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68869 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/buildpnor/defaultPnorLayout.xml')
-rw-r--r--src/build/buildpnor/defaultPnorLayout.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/build/buildpnor/defaultPnorLayout.xml b/src/build/buildpnor/defaultPnorLayout.xml
index 33a9e53b6..951513490 100644
--- a/src/build/buildpnor/defaultPnorLayout.xml
+++ b/src/build/buildpnor/defaultPnorLayout.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2012,2018 -->
+<!-- Contributors Listed Below - COPYRIGHT 2012,2019 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -325,4 +325,13 @@ Layout Description
<sha512Version/>
<ecc/>
</section>
+ <section>
+ <description>Ultravisor XSCOM White/Blacklist (64K)</description>
+ <eyeCatch>UVBWLIST</eyeCatch>
+ <physicalOffset>0x3DF4000</physicalOffset>
+ <physicalRegionSize>0x10000</physicalRegionSize>
+ <side>sideless</side>
+ <sha512Version/>
+ <readOnly/>
+ </section>
</pnor>
OpenPOWER on IntegriCloud