blob: 3e5d9c76b005d3fa485f0f06e39d7cbb7f1e46a3 [file] [log] [blame]
Deployment Bot (from Travis CI)6d7e6e92021-06-14 19:18:41 +00001
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7 <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <title>Release Notes for OpenPower Firmware v2.3 &#8212; OpenPOWER Firmware v2.6-257-g5b5624c2
10 documentation</title>
11 <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
12 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13 <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
14 <script type="text/javascript" src="../_static/jquery.js"></script>
15 <script type="text/javascript" src="../_static/underscore.js"></script>
16 <script type="text/javascript" src="../_static/doctools.js"></script>
17 <link rel="index" title="Index" href="../genindex.html" />
18 <link rel="search" title="Search" href="../search.html" />
19 <link rel="next" title="Release Notes for OpenPower Firmware v2.3.1" href="v2.3.1.html" />
20 <link rel="prev" title="Release Notes for OpenPower Firmware v2.3-rc2" href="v2.3-rc2.html" />
21
22 <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
23
24
25 <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
26
27 </head><body>
28
29
30 <div class="document">
31 <div class="documentwrapper">
32 <div class="bodywrapper">
33
34
35 <div class="body" role="main">
36
37 <div class="section" id="release-notes-for-openpower-firmware-v2-3">
38<h1>Release Notes for OpenPower Firmware v2.3<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-3" title="Permalink to this headline"></a></h1>
39<p>op-build v2.3 was released on Tuesday May 21st, 2019. It is the new stable release of op-build,
40following on from v2.2, first released on March 8th, 2019.</p>
41<p>op-build v2.3 contains all the fixes as of op-build v2.0.15, and we expect to continue to do stable
422.0.y releases of v2.0 into the forseeable future. We do not expect to do any stable releases of
43v2.2.</p>
44<p>The v2.3 release cycle has been short yet still contains some notable changes.</p>
45<p>Over op-build v2.2, this release contains the following changes:</p>
46<div class="section" id="removed-platforms">
47<h2>Removed platforms<a class="headerlink" href="#removed-platforms" title="Permalink to this headline"></a></h2>
48<ul class="simple">
49<li>openpower_mambo (superseded by the generic ‘opal’ defconfig, aimed towards use with simulators)</li>
50<li>witherspoon_dev (superseded by just using the generic witherspoon defconfig)</li>
51</ul>
52</div>
53<div class="section" id="new-platforms">
54<h2>New platforms<a class="headerlink" href="#new-platforms" title="Permalink to this headline"></a></h2>
55<ul class="simple">
56<li>opal</li>
57</ul>
58<p>Since v2.3-rc2: - p8dtu</p>
59</div>
60<div class="section" id="updated-packages-since-v2-3-rc2">
61<h2>Updated Packages since v2.3-rc2<a class="headerlink" href="#updated-packages-since-v2-3-rc2" title="Permalink to this headline"></a></h2>
62<table border="1" class="docutils">
63<colgroup>
64<col width="13%" />
65<col width="20%" />
66<col width="18%" />
67<col width="49%" />
68</colgroup>
69<thead valign="bottom">
70<tr class="row-odd"><th class="head">Package</th>
71<th class="head">Old Version</th>
72<th class="head">New Version</th>
73<th class="head">Platforms</th>
74</tr>
75</thead>
76<tbody valign="top">
77<tr class="row-even"><td>hcode</td>
78<td>hw040319a.940</td>
79<td>hw041519a.opv23</td>
80<td>witherspoon, p9dsu, zaius, romulus</td>
81</tr>
82<tr class="row-odd"><td>hostboot</td>
83<td>e5622fb032dc</td>
84<td>ca03643dd893</td>
85<td>witherspoon, p9dsu, zaius, romulus</td>
86</tr>
87<tr class="row-even"><td>hostboot-b
88inaries</td>
89<td>hw021419a.930</td>
90<td>hw041519a.opv23</td>
91<td>witherspoon, p9dsu, zaius, habanero,
92garrison, barreleye, firestone, palmetto,
93vesnin, romulus</td>
94</tr>
95<tr class="row-odd"><td>linux</td>
96<td>5.0.5</td>
97<td>5.0.7</td>
98<td>witherspoon, p9dsu, zaius, habanero,
99firenze, garrison, barreleye, pseries, opal,
100firestone, palmetto, vesnin, zz, romulus</td>
101</tr>
102<tr class="row-even"><td>linux-head
103ers</td>
104<td>5.0.5</td>
105<td>5.0.7</td>
106<td>witherspoon, p9dsu, zaius, habanero,
107firenze, garrison, barreleye, pseries, opal,
108firestone, palmetto, vesnin, zz, romulus</td>
109</tr>
110<tr class="row-odd"><td>skiboot</td>
111<td>v6.3-rc1</td>
112<td>v6.3.1</td>
113<td>witherspoon, p9dsu, zaius, habanero,
114firenze, garrison, barreleye, pseries, opal,
115firestone, palmetto, vesnin, zz, romulus</td>
116</tr>
117</tbody>
118</table>
119</div>
120<div class="section" id="updated-packages-since-v2-2">
121<h2>Updated Packages since v2.2<a class="headerlink" href="#updated-packages-since-v2-2" title="Permalink to this headline"></a></h2>
122<table border="1" class="docutils">
123<colgroup>
124<col width="14%" />
125<col width="17%" />
126<col width="18%" />
127<col width="51%" />
128</colgroup>
129<thead valign="bottom">
130<tr class="row-odd"><th class="head">Package</th>
131<th class="head">Old Version</th>
132<th class="head">New Version</th>
133<th class="head">Platforms</th>
134</tr>
135</thead>
136<tbody valign="top">
137<tr class="row-even"><td>ethtool</td>
138<td>4.16</td>
139<td>4.19</td>
140<td>witherspoon, p9dsu, zaius, habanero, firenze,
141garrison, barreleye, pseries, firestone,
142palmetto, vesnin, zz, romulus</td>
143</tr>
144<tr class="row-odd"><td>eudev</td>
145<td>3.2.5</td>
146<td>3.2.7</td>
147<td>witherspoon, p9dsu, zaius, habanero, firenze,
148garrison, barreleye, pseries, firestone,
149palmetto, vesnin, zz, romulus</td>
150</tr>
151<tr class="row-even"><td>glibc</td>
152<td>glibc-2.28-69-
153g1e5c5303</td>
154<td>glibc-2.28-94-g
1554aeff335</td>
156<td>witherspoon, p9dsu, zaius, habanero, firenze,
157garrison, barreleye, pseries, firestone,
158palmetto, vesnin, zz, romulus</td>
159</tr>
160<tr class="row-odd"><td>hcode</td>
161<td>hw022319a.930</td>
162<td>hw041519a.opv23</td>
163<td>witherspoon, p9dsu, zaius, romulus</td>
164</tr>
165<tr class="row-even"><td>hostboot</td>
166<td>37e67698be56</td>
167<td>ca03643dd893</td>
168<td>witherspoon, p9dsu, zaius, romulus</td>
169</tr>
170<tr class="row-odd"><td>hostboot-bi
171naries</td>
172<td>hw021419a.930</td>
173<td>hw041519a.opv23</td>
174<td>witherspoon, p9dsu, zaius, habanero, garrison,
175barreleye, firestone, palmetto, vesnin,
176romulus</td>
177</tr>
178<tr class="row-even"><td>hostboot-p8</td>
179<td>a3b0cb929cbf</td>
180<td>dc218d94c57b</td>
181<td>habanero, garrison, barreleye, firestone,
182palmetto, vesnin</td>
183</tr>
184<tr class="row-odd"><td>i2c-tools</td>
185<td>4.0</td>
186<td>4.1</td>
187<td>pseries, vesnin</td>
188</tr>
189<tr class="row-even"><td>linux</td>
190<td>4.19.26</td>
191<td>5.0.7</td>
192<td>witherspoon, p9dsu, zaius, habanero, firenze,
193garrison, barreleye, pseries, firestone,
194palmetto, vesnin, zz, romulus</td>
195</tr>
196<tr class="row-odd"><td>linux-firmw
197are</td>
198<td>44d4fca9922a</td>
199<td>1baa34868b2c</td>
200<td>witherspoon, p9dsu, zaius, habanero, firenze,
201garrison, barreleye, pseries, firestone,
202palmetto, vesnin, zz, romulus</td>
203</tr>
204<tr class="row-even"><td>linux-heade
205rs</td>
206<td>4.19.26</td>
207<td>5.0.7</td>
208<td>witherspoon, p9dsu, zaius, habanero, firenze,
209garrison, barreleye, pseries, firestone,
210palmetto, vesnin, zz, romulus</td>
211</tr>
212<tr class="row-odd"><td>lvm2</td>
213<td>2.02.180</td>
214<td>2.02.183</td>
215<td>witherspoon, p9dsu, zaius, habanero, firenze,
216garrison, barreleye, pseries, firestone,
217palmetto, vesnin, zz, romulus</td>
218</tr>
219<tr class="row-even"><td>machine-xml</td>
220<td>c994a1815bcb</td>
221<td>f44f8808fc7c8</td>
222<td>vesnin</td>
223</tr>
224<tr class="row-odd"><td>machine-xml</td>
225<td>f7cffdbe00f6</td>
226<td>e3e9aef82673b</td>
227<td>witherspoon</td>
228</tr>
229<tr class="row-even"><td>occ</td>
230<td>12c8088a32c5</td>
231<td>58e422dede59</td>
232<td>witherspoon, p9dsu, zaius, romulus</td>
233</tr>
234<tr class="row-odd"><td>openpower-p
235nor</td>
236<td>0aeae23bd0c68</td>
237<td>2ea669b4aa57</td>
238<td>witherspoon, p9dsu, zaius, habanero, garrison,
239barreleye, firestone, palmetto, vesnin,
240romulus</td>
241</tr>
242<tr class="row-even"><td>petitboot</td>
243<td>v1.10.2</td>
244<td>v1.10.3</td>
245<td>witherspoon, p9dsu, zaius, habanero, firenze,
246garrison, barreleye, pseries, firestone,
247palmetto, vesnin, zz, romulus</td>
248</tr>
249<tr class="row-odd"><td>sbe</td>
250<td>2e253cebdaff</td>
251<td>1410677b65e4</td>
252<td>witherspoon, p9dsu, zaius, romulus</td>
253</tr>
254<tr class="row-even"><td>skiboot</td>
255<td>v6.2.2</td>
256<td>v6.3.1</td>
257<td>witherspoon, p9dsu, zaius, habanero, firenze,
258garrison, barreleye, pseries, firestone,
259palmetto, vesnin, zz, romulus</td>
260</tr>
261<tr class="row-odd"><td>util-linux</td>
262<td>2.32.1</td>
263<td>2.33</td>
264<td>witherspoon, p9dsu, zaius, habanero, firenze,
265garrison, barreleye, pseries, firestone,
266palmetto, vesnin, zz, romulus</td>
267</tr>
268</tbody>
269</table>
270</div>
271<div class="section" id="package-hcode">
272<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline"></a></h2>
273<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
274<div class="section" id="patches">
275<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline"></a></h3>
276</div>
277<div class="section" id="commits">
278<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline"></a></h3>
279<p>Chris Cain (1):</p>
280<ul class="simple">
281<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3330dbdae60f">3330dbdae60f</a> Proposed structure
282change for OCC</li>
283</ul>
284<p>Prasad Bg Ranganath (1):</p>
285<ul class="simple">
286<li><a class="reference external" href="https://github.com/open-power/hcode/commit/0dd012c7f495">0dd012c7f495</a> PPB: Refactor pstate
287parameter block</li>
288</ul>
289<p>hostboot (14):</p>
290<ul class="simple">
291<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cc5c034aa468">cc5c034aa468</a> Release tag
292information updated for hw030819a.940</li>
293<li><a class="reference external" href="https://github.com/open-power/hcode/commit/96bdad1dc08c">96bdad1dc08c</a> Release tag
294information updated for hw030919a.940</li>
295<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b4bd4e7e0e75">b4bd4e7e0e75</a> Release tag
296information updated for hw031219a.940</li>
297<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b31c43a6c27e">b31c43a6c27e</a> Release tag
298information updated for hw031319a.940</li>
299<li><a class="reference external" href="https://github.com/open-power/hcode/commit/3d18592a7e3a">3d18592a7e3a</a> Release tag
300information updated for hw031619a.940</li>
301<li><a class="reference external" href="https://github.com/open-power/hcode/commit/4ffb0e57df57">4ffb0e57df57</a> Release tag
302information updated for hw031919a.940</li>
303<li><a class="reference external" href="https://github.com/open-power/hcode/commit/ca318ee145bf">ca318ee145bf</a> Release tag
304information updated for hw032019b.940</li>
305<li><a class="reference external" href="https://github.com/open-power/hcode/commit/21fb83a0aec7">21fb83a0aec7</a> Release tag
306information updated for hw032119a.940</li>
307<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f722a49ec15b">f722a49ec15b</a> Release tag
308information updated for hw032219a.940</li>
309<li><a class="reference external" href="https://github.com/open-power/hcode/commit/b072dcdd5a9a">b072dcdd5a9a</a> Release tag
310information updated for hw032319a.940</li>
311<li><a class="reference external" href="https://github.com/open-power/hcode/commit/06fd9cb6a476">06fd9cb6a476</a> Release tag
312information updated for hw041119a.opv23</li>
313<li><a class="reference external" href="https://github.com/open-power/hcode/commit/65dd1355197d">65dd1355197d</a> Release tag
314information updated for hw041219a.opv23</li>
315<li><a class="reference external" href="https://github.com/open-power/hcode/commit/cce430a720af">cce430a720af</a> Release tag
316information updated for hw041319a.opv23</li>
317<li><a class="reference external" href="https://github.com/open-power/hcode/commit/adf78f8e0538">adf78f8e0538</a> Release tag
318information updated for hw041519a.opv23</li>
319</ul>
320</div>
321</div>
322<div class="section" id="package-hostboot">
323<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline"></a></h2>
324<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
325<div class="section" id="v2-3-patches-1">
326<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-1" title="Permalink to this headline"></a></h3>
327</div>
328<div class="section" id="v2-3-commits-1">
329<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-1" title="Permalink to this headline"></a></h3>
330<p>Alvin Wang (7):</p>
331<ul class="simple">
332<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/49a169abfa3d">49a169abfa3d</a> Adds mcbist empty
333files</li>
334<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/517ec60ee50d">517ec60ee50d</a> Adds mcbist empty
335files</li>
336<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f50a11628b1c">f50a11628b1c</a> Change generic
337mcbist file name</li>
338<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4984330e0ef9">4984330e0ef9</a> Change generic
339mcbist file name</li>
340<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d7910f680f5c">d7910f680f5c</a> Add exp_scrub empty
341files</li>
342<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8765bcd2cc17">8765bcd2cc17</a> Add empty files for
343power_theraml</li>
344<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/75f8277bbc20">75f8277bbc20</a> Add empty
345file(accessor_wrapper.H) for power_theraml</li>
346</ul>
347<p>Andre A. Marin (4):</p>
348<ul class="simple">
349<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c368037cb36e">c368037cb36e</a> Update phy_pharams
350structure, tests, and exp attrs</li>
351<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee476c6abdad">ee476c6abdad</a> Update phy_pharams
352structure, tests, and exp attrs</li>
353<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d679e6d649ee">d679e6d649ee</a> Add
354attr_engine_traits empty files for HB to mirror</li>
355<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b5e9f70eb916">b5e9f70eb916</a> Update phy_pharams
356structure, tests, and exp attrs</li>
357</ul>
358<p>Andre Marin (6):</p>
359<ul class="simple">
360<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/877a032b90cd">877a032b90cd</a> Fix SPD cas latency
361assert bug</li>
362<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9e1906f95ba3">9e1906f95ba3</a> Add
363std::remove_all_extends to HB STL library</li>
364<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2dcce4bcccc2">2dcce4bcccc2</a> Add L1 for
365p9a_mss_bulk_pwr_throttles and p9a_mss_utils_to_throttle</li>
366<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c169fc8be5a">1c169fc8be5a</a> Add attribute
367engine algorithm for eff_config and pre_eff_config</li>
368<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/018a009896d8">018a009896d8</a> Add attribute
369engine algorithm for eff_config and pre_eff_config</li>
370<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5a493e300da">e5a493e300da</a> Add attribute
371engine algorithm for eff_config and pre_eff_config</li>
372</ul>
373<p>Ben Gass (6):</p>
374<ul class="simple">
375<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5bfda17c8018">5bfda17c8018</a> Add chip base
376address to the OMI MMIO offset in p9a_mmio_util</li>
377<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d27c5e1fe431">d27c5e1fe431</a> Update ATRMISS
378registers for Axone</li>
379<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/71d98844bb93">71d98844bb93</a> Update p9_l2_flush
380to check if purge is busy on anything prior to flush.</li>
381<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a4278d1df874">a4278d1df874</a> Add
382ATTR_OMI_DL_GROUP_POS and ATTR_OMI_DL_NUM for OMI targets</li>
383<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/224517ac925b">224517ac925b</a> Update cmd/rsp
384endian handling in exp_inband</li>
385<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5beffad6f2f2">5beffad6f2f2</a> Replace FAPI_ERR
386with FAPI_DBG when no error in exp_omi_init</li>
387</ul>
388<p>Bill Hoffa (4):</p>
389<ul class="simple">
390<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7364f2447d18">7364f2447d18</a> Initialize and test
391alt-master PNOR access in all boots</li>
392<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8b9e2d415060">8b9e2d415060</a> Fix autocitest
393simics attempt numbering</li>
394<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c54069667c86">c54069667c86</a> Catch Unknown
395Values for CONFIG_APPLY attribute</li>
396<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2620abc7dc62">2620abc7dc62</a> INTRP HW Workaround
397for Clockgating Issue</li>
398</ul>
399<p>Caleb Palmer (10):</p>
400<ul class="simple">
401<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/066af762a047">066af762a047</a> Add SW callout if
402invalid proc model in call_mss_scrub</li>
403<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d94e5b51c9e5">d94e5b51c9e5</a> PRD: Remove old
404domain startScrubs</li>
405<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0843af939876">0843af939876</a> PRD: Don’t skip ECC
406spare when no DRAM spare</li>
407<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86b0576b22dc">86b0576b22dc</a> PRD: NVDIMM reg
408review updates</li>
409<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6d28e5b524f2">6d28e5b524f2</a> PRD: Remove EccSp
410from errl when not avail</li>
411<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/be07d93af71c">be07d93af71c</a> PRD: MEM_PORT
412getConnected support</li>
413<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4046e66acfb6">4046e66acfb6</a> Hostboot Memory HWP
414include update</li>
415<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16024c9f92fa">16024c9f92fa</a> PRD: Axone
416PlatServices and Misc Updates</li>
417<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f2837b85611f">f2837b85611f</a> PRD: Memory HWP
418include updates</li>
419<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09b6e80a55d2">09b6e80a55d2</a> PRD: NVDIMM health
420status reg errors no longer gard</li>
421</ul>
422<p>Chen Du (1):</p>
423<ul class="simple">
424<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c4031acbfb05">c4031acbfb05</a> Dropped messages at
425shutdown</li>
426</ul>
427<p>Chris Cain (1):</p>
428<ul class="simple">
429<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ad388de1a208">ad388de1a208</a> Proposed structure
430change for OCC</li>
431</ul>
432<p>Chris Steffen (1):</p>
433<ul class="simple">
434<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/298aa306a1f4">298aa306a1f4</a> P9A OMI Dccal /
435Scominit</li>
436</ul>
437<p>Christian Geddes (32):</p>
438<ul class="simple">
439<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8ee01af225a0">8ee01af225a0</a> Allow child/parent
440lookups between DIMM and OCMB_CHIP targets</li>
441<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6cc4d5078e34">6cc4d5078e34</a> Again try to fix
442checkpoint issue with fips930 simics</li>
443<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3452fbd95989">3452fbd95989</a> Allow for nullptr
444io_buffer in eecache read</li>
445<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7ce2a9daac0c">7ce2a9daac0c</a> Add interface to
446look up model type of master processor on targetService</li>
447<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/efda71702697">efda71702697</a> Set early test case
448IPL step to be 14.7 in Axone simics</li>
449<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e70d216f8e2b">e70d216f8e2b</a> Compile and add
450calls to exp_scominit in istep 13.8</li>
451<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/58b845f915ea">58b845f915ea</a> Disable Mutex
452Attribute Test Cases for now</li>
453<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/250291d09340">250291d09340</a> Add
454p9a_omi_training_check hwp call to istep 12.9</li>
455<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3b02a6aa674c">3b02a6aa674c</a> Fix
456getChildByAffinity call in mmio.C and add more traces</li>
457<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dafcf54942f1">dafcf54942f1</a> Remove imported
458files that were added incorrectly</li>
459<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/552339eb7f78">552339eb7f78</a> Create a common
460explorer accesss module expaccess</li>
461<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/281c7c93a463">281c7c93a463</a> Skip enabling PM
462complex (start_stop_engine HWP) in Axone simics</li>
463<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63afd50c3393">63afd50c3393</a> Disable SMF tests
464for Axone bringup</li>
465<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5618f2f2b432">5618f2f2b432</a> Fix issues with how
466we were handling new .so added for Axone</li>
467<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9145082bb0ca">9145082bb0ca</a> Disable OCMB mmio
468communication tests until MMIO works</li>
469<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b397d8d630ac">b397d8d630ac</a> Allow single dimm
470configurations in Axone</li>
471<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dd41d6161ea9">dd41d6161ea9</a> Set
472MAX_COMPUTE_NODES attribute so TOD code gets setup correctly</li>
473<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3653c5d44e88">3653c5d44e88</a> Skip establish ex
474chiplet step (15.3) during Axone for now</li>
475<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0a0fe1f2857a">0a0fe1f2857a</a> Compile new
476Axone/Explorer memory libs in isteps_mss library</li>
477<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d09e67a0a554">d09e67a0a554</a> Update simics
478release that Axone is using and adjust simics script</li>
479<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8cfbb22598c">b8cfbb22598c</a> Set MUX i2c slave
480port to be 1</li>
481<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c5f03e47872">1c5f03e47872</a> Fix bug that was
482scrambling traces in errorlogs during HBRT</li>
483<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ddc7b1ec95be">ddc7b1ec95be</a> Apply OBUS PG rules
484update to Axone also</li>
485<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a52d45742151">a52d45742151</a> Edit
486cxxtest.start.sh script to call runsim correctly</li>
487<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c6677251ee3d">c6677251ee3d</a> Call p9a_mss_volt
488if MEM_PORT targets are available in istep 7.2</li>
489<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/994299cf3d45">994299cf3d45</a> Add code to call
490p9a_mss_freq / p9a_mss_freq_system in istep 7.3</li>
491<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1564d45787ce">1564d45787ce</a> Wrap exp_draminit
492in a extern “C” to workaround name mangling</li>
493<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/30a512e3d84d">30a512e3d84d</a> Disable OCMB getVPD
494tests until we get better SPD</li>
495<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/33e7c6de0769">33e7c6de0769</a> Add calls to
496available p9a_mss_eff_config HWPs in istep 7.4</li>
497<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85e898e7c68e">85e898e7c68e</a> Edit autocitest to
498handle hbTrace.log generated in /src/</li>
499<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a98d9a843a71">a98d9a843a71</a> Generate P9A
500accessors for Axone</li>
501<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f55c462e587c">f55c462e587c</a> Resize WOF to allow
502AXONE test pnor to fit inside 64 MB</li>
503</ul>
504<p>Christian R. Geddes (1):</p>
505<ul class="simple">
506<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bcecb8a2a15a">bcecb8a2a15a</a> Revert “Update
507phy_pharams structure, tests, and exp attrs”</li>
508</ul>
509<p>Corey Swenson (1):</p>
510<ul class="simple">
511<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0bfacdff427f">0bfacdff427f</a> Add callouts for
512NVDIMM errors</li>
513</ul>
514<p>Dan Crowell (16):</p>
515<ul class="simple">
516<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8720c117759">b8720c117759</a> Reset Engine E to
517handle NVDIMMs</li>
518<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d505fea7f169">d505fea7f169</a> Make overrideOnly
519fapi attributes volatile-zero</li>
520<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/86b5d355d643">86b5d355d643</a> Delete complextype
521fields in attributes if they have no value</li>
522<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e73d0c117548">e73d0c117548</a> Force reboot
523without visible errors for core wakeup failure</li>
524<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/386165c1c5da">386165c1c5da</a> Updates to
525testcases for Axone</li>
526<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ce4004d542f1">ce4004d542f1</a> Create runtime mss
527library</li>
528<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4636db0ab1ec">4636db0ab1ec</a> Always use original
529defaults for attribute fields with no value</li>
530<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0b3f4e146b01">0b3f4e146b01</a> Use meaningful
531values for PNOR build parms</li>
532<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7d86b40c30c1">7d86b40c30c1</a> Modify rank
533variable for OCMB VPD lookup</li>
534<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2c08ea15af6">c2c08ea15af6</a> Remove old fapi
535files</li>
536<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/63622494a0f3">63622494a0f3</a> Add PMIC target</li>
537<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e0f035161098">e0f035161098</a> Tweak page eviction
538parameters to handle low mem better</li>
539<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2c2978d3a443">2c2978d3a443</a> Add ASSERT trace
540buffer to task crash log</li>
541<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fc37a704410">8fc37a704410</a> Create
542p9a_disable_ocmb_i2c HWP</li>
543<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/27d7ab8db738">27d7ab8db738</a> Moving libnvdimm
544into a resident module</li>
545<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7c067d46c2f7">7c067d46c2f7</a> Make pci cache
546injection attributes writeable</li>
547</ul>
548<p>Dean Sanner (2):</p>
549<ul class="simple">
550<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/73fc80f05f07">73fc80f05f07</a> Base HWP mirroring
551control on HB policy</li>
552<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/610f16673641">610f16673641</a> Allow OPAL to run
553on fused cores</li>
554</ul>
555<p>Glenn Miles (6):</p>
556<ul class="simple">
557<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0af9610f18a1">0af9610f18a1</a> Make access to
558iv_overridePtr threadsafe</li>
559<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/676c584aaa70">676c584aaa70</a> Make more room for
560hbicore_extended in PNOR layout files.</li>
561<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/814734326962">814734326962</a> Use thread_local
562for globals that require it</li>
563<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/373d8a5fb285">373d8a5fb285</a> Run memory training
564in parallel across centaurs</li>
565<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/853d251aef29">853d251aef29</a> Add 1MB to PNOR HBI
566section</li>
567<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f6ddb6dc19f8">f6ddb6dc19f8</a> Add checks for
568invalid trace data in removeDuplicateTraces</li>
569</ul>
570<p>Ilya Smirnov (5):</p>
571<ul class="simple">
572<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b1c1b2cc5e78">b1c1b2cc5e78</a> Secureboot:
573Enhanced Multinode Comm: TPM_POISONED</li>
574<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed35e3da7c26">ed35e3da7c26</a> Unit Tests For SMF
575Secure Mem Distribution</li>
576<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9ece0ede203d">9ece0ede203d</a> SMF: Memory
577Distribution Logic Improvements</li>
578<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/eeb5732a169d">eeb5732a169d</a> Revert “SMF: Create
579New UVBWLIST Partition”</li>
580<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c7534ed92a2d">c7534ed92a2d</a> Secureboot:
581Enhanced Nomdecomm: Quote Fix</li>
582</ul>
583<p>Jacob Harvey (1):</p>
584<ul class="simple">
585<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e7f0582196fb">e7f0582196fb</a> L3 work for mss
586xmls</li>
587</ul>
588<p>Jayashankar Padath (1):</p>
589<ul class="simple">
590<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/596bde3e93f3">596bde3e93f3</a> HDAT : Support of
591new Rugby values in P9N systems</li>
592</ul>
593<p>Jaymes Wilks (2):</p>
594<ul class="simple">
595<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5475890894b">f5475890894b</a> Support thread
596local storage</li>
597<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ff62338a5699">ff62338a5699</a> Thread local
598storage: Update unit tests for thread local storage</li>
599</ul>
600<p>Jenny Huynh (1):</p>
601<ul class="simple">
602<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1c6429e239e2">1c6429e239e2</a> HW483672: Enable
603TLBIE WAT (version 5); fixes unintended flushing</li>
604</ul>
605<p>Joe McGill (1):</p>
606<ul class="simple">
607<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/87cc9b25b008">87cc9b25b008</a> cleanup references
608to chip-centric EC feature attributes</li>
609</ul>
610<p>Kahn Evans (1):</p>
611<ul class="simple">
612<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e45d35734d18">e45d35734d18</a> Fix doxygen
613warnings</li>
614</ul>
615<p>Louis Stermole (11):</p>
616<ul class="simple">
617<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5fcfd69a0278">5fcfd69a0278</a> Remove MBA GARD
618from RC_CEN_MSS_DRAMINIT_MC_INSUF_RCD_PROTECT_TIME</li>
619<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/835d2074b6bc">835d2074b6bc</a> Add empty files
620required for mss::index, pos, and c_str templating</li>
621<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/197507fb6e80">197507fb6e80</a> Add empty file
622required for templating eff_memory_size</li>
623<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ebf6fda9958f">ebf6fda9958f</a> Add empty files
624required for p9a_mss_freq</li>
625<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6f660c2b98b7">6f660c2b98b7</a> Add new files
626required for fixing mss::index, mss::pos, and mss::c_str</li>
627<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0f728a100a8e">0f728a100a8e</a> Add empty file for
628explorer eff_memory_size specialization</li>
629<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8fc0e7abffb0">8fc0e7abffb0</a> Add p9a version of
630eff_memory_size API</li>
631<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca025608c0c1">ca025608c0c1</a> Move p9a sync.C and
632sync.H to new names to fix collisions</li>
633<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6bdf34b9fe0a">6bdf34b9fe0a</a> Add workaround for
634Nimbus symbol mark performance hw bug</li>
635<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/76a4f5d86930">76a4f5d86930</a> Move explorer
636specialization of eff_memory_size into explorer lib</li>
637<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5d11b476381">a5d11b476381</a> Add empty files for
638DEFAULT_MC_TYPE constants</li>
639</ul>
640<p>Luis Fernandez (2):</p>
641<ul class="simple">
642<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90552694307e">90552694307e</a> Secure Boot: Log
643error when attribute override attempted in secure mode</li>
644<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ab6efc5935dc">ab6efc5935dc</a> HB Improvements:
645Fix compiler warnings on modern compilers</li>
646</ul>
647<p>Mark Pizzutillo (4):</p>
648<ul class="simple">
649<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/847ced968c58">847ced968c58</a> Add blank files for
650axone p10 rank API</li>
651<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/7b3c165b9c65">7b3c165b9c65</a> Add empty files for
652gemini IPL</li>
653<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/af6712fe5c03">af6712fe5c03</a> Remove files not
654needed by gemini IPL</li>
655<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9011abf477a1">9011abf477a1</a> Add wrapper and
656utils blank files for exp_getecid</li>
657</ul>
658<p>Matt Derksen (4):</p>
659<ul class="simple">
660<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/518a05ca5136">518a05ca5136</a> Move nvdimm_update
661call to istep 21.1</li>
662<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2df122342fae">2df122342fae</a> Use NVDIMM lids for
663update</li>
664<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a5c403221e3e">a5c403221e3e</a> Fixing runtime i2c
665operation</li>
666<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f5ab52ab7117">f5ab52ab7117</a> NVDIMM update code</li>
667</ul>
668<p>Matt K. Light (1):</p>
669<ul class="simple">
670<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/a7c8ac4df4e1">a7c8ac4df4e1</a> move
671ATTR_SPD_OVERRIDE[_ENABLE] to cronus only file</li>
672</ul>
673<p>Matt Raybuck (1):</p>
674<ul class="simple">
675<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4b29a1188536">4b29a1188536</a> UCD attribute and
676targeting updates</li>
677</ul>
678<p>Matthew Raybuck (10):</p>
679<ul class="simple">
680<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d2899da82cb0">d2899da82cb0</a> Improve performance
681of Partial Good logic</li>
682<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3830dc6e8fb0">3830dc6e8fb0</a> Support UCD target
683generation for Zeppelin MRW</li>
684<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d47b63700d87">d47b63700d87</a> Add functions to
685get Device Id and MFR revision from UCD</li>
686<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/3265b62f038c">3265b62f038c</a> Improve performance
687of general PG algorithm</li>
688<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2cfb551c4e56">2cfb551c4e56</a> TESTCASES: Improve
689performance of general PG algorithm</li>
690<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/086018c231e7">086018c231e7</a> Support UCD for I2C
691callouts</li>
692<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c3264eed4874">c3264eed4874</a> Add minor tweaks to
693I2C Callouts for UCD</li>
694<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8684bd3d5656">8684bd3d5656</a> Add retry loop to
695UCD deviceOps</li>
696<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b445b93fc21e">b445b93fc21e</a> Handle bad PEC from
697UCD device op</li>
698<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ac7a4f206efe">ac7a4f206efe</a> Fix UCD retry loop
699size bug</li>
700</ul>
701<p>Mike Baiocchi (7):</p>
702<ul class="simple">
703<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/d74d3932d989">d74d3932d989</a> Secureboot: Enhance
704Error Callouts For New Multinode Trustedboot Transfer</li>
705<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4eb72a8bf074">4eb72a8bf074</a> Adjust I2C Reset
706for OpenPower MPIPL</li>
707<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/656ba908c6f2">656ba908c6f2</a> Add UCD devices to
708ATTR_I2C_BUS_SPEED_ARRAY for ZZ</li>
709<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/08d6bc305592">08d6bc305592</a> Update UCD class
710member variables and functions</li>
711<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ffdc6b255981">ffdc6b255981</a> Add check to
712determine if a UCD’s I2C Master is functional</li>
713<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/72fc1da005b7">72fc1da005b7</a> Invoke UCD Update
714Algorithm on UCD Devices</li>
715<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/571956c7f546">571956c7f546</a> Create Attribute to
716force UCD Updates</li>
717</ul>
718<p>Murulidhar Nataraju (1):</p>
719<ul class="simple">
720<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6b7bbd62febe">6b7bbd62febe</a> Enable OCC Start in
721MPIPL path for OPAL based systems</li>
722</ul>
723<p>Nick Bofferding (9):</p>
724<ul class="simple">
725<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/90b00de769e0">90b00de769e0</a> Enhance RAS for
726case where boot firmware image is too big to load</li>
727<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/09a3da759682">09a3da759682</a> UCD Flash Update:
728Support I2C SMBUS operations for UCD flash update</li>
729<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/10784ce5d02b">10784ce5d02b</a> Support UCD target
730generation for ZZ MRW</li>
731<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/642a5f63c61b">642a5f63c61b</a> Support UCD
732discovery</li>
733<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5588cf81b95d">5588cf81b95d</a> Fix bug where task
734migrates away from pinned CPU unexpectedly</li>
735<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/810394f87078">810394f87078</a> UCD flash update
736invoker</li>
737<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/0d9e3f2cde91">0d9e3f2cde91</a> Verify UCD update
738success at end of store to UCD flash</li>
739<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/de2312a44b13">de2312a44b13</a> Fix deadlock in ECC
740error shutdown path</li>
741<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ca03643dd893">ca03643dd893</a> Initialize backup
742TPM in MPIPL</li>
743</ul>
744<p>Prasad Bg Ranganath (1):</p>
745<ul class="simple">
746<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4d983e4c8bdd">4d983e4c8bdd</a> PPB: Refactor
747pstate parameter block</li>
748</ul>
749<p>Prem Shanker Jha (1):</p>
750<ul class="simple">
751<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/143d03952806">143d03952806</a> Image Build: Fixed
752handling of unsecure HOMER address field.</li>
753</ul>
754<p>Raja Das (2):</p>
755<ul class="simple">
756<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/55260d579728">55260d579728</a> Security List
757Binary Dump Chip-op Support</li>
758<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b8f4e5009a34">b8f4e5009a34</a> OPAL/MPIPL:
759Processor Dump Area Table interfaces</li>
760</ul>
761<p>Ricardo Mata Jr (1):</p>
762<ul class="simple">
763<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/784fe894f9ec">784fe894f9ec</a> Updated
764proc_pcie_config to support cache inject attributes</li>
765</ul>
766<p>Roland Veloz (3):</p>
767<ul class="simple">
768<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6e84cce39773">6e84cce39773</a> Force VPD IO
769through HW (Axone) ,add plat function to get OCMB VPD</li>
770<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/038631ba24f0">038631ba24f0</a> Updated file
771ddimm_get_efd.C to be in sync with file ddimm_get_efd.xml</li>
772<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/17930bb348b5">17930bb348b5</a> Unit test and
773integration test for platGetVPD(OCMB) call</li>
774</ul>
775<p>Sharath Manjunath (1):</p>
776<ul class="simple">
777<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/bdaa5b1d2af3">bdaa5b1d2af3</a> Update exp_draminit
778to read values from attributes</li>
779</ul>
780<p>Stanley Zheng (1):</p>
781<ul class="simple">
782<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c23e99369c50">c23e99369c50</a> add address xlate
783to initfile</li>
784</ul>
785<p>Stephen Glancy (8):</p>
786<ul class="simple">
787<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/dadbba56f413">dadbba56f413</a> Adds SI setting for
7884R and dual-drop LRDIMM configs</li>
789<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c050abede299">c050abede299</a> Updates the
790explorer training response structure</li>
791<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/6fa8d0452930">6fa8d0452930</a> Updates read to
792write timers for LRDIMM</li>
793<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c96464c7d525">c96464c7d525</a> Moves set bad
794bitmap into generic</li>
795<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/2b943a5ba24f">2b943a5ba24f</a> Fixes MPR read ODT
796values</li>
797<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/b850083ce640">b850083ce640</a> Fixes LRDIMM CKE
798issue</li>
799<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8e0290d32802">8e0290d32802</a> Fixes LRDIMM rank
800configuration for dual-drop</li>
801<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/cd82f3ecbcef">cd82f3ecbcef</a> Adds DDIMM EFD
802decoder API</li>
803</ul>
804<p>Steven Janssen (1):</p>
805<ul class="simple">
806<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/85942470b223">85942470b223</a> Update function
807pointer name to correctly point to function</li>
808</ul>
809<p>Stewart Smith (1):</p>
810<ul class="simple">
811<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/4470dc33a126">4470dc33a126</a> Disable warnings
812that crop up a lot with GCC6</li>
813</ul>
814<p>Sumit Kumar (1):</p>
815<ul class="simple">
816<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/395f284926ab">395f284926ab</a> FAPI_Infra:Add new
817member to structure ErrorInfoHwCallout</li>
818</ul>
819<p>Tsung Yeung (3):</p>
820<ul class="simple">
821<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8eb0494af6a1">8eb0494af6a1</a> Enforces NVDIMM
822Pairing</li>
823<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/da2c80997909">da2c80997909</a> Suppresses
824maintenance error messages due to STR exit</li>
825<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/c2a9006d0552">c2a9006d0552</a> NVDIMM RCD restore
826fix and zqcal timing fix</li>
827</ul>
828</div>
829</div>
830<div class="section" id="package-occ">
831<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline"></a></h2>
832<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
833<div class="section" id="v2-3-patches-2">
834<span id="id3"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-2" title="Permalink to this headline"></a></h3>
835</div>
836<div class="section" id="v2-3-commits-2">
837<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-2" title="Permalink to this headline"></a></h3>
838<p>Chris Cain (2):</p>
839<ul class="simple">
840<li><a class="reference external" href="https://github.com/open-power/occ/commit/1904821d6279">1904821d6279</a> Updates to wofparser
841tool</li>
842<li><a class="reference external" href="https://github.com/open-power/occ/commit/98ccba678ad4">98ccba678ad4</a> Support for PGPE error
843handling</li>
844</ul>
845<p>William Bryan (1):</p>
846<ul class="simple">
847<li><a class="reference external" href="https://github.com/open-power/occ/commit/6e52f56bd2cc">6e52f56bd2cc</a> Fix memory bandwidth
848chom averages</li>
849</ul>
850<p>Zane Shelley (11):</p>
851<ul class="simple">
852<li><a class="reference external" href="https://github.com/open-power/occ/commit/75f2dd306f18">75f2dd306f18</a> FIRDATA: fix iteration
853bug in firData.c</li>
854<li><a class="reference external" href="https://github.com/open-power/occ/commit/d60be21fc396">d60be21fc396</a> FIRDATA: remove
855Cumulus/Centaur targets and add Axone/Explorer</li>
856<li><a class="reference external" href="https://github.com/open-power/occ/commit/d85d3c5387ec">d85d3c5387ec</a> FIRDATA: add Axone
857memory subsystem SCOM support</li>
858<li><a class="reference external" href="https://github.com/open-power/occ/commit/18fa6f29e388">18fa6f29e388</a> FIRDATA: removed HOMER
859support for Cumulus/Centaur</li>
860<li><a class="reference external" href="https://github.com/open-power/occ/commit/d2801157a080">d2801157a080</a> FIRDATA: Clean up HOMER
861parsing variables in firData.c</li>
862<li><a class="reference external" href="https://github.com/open-power/occ/commit/d4e558e09c51">d4e558e09c51</a> FIRDATA: Simplified
863adding targets to PNOR</li>
864<li><a class="reference external" href="https://github.com/open-power/occ/commit/29d1d67db71c">29d1d67db71c</a> FIRDATA: Simplified
865adding chip units to PNOR</li>
866<li><a class="reference external" href="https://github.com/open-power/occ/commit/69bac807b007">69bac807b007</a> FIRDATA: Simplified
867iterating targets from HOMER in firData.c</li>
868<li><a class="reference external" href="https://github.com/open-power/occ/commit/b673f22459ca">b673f22459ca</a> FIRDATA: Further
869simplifying iteration variables in firData.c</li>
870<li><a class="reference external" href="https://github.com/open-power/occ/commit/6220fb3d8d7a">6220fb3d8d7a</a> FIRDATA: Simplified
871adding subunit targets to PNOR in firData.c</li>
872<li><a class="reference external" href="https://github.com/open-power/occ/commit/58e422dede59">58e422dede59</a> FIRDATA: added
873Axone/Explorer support to firData.c</li>
874</ul>
875</div>
876</div>
877<div class="section" id="package-op-build">
878<h2>Package: op-build<a class="headerlink" href="#package-op-build" title="Permalink to this headline"></a></h2>
879<p><a class="reference external" href="https://github.com/open-power/op-build">Repository</a></p>
880<div class="section" id="v2-3-patches-3">
881<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-3" title="Permalink to this headline"></a></h3>
882</div>
883<div class="section" id="v2-3-commits-3">
884<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-3" title="Permalink to this headline"></a></h3>
885<p>No changes.</p>
886</div>
887</div>
888<div class="section" id="package-p9dsu-xml">
889<h2>Package: p9dsu-xml<a class="headerlink" href="#package-p9dsu-xml" title="Permalink to this headline"></a></h2>
890<p><a class="reference external" href="https://github.com/open-power/p9dsu-xml">Repository</a></p>
891<div class="section" id="v2-3-patches-4">
892<span id="id7"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-4" title="Permalink to this headline"></a></h3>
893</div>
894<div class="section" id="v2-3-commits-4">
895<span id="id8"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-4" title="Permalink to this headline"></a></h3>
896<p>No changes.</p>
897</div>
898</div>
899<div class="section" id="package-palmetto-xml">
900<h2>Package: palmetto-xml<a class="headerlink" href="#package-palmetto-xml" title="Permalink to this headline"></a></h2>
901<p><a class="reference external" href="https://github.com/open-power/palmetto-xml">Repository</a></p>
902<div class="section" id="v2-3-patches-5">
903<span id="id9"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-5" title="Permalink to this headline"></a></h3>
904</div>
905<div class="section" id="v2-3-commits-5">
906<span id="id10"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-5" title="Permalink to this headline"></a></h3>
907<p>No changes.</p>
908</div>
909</div>
910<div class="section" id="package-petitboot">
911<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline"></a></h2>
912<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
913<div class="section" id="v2-3-patches-6">
914<span id="id11"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-6" title="Permalink to this headline"></a></h3>
915</div>
916<div class="section" id="v2-3-commits-6">
917<span id="id12"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-6" title="Permalink to this headline"></a></h3>
918<p>Samuel Mendoza-Jonas (6):</p>
919<ul class="simple">
920<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/df1a234c15fb">df1a234c15fb</a> lib/system: Add
921cryptsetup utility</li>
922<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/ba8144f917f5">ba8144f917f5</a> lib/process: Add
923option to pipe to process stdin</li>
924<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/5f8fa2c151b8">5f8fa2c151b8</a> lib: Add
925AUTH_MSG_DECRYPT</li>
926<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/f583f0cf35fc">f583f0cf35fc</a> discover:
927Recognise and open LUKS encrypted partitions</li>
928<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1ad18bf128c4">1ad18bf128c4</a> ui/ncurses: Add
929prompt for LUKS device password</li>
930<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1cd261748c00">1cd261748c00</a> utils/pb-console:
931Use -m to run shell in own process group</li>
932</ul>
933</div>
934</div>
935<div class="section" id="package-pnor">
936<h2>Package: pnor<a class="headerlink" href="#package-pnor" title="Permalink to this headline"></a></h2>
937<p><a class="reference external" href="https://github.com/open-power/pnor">Repository</a></p>
938<div class="section" id="v2-3-patches-7">
939<span id="id13"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-7" title="Permalink to this headline"></a></h3>
940</div>
941<div class="section" id="v2-3-commits-7">
942<span id="id14"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-7" title="Permalink to this headline"></a></h3>
943<p>No changes.</p>
944</div>
945</div>
946<div class="section" id="package-romulus-xml">
947<h2>Package: romulus-xml<a class="headerlink" href="#package-romulus-xml" title="Permalink to this headline"></a></h2>
948<p><a class="reference external" href="https://github.com/open-power/romulus-xml">Repository</a></p>
949<div class="section" id="v2-3-patches-8">
950<span id="id15"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-8" title="Permalink to this headline"></a></h3>
951</div>
952<div class="section" id="v2-3-commits-8">
953<span id="id16"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-8" title="Permalink to this headline"></a></h3>
954<p>No changes.</p>
955</div>
956</div>
957<div class="section" id="package-sbe">
958<h2>Package: sbe<a class="headerlink" href="#package-sbe" title="Permalink to this headline"></a></h2>
959<p><a class="reference external" href="https://github.com/open-power/sbe">Repository</a></p>
960<div class="section" id="v2-3-patches-9">
961<span id="id17"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-9" title="Permalink to this headline"></a></h3>
962</div>
963<div class="section" id="v2-3-commits-9">
964<span id="id18"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-9" title="Permalink to this headline"></a></h3>
965<p>Christian Geddes (1):</p>
966<ul class="simple">
967<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0f9a51d0059e">0f9a51d0059e</a> Update i2c driver for
968OCMB chip</li>
969</ul>
970<p>Christopher M Riedl (1):</p>
971<ul class="simple">
972<li><a class="reference external" href="https://github.com/open-power/sbe/commit/a3b2377b7de1">a3b2377b7de1</a> Implement PBA
973Cache-Inhibited 8B Rd/Wr Access</li>
974</ul>
975<p>Dan Crowell (1):</p>
976<ul class="simple">
977<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c9b85ed2ed42">c9b85ed2ed42</a> Add
978ATTR_ENABLED_OBUS_BRICKS</li>
979</ul>
980<p>Jenny Huynh (6):</p>
981<ul class="simple">
982<li><a class="reference external" href="https://github.com/open-power/sbe/commit/be0d09d34335">be0d09d34335</a> HW477626 Dangerous Elk -
983Applies to CDD12+</li>
984<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e18d802d082f">e18d802d082f</a> HW477626 Dangerous Elk -
985Temporarily apply to CDD13 native only</li>
986<li><a class="reference external" href="https://github.com/open-power/sbe/commit/04c534c750c6">04c534c750c6</a> HW477626 Dangerous Elk -
987Reapply for all CDD12+ risk levels</li>
988<li><a class="reference external" href="https://github.com/open-power/sbe/commit/f3b4f8efe1f8">f3b4f8efe1f8</a> Additional core inits
989for Nimbus DD2.3 compatibility modes</li>
990<li><a class="reference external" href="https://github.com/open-power/sbe/commit/934ccd82e22f">934ccd82e22f</a> Axone core initfile
991update to match Nimbus DD23</li>
992<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4a5f8ddab286">4a5f8ddab286</a> Adjust PVR Version for
993Axone</li>
994</ul>
995<p>Joachim Fenkes (5):</p>
996<ul class="simple">
997<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b9b668e5916e">b9b668e5916e</a> FAPI2: Multicast API
9981/2: Platform-breaking changes</li>
999<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8a09d58df7aa">8a09d58df7aa</a> FAPI2: Multicast API
10002/2: Introduce the actual multicast functions</li>
1001<li><a class="reference external" href="https://github.com/open-power/sbe/commit/4529a95e14de">4529a95e14de</a> Add tools to help
1002measure and compare SBE image size</li>
1003<li><a class="reference external" href="https://github.com/open-power/sbe/commit/5786b04efe86">5786b04efe86</a> p9_sbe_tp_chiplet_init3:
1004Mask TOD error bit 62 (osclite switched)</li>
1005<li><a class="reference external" href="https://github.com/open-power/sbe/commit/e8590a9d3a19">e8590a9d3a19</a> p9_sbe_npll_setup:
1006Enable spread spectrum before starting PLL</li>
1007</ul>
1008<p>Joe McGill (1):</p>
1009<ul class="simple">
1010<li><a class="reference external" href="https://github.com/open-power/sbe/commit/81642d21704f">81642d21704f</a> whitelist update for
1011ABUS CCM</li>
1012</ul>
1013<p>Prasad Bg Ranganath (3):</p>
1014<ul class="simple">
1015<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9eba57570f29">9eba57570f29</a> PPB:New attribute
1016ATTR_PMCR_MOST_RECENT_MODE for PMCR request</li>
1017<li><a class="reference external" href="https://github.com/open-power/sbe/commit/8fd8d1401c5f">8fd8d1401c5f</a> HWP:Cache stop clocks
1018complete fix</li>
1019<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1410677b65e4">1410677b65e4</a> PM HWP: Fix bug in stop
1020clock procedure that effects mpipl</li>
1021</ul>
1022<p>Prem Shanker Jha (2):</p>
1023<ul class="simple">
1024<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b6b4eafa650c">b6b4eafa650c</a> SMF: Defined new
1025attribute containing unsecure HOMER memory’s size.</li>
1026<li><a class="reference external" href="https://github.com/open-power/sbe/commit/47f5faba3803">47f5faba3803</a> SMF: Populates unsecure
1027HOMER with SC2 instruction.</li>
1028</ul>
1029<p>Pretty Mariam Jacob (1):</p>
1030<ul class="simple">
1031<li><a class="reference external" href="https://github.com/open-power/sbe/commit/b2548e254811">b2548e254811</a> Added Alink changes in
1032attributes and initfiles</li>
1033</ul>
1034<p>Raja Das (5):</p>
1035<ul class="simple">
1036<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0420efec88bd">0420efec88bd</a> White/Black/Grey List
1037Binary dump PSU Chip-op Support</li>
1038<li><a class="reference external" href="https://github.com/open-power/sbe/commit/0321b165dad7">0321b165dad7</a> SBE scripts to update
1039pib repair data</li>
1040<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9f9f77cec3cb">9f9f77cec3cb</a> L1 loader Axone Pibmem
1041repair parse</li>
1042<li><a class="reference external" href="https://github.com/open-power/sbe/commit/c508f8e9d96e">c508f8e9d96e</a> NVDIMM Flush update</li>
1043<li><a class="reference external" href="https://github.com/open-power/sbe/commit/57905edebf34">57905edebf34</a> Axone pibmem repair
1044logic</li>
1045</ul>
1046<p>Soma BhanuTej (1):</p>
1047<ul class="simple">
1048<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1d73131d1a11">1d73131d1a11</a> Update p9a_10 engd - spy
1049name changes</li>
1050</ul>
1051<p>Srikantha Meesala (1):</p>
1052<ul class="simple">
1053<li><a class="reference external" href="https://github.com/open-power/sbe/commit/9b5f5c303ddc">9b5f5c303ddc</a> Befor flushNVDIMM
1054chip-op make sure all core Instructions are stopped</li>
1055</ul>
1056<p>Stephen Glancy (2):</p>
1057<ul class="simple">
1058<li><a class="reference external" href="https://github.com/open-power/sbe/commit/953dc3134693">953dc3134693</a> Updates MWD_COARSE to
1059run multiple patterns</li>
1060<li><a class="reference external" href="https://github.com/open-power/sbe/commit/6eb2a4c0f0d8">6eb2a4c0f0d8</a> Updates MCA write and
1061read timings</li>
1062</ul>
1063<p>Tsung Yeung (1):</p>
1064<ul class="simple">
1065<li><a class="reference external" href="https://github.com/open-power/sbe/commit/1ac3d5b9cd5f">1ac3d5b9cd5f</a> Adjust STR enter
1066sequence to enable immediate entry</li>
1067</ul>
1068<p>kswaroop (1):</p>
1069<ul class="simple">
1070<li><a class="reference external" href="https://github.com/open-power/sbe/commit/81c848765857">81c848765857</a> PIBMEM only image</li>
1071</ul>
1072</div>
1073</div>
1074<div class="section" id="package-skiboot">
1075<h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline"></a></h2>
1076<p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p>
1077<div class="section" id="v2-3-patches-10">
1078<span id="id19"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-10" title="Permalink to this headline"></a></h3>
1079</div>
1080<div class="section" id="v2-3-commits-10">
1081<span id="id20"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-10" title="Permalink to this headline"></a></h3>
1082<p>Abhishek Goel (1):</p>
1083<ul class="simple">
1084<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b821f8c2a8e3">b821f8c2a8e3</a> power-mgmt : occ :
1085Add ‘freq-domain-mask’ DT property</li>
1086</ul>
1087<p>Akshay Adiga (2):</p>
1088<ul class="simple">
1089<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40b99f58ea37">40b99f58ea37</a> SLW: Remove Idle
1090state support tor Power8 DD1</li>
1091<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c46ab3a0509c">c46ab3a0509c</a> SLW: Print verbose
1092info on errors only</li>
1093</ul>
1094<p>Alexey Kardashevskiy (9):</p>
1095<ul class="simple">
1096<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/17975a6e6457">17975a6e6457</a> cpufeatures: Always
1097advertise POWER8NVL as DD2</li>
1098<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64627c85e648">64627c85e648</a> cpufeatures: Always
1099advertise POWER8NVL as DD2</li>
1100<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fd0950488f7f">fd0950488f7f</a> opal: Deprecate
1101reading the PHB status</li>
1102<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4824d17bb53b">4824d17bb53b</a> hw/phb3/naples:
1103Disable D-states</li>
1104<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/889dba86c3c8">889dba86c3c8</a> hw/phb3/naples:
1105Disable D-states</li>
1106<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ba1d95a1d460">ba1d95a1d460</a> npu2: Add
1107XTS_BDF_MAP wildcard refcount</li>
1108<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0f17caddcd8">c0f17caddcd8</a> npu2: Allow ATSD for
1109LPAR other than 0</li>
1110<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b392d785eb49">b392d785eb49</a> witherspoon: Add
1111nvlink2 interconnect information</li>
1112<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f492a925908">0f492a925908</a> npu2: Disable
1113Probe-to-Invalid-Return-Modified-or-Owned snarfing by default</li>
1114</ul>
1115<p>Andrew Donnellan (11):</p>
1116<ul class="simple">
1117<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/682fa68e577c">682fa68e577c</a>
1118platforms/witherspoon: Make PCIe shared slot error message more informative</li>
1119<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e1c3ed8224bf">e1c3ed8224bf</a> config: Get rid of
1120DEBUG_MALLOC</li>
1121<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/647dc4aff7b6">647dc4aff7b6</a> config: Get rid of
1122FAST_REBOOT_CLEARS_MEMORY</li>
1123<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c9bc52a250a0">c9bc52a250a0</a> core/stack: Remove
1124r1 argument from ___backtrace()</li>
1125<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b971b67ac2e1">b971b67ac2e1</a> core/stack: Define a
1126backtrace metadata struct</li>
1127<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/80a49c7022b2">80a49c7022b2</a> core/stack: Store
1128PIR in ___backtrace()</li>
1129<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8dddd751ef43">8dddd751ef43</a> hw/fsp, hw/ipmi:
1130Convert attn code to not use backtrace wrappers</li>
1131<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e5a7411cd74e">e5a7411cd74e</a> core/stack: Convert
1132stack check code to not use backtrace wrapper</li>
1133<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b965b9de25d2">b965b9de25d2</a> core/stack: Rename
1134backtrace functions, get rid of wrappers</li>
1135<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/73cd109ecd8f">73cd109ecd8f</a> opal-api: Reserve 2
1136OPAL API calls for future OpenCAPI LPC use</li>
1137<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b3bc840c1d85">b3bc840c1d85</a> hw/npu2: Fix
1138OpenCAPI PE assignment</li>
1139</ul>
1140<p>Andrew Jeffery (115):</p>
1141<ul class="simple">
1142<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bd9839684d48">bd9839684d48</a> astbmc: Try IPMI
1143HIOMAP for P8</li>
1144<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/71ce936ffe38">71ce936ffe38</a> p8dtu: Enable HIOMAP
1145support</li>
1146<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9dcbd1f41d98">9dcbd1f41d98</a> p8dtu: Configure BMC
1147graphics</li>
1148<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/963629523084">963629523084</a> pflash: Don’t try
1149update RO ToC</li>
1150<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0dec1de73e1e">0dec1de73e1e</a> libflash/test:
1151Generate header dependencies for tests</li>
1152<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3852a9460abc">3852a9460abc</a> ffspart, libflash:
1153Fix stack size warnings</li>
1154<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a7e1efe864ad">a7e1efe864ad</a> pflash: Increase
1155stack frame size warning threshold</li>
1156<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5636d390b7f0">5636d390b7f0</a> gard: Fix warnings
1157from gcc 8.2.0</li>
1158<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/96409597aa39">96409597aa39</a> Makefile: Paper over
1159gard and pflash coverage issues</li>
1160<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/43ca6a2e5b12">43ca6a2e5b12</a> test-ipmi-hiomap:
1161Add ability to delay some IPMI messages</li>
1162<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f246cceda717">f246cceda717</a> test-ipmi-hiomap:
1163Dump unexpected IPMI messages</li>
1164<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5293333dd1af">5293333dd1af</a> test-ipmi-hiomap:
1165Ensure the completion code is set</li>
1166<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f46ed4f7ee79">f46ed4f7ee79</a> test-ipmi-hiomap:
1167Print some information on early scenario_exit()</li>
1168<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1b3a5dfbdf92">1b3a5dfbdf92</a>
1169libflash/ipmi-hiomap: Fix leak of msg in callback</li>
1170<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64a61885a229">64a61885a229</a>
1171libflash/ipmi-hiomap: Overhaul error handling</li>
1172<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/403d527269be">403d527269be</a>
1173libflash/ipmi-hiomap: Overhaul event handling</li>
1174<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d8bd2dd9eab">6d8bd2dd9eab</a>
1175libflash/ipmi-hiomap: Remove unused close handling</li>
1176<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4af122b23402">4af122b23402</a>
1177libflash/ipmi-hiomap: Enforce message size for empty response</li>
1178<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/41e6e8b4acf7">41e6e8b4acf7</a> test-ipmi-hiomap:
1179Add protocol-persistent-error test</li>
1180<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5b12dfe8dd0d">5b12dfe8dd0d</a> test-ipmi-hiomap:
1181Add read-one-block test</li>
1182<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d4b870c8524c">d4b870c8524c</a> test-ipmi-hiomap:
1183Add read-two-blocks test</li>
1184<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e1f20bfd7d91">e1f20bfd7d91</a> test-ipmi-hiomap:
1185Add event-before-read</li>
1186<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fd271bc570d3">fd271bc570d3</a> test-ipmi-hiomap:
1187Add event-during-read test</li>
1188<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e69b1135db38">e69b1135db38</a> test-ipmi-hiomap:
1189Add write-one-block test</li>
1190<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb0c85ae9868">eb0c85ae9868</a> test-ipmi-hiomap:
1191Add write-two-blocks test</li>
1192<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7f246ff2c999">7f246ff2c999</a> test-ipmi-hiomap:
1193Add event-before-write test</li>
1194<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9175028fc84a">9175028fc84a</a> test-ipmi-hiomap:
1195Add event-during-write test</li>
1196<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5ee7b0f70b04">5ee7b0f70b04</a> test-ipmi-hiomap:
1197Add erase-one-block test</li>
1198<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/275b3d12af39">275b3d12af39</a> test-ipmi-hiomap:
1199Add erase-two-blocks test</li>
1200<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/410b80725ad2">410b80725ad2</a> test-ipmi-hiomap:
1201Add event-before-erase test</li>
1202<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c2a4b4988ecc">c2a4b4988ecc</a> test-ipmi-hiomap:
1203Add event-during-erase</li>
1204<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/077d19d82405">077d19d82405</a> test-ipmi-hiomap:
1205Add bad-sequence test</li>
1206<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ecf6430d1ee9">ecf6430d1ee9</a> test-ipmi-hiomap:
1207Add action-error test</li>
1208<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f65c781eee16">f65c781eee16</a> test-ipmi-hiomap:
1209Add get-flash-info test</li>
1210<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bcdd3f134970">bcdd3f134970</a> test-ipmi-hiomap:
1211Add get-info-error test</li>
1212<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0bef2695055d">0bef2695055d</a> test-ipmi-hiomap:
1213Add get-flash-info-error test</li>
1214<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c4d5734fde21">c4d5734fde21</a> test-ipmi-hiomap:
1215Add create-read-window-error test</li>
1216<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/364b433adb7d">364b433adb7d</a> test-ipmi-hiomap:
1217Add create-write-window-error test</li>
1218<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a4349da67c9c">a4349da67c9c</a> test-ipmi-hiomap:
1219Add mark-dirty-error test</li>
1220<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7798ea646fb7">7798ea646fb7</a> test-ipmi-hiomap:
1221Add flush-error test</li>
1222<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff5153612f85">ff5153612f85</a> test-ipmi-hiomap:
1223Add ack-error test</li>
1224<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/12ca08b58e5b">12ca08b58e5b</a> test-ipmi-hiomap:
1225Add erase-error test</li>
1226<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4642a6c9a66b">4642a6c9a66b</a> test-ipmi-hiomap:
1227Add ack-malformed tests</li>
1228<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8745e91d48d1">8745e91d48d1</a> test-ipmi-hiomap:
1229Add get-info-malformed tests</li>
1230<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5c2ada09e76d">5c2ada09e76d</a> test-ipmi-hiomap:
1231Add get-flash-info-malformed tests</li>
1232<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bd1a08ab3e12">bd1a08ab3e12</a> test-ipmi-hiomap:
1233Add create-read-window-malformed tests</li>
1234<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ee0314d2d9d0">ee0314d2d9d0</a> test-ipmi-hiomap:
1235Add create-write-window-malformed tests</li>
1236<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c7b8293d867a">c7b8293d867a</a> test-ipmi-hiomap:
1237Add mark-dirty-malformed tests</li>
1238<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/985c7a26bcb1">985c7a26bcb1</a> test-ipmi-hiomap:
1239Add flush-malformed tests</li>
1240<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7735cc354609">7735cc354609</a> test-ipmi-hiomap:
1241Add erase-malformed tests</li>
1242<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d0c798252521">d0c798252521</a> test-ipmi-hiomap:
1243Add protocol-recovery-failure-ack test</li>
1244<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ce81b9364131">ce81b9364131</a> test-ipmi-hiomap:
1245Add protocol-recovery-failure-get-info test</li>
1246<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9398b84fad0e">9398b84fad0e</a> test-ipmi-hiomap:
1247Add protocol-recovery-get-flash-info-failure test</li>
1248<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b94bb54f6569">b94bb54f6569</a> test-ipmi-hiomap:
1249Add read-one-block-twice test</li>
1250<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ed35a7d04bde">ed35a7d04bde</a> test-ipmi-hiomap:
1251Add write-one-block-twice test</li>
1252<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a3777e58990f">a3777e58990f</a> test-ipmi-hiomap:
1253Add erase-one-block-twice test</li>
1254<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6a4db4c249a1">6a4db4c249a1</a> ast-io: Rework
1255ast_sio_is_enabled() test sequence</li>
1256<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c826e1ca9e5b">c826e1ca9e5b</a> astbmc: Try IPMI
1257HIOMAP for P8 (again)</li>
1258<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b9d7c9da583a">b9d7c9da583a</a> astbmc: Enable IPMI
1259HIOMAP for AMI platforms</li>
1260<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d07d064db05">5d07d064db05</a> libflash/test:
1261Generate header dependencies for tests</li>
1262<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e3a3ba16a44a">e3a3ba16a44a</a> test-ipmi-hiomap:
1263Add ability to delay some IPMI messages</li>
1264<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3056fcd0a7c4">3056fcd0a7c4</a> test-ipmi-hiomap:
1265Dump unexpected IPMI messages</li>
1266<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7cb5eca8d6ca">7cb5eca8d6ca</a> test-ipmi-hiomap:
1267Ensure the completion code is set</li>
1268<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/272443f7687b">272443f7687b</a> test-ipmi-hiomap:
1269Print some information on early scenario_exit()</li>
1270<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7bb5ead55bdf">7bb5ead55bdf</a>
1271libflash/ipmi-hiomap: Fix leak of msg in callback</li>
1272<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e29cf8d00fb">2e29cf8d00fb</a>
1273libflash/ipmi-hiomap: Overhaul error handling</li>
1274<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5c4b51a0408f">5c4b51a0408f</a>
1275libflash/ipmi-hiomap: Overhaul event handling</li>
1276<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/041d61e2be1d">041d61e2be1d</a>
1277libflash/ipmi-hiomap: Remove unused close handling</li>
1278<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b64b3544d90b">b64b3544d90b</a>
1279libflash/ipmi-hiomap: Enforce message size for empty response</li>
1280<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cca1c08ece5e">cca1c08ece5e</a> test-ipmi-hiomap:
1281Add protocol-persistent-error test</li>
1282<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a215e3e547a0">a215e3e547a0</a> test-ipmi-hiomap:
1283Add read-one-block test</li>
1284<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/96ca4e26deb6">96ca4e26deb6</a> test-ipmi-hiomap:
1285Add read-two-blocks test</li>
1286<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ea318dbe989f">ea318dbe989f</a> test-ipmi-hiomap:
1287Add event-before-read</li>
1288<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4e76c8d2f6c">e4e76c8d2f6c</a> test-ipmi-hiomap:
1289Add event-during-read test</li>
1290<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e3497461c93b">e3497461c93b</a> test-ipmi-hiomap:
1291Add write-one-block test</li>
1292<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bf722c0ac561">bf722c0ac561</a> test-ipmi-hiomap:
1293Add write-two-blocks test</li>
1294<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4cc5d420eeb4">4cc5d420eeb4</a> test-ipmi-hiomap:
1295Add event-before-write test</li>
1296<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/55b284e63e7d">55b284e63e7d</a> test-ipmi-hiomap:
1297Add event-during-write test</li>
1298<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/da61b9e8dc1f">da61b9e8dc1f</a> test-ipmi-hiomap:
1299Add erase-one-block test</li>
1300<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a6f3245eda74">a6f3245eda74</a> test-ipmi-hiomap:
1301Add erase-two-blocks test</li>
1302<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6432db36f0b1">6432db36f0b1</a> test-ipmi-hiomap:
1303Add event-before-erase test</li>
1304<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7d666e226bd9">7d666e226bd9</a> test-ipmi-hiomap:
1305Add event-during-erase</li>
1306<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d69b6567669b">d69b6567669b</a> test-ipmi-hiomap:
1307Add bad-sequence test</li>
1308<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f9facdacef9">4f9facdacef9</a> test-ipmi-hiomap:
1309Add action-error test</li>
1310<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b20312eb6ee5">b20312eb6ee5</a> test-ipmi-hiomap:
1311Add get-flash-info test</li>
1312<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/852d38850654">852d38850654</a> test-ipmi-hiomap:
1313Add get-info-error test</li>
1314<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/21bed4d078d9">21bed4d078d9</a> test-ipmi-hiomap:
1315Add get-flash-info-error test</li>
1316<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/05e1dabcb97d">05e1dabcb97d</a> test-ipmi-hiomap:
1317Add create-read-window-error test</li>
1318<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1c97112ba0b9">1c97112ba0b9</a> test-ipmi-hiomap:
1319Add create-write-window-error test</li>
1320<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14959a69eeac">14959a69eeac</a> test-ipmi-hiomap:
1321Add mark-dirty-error test</li>
1322<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4de5c234518b">4de5c234518b</a> test-ipmi-hiomap:
1323Add flush-error test</li>
1324<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c38fccd32df0">c38fccd32df0</a> test-ipmi-hiomap:
1325Add ack-error test</li>
1326<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5e1559af3394">5e1559af3394</a> test-ipmi-hiomap:
1327Add erase-error test</li>
1328<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/66b4b2e49d46">66b4b2e49d46</a> test-ipmi-hiomap:
1329Add ack-malformed tests</li>
1330<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/90ae8a0767ce">90ae8a0767ce</a> test-ipmi-hiomap:
1331Add get-info-malformed tests</li>
1332<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ae038042951">7ae038042951</a> test-ipmi-hiomap:
1333Add get-flash-info-malformed tests</li>
1334<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dba42852b0de">dba42852b0de</a> test-ipmi-hiomap:
1335Add create-read-window-malformed tests</li>
1336<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/564d5e4ba7e4">564d5e4ba7e4</a> test-ipmi-hiomap:
1337Add create-write-window-malformed tests</li>
1338<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b812fa3d16ce">b812fa3d16ce</a> test-ipmi-hiomap:
1339Add mark-dirty-malformed tests</li>
1340<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ebf921c1a0a">0ebf921c1a0a</a> test-ipmi-hiomap:
1341Add flush-malformed tests</li>
1342<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4769cb645e20">4769cb645e20</a> test-ipmi-hiomap:
1343Add erase-malformed tests</li>
1344<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/35a6cbe24717">35a6cbe24717</a> test-ipmi-hiomap:
1345Add protocol-recovery-failure-ack test</li>
1346<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ffe09809c035">ffe09809c035</a> test-ipmi-hiomap:
1347Add protocol-recovery-failure-get-info test</li>
1348<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0e8e03ee34ba">0e8e03ee34ba</a> test-ipmi-hiomap:
1349Add protocol-recovery-get-flash-info-failure test</li>
1350<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75622fe738cd">75622fe738cd</a> test-ipmi-hiomap:
1351Add read-one-block-twice test</li>
1352<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a8a5c352762">1a8a5c352762</a> test-ipmi-hiomap:
1353Add write-one-block-twice test</li>
1354<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d8b0043aa9d">2d8b0043aa9d</a> test-ipmi-hiomap:
1355Add erase-one-block-twice test</li>
1356<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/381a7e6553d7">381a7e6553d7</a> ast-io: Rework
1357ast_sio_is_enabled() test sequence</li>
1358<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6e7145a55afc">6e7145a55afc</a> astbmc: Try IPMI
1359HIOMAP for P8 (again)</li>
1360<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/52be9b85e455">52be9b85e455</a> zaius: Add BMC
1361description</li>
1362<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ff0e16df304">4ff0e16df304</a> p8dtu: Enable HIOMAP
1363support</li>
1364<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/137b11c77feb">137b11c77feb</a> p8dtu: Configure BMC
1365graphics</li>
1366<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b7594b26929e">b7594b26929e</a> astbmc: Enable IPMI
1367HIOMAP for AMI platforms</li>
1368<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cccf5d79de07">cccf5d79de07</a> core/flash: Retry
1369requests as necessary in flash_load_resource()</li>
1370<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6225d1192493">6225d1192493</a> astbmc: Handle
1371failure to initialise raw flash</li>
1372</ul>
1373<p>Anju T Sudhakar (7):</p>
1374<ul class="simple">
1375<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6d9a87cec05a">6d9a87cec05a</a> doc/imc: Edit
1376imc.rst documentation to include</li>
1377<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/09e912109070">09e912109070</a> doc/device-tree:
1378Edit device tree documentation for imc to include trace-node information.</li>
1379<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f3a0fb699040">f3a0fb699040</a> doc/opal-api: Edit
1380documentation for IMC opal call to include trace-imc</li>
1381<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5506d8a45882">5506d8a45882</a> include/imc: Trace
1382IMC Macro definitions</li>
1383<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa8f3f3fcead">fa8f3f3fcead</a> hw/imc: Refactor
1384opal init call for core-imc</li>
1385<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/df2a1e579aaa">df2a1e579aaa</a> hw/imc: Enable opal
1386calls to init/start/stop IMC Trace mode</li>
1387<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/027d87475eff">027d87475eff</a> external/mambo:
1388Mambo hack to add trace-imc nodes in the device-tree</li>
1389</ul>
1390<p>Artem Senichev (1):</p>
1391<ul class="simple">
1392<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eb83850ee1de">eb83850ee1de</a> platforms/vesnin:
1393Disable PCIe port bifurcation</li>
1394</ul>
1395<p>Cédric Le Goater (1):</p>
1396<ul class="simple">
1397<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bbcbbd3e071f">bbcbbd3e071f</a> xive: Add calls to
1398save/restore the queues and VPs HW state</li>
1399</ul>
1400<p>Deb McLemore (6):</p>
1401<ul class="simple">
1402<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/31231ed300f2">31231ed300f2</a> p9dsu: Fix p9dsu
1403default variant</li>
1404<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87517c8737b9">87517c8737b9</a> p9dsu: Fix p9dsu
1405slot tables</li>
1406<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/83f06eec281d">83f06eec281d</a> p9dsu: Fix p9dsu
1407default variant</li>
1408<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c8941393f452">c8941393f452</a> p9dsu: Fix p9dsu
1409slot tables</li>
1410<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/64a16ae05bb2">64a16ae05bb2</a> p9dsu: Fix slot
1411labels for p9dsu2u</li>
1412<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c470806a2e5e">c470806a2e5e</a> p9dsu: Undo slot
1413label name changes</li>
1414</ul>
1415<p>Frederic Barrat (17):</p>
1416<ul class="simple">
1417<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/536c8fbf932d">536c8fbf932d</a> npu2-opencapi:
1418Rework ODL register access</li>
1419<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e621b7b67951">e621b7b67951</a> npu2-opencapi: Setup
1420perf counters to detect CRC errors</li>
1421<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f3cdff99656">9f3cdff99656</a> npu2-opencapi:
1422Rename functions used to reset an adapter</li>
1423<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ce9dd46d36d0">ce9dd46d36d0</a> npu2-opencapi: Keep
1424ODL and adapter in reset at the same time</li>
1425<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4efac7d8c90">e4efac7d8c90</a> npu2-opencapi: ODL
1426should be in reset when enabled</li>
1427<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d75436f0d3d0">d75436f0d3d0</a> npu2-opencapi:
1428Extend delay after releasing reset on adapter</li>
1429<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/998911498597">998911498597</a> npu2-opencapi: Fix
1430adapter reset when using 2 adapters</li>
1431<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8cf6758e1889">8cf6758e1889</a> npu2-hw-procedures:
1432Don’t set iovalid for opencapi devices</li>
1433<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11c5faa66aa0">11c5faa66aa0</a> npu2-hw-procedures:
1434Fix zcal in mixed opencapi and nvlink mode</li>
1435<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14a78d5c2e85">14a78d5c2e85</a> npu2/hw-procedures:
1436Fix parallel zcal for opencapi</li>
1437<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d3af5072cb55">d3af5072cb55</a> hw/npu2: Move npu2
1438irq setup code to common area</li>
1439<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa97373f3274">fa97373f3274</a> hw/npu2: Use NVLink
1440irq setup for OpenCAPI</li>
1441<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f8dfd699f584">f8dfd699f584</a> hw/npu2: Setup an
1442error interrupt on some opencapi FIRs</li>
1443<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7320a21e7261">7320a21e7261</a> hw/npu2: Report
1444errors to the OS if an OpenCAPI brick is fenced</li>
1445<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d1f3e4faf9d9">d1f3e4faf9d9</a> hw/npu2: Dump (more)
1446npu2 registers on link error and HMIs</li>
1447<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/87528900ad41">87528900ad41</a> opal/hmi: Never
1448trust a cow!</li>
1449<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c3e38ba93c5f">c3e38ba93c5f</a> hw/npu2: Show name
1450of opencapi error interrupts</li>
1451</ul>
1452<p>Jeff Scheel (1):</p>
1453<ul class="simple">
1454<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/abd17b24a5ae">abd17b24a5ae</a> doc: Adjusting tags
1455in release notes to eliminate global conflict for singlehtml builds</li>
1456</ul>
1457<p>Joel Stanley (3):</p>
1458<ul class="simple">
1459<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/23470f10d0b1">23470f10d0b1</a> Revert “astbmc: Try
1460IPMI HIOMAP for P8”</li>
1461<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cd2b103f2488">cd2b103f2488</a> Makefile: Check
1462-Wno-stringop-truncation is supported</li>
1463<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a7855bdd6593">a7855bdd6593</a> Makefile: Build with
1464symbols</li>
1465</ul>
1466<p>Jordan Niethe (1):</p>
1467<ul class="simple">
1468<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9fde370b03c0">9fde370b03c0</a> chiptod: Remove
1469unused prototype from header</li>
1470</ul>
1471<p>Mahesh Salgaonkar (5):</p>
1472<ul class="simple">
1473<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/017da88b2d05">017da88b2d05</a> opal/hmi: Fix double
1474unlock of hmi lock in failure path.</li>
1475<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ca349b836d02">ca349b836d02</a> opal/hmi: Don’t
1476retry TOD recovery if it is already in failed state.</li>
1477<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/497734984231">497734984231</a> opal/hmi: set a flag
1478to inform OS that TOD/TB has failed.</li>
1479<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2c71d7032484">2c71d7032484</a> Fix hang in
1480pnv_platform_error_reboot path due to TOD failure.</li>
1481<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5f339b4b5d80">5f339b4b5d80</a> opal/hmi: Initialize
1482the hmi event with old value of TFMR.</li>
1483</ul>
1484<p>Michael Neuling (1):</p>
1485<ul class="simple">
1486<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/740904858586">740904858586</a> xive: Make no_sync
1487parameter affermative in __xive_set_irq_config()</li>
1488</ul>
1489<p>Michal Suchanek (1):</p>
1490<ul class="simple">
1491<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bef1ddc40813">bef1ddc40813</a> libffs: Fix string
1492truncation gcc warning.</li>
1493</ul>
1494<p>Nicholas Piggin (28):</p>
1495<ul class="simple">
1496<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3500a606c6db">3500a606c6db</a> phb4: remove POWER9N
1497DD1 creset workaround</li>
1498<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3b4ae3a2e2a5">3b4ae3a2e2a5</a> xive: remove POWER9N
1499DD1 NVT table size workaround</li>
1500<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0b0d15e3c170">0b0d15e3c170</a> Remove POWER9N DD1
1501support</li>
1502<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d27180b55d77">d27180b55d77</a> core/cpu: HID update
1503race</li>
1504<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/57610a3681bc">57610a3681bc</a> external/mambo:
1505allow CPU targeting for most debug utils</li>
1506<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0d44d7f7d29d">0d44d7f7d29d</a> core/init: rename
1507setup_reset_vector</li>
1508<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9e075d75274c">9e075d75274c</a> core/cpu: do not
1509inline cpu_relax</li>
1510<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9c58bbd720b7">9c58bbd720b7</a> core/exceptions:
1511save current MSR in exception frame</li>
1512<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e1d44e8c117f">e1d44e8c117f</a> asm/head: use HSRR
1513exception registers in FIXUP_ENDIAN</li>
1514<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/02aea4c8760a">02aea4c8760a</a> core/init: rearrange
1515final boot steps</li>
1516<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d25287a167fd">d25287a167fd</a> core/fast-reboot:
1517improve NMI handling during fast reset</li>
1518<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ebb814a80369">ebb814a80369</a> core/init: enable
1519machine check on secondaries</li>
1520<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75669cb37067">75669cb37067</a> asm/head: provide
1521asm support for interrupts to be returned from</li>
1522<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/37baa9731d0d">37baa9731d0d</a> core/fast-reboot:
1523fast reboot specific sreset patch</li>
1524<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4ebb78cffda8">4ebb78cffda8</a> asm/head: sreset
1525handler remove FIXUP_ENDIAN</li>
1526<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8a43bf86b7d4">8a43bf86b7d4</a> core/exceptions:
1527implement an exception handler for non-powersave sresets</li>
1528<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/22524e901744">22524e901744</a> core/exceptions:
1529allow recoverable sreset exceptions</li>
1530<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5d86cebd5368">5d86cebd5368</a> core/exceptions:
1531implement support for MCE interrupts in powersave</li>
1532<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c51c7a5df601">c51c7a5df601</a> core/cpu: HID update
1533race</li>
1534<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/450b429feb43">450b429feb43</a> asm/head: move
1535unnecessary code out of head</li>
1536<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/36dca1e915da">36dca1e915da</a> build:
1537-fno-asynchronous-unwind-tables</li>
1538<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6b08928fb487">6b08928fb487</a> build/lds: place
1539debug sections according to defaults</li>
1540<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/065877fc59de">065877fc59de</a> build/lds: place
1541remaining sections according to defaults</li>
1542<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7f22e25c2b97">7f22e25c2b97</a> build: link with
1543–orphan-handling=warn</li>
1544<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/53ef0db6e2ef">53ef0db6e2ef</a> asm/head.S: set
1545POWER9 radix HID bit at entry</li>
1546<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f244f3e1b679">f244f3e1b679</a> external/mambo: also
1547invoke readline for the non-autorun case</li>
1548<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/32a23ae6b0d3">32a23ae6b0d3</a> asm/head: balance
1549branches to avoid link stack predictor mispredicts</li>
1550<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2c8f96534a97">2c8f96534a97</a> hw/xscom: add
1551missing P9P chip name</li>
1552</ul>
1553<p>Oliver O’Halloran (35):</p>
1554<ul class="simple">
1555<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/08981e62e1d9">08981e62e1d9</a> phb4: Rework BDFN
1556filtering in phb4_set_pe()</li>
1557<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2f5d15f167b0">2f5d15f167b0</a> phb4: Remove
1558pointless NULL checks</li>
1559<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e19f14e3134b">e19f14e3134b</a> phb4: Eliminate
1560p-&gt;rte_cache</li>
1561<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a3a64a4b8737">a3a64a4b8737</a> phb4: Eliminate
1562peltv_cache</li>
1563<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/639f67285c2c">639f67285c2c</a> phb4: Update some
1564comments</li>
1565<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3eadafbd35ae">3eadafbd35ae</a> hdata/test: Fix up
1566linux,sml-base property</li>
1567<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fa3dee2a63e6">fa3dee2a63e6</a> hdata/test: Add
1568OP920 HDAT test data</li>
1569<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f35a3c376a44">f35a3c376a44</a> hdata/memory: Remove
1570find_shared()</li>
1571<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4822a7ba9d33">4822a7ba9d33</a> hdata/memory: Add
1572NVDIMM support</li>
1573<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9b67792c3801">9b67792c3801</a> hw/phb4: Fix
1574indentation of brdgCtl</li>
1575<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/43f11d51e601">43f11d51e601</a> platforms/zz:
1576Re-enable LXVPD slot information parsing</li>
1577<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1941d3f26373">1941d3f26373</a> platforms/romulus:
1578Also support talos</li>
1579<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1c3baae4f2b3">1c3baae4f2b3</a> hdata/iohub: Look
1580for IOVPD on P9</li>
1581<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0ec1e37004da">0ec1e37004da</a> hw/phb4: Look for
1582the hub-id from in the PBCQ node</li>
1583<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14372fc9fb60">14372fc9fb60</a> core/pci: Increase
1584the max slot string size</li>
1585<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/99937b943845">99937b943845</a> core/pcie-slot: Set
1586power state from the PWRCTL flag</li>
1587<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/efc568c1e30b">efc568c1e30b</a> fsp/lxvpd: Print
1588more LXVPD slot information</li>
1589<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0c86fef7e502">0c86fef7e502</a> firenze-pci: Always
1590init slot info from LXVPD</li>
1591<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1ef5a64b85d5">1ef5a64b85d5</a> core/pcie-slot:
1592Better explain suprise_check</li>
1593<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/84aa25921a09">84aa25921a09</a> core/pcie-slot:
1594Don’t bail early in the power on case</li>
1595<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/70edcbb4b39d">70edcbb4b39d</a> hw/phb4: Skip FRESET
1596PERST when coming from CRESET</li>
1597<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e89d3f32d216">e89d3f32d216</a> hw/phb4: Remove
1598FRESET presence check</li>
1599<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b8b4c79d4419">b8b4c79d4419</a> hw/phb4: Factor out
1600PERST control</li>
1601<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/722cf1c2ed56">722cf1c2ed56</a> hw/phb4: Drop
1602FRESET_DEASSERT_DELAY state</li>
1603<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a31085d7d432">a31085d7d432</a> core/i2c: Add
1604request state tracking</li>
1605<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d290b244efbc">d290b244efbc</a> core/i2c: Poll on
1606request state in i2c_request_send()</li>
1607<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/319e7d935f13">319e7d935f13</a> core/i2c: split
1608i2c_request_send()</li>
1609<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/517f088a8e39">517f088a8e39</a> platforms/firenze:
1610Rework I2C controller fixups</li>
1611<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff960a77a192">ff960a77a192</a> core/pci: Prefer
1612ibm, slot-label when finding loc codes</li>
1613<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af5a3ee925d1">af5a3ee925d1</a> hw/xscom: Enable sw
1614xstop by default on p9</li>
1615<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b507209d2266">b507209d2266</a> hw/phb4: Squash the
1616IO bridge window</li>
1617<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e2157121aa1">2e2157121aa1</a> hw/phb4: Read
1618ibm,loc-code from PBCQ node</li>
1619<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b50406ba4878">b50406ba4878</a> core/pci: Use PHB
1620io-base-location by default for PHB slots</li>
1621<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/98a1ae107396">98a1ae107396</a> hw/phb4: Fix
1622references to PHB3</li>
1623<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/290fbf30ddc2">290fbf30ddc2</a> pci/iov: Remove
1624skiboot VF tracking</li>
1625</ul>
1626<p>Reza Arbab (19):</p>
1627<ul class="simple">
1628<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/aa56d9a2abdb">aa56d9a2abdb</a> Remove duplicate
1629npu2-common.o from $(HW_OBJS)</li>
1630<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/552cb9e371d8">552cb9e371d8</a> npu2: Remove dead
1631code from npu2_cfg_write_bar()</li>
1632<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/69ca8a8ff7a9">69ca8a8ff7a9</a> npu2: Remove unused
1633npu2::bdf2pe_cache</li>
1634<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2d12672a812f">2d12672a812f</a> npu2: Remove unused
1635npu2::lxive_cache</li>
1636<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/237882bfc84f">237882bfc84f</a> npu2: Remove unused
1637npu2_dev::procedure_data</li>
1638<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b496cab97086">b496cab97086</a> npu2: Remove unused
1639npu2_dev_nvlink::vendor_cap</li>
1640<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cd5ddbe3b40c">cd5ddbe3b40c</a> npu2: Fix missing
1641iteration in tce kill loop</li>
1642<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3f79ab6cdb4d">3f79ab6cdb4d</a> npu2: Remove
1643redundant assignment to p-&gt;phb_nvlink.scan_map</li>
1644<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/38cf215cb505">38cf215cb505</a> npu2: Replace open
1645coded dt_find_by_name_addr()</li>
1646<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9ef153f6f013">9ef153f6f013</a> core/lock: Stop
1647drop_my_locks() from always causing abort</li>
1648<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d3803711f8a9">d3803711f8a9</a> Add PVR_TYPE_P9P</li>
1649<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1ab11ac8b4b9">1ab11ac8b4b9</a> core/lock: Stop
1650drop_my_locks() from always causing abort</li>
1651<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/855465aa7804">855465aa7804</a> devicetree: Fix
1652syntax error in power9-phb4.dts</li>
1653<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/85c4c823ab11">85c4c823ab11</a> devicetree: Fix typo
1654in power9-phb4.dts</li>
1655<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/eecd9083f1bd">eecd9083f1bd</a> devicetree: Add nx
1656node to power9-phb4.dts</li>
1657<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/13926b45897b">13926b45897b</a> devicetree: Move
1658power9-phb4.dts</li>
1659<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/50d1a089deef">50d1a089deef</a> devicetree: Add
1660p9-simics.dts</li>
1661<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9f9dd8d71de9">9f9dd8d71de9</a> devicetree: Add
1662Makefile to build dtb binaries</li>
1663<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/46050485f5ef">46050485f5ef</a> README: Reflect
1664openpower_mambo_defconfig name change</li>
1665</ul>
1666<p>Russell Currey (2):</p>
1667<ul class="simple">
1668<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8d8a9ca30453">8d8a9ca30453</a> external/mambo:
1669Populate kernel-base-address in the DT</li>
1670<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/edf7e841ff9d">edf7e841ff9d</a> external/mambo:
1671Error out if kernel is too large</li>
1672</ul>
1673<p>Samuel Mendoza-Jonas (3):</p>
1674<ul class="simple">
1675<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9834b0874af4">9834b0874af4</a> include/ipmi: Fix
1676incorrect chassis commands</li>
1677<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/757dfba75e03">757dfba75e03</a> platforms/astbmc:
1678Check for SBE validation step</li>
1679<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6ef47971a87d">6ef47971a87d</a> doc/bmc: Document
1680SBE validation on P8 platforms</li>
1681</ul>
1682<p>Santosh Sivaraj (2):</p>
1683<ul class="simple">
1684<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3ac2db0a83e7">3ac2db0a83e7</a> flash: Add support
1685for async decompression</li>
1686<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c86fb12c07a6">c86fb12c07a6</a> imc/catalog:
1687Decompress catalog asynchronously</li>
1688</ul>
1689<p>Shilpasri G Bhat (4):</p>
1690<ul class="simple">
1691<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a96739c6c1cd">a96739c6c1cd</a> powercap: occ: Fix
1692the powercapping range allowed for user</li>
1693<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0fe8ecd59fc0">0fe8ecd59fc0</a> powercap: occ: Fix
1694the powercapping range allowed for user</li>
1695<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/27e4943eade2">27e4943eade2</a> fast-reboot: occ:
1696Remove ‘freq-domain-mask’ from fast-reboot path</li>
1697<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/961b7128ebd8">961b7128ebd8</a> fast-reboot: occ:
1698Call occ_pstates_init() on fast-reset on all machines</li>
1699</ul>
1700<p>Stewart Smith (51):</p>
1701<ul class="simple">
1702<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44aa41061a9f">44aa41061a9f</a> qemu: bt device
1703isn’t always hanging off /</li>
1704<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/59a21fc87f54">59a21fc87f54</a> sparse: Make tree
1705‘constant is so big’ warning clean</li>
1706<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/625f9ac034f1">625f9ac034f1</a> zz: platform_ocapi
1707can be static</li>
1708<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ec65b9ab4c4c">ec65b9ab4c4c</a> zaius: zaius_ocapi
1709can be static</li>
1710<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c2c426ef668b">c2c426ef668b</a> doc: clarify
1711OPAL_RTC_READ return values</li>
1712<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3170270be92a">3170270be92a</a> firmware-versions:
1713Add test case for parsing VERSION</li>
1714<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6bb72e8f7b9d">6bb72e8f7b9d</a> firmware-versions:
1715Add test case for parsing VERSION</li>
1716<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/816a1d7bb2ef">816a1d7bb2ef</a> pflash: Support
1717encoding/decoding ECC’d partitions</li>
1718<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0647f2a2c4eb">0647f2a2c4eb</a> skiboot v6.2.1
1719release notes</li>
1720<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/75382eb708c0">75382eb708c0</a> skiboot v6.2.1
1721release notes</li>
1722<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7ac85e4517cc">7ac85e4517cc</a> skiboot v6.0.17
1723release notes</li>
1724<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/40b377a01ef5">40b377a01ef5</a> hw/test: generalise
1725makefile</li>
1726<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/81847dd347ef">81847dd347ef</a> doc: fix definition
1727lists in opal-imc-counters</li>
1728<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f3ad5bb09249">f3ad5bb09249</a> sparse: symbol
1729‘sbe_timer_lock’ was not declared. Should it be static?</li>
1730<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/96c0ec2ab78b">96c0ec2ab78b</a> sparse: symbol
1731‘xive_buddy_lock/xive_vp_buddy’ was not declared. Should it be static?</li>
1732<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/f9b79a611501">f9b79a611501</a> sparse: symbol
1733’NPU2_PHY_*’ was not declared. Should it be static?</li>
1734<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/655e0bc6865c">655e0bc6865c</a> sparse: symbol
1735’procedure_*’ was not declared. Should it be static?</li>
1736<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/039d184dda21">039d184dda21</a> sparse: symbols in
1737imc.c weren’t declared, Should they be static?</li>
1738<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3b8b7e8c4e78">3b8b7e8c4e78</a> sparse: symbol
1739<em>bar</em>’ was not declared. Should it be static?</li>
1740<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0eea56b06b4f">0eea56b06b4f</a> Don’t use variable
1741length arrays in exception code</li>
1742<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ee01ef4ed82a">ee01ef4ed82a</a> i2c: Fix sparse
1743warnings for type assignment</li>
1744<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/428cb852e3a0">428cb852e3a0</a> qemu: bt device
1745isn’t always hanging off /</li>
1746<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3ef409d43de9">3ef409d43de9</a> doc:
1747s/stb_init()/secureboot_init()/ to match reality</li>
1748<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2b96407921a6">2b96407921a6</a> opal-ci: Drop
1749CentOS6 support</li>
1750<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6c36257bf32f">6c36257bf32f</a> opal-ci: Drop
1751unneded reference to ubuntu 12.04</li>
1752<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e4a06f098c4f">e4a06f098c4f</a> opal-ci: drop fedora
175328</li>
1754<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7cd8402c3bec">7cd8402c3bec</a> Drop old Coverity
1755jobs (we build via separate .travis.yml in a branch)</li>
1756<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/043e85bf7477">043e85bf7477</a>
1757hw/ipmi/test/run-fru: Fix string truncation warning, enhance test</li>
1758<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fedb949b7179">fedb949b7179</a> Fix broken
1759opal-ci/build-fedora-rawhide.sh symlink</li>
1760<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0faa9232168">c0faa9232168</a> hdata: Add
1761protection against corrupt ntuples structure</li>
1762<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/a2c13f1d6119">a2c13f1d6119</a> hdata_to_dt: fail
1763“gracefully” on fatal op_display()</li>
1764<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/bee7be6ab780">bee7be6ab780</a> hdata: Prevent NULL
1765dereference on duplicate slot map info</li>
1766<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d0e56d97d4cd">d0e56d97d4cd</a> ci: Remove
1767debian-jessie boot test.</li>
1768<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cb87cf17279b">cb87cf17279b</a> ci: qemu boot tests
1769should use built skiboot</li>
1770<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/133cc8cea258">133cc8cea258</a> ci/fedora29:
1771–allowerasing to work around conflicting packages</li>
1772<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/11374f20e8f1">11374f20e8f1</a> Bump allowed stack
1773frame size for unit tests/host programs</li>
1774<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3e0eef2e9a92">3e0eef2e9a92</a> Force noinline for
1775pci_add_(one)_device_node(s)()</li>
1776<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/050d8165ab05">050d8165ab05</a> skiboot v6.3-rc1
1777release notes</li>
1778<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/24268c766206">24268c766206</a> cpufeatures: Add
1779tm-suspend-hypervisor-assist and tm-suspend-xer-so-bug node</li>
1780<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ff79070d1c4c">ff79070d1c4c</a> skiboot v6.3-rc2
1781release notes</li>
1782<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/208ca81ffd47">208ca81ffd47</a> opal-ci: Centos7
1783with latest crosstool toolchain (gcc 8.1.0)</li>
1784<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d318cdb3863f">d318cdb3863f</a> hw/xscom: P9P rather
1785than P9</li>
1786<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cb2e148df960">cb2e148df960</a> doc: Add (most)
1787nvram debugging options</li>
1788<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44afdc1afb1f">44afdc1afb1f</a> core/init: LPC isn’t
1789just P8 (fix comment)</li>
1790<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b877a4e8b9ea">b877a4e8b9ea</a> Write boot progress
1791to LPC port 80h</li>
1792<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0634dd410dae">0634dd410dae</a> Write boot progress
1793to LPC ports 81 and 82</li>
1794<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/588c39adb1ec">588c39adb1ec</a> skiboot v6.3-rc3
1795release notes</li>
1796<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/119108908e9b">119108908e9b</a> pci: Try harder to
1797add meaningful ibm,loc-code</li>
1798<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/14f709b8eeda">14f709b8eeda</a> Disable fast-reset
1799for POWER8</li>
1800<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/54811997b6d0">54811997b6d0</a> skiboot v6.3 release
1801notes</li>
1802<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2cc067ede570">2cc067ede570</a> ipmi: ensure forward
1803progress on ipmi_queue_msg_sync()</li>
1804</ul>
1805<p>Timothy Pearson (5):</p>
1806<ul class="simple">
1807<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8b26e29acbc8">8b26e29acbc8</a> Retry link training
1808at PCIe GEN1 if presence detected but training repeatedly failed</li>
1809<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/23903ca69351">23903ca69351</a> Copy and convert
1810Romulus descriptors to Talos</li>
1811<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c51914b87b48">c51914b87b48</a> Remove Talos DT
1812match from Romulus file</li>
1813<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/27fcf2fa8350">27fcf2fa8350</a> Expose PNOR Flash
1814partitions to host MTD driver via devicetree</li>
1815<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/0f42d72abdf7">0f42d72abdf7</a> Mark all partitions
1816except full PNOR and boot kernel firmware read only</li>
1817</ul>
1818<p>Vaibhav Jain (8):</p>
1819<ul class="simple">
1820<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/658c39dda366">658c39dda366</a> opal: Update
1821opal_del_host_sync_notifier() to accept ’void *data’</li>
1822<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9d2d0115eaca">9d2d0115eaca</a> core/pci: Introduce
1823a new pci_slot_op named completed_sm_run()</li>
1824<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/763f397d5be7">763f397d5be7</a> capp/phb: Introduce
1825‘struct capp’ to hold capp related info in ‘struct phb’</li>
1826<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/1a87f8f97175">1a87f8f97175</a> phb4/capp: Update
1827and re-factor phb4_set_capi_mode()</li>
1828<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/78ccc722c2fd">78ccc722c2fd</a> capp/phb4: Force
1829CAPP to PCIe mode during kernel shutdown</li>
1830<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/52fa634e2152">52fa634e2152</a> capp/phb4: Introduce
1831PHB4 flag, PHB4_CAPP_DISABLE to disable CAPP</li>
1832<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/3dc87605be7a">3dc87605be7a</a> phb4/capp: Implement
1833sequence to disable CAPP and enable fast-reset</li>
1834<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d572d3a72fa2">d572d3a72fa2</a> capp/phb4: Prevent
1835HMI from getting triggered when disabling CAPP</li>
1836</ul>
1837<p>Vasant Hegde (38):</p>
1838<ul class="simple">
1839<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/06ef9bd2d9a6">06ef9bd2d9a6</a> skiboot v6.0.15
1840release notes</li>
1841<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7516e3827e50">7516e3827e50</a> core/ipmi: Improve
1842error message</li>
1843<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/554062d7fe5a">554062d7fe5a</a> core/opal: Print PIR
1844value in exit path</li>
1845<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/67fc150c82a7">67fc150c82a7</a> skiboot v6.0.16
1846release notes</li>
1847<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ab10b2e62e58">ab10b2e62e58</a> core/ipmi: Improve
1848error message</li>
1849<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d07a5622a9e1">d07a5622a9e1</a> core/opal: Print PIR
1850value in exit path</li>
1851<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b1d421875b4c">b1d421875b4c</a> ipmi/power: Fix
1852system reboot issue</li>
1853<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dd9b61cdfca7">dd9b61cdfca7</a> hdata/i2c: Reduce
1854severity of log message</li>
1855<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/b570fb646289">b570fb646289</a> libflash/ecc: Fix
1856compilation warning</li>
1857<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/cadaf7c36e83">cadaf7c36e83</a> libflash/ecc: Fix
1858compilation warning</li>
1859<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/fdd27ca27231">fdd27ca27231</a> hw/bt: Fix message
1860retry handler</li>
1861<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/01f977c33d46">01f977c33d46</a> hw/bt: Add backend
1862interface to disable ipmi message retry option</li>
1863<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c526a280dcd1">c526a280dcd1</a> hdata/memory: Fix
1864warning message</li>
1865<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4f0ceb63e951">4f0ceb63e951</a> hdata/memory:
1866Removed share-id property</li>
1867<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/61978c2c54d0">61978c2c54d0</a> hw/bt: Introduce
1868separate list for synchronous messages</li>
1869<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/968c30905d7a">968c30905d7a</a> core/ipmi: Add ipmi
1870sync messages to top of the list</li>
1871<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/c0ab7b45db3d">c0ab7b45db3d</a> hw/bt: Do not
1872disable ipmi message retry during OPAL boot</li>
1873<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2e2bf87b42f7">2e2bf87b42f7</a> ipmi/power: Fix
1874system reboot issue</li>
1875<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/73fa7be132a4">73fa7be132a4</a> hw/bt: Fix message
1876retry handler</li>
1877<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/44f90875712f">44f90875712f</a> hw/bt: Add backend
1878interface to disable ipmi message retry option</li>
1879<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/788c9ac2b926">788c9ac2b926</a> hw/bt: Introduce
1880separate list for synchronous messages</li>
1881<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/28f5fe3a6edc">28f5fe3a6edc</a> core/ipmi: Add ipmi
1882sync messages to top of the list</li>
1883<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/af5c2978dbcd">af5c2978dbcd</a> hw/bt: Do not
1884disable ipmi message retry during OPAL boot</li>
1885<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/5da21e2cc79d">5da21e2cc79d</a> skiboot v6.2.2
1886release notes</li>
1887<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/6aa3bd8ab6ad">6aa3bd8ab6ad</a> skiboot v6.0.18
1888release notes</li>
1889<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/261ca8e779e5">261ca8e779e5</a> skiboot v6.2.2
1890release notes</li>
1891<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/2ba5ce84a197">2ba5ce84a197</a> Update skiboot
1892stable tree rules</li>
1893<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/4456616272a4">4456616272a4</a> skiboot v6.0.19
1894release notes</li>
1895<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/92a5c57a14e2">92a5c57a14e2</a> skiboot v6.2.3
1896release notes</li>
1897<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/08de14aaa937">08de14aaa937</a> core/ipmi: Print
1898correct netfn value</li>
1899<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/7f291166283f">7f291166283f</a>
1900libflash/ipmi-hiomap: Fix blocks count issue</li>
1901<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/dfa935ebaa54">dfa935ebaa54</a> test-ipmi-hiomap:
1902Assert if size is zero</li>
1903<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9facf3336054">9facf3336054</a> test-ipmi-hiomap:
1904Add write-one-byte test</li>
1905<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/9fd1495fba7a">9fd1495fba7a</a> test-ipmi-hiomap:
1906Fix lpc-read-success</li>
1907<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/857f046d3ab0">857f046d3ab0</a> test-ipmi-hiomap:
1908Add read-one-byte test</li>
1909<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e0b8541ff8ca">e0b8541ff8ca</a> opal-prd: Check
1910malloc return value</li>
1911<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ac226d2c98ad">ac226d2c98ad</a> opal-prd: Fix memory
1912leak in is-fsp-system check</li>
1913<li><a class="reference external" href="https://github.com/open-power/skiboot/commit/990d248a61a0">990d248a61a0</a> skiboot v6.3.1
1914release notes</li>
1915</ul>
1916</div>
1917</div>
1918<div class="section" id="package-vesnin-xml">
1919<h2>Package: vesnin-xml<a class="headerlink" href="#package-vesnin-xml" title="Permalink to this headline"></a></h2>
1920<p><a class="reference external" href="https://github.com/open-power/vesnin-xml">Repository</a></p>
1921<div class="section" id="v2-3-patches-11">
1922<span id="id21"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-11" title="Permalink to this headline"></a></h3>
1923</div>
1924<div class="section" id="v2-3-commits-11">
1925<span id="id22"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-11" title="Permalink to this headline"></a></h3>
1926<p>Artem Senichev (2):</p>
1927<ul class="simple">
1928<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/6549b6d2bf42">6549b6d2bf42</a> Disable PCIe port
1929bifurcation</li>
1930<li><a class="reference external" href="https://github.com/open-power/vesnin-xml/commit/f44f8808fc7c">f44f8808fc7c</a> Fix
1931IBSCOM_MCS_BASE_ADDR formatting</li>
1932</ul>
1933</div>
1934</div>
1935<div class="section" id="package-witherspoon-xml">
1936<h2>Package: witherspoon-xml<a class="headerlink" href="#package-witherspoon-xml" title="Permalink to this headline"></a></h2>
1937<p><a class="reference external" href="https://github.com/open-power/witherspoon-xml">Repository</a></p>
1938<div class="section" id="v2-3-patches-12">
1939<span id="id23"></span><h3>Patches<a class="headerlink" href="#v2-3-patches-12" title="Permalink to this headline"></a></h3>
1940</div>
1941<div class="section" id="v2-3-commits-12">
1942<span id="id24"></span><h3>Commits<a class="headerlink" href="#v2-3-commits-12" title="Permalink to this headline"></a></h3>
1943<p>Bill Hoffa (1):</p>
1944<ul class="simple">
1945<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/ed1f0ebe2e2e">ed1f0ebe2e2e</a> The
1946CONFIG_APPLY attribute needs a default value</li>
1947</ul>
1948<p>Erich Hauptli (2):</p>
1949<ul class="simple">
1950<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/c47cddbcd13b">c47cddbcd13b</a> Picked up
1951PROC_COMPAT* attribute</li>
1952<li><a class="reference external" href="https://github.com/open-power/witherspoon-xml/commit/00f0727053e8">00f0727053e8</a> Fixing GPU
1953I2C Addresses</li>
1954</ul>
1955</div>
1956</div>
1957</div>
1958
1959
1960 </div>
1961
1962 </div>
1963 </div>
1964 <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
1965 <div class="sphinxsidebarwrapper">
1966<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
1967
1968
1969
1970
1971
1972
1973
1974
1975<h3>Navigation</h3>
1976<p class="caption"><span class="caption-text">Contents:</span></p>
1977<ul class="current">
1978<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
1979<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
1980<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
1981<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
1982<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
1983<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
1984<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
1985<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
1986<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
1987<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
1988<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
1989<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
1990<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
1991<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
1992<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
1993</ul>
1994</li>
1995</ul>
1996
1997<div class="relations">
1998<h3>Related Topics</h3>
1999<ul>
2000 <li><a href="../index.html">Documentation overview</a><ul>
2001 <li><a href="index.html">op-build Release Notes</a><ul>
2002 <li>Previous: <a href="v2.3-rc2.html" title="previous chapter">Release Notes for OpenPower Firmware v2.3-rc2</a></li>
2003 <li>Next: <a href="v2.3.1.html" title="next chapter">Release Notes for OpenPower Firmware v2.3.1</a></li>
2004 </ul></li>
2005 </ul></li>
2006</ul>
2007</div>
2008<div id="searchbox" style="display: none" role="search">
2009 <h3>Quick search</h3>
2010 <div class="searchformwrapper">
2011 <form class="search" action="../search.html" method="get">
2012 <input type="text" name="q" />
2013 <input type="submit" value="Go" />
2014 <input type="hidden" name="check_keywords" value="yes" />
2015 <input type="hidden" name="area" value="default" />
2016 </form>
2017 </div>
2018</div>
2019<script type="text/javascript">$('#searchbox').show(0);</script>
2020
2021
2022
2023
2024
2025
2026
2027
2028 </div>
2029 </div>
2030 <div class="clearer"></div>
2031 </div>
2032 <div class="footer">
2033 &copy;2017, OpenPOWER Foundation System Software Work Group.
2034
2035 |
2036 Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
2037 &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
2038
2039 |
2040 <a href="../_sources/release-notes/v2.3.rst.txt"
2041 rel="nofollow">Page source</a>
2042 </div>
2043
2044
2045
2046
2047 </body>
2048</html>