Deployment Bot (from Travis CI) | 6d7e6e9 | 2021-06-14 19:18:41 +0000 | [diff] [blame] | 1 | |
| 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.0.2 — 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.0.3" href="v2.0.3.html" /> |
| 20 | <link rel="prev" title="Release Notes for OpenPower Firmware v2.0.1" href="v2.0.1.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-0-2"> |
| 38 | <h1>Release Notes for OpenPower Firmware v2.0.2<a class="headerlink" href="#release-notes-for-openpower-firmware-v2-0-2" title="Permalink to this headline">¶</a></h1> |
| 39 | <p>op-build v2.0.2 was released on Thursday May 24th, 2018 and replaces |
| 40 | op-build v2.0.1 as the current stable release in the 2.0.x series.</p> |
| 41 | <p>It is recommended that v2.0.2 be used over any previous v2.0.x version |
| 42 | due to the bug fixes contained within.</p> |
| 43 | <p>This release includes a skiboot version bump, where bugs are fixed |
| 44 | related to i2c and TPMs.</p> |
| 45 | <div class="section" id="updated-packages"> |
| 46 | <h2>Updated Packages<a class="headerlink" href="#updated-packages" title="Permalink to this headline">¶</a></h2> |
| 47 | <table border="1" class="docutils"> |
| 48 | <colgroup> |
| 49 | <col width="9%" /> |
| 50 | <col width="13%" /> |
| 51 | <col width="13%" /> |
| 52 | <col width="65%" /> |
| 53 | </colgroup> |
| 54 | <thead valign="bottom"> |
| 55 | <tr class="row-odd"><th class="head">Package</th> |
| 56 | <th class="head">Old Version</th> |
| 57 | <th class="head">New Version</th> |
| 58 | <th class="head">Platforms</th> |
| 59 | </tr> |
| 60 | </thead> |
| 61 | <tbody valign="top"> |
| 62 | <tr class="row-even"><td>skiboot</td> |
| 63 | <td>v6.0.2</td> |
| 64 | <td>v6.0.3</td> |
| 65 | <td>barreleye, firenze, firestone, garrison, habanero, |
| 66 | openpower_mambo, openpower_p9_mambo, p9dsu, p9dsu_dev, |
| 67 | palmetto, pseries, romulus, vesnin, witherspoon, |
| 68 | witherspoon_dev, zaius, zz</td> |
| 69 | </tr> |
| 70 | </tbody> |
| 71 | </table> |
| 72 | </div> |
| 73 | <div class="section" id="package-skiboot"> |
| 74 | <h2>Package: skiboot<a class="headerlink" href="#package-skiboot" title="Permalink to this headline">¶</a></h2> |
| 75 | <p><a class="reference external" href="https://github.com/open-power/skiboot">Repository</a></p> |
| 76 | <div class="section" id="patches"> |
| 77 | <h3>Patches<a class="headerlink" href="#patches" title="Permalink to this headline">¶</a></h3> |
| 78 | </div> |
| 79 | <div class="section" id="commits"> |
| 80 | <h3>Commits<a class="headerlink" href="#commits" title="Permalink to this headline">¶</a></h3> |
| 81 | <p>Oliver O’Halloran (4):</p> |
| 82 | <ul class="simple"> |
| 83 | <li><a class="reference external" href="https://github.com/open-power/skiboot/commit/e22f7e46dfa3">e22f7e46dfa3</a> |
| 84 | p8-i2c: Allow a per-port default timeout</li> |
| 85 | <li><a class="reference external" href="https://github.com/open-power/skiboot/commit/ed21a758a43a">ed21a758a43a</a> |
| 86 | hdata: Add TPM timeout workaround</li> |
| 87 | <li><a class="reference external" href="https://github.com/open-power/skiboot/commit/652c0dd64313">652c0dd64313</a> |
| 88 | libstb/i2c-driver: Bump max timeout</li> |
| 89 | <li><a class="reference external" href="https://github.com/open-power/skiboot/commit/d523a210dfbf">d523a210dfbf</a> |
| 90 | p8-i2c: Remove force reset</li> |
| 91 | </ul> |
| 92 | <p>Stewart Smith (1):</p> |
| 93 | <ul class="simple"> |
| 94 | <li><a class="reference external" href="https://github.com/open-power/skiboot/commit/8cdc58924f8d">8cdc58924f8d</a> |
| 95 | skiboot 6.0.3 release notes</li> |
| 96 | </ul> |
| 97 | </div> |
| 98 | </div> |
| 99 | </div> |
| 100 | |
| 101 | |
| 102 | </div> |
| 103 | |
| 104 | </div> |
| 105 | </div> |
| 106 | <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
| 107 | <div class="sphinxsidebarwrapper"> |
| 108 | <h1 class="logo"><a href="../index.html">OpenPOWER Firmware</a></h1> |
| 109 | |
| 110 | |
| 111 | |
| 112 | |
| 113 | |
| 114 | |
| 115 | |
| 116 | |
| 117 | <h3>Navigation</h3> |
| 118 | <p class="caption"><span class="caption-text">Contents:</span></p> |
| 119 | <ul class="current"> |
| 120 | <li class="toctree-l1"><a class="reference internal" href="../introduction.html">Introduction to OpenPOWER Firmware</a></li> |
| 121 | <li class="toctree-l1"><a class="reference internal" href="../testing.html">Testing op-build</a></li> |
| 122 | <li class="toctree-l1"><a class="reference internal" href="../process/index.html">Development Process</a></li> |
| 123 | <li class="toctree-l1"><a class="reference internal" href="../boot-devices.html">Supported Boot Devices</a></li> |
| 124 | <li class="toctree-l1"><a class="reference internal" href="../versioning.html">Version Scheme</a></li> |
| 125 | <li class="toctree-l1 current"><a class="reference internal" href="index.html">op-build Release Notes</a><ul class="current"> |
| 126 | <li class="toctree-l2"><a class="reference internal" href="index.html#v1-21">v1.21</a></li> |
| 127 | <li class="toctree-l2"><a class="reference internal" href="index.html#v1-22">v1.22</a></li> |
| 128 | <li class="toctree-l2 current"><a class="reference internal" href="index.html#v2-0">v2.0</a></li> |
| 129 | <li class="toctree-l2"><a class="reference internal" href="index.html#v2-1">v2.1</a></li> |
| 130 | <li class="toctree-l2"><a class="reference internal" href="index.html#v2-2">v2.2</a></li> |
| 131 | <li class="toctree-l2"><a class="reference internal" href="index.html#v2-3">v2.3</a></li> |
| 132 | <li class="toctree-l2"><a class="reference internal" href="index.html#v2-4">v2.4</a></li> |
| 133 | <li class="toctree-l2"><a class="reference internal" href="index.html#v2-5">v2.5</a></li> |
| 134 | <li class="toctree-l2"><a class="reference internal" href="index.html#v2-6">v2.6</a></li> |
| 135 | </ul> |
| 136 | </li> |
| 137 | </ul> |
| 138 | |
| 139 | <div class="relations"> |
| 140 | <h3>Related Topics</h3> |
| 141 | <ul> |
| 142 | <li><a href="../index.html">Documentation overview</a><ul> |
| 143 | <li><a href="index.html">op-build Release Notes</a><ul> |
| 144 | <li>Previous: <a href="v2.0.1.html" title="previous chapter">Release Notes for OpenPower Firmware v2.0.1</a></li> |
| 145 | <li>Next: <a href="v2.0.3.html" title="next chapter">Release Notes for OpenPower Firmware v2.0.3</a></li> |
| 146 | </ul></li> |
| 147 | </ul></li> |
| 148 | </ul> |
| 149 | </div> |
| 150 | <div id="searchbox" style="display: none" role="search"> |
| 151 | <h3>Quick search</h3> |
| 152 | <div class="searchformwrapper"> |
| 153 | <form class="search" action="../search.html" method="get"> |
| 154 | <input type="text" name="q" /> |
| 155 | <input type="submit" value="Go" /> |
| 156 | <input type="hidden" name="check_keywords" value="yes" /> |
| 157 | <input type="hidden" name="area" value="default" /> |
| 158 | </form> |
| 159 | </div> |
| 160 | </div> |
| 161 | <script type="text/javascript">$('#searchbox').show(0);</script> |
| 162 | |
| 163 | |
| 164 | |
| 165 | |
| 166 | |
| 167 | |
| 168 | |
| 169 | |
| 170 | </div> |
| 171 | </div> |
| 172 | <div class="clearer"></div> |
| 173 | </div> |
| 174 | <div class="footer"> |
| 175 | ©2017, OpenPOWER Foundation System Software Work Group. |
| 176 | |
| 177 | | |
| 178 | Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.9</a> |
| 179 | & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a> |
| 180 | |
| 181 | | |
| 182 | <a href="../_sources/release-notes/v2.0.2.rst.txt" |
| 183 | rel="nofollow">Page source</a> |
| 184 | </div> |
| 185 | |
| 186 | |
| 187 | |
| 188 | |
| 189 | </body> |
| 190 | </html> |