summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/defaultPnorLayout.xml
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2015-02-12 10:56:00 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-12 11:51:31 -0600
commit6990adda0f2996cc7baacba9f485c7b5a415904c (patch)
tree3cf88d6b6376c5e9c9dd33721ed67513ae63d59c /src/build/buildpnor/defaultPnorLayout.xml
parentc7b8e0e72a54f6d7dae96cbc3283a8fde7495b7f (diff)
downloadtalos-hostboot-6990adda0f2996cc7baacba9f485c7b5a415904c.tar.gz
talos-hostboot-6990adda0f2996cc7baacba9f485c7b5a415904c.zip
adding toc offsets to defaultPnorLayout for hwsv team
Change-Id: I842c69a08b33d359f51c437c34f7cfb7e8d4cff9 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15687 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/buildpnor/defaultPnorLayout.xml')
-rw-r--r--src/build/buildpnor/defaultPnorLayout.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/build/buildpnor/defaultPnorLayout.xml b/src/build/buildpnor/defaultPnorLayout.xml
index 897d4db05..d5d5d25d7 100644
--- a/src/build/buildpnor/defaultPnorLayout.xml
+++ b/src/build/buildpnor/defaultPnorLayout.xml
@@ -28,6 +28,9 @@ Layout Description
<imageSize> -> Size of PNOR image in bytes.
<blockSize> -> size of erase blocks in bytes.
<tocSize> -> size of each partition table
+ <!- TODO:RTC:123734 - remove side offsets once hwsv implements new layout ->
+ <sideAOffset> -> Location of Side A Partition Table
+ <sideBOffset> -> Location of Side B Partition Table
<side> -> Contains information about the side
<id> -> Id of the side (A or B)
<arrangement> -> Tag that specifies the arrangement of the side
@@ -64,6 +67,10 @@ Layout Description
<imageSize>0x4000000</imageSize>
<blockSize>0x1000</blockSize>
<tocSize>0x8000</tocSize>
+ <!--TODO: RTC 123734 - remove side offsets once hwsv implements new
+ layout-->
+ <sideAOffset>0x0</sideAOffset>
+ <sideBOffset>0x8000</sideBOffset>
<arrangement>A-B-D</arrangement>
<side>
<id>B</id>
OpenPOWER on IntegriCloud