summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/pnorLayoutAxone.xml
blob: 274439a39b1030322146ebc0b82b5a9f2bc9860c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- $Source: src/build/buildpnor/pnorLayoutAxone.xml $                     -->
<!--                                                                        -->
<!-- OpenPOWER HostBoot Project                                             -->
<!--                                                                        -->
<!-- Contributors Listed Below - COPYRIGHT 2012,2019                        -->
<!-- [+] 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.       -->
<!-- You may obtain a copy of the License at                                -->
<!--                                                                        -->
<!--     http://www.apache.org/licenses/LICENSE-2.0                         -->
<!--                                                                        -->
<!-- Unless required by applicable law or agreed to in writing, software    -->
<!-- distributed under the License is distributed on an "AS IS" BASIS,      -->
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or        -->
<!-- implied. See the License for the specific language governing           -->
<!-- permissions and limitations under the License.                         -->
<!--                                                                        -->
<!-- IBM_PROLOG_END_TAG                                                     -->
<!--
Layout Description
<metadata> Element -> Contains high-level information about the PNOR layout.
    <chipSize>     -> Size of the chip that the pnor image will reside on
    <imageSize>    -> Size of PNOR image in bytes.
    <blockSize>    -> size of erase blocks in bytes.
    <tocSize>      -> size of each partition table
    <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
                           (A-B-D or A-D-B)
                           A-B-D: Primary TOC (A),Backup TOC (B), and Section Information (Data - D)
                           A-D-B: Primary TOC (A), Section Information (Data - D), Backup TOC (B)
        <golden/> -> Indicates that the side of the PNOR is golden
</metadata>
<section> Element -> Contains information about a PNOR Partition
    <description>   -> Text description of the partition.
                       Does not have to be machine readable.
    <eyeCatch>      -> Name of the Partition
    <physicalOffset>-> Offset of the Partition in PNOR
                       in bytes.
    <physicalSize>  -> Size of the Partition in bytes.
    <side>          -> Side that this section is associated with.
                       could be (A, B, or sideless)
                       A - Section is associated with side A
                       B - Section is associated with side B
                       sideless - Indicates partition will be in both TOCs but
                                  only one copy of the partition should be created
    <testonly/>     -> Indicates partition is used for internal testing only.
                       Partition should be skipped in production environments.
    <ecc/>          -> Indicates Partition should be ECC protected
    <sha512Version/>-> Indicates Partition uses SHA512 for version information.
    <sha512perEC/>  -> Indicates SHA512 is used to indicate version for each
                       EC-specific image within the Partition.
    <preserved/>    -> Indicates Partition is preserved across code updates.
</section>
-->

<pnor>
    <metadata>
        <imageSize>0x4000000</imageSize>
        <chipSize>0x4000000</chipSize>
        <blockSize>0x1000</blockSize>
        <tocSize>0x8000</tocSize>
        <!--TODO: RTC 123734 - remove side offsets once hwsv implements new
        layout-->
        <sideAOffset>0x3FF7000</sideAOffset>
        <sideBOffset>0x0</sideBOffset>
        <arrangement>A-D-B</arrangement>
        <side>
            <id>B</id>
        </side>
    </metadata>
    <section>
        <description>Hostboot Error Logs (144K)</description>
        <eyeCatch>HBEL</eyeCatch>
        <physicalOffset>0x8000</physicalOffset>
        <physicalRegionSize>0x24000</physicalRegionSize>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <!-- NOTE must be before images that are likely to change like HBI,
        also mustupdate standalone.simics if EECACHE offset changes-->
        <description>Eeprom Cache(512K)</description>
        <eyeCatch>EECACHE</eyeCatch>
        <physicalOffset>0x2C000</physicalOffset>
        <physicalRegionSize>0x80000</physicalRegionSize>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <description>Guard Data (20K)</description>
        <eyeCatch>GUARD</eyeCatch>
        <physicalRegionSize>0x5000</physicalRegionSize>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <description>Attributes</description>
        <eyeCatch>ATTR_TMP</eyeCatch>
        <physicalRegionSize>0x4000</physicalRegionSize>
        <side>sideless</side>
    </section>
    <section>
        <description>Hostboot Base (1MB)</description>
        <eyeCatch>HBB</eyeCatch>
        <physicalRegionSize>0x100000</physicalRegionSize>
        <side>sideless</side>
        <sha512Version/>
        <ecc/>
    </section>
    <section>
        <description>Hostboot Data (2MB)</description>
        <eyeCatch>HBD</eyeCatch>
        <physicalRegionSize>0x200000</physicalRegionSize>
        <sha512Version/>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <description>Hostboot Extended image (17.77MB w/o ECC)</description>
        <eyeCatch>HBI</eyeCatch>
        <physicalRegionSize>0x1400000</physicalRegionSize>
        <sha512Version/>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <description>SBE-IPL (Staging Area) (752K)</description>
        <eyeCatch>SBE</eyeCatch>
        <physicalRegionSize>0xBC000</physicalRegionSize>
        <sha512perEC/>
        <sha512Version/>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <description>HCODE Ref Image (1.125MB)</description>
        <eyeCatch>HCODE</eyeCatch>
        <physicalRegionSize>0x120000</physicalRegionSize>
        <sha512Version/>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <description>Hostboot Runtime Services for Sapphire (8.0MB)</description>
        <eyeCatch>HBRT</eyeCatch>
        <physicalRegionSize>0x800000</physicalRegionSize>
        <sha512Version/>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <description>Payload (16KB)</description>
        <eyeCatch>PAYLOAD</eyeCatch>
        <physicalRegionSize>0x4000</physicalRegionSize>
        <sha512Version/>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <description>Special PNOR Test Space (36K)</description>
        <eyeCatch>TEST</eyeCatch>
        <physicalRegionSize>0x9000</physicalRegionSize>
        <testonly/>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <!-- Note there is no <sha512Version/> tag on purpose to avoid hostboot
             from skipping header. Signing is forced in build pnor phase -->
        <description>Special PNOR Test Space with Header (36K)</description>
        <eyeCatch>TESTRO</eyeCatch>
        <physicalRegionSize>0x9000</physicalRegionSize>
        <side>sideless</side>
        <testonly/>
        <preserved/>
        <readOnly/>
        <ecc/>
    </section>
    <section>
        <description>Hostboot Bootloader (28K)</description>
        <eyeCatch>HBBL</eyeCatch>
        <!-- Physical Size includes Header rounded to ECC valid size -->
        <!-- Max size of actual HBBL content is 20K and 22.5K with ECC -->
        <physicalRegionSize>0x7000</physicalRegionSize>
        <side>sideless</side>
        <sha512Version/>
        <ecc/>
    </section>
    <section>
        <description>Ref Image Ring Overrides (20K)</description>
        <eyeCatch>RINGOVD</eyeCatch>
        <physicalRegionSize>0x5000</physicalRegionSize>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <description>SecureBoot Key Transition Partition (16K)</description>
        <eyeCatch>SBKT</eyeCatch>
        <physicalRegionSize>0x4000</physicalRegionSize>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <description>OCC Lid (1.125M)</description>
        <eyeCatch>OCC</eyeCatch>
        <physicalRegionSize>0x120000</physicalRegionSize>
        <sha512Version/>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <description>VFRT data for WOF (6MB)</description>
        <!-- We need 266KB per module sort, going to support
             40 tables by default, plus ECC  -->
        <eyeCatch>WOFDATA</eyeCatch>
        <physicalRegionSize>0x600000</physicalRegionSize>
        <side>sideless</side>
        <sha512Version/>
        <ecc/>
    </section>
    <section>
        <description>FIRDATA (12K)</description>
        <eyeCatch>FIRDATA</eyeCatch>
        <physicalRegionSize>0x3000</physicalRegionSize>
        <side>sideless</side>
        <ecc/>
    </section>
    <section>
        <description>Secureboot Test Load (12K)</description>
        <eyeCatch>TESTLOAD</eyeCatch>
        <physicalRegionSize>0x3000</physicalRegionSize>
        <side>sideless</side>
        <sha512Version/>
        <ecc/>
    </section>
    <section>
        <description>Secure Boot (144K)</description>
        <eyeCatch>SECBOOT</eyeCatch>
        <physicalRegionSize>0x24000</physicalRegionSize>
        <side>sideless</side>
        <ecc/>
        <preserved/>
    </section>
    <section>
        <description>Open CAPI Memory Buffer (OCMB) Firmware (1164K)</description>
        <eyeCatch>OCMBFW</eyeCatch>
        <physicalRegionSize>0x123000</physicalRegionSize>
        <side>sideless</side>
        <sha512Version/>
        <readOnly/>
        <ecc/>
    </section>
    <section>
        <description>HDAT Data (16K)</description>
        <eyeCatch>HDAT</eyeCatch>
        <physicalRegionSize>0x4000</physicalRegionSize>
        <side>sideless</side>
        <sha512Version/>
        <ecc/>
    </section>
</pnor>
OpenPOWER on IntegriCloud