blob: 92d5abadffbaa54cc68da23b46163b03b9b21e3b [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-rc2 &#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" href="v2.3.html" />
20 <link rel="prev" title="Release Notes for OpenPower Firmware v2.3-rc1" href="v2.3-rc1.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-rc2">
38<h1>Release Notes for OpenPower Firmware v2.3-rc2<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-3-rc2" title="Permalink to this headline"></a></h1>
39<p>op-build v2.3-rc2 was released on Friday April 5th, 2019. It will become the new stable release of
40op-build, following on from v2.2, first released on March 9th, 2019.</p>
41<p>The op-build v2.3 release cycle is a uniquely shorter one as we’ve been working on getting ready to
42have a more reliably predictable release schedule going for future releases.</p>
43<p>op-build v2.3-rc2 contains all the fixes as of op-build v2.0.15, and we expect to continue to do
44stable 2.0.y releases of v2.0 into the forseeable future.</p>
45<p>Please note that this is a RELEASE CANDIDATE and not the final v2.3 release. We expect to do a final
46v2.3 tagged release early April 2019. Please test this release candidate heavily!</p>
47<div class="section" id="known-bugs">
48<h2>Known Bugs<a class="headerlink" href="#known-bugs" title="Permalink to this headline"></a></h2>
49<p>We have one known bug (carried over from rc1) that are currently release blockers for the final
50v2.3.</p>
51<ul class="simple">
52<li>There exists a bug where Control-C behaviour in the petitboot shell has changed, which may cause
53some test scripts to get confused.</li>
54</ul>
55</div>
56<div class="section" id="fixed-bugs">
57<h2>Fixed Bugs<a class="headerlink" href="#fixed-bugs" title="Permalink to this headline"></a></h2>
58<p>One of the two bugs listed in “known bugs” for rc1 has been fixed:</p>
59<ul class="simple">
60<li>There exists a bug where boot devices <em>may</em> not show up in petitboot until “Rescan Devices” is
61selected.</li>
62</ul>
63</div>
64<div class="section" id="updated-packages">
65<h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline"></a></h2>
66<table border="1" class="docutils">
67<colgroup>
68<col width="17%" />
69<col width="19%" />
70<col width="16%" />
71<col width="48%" />
72</colgroup>
73<thead valign="bottom">
74<tr class="row-odd"><th class="head">Package</th>
75<th class="head">Old Version</th>
76<th class="head">New Version</th>
77<th class="head">Platforms</th>
78</tr>
79</thead>
80<tbody valign="top">
81<tr class="row-even"><td>hcode</td>
82<td>hw032919a.940</td>
83<td>hw040319a.940</td>
84<td>witherspoon, p9dsu, zaius, romulus</td>
85</tr>
86<tr class="row-odd"><td>hostboot</td>
87<td>ca03643dd893</td>
88<td>e5622fb032dc</td>
89<td>witherspoon, p9dsu, zaius, romulus</td>
90</tr>
91<tr class="row-even"><td>hostboot-p8</td>
92<td>c2074ad87972</td>
93<td>dc218d94c57b9</td>
94<td>habanero, garrison, barreleye, firestone,
95palmetto, vesnin</td>
96</tr>
97<tr class="row-odd"><td>linux</td>
98<td>4.19.30</td>
99<td>5.0.5</td>
100<td>witherspoon, p9dsu, zaius, habanero,
101firenze, garrison, barreleye, pseries,
102opal, firestone, palmetto, vesnin, zz,
103romulus</td>
104</tr>
105<tr class="row-even"><td>linux-headers</td>
106<td>4.19.30</td>
107<td>5.0.5</td>
108<td>witherspoon, p9dsu, zaius, habanero,
109firenze, garrison, barreleye, pseries,
110opal, firestone, palmetto, vesnin, zz,
111romulus</td>
112</tr>
113<tr class="row-odd"><td>petitboot</td>
114<td>v1.10.2</td>
115<td>v1.10.3</td>
116<td>witherspoon, p9dsu, zaius, habanero,
117firenze, garrison, barreleye, pseries,
118opal, firestone, palmetto, vesnin, zz,
119romulus</td>
120</tr>
121</tbody>
122</table>
123</div>
124<div class="section" id="package-hcode">
125<h2>Package: hcode<a class="headerlink" href="#package-hcode" title="Permalink to this headline"></a></h2>
126<p><a class="reference external" href="https://github.com/open-power/hcode">Repository</a></p>
127<div class="section" id="patches">
128<h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline"></a></h3>
129</div>
130<div class="section" id="commits">
131<h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline"></a></h3>
132<p>hostboot (2):</p>
133<ul class="simple">
134<li><a class="reference external" href="https://github.com/open-power/hcode/commit/f89e3fc16469">f89e3fc16469</a> Release tag
135information updated for hw040219a.940</li>
136<li><a class="reference external" href="https://github.com/open-power/hcode/commit/2e3a283588c1">2e3a283588c1</a> Release tag
137information updated for hw040319a.940</li>
138</ul>
139</div>
140</div>
141<div class="section" id="package-hostboot">
142<h2>Package: hostboot<a class="headerlink" href="#package-hostboot" title="Permalink to this headline"></a></h2>
143<p><a class="reference external" href="https://github.com/open-power/hostboot">Repository</a></p>
144<div class="section" id="v2-3-rc2-patches-1">
145<span id="id1"></span><h3>Patches<a class="headerlink" href="#v2-3-rc2-patches-1" title="Permalink to this headline"></a></h3>
146</div>
147<div class="section" id="v2-3-rc2-commits-1">
148<span id="id2"></span><h3>Commits<a class="headerlink" href="#v2-3-rc2-commits-1" title="Permalink to this headline"></a></h3>
149<p>Andre A. Marin (1):</p>
150<ul class="simple">
151<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ee76c2ca5927">ee76c2ca5927</a> Fix c_str and pos
152DIMM specialization</li>
153</ul>
154<p>Andre Marin (1):</p>
155<ul class="simple">
156<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/8daf280f7d24">8daf280f7d24</a> Fix true_type and
157false_ type typdef with integral_constant</li>
158</ul>
159<p>Caleb Palmer (1):</p>
160<ul class="simple">
161<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/f7937e802748">f7937e802748</a> PRD: Fix isEccSp
162capture data check</li>
163</ul>
164<p>Chen Du (1):</p>
165<ul class="simple">
166<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/5da79e14c316">5da79e14c316</a> Get ring override
167failing</li>
168</ul>
169<p>Christian Geddes (4):</p>
170<ul class="simple">
171<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9882fe3c773b">9882fe3c773b</a> Set REL_POS to 0 on
172all DIMM target in simics Axone</li>
173<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/215eaa2074f5">215eaa2074f5</a> Stop overwriting
174OCMB vpd info in standalone and handle DDIMM modules</li>
175<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/9fd0af32313c">9fd0af32313c</a> Set
176ATTR_MSS_INTERLEAVE_ENABLE to be 0xAF to allow all grouping sizes</li>
177<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/16378af2527d">16378af2527d</a> Compile Explorer
178MSS libs in our istepsmss lib</li>
179</ul>
180<p>Corey Swenson (2):</p>
181<ul class="simple">
182<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/201a39f54be6">201a39f54be6</a> Add part callout
183for the Backup Power Module</li>
184<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/e5622fb032dc">e5622fb032dc</a> Insufficient
185Resources check needs to handle NVDIMM logic</li>
186</ul>
187<p>Dan Crowell (1):</p>
188<ul class="simple">
189<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/54178321414b">54178321414b</a> Constants for
190future DIMMs</li>
191</ul>
192<p>Ilya Smirnov (1):</p>
193<ul class="simple">
194<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/25c1b412b86a">25c1b412b86a</a> Process Core and EQ
195Gard Records in MPIPL Path</li>
196</ul>
197<p>Jennifer A. Stofer (1):</p>
198<ul class="simple">
199<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/12b139b58521">12b139b58521</a> Revert “P9 Xbus/DMI
200CM Workaround”</li>
201</ul>
202<p>Mike Baiocchi (1):</p>
203<ul class="simple">
204<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/1b5381224824">1b5381224824</a> Cleanup UCD Update
205Algorithm Code</li>
206</ul>
207<p>Murulidhar Nataraju (1):</p>
208<ul class="simple">
209<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ed1208121086">ed1208121086</a> Istep 18 - MPIPL on
210OPAL System update</li>
211</ul>
212<p>Nick Bofferding (1):</p>
213<ul class="simple">
214<li><a class="reference external" href="https://github.com/open-power/hostboot/commit/ec86a5683941">ec86a5683941</a> Decrease WOFDATA
215partition by 1 MB until HBI space can be reduced</li>
216</ul>
217</div>
218</div>
219<div class="section" id="package-occ">
220<h2>Package: occ<a class="headerlink" href="#package-occ" title="Permalink to this headline"></a></h2>
221<p><a class="reference external" href="https://github.com/open-power/occ">Repository</a></p>
222<div class="section" id="v2-3-rc2-patches-2">
223<span id="id3"></span><h3>Patches<a class="headerlink" href="#v2-3-rc2-patches-2" title="Permalink to this headline"></a></h3>
224</div>
225<div class="section" id="v2-3-rc2-commits-2">
226<span id="id4"></span><h3>Commits<a class="headerlink" href="#v2-3-rc2-commits-2" title="Permalink to this headline"></a></h3>
227<p>No changes.</p>
228</div>
229</div>
230<div class="section" id="package-petitboot">
231<h2>Package: petitboot<a class="headerlink" href="#package-petitboot" title="Permalink to this headline"></a></h2>
232<p><a class="reference external" href="https://github.com/open-power/petitboot">Repository</a></p>
233<div class="section" id="v2-3-rc2-patches-3">
234<span id="id5"></span><h3>Patches<a class="headerlink" href="#v2-3-rc2-patches-3" title="Permalink to this headline"></a></h3>
235</div>
236<div class="section" id="v2-3-rc2-commits-3">
237<span id="id6"></span><h3>Commits<a class="headerlink" href="#v2-3-rc2-commits-3" title="Permalink to this headline"></a></h3>
238<p>Samuel Mendoza-Jonas (6):</p>
239<ul class="simple">
240<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/df1a234c15fb">df1a234c15fb</a> lib/system: Add
241cryptsetup utility</li>
242<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/ba8144f917f5">ba8144f917f5</a> lib/process: Add
243option to pipe to process stdin</li>
244<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/5f8fa2c151b8">5f8fa2c151b8</a> lib: Add
245AUTH_MSG_DECRYPT</li>
246<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/f583f0cf35fc">f583f0cf35fc</a> discover:
247Recognise and open LUKS encrypted partitions</li>
248<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1ad18bf128c4">1ad18bf128c4</a> ui/ncurses: Add
249prompt for LUKS device password</li>
250<li><a class="reference external" href="https://github.com/open-power/petitboot/commit/1cd261748c00">1cd261748c00</a> utils/pb-console:
251Use -m to run shell in own process group</li>
252</ul>
253</div>
254</div>
255</div>
256
257
258 </div>
259
260 </div>
261 </div>
262 <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
263 <div class="sphinxsidebarwrapper">
264<h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1>
265
266
267
268
269
270
271
272
273<h3>Navigation</h3>
274<p class="caption"><span class="caption-text">Contents:</span></p>
275<ul class="current">
276<li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li>
277<li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li>
278<li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li>
279<li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li>
280<li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li>
281<li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current">
282<li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li>
283<li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li>
284<li class="toctree-l2"><a class="reference internal" href="index.html#v2-0">v2.0</a></li>
285<li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li>
286<li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li>
287<li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-3">v2.3</a></li>
288<li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li>
289<li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li>
290<li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li>
291</ul>
292</li>
293</ul>
294
295<div class="relations">
296<h3>Related Topics</h3>
297<ul>
298 <li><a href="../index.html">Documentation overview</a><ul>
299 <li><a href="index.html">op-build Release Notes</a><ul>
300 <li>Previous: <a href="v2.3-rc1.html" title="previous chapter">Release Notes for OpenPower Firmware v2.3-rc1</a></li>
301 <li>Next: <a href="v2.3.html" title="next chapter">Release Notes for OpenPower Firmware v2.3</a></li>
302 </ul></li>
303 </ul></li>
304</ul>
305</div>
306<div id="searchbox" style="display: none" role="search">
307 <h3>Quick search</h3>
308 <div class="searchformwrapper">
309 <form class="search" action="../search.html" method="get">
310 <input type="text" name="q" />
311 <input type="submit" value="Go" />
312 <input type="hidden" name="check_keywords" value="yes" />
313 <input type="hidden" name="area" value="default" />
314 </form>
315 </div>
316</div>
317<script type="text/javascript">$('#searchbox').show(0);</script>
318
319
320
321
322
323
324
325
326 </div>
327 </div>
328 <div class="clearer"></div>
329 </div>
330 <div class="footer">
331 &copy;2017, OpenPOWER Foundation System Software Work Group.
332
333 |
334 Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a>
335 &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
336
337 |
338 <a href="../_sources/release-notes/v2.3-rc2.rst.txt"
339 rel="nofollow">Page source</a>
340 </div>
341
342
343
344
345 </body>
346</html>